aboutsummaryrefslogtreecommitdiff
path: root/libssh/packet.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-01-08 22:37:18 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2010-01-08 22:37:18 +0100
commit7d713402416d15c975673a6c83472b68ca1ca481 (patch)
tree5623c067266d644ef3b3d23c4ab468214f8b41c7 /libssh/packet.c
parent40bcc0bed8f3382fbdcc9b2d904b0c7bd839412d (diff)
downloadlibssh-7d713402416d15c975673a6c83472b68ca1ca481.tar.gz
libssh-7d713402416d15c975673a6c83472b68ca1ca481.tar.xz
libssh-7d713402416d15c975673a6c83472b68ca1ca481.zip
Oops, forgot the callback for server DH
Diffstat (limited to 'libssh/packet.c')
-rw-r--r--libssh/packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/packet.c b/libssh/packet.c
index c9d2e5a9..91501310 100644
--- a/libssh/packet.c
+++ b/libssh/packet.c
@@ -60,7 +60,7 @@ ssh_packet_callback default_packet_handlers[]= {
ssh_packet_kexinit, //#define SSH2_MSG_KEXINIT 20
ssh_packet_newkeys, //#define SSH2_MSG_NEWKEYS 21
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, //22-29
- NULL, //#define SSH2_MSG_KEXDH_INIT 30 SSH2_MSG_KEX_DH_GEX_REQUEST_OLD 30
+ ssh_packet_kexdh_init, //#define SSH2_MSG_KEXDH_INIT 30 SSH2_MSG_KEX_DH_GEX_REQUEST_OLD 30
ssh_packet_dh_reply, // #define SSH2_MSG_KEXDH_REPLY 31 SSH2_MSG_KEX_DH_GEX_GROUP 31
NULL, //#define SSH2_MSG_KEX_DH_GEX_INIT 32
NULL, //#define SSH2_MSG_KEX_DH_GEX_REPLY 33