Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/session.h Fri Mar 29 20:44:13 2013 +0800 +++ b/session.h Fri Mar 29 23:29:48 2013 +0800 @@ -170,6 +170,7 @@ struct packetlist *reply_queue_head, *reply_queue_tail; algo_type*(*buf_match_algo)(buffer*buf, algo_type localalgos[], + enum kexguess2_used *kexguess2, int *goodguess); /* The function to use to choose which algorithm to use from the ones presented by the remote side. Is specific to the client/server mode,