diff options
Diffstat (limited to 'kexgex.c')
-rw-r--r-- | kexgex.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,7 @@ | |||
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include "includes.h" | 26 | #include "includes.h" |
27 | RCSID("$OpenBSD: kexgex.c,v 1.17 2002/01/31 13:35:11 markus Exp $"); | 27 | RCSID("$OpenBSD: kexgex.c,v 1.18 2002/02/23 17:59:02 markus Exp $"); |
28 | 28 | ||
29 | #include <openssl/bn.h> | 29 | #include <openssl/bn.h> |
30 | 30 | ||
@@ -319,6 +319,7 @@ kexgex_server(Kex *kex) | |||
319 | if ((dh_client_pub = BN_new()) == NULL) | 319 | if ((dh_client_pub = BN_new()) == NULL) |
320 | fatal("dh_client_pub == NULL"); | 320 | fatal("dh_client_pub == NULL"); |
321 | packet_get_bignum2(dh_client_pub); | 321 | packet_get_bignum2(dh_client_pub); |
322 | packet_check_eom(); | ||
322 | 323 | ||
323 | #ifdef DEBUG_KEXDH | 324 | #ifdef DEBUG_KEXDH |
324 | fprintf(stderr, "dh_client_pub= "); | 325 | fprintf(stderr, "dh_client_pub= "); |