diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-30 23:55:05 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-30 23:55:05 +0800 |
commit | 9c7485331a581d1ff32f9caf005e7b13fa1c051e (patch) | |
tree | ae4945330518e38d3dad9d51a5b542fb85cece7b /session.h | |
parent | 99d9cf500b30c77107bf8477dd55831626f9beaf (diff) |
Get rid of client/server specific buf_match_algo, use single
function with a couple of if statements instead
--HG--
branch : kexguess
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -169,13 +169,6 @@ struct sshsession { concluded (ie, while dataallowed was unset)*/ 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, - hence the function-pointer callback.*/ - void(*remoteclosed)(); /* A callback to handle closure of the remote connection */ |