mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
snapshot of stuff
--HG-- extra : convert_revision : 2903853ba24669d01547710986ad531357602633
This commit is contained in:
5
algo.h
5
algo.h
@@ -66,10 +66,9 @@ void crypto_init();
|
||||
int have_algo(char* algo, size_t algolen, algo_type algos[]);
|
||||
void buf_put_algolist(buffer * buf, algo_type localalgos[]);
|
||||
|
||||
algo_type * common_buf_match_algo(buffer* buf, algo_type localalgos[],
|
||||
int *goodguess);
|
||||
algo_type * svr_buf_match_algo(buffer* buf, algo_type localalgos[],
|
||||
int *goodguess);
|
||||
algo_type * cli_buf_match_algo(buffer* buf, algo_type localalgos[]);
|
||||
algo_type * cli_buf_match_algo(buffer* buf, algo_type localalgos[],
|
||||
int *goodguess);
|
||||
|
||||
#endif /* _ALGO_H_ */
|
||||
|
||||
Reference in New Issue
Block a user