comparison algo.h @ 26:0969767bca0d

snapshot of stuff
author Matt Johnston <matt@ucc.asn.au>
date Mon, 26 Jul 2004 02:44:20 +0000
parents fe6bca95afa7
children e972be139cb5
comparison
equal deleted inserted replaced
25:e4b6e2d569b2 26:0969767bca0d
64 64
65 void crypto_init(); 65 void crypto_init();
66 int have_algo(char* algo, size_t algolen, algo_type algos[]); 66 int have_algo(char* algo, size_t algolen, algo_type algos[]);
67 void buf_put_algolist(buffer * buf, algo_type localalgos[]); 67 void buf_put_algolist(buffer * buf, algo_type localalgos[]);
68 68
69 algo_type * common_buf_match_algo(buffer* buf, algo_type localalgos[],
70 int *goodguess);
71 algo_type * svr_buf_match_algo(buffer* buf, algo_type localalgos[], 69 algo_type * svr_buf_match_algo(buffer* buf, algo_type localalgos[],
72 int *goodguess); 70 int *goodguess);
73 algo_type * cli_buf_match_algo(buffer* buf, algo_type localalgos[]); 71 algo_type * cli_buf_match_algo(buffer* buf, algo_type localalgos[],
72 int *goodguess);
74 73
75 #endif /* _ALGO_H_ */ 74 #endif /* _ALGO_H_ */