summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-03-30 23:55:05 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-03-30 23:55:05 +0800
commit9c7485331a581d1ff32f9caf005e7b13fa1c051e (patch)
treeae4945330518e38d3dad9d51a5b542fb85cece7b /session.h
parent99d9cf500b30c77107bf8477dd55831626f9beaf (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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/session.h b/session.h
index 3b9e957..8e71bdc 100644
--- a/session.h
+++ b/session.h
@@ -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 */