comparison algo.h @ 683:63f8d6c469cf

ENABLE_USER_ALGO_LIST should work for the client
author Matt Johnston <matt@ucc.asn.au>
date Thu, 17 May 2012 00:26:12 +0800
parents 4edea9f363d0
children 3062da90dab8 b07eb3dc23ec
comparison
equal deleted inserted replaced
682:4edea9f363d0 683:63f8d6c469cf
87 int *goodguess); 87 int *goodguess);
88 algo_type * cli_buf_match_algo(buffer* buf, algo_type localalgos[], 88 algo_type * cli_buf_match_algo(buffer* buf, algo_type localalgos[],
89 int *goodguess); 89 int *goodguess);
90 90
91 #ifdef ENABLE_USER_ALGO_LIST 91 #ifdef ENABLE_USER_ALGO_LIST
92 int check_user_algos(char* user_algo_list, algo_type * algos, 92 int check_user_algos(const char* user_algo_list, algo_type * algos,
93 const char *algo_desc); 93 const char *algo_desc);
94 char * algolist_string(algo_type algos[]); 94 char * algolist_string(algo_type algos[]);
95 #endif 95 #endif
96 96
97 97