summaryrefslogtreecommitdiffhomepage
path: root/algo.h
diff options
context:
space:
mode:
Diffstat (limited to 'algo.h')
-rw-r--r--algo.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/algo.h b/algo.h
index 755cfcd..ad40c0d 100644
--- a/algo.h
+++ b/algo.h
@@ -93,9 +93,7 @@ enum kexguess2_used {
#define KEXGUESS2_ALGO_ID 99
-algo_type * svr_buf_match_algo(buffer* buf, algo_type localalgos[],
- enum kexguess2_used *kexguess2, int *goodguess);
-algo_type * cli_buf_match_algo(buffer* buf, algo_type localalgos[],
+algo_type * buf_match_algo(buffer* buf, algo_type localalgos[],
enum kexguess2_used *kexguess2, int *goodguess);
#ifdef ENABLE_USER_ALGO_LIST