aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-12-13 18:20:05 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2009-12-13 18:20:05 +0100
commitc92f54102eebe024c8975a96947b35a5300be5d4 (patch)
tree9d2d60f1e0fd38f2f237d569466906a4cde5dd88 /include/libssh
parent964d5f88cceca5134ad03822ad1b1c47669f7d5c (diff)
downloadlibssh-c92f54102eebe024c8975a96947b35a5300be5d4.tar.gz
libssh-c92f54102eebe024c8975a96947b35a5300be5d4.tar.xz
libssh-c92f54102eebe024c8975a96947b35a5300be5d4.zip
Key exchange currently done asynchronously
Fixed an important bug in packet buffering (two packets received in the same recv would'nt be processed correctly)
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 1904477..1b75184 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -121,6 +121,8 @@ SSH_PACKET_CALLBACK(ssh_packet_ignore_callback);
int ssh_send_banner(ssh_session session, int is_server);
void ssh_connection_callback(ssh_session session);
+SSH_PACKET_CALLBACK(ssh_packet_dh_reply);
+SSH_PACKET_CALLBACK(ssh_packet_newkeys);
/* config.c */
int ssh_config_parse_file(ssh_session session, const char *filename);