mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
ENABLE_USER_ALGO_LIST should work for the client
This commit is contained in:
2
algo.h
2
algo.h
@@ -89,7 +89,7 @@ algo_type * cli_buf_match_algo(buffer* buf, algo_type localalgos[],
|
||||
int *goodguess);
|
||||
|
||||
#ifdef ENABLE_USER_ALGO_LIST
|
||||
int check_user_algos(char* user_algo_list, algo_type * algos,
|
||||
int check_user_algos(const char* user_algo_list, algo_type * algos,
|
||||
const char *algo_desc);
|
||||
char * algolist_string(algo_type algos[]);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user