comparison algo.h @ 682:4edea9f363d0

Add rough support for choosing ciphers/hashes with "-c" or "-m"
author Matt Johnston <matt@ucc.asn.au>
date Thu, 17 May 2012 00:12:42 +0800
parents f9b5dc0cba61
children 63f8d6c469cf
comparison
equal deleted inserted replaced
678:6e0899b56ac4 682:4edea9f363d0
86 algo_type * svr_buf_match_algo(buffer* buf, algo_type localalgos[], 86 algo_type * svr_buf_match_algo(buffer* buf, algo_type localalgos[],
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
92 int check_user_algos(char* user_algo_list, algo_type * algos,
93 const char *algo_desc);
94 char * algolist_string(algo_type algos[]);
95 #endif
96
97
91 #endif /* _ALGO_H_ */ 98 #endif /* _ALGO_H_ */