summaryrefslogtreecommitdiff
path: root/kexgex.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-12-06 18:00:18 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-12-06 18:00:18 +0000
commit1c37c6a51842f8bed3283ef18ec16cf6a0ae8640 (patch)
treee17ea7a703397ef0b7f7c76d668bb5ac0d4f4fec /kexgex.c
parent3c36bb29ca67d459ef9d8c1961415d77efc20e55 (diff)
- deraadt@cvs.openbsd.org 2001/12/05 10:06:12
[authfd.c authfile.c bufaux.c channels.c compat.c kex.c kexgex.c key.c misc.c packet.c servconf.c ssh-agent.c sshconnect2.c sshconnect.c sshd.c ssh-dss.c ssh-keygen.c ssh-rsa.c] minor KNF
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 f06f2c355..a35b301fc 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.9 2001/09/17 19:27:15 stevesk Exp $"); 27RCSID("$OpenBSD: kexgex.c,v 1.10 2001/12/05 10:06:12 deraadt Exp $");
28 28
29#include <openssl/bn.h> 29#include <openssl/bn.h>
30 30
@@ -270,7 +270,7 @@ kexgex_server(Kex *kex)
270 fatal("Unsupported hostkey type %d", kex->hostkey_type); 270 fatal("Unsupported hostkey type %d", kex->hostkey_type);
271 271
272 type = packet_read(&plen); 272 type = packet_read(&plen);
273 switch(type){ 273 switch (type) {
274 case SSH2_MSG_KEX_DH_GEX_REQUEST: 274 case SSH2_MSG_KEX_DH_GEX_REQUEST:
275 debug("SSH2_MSG_KEX_DH_GEX_REQUEST received"); 275 debug("SSH2_MSG_KEX_DH_GEX_REQUEST received");
276 min = packet_get_int(); 276 min = packet_get_int();