comparison session.h @ 740:3062da90dab8 kexguess

Add kexguess2 behaviour
author Matt Johnston <matt@ucc.asn.au>
date Fri, 29 Mar 2013 23:29:48 +0800
parents d44325108d0e
children eafdf8b363f5
comparison
equal deleted inserted replaced
739:d44325108d0e 740:3062da90dab8
168 /* a list of queued replies that should be sent after a KEX has 168 /* a list of queued replies that should be sent after a KEX has
169 concluded (ie, while dataallowed was unset)*/ 169 concluded (ie, while dataallowed was unset)*/
170 struct packetlist *reply_queue_head, *reply_queue_tail; 170 struct packetlist *reply_queue_head, *reply_queue_tail;
171 171
172 algo_type*(*buf_match_algo)(buffer*buf, algo_type localalgos[], 172 algo_type*(*buf_match_algo)(buffer*buf, algo_type localalgos[],
173 enum kexguess2_used *kexguess2,
173 int *goodguess); /* The function to use to choose which algorithm 174 int *goodguess); /* The function to use to choose which algorithm
174 to use from the ones presented by the remote 175 to use from the ones presented by the remote
175 side. Is specific to the client/server mode, 176 side. Is specific to the client/server mode,
176 hence the function-pointer callback.*/ 177 hence the function-pointer callback.*/
177 178