summaryrefslogtreecommitdiff
path: root/kexgex.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexgex.c')
-rw-r--r--kexgex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexgex.c b/kexgex.c
index df7e668b4..d42dd55b3 100644
--- a/kexgex.c
+++ b/kexgex.c
@@ -24,7 +24,7 @@
24 */ 24 */
25 25
26#include "includes.h" 26#include "includes.h"
27RCSID("$OpenBSD: kexgex.c,v 1.3 2001/04/04 09:48:34 markus Exp $"); 27RCSID("$OpenBSD: kexgex.c,v 1.4 2001/04/04 22:04:35 markus Exp $");
28 28
29#include <openssl/bn.h> 29#include <openssl/bn.h>
30 30
@@ -286,7 +286,7 @@ kexgex_server(Kex *kex)
286 /* unused for old GEX */ 286 /* unused for old GEX */
287 break; 287 break;
288 default: 288 default:
289 fatal("protocol error during kex, no DH_GEX_REQUEST"); 289 fatal("protocol error during kex, no DH_GEX_REQUEST: %d", type);
290 } 290 }
291 packet_done(); 291 packet_done();
292 292