comparison algo.h @ 1674:ba6fc7afe1c5

use sigtype where appropriate
author Matt Johnston <matt@ucc.asn.au>
date Mon, 06 Apr 2020 23:18:26 +0800
parents 06d52bcb8094
children d5cdc60db08e
comparison
equal deleted inserted replaced
1668:49cb3cf4bd6f 1674:ba6fc7afe1c5
110 110
111 /* both */ 111 /* both */
112 const struct ltc_hash_descriptor *hash_desc; 112 const struct ltc_hash_descriptor *hash_desc;
113 }; 113 };
114 114
115 int have_algo(const char* algo, size_t algolen, const algo_type algos[]);
116 void buf_put_algolist(buffer * buf, const algo_type localalgos[]); 115 void buf_put_algolist(buffer * buf, const algo_type localalgos[]);
117 116
118 enum kexguess2_used { 117 enum kexguess2_used {
119 KEXGUESS2_LOOK, 118 KEXGUESS2_LOOK,
120 KEXGUESS2_NO, 119 KEXGUESS2_NO,