summaryrefslogtreecommitdiff
path: root/kex.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-05 23:26:32 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-05 23:26:32 +0000
commita3700050ec681277bcdf76a02b0c2e304ff317c7 (patch)
tree6cd727ebf611f03b345783cb9d6d8d04e8f483bf /kex.c
parenta6c20148f58e34a902512ffe5eee3279acaaa26b (diff)
- markus@cvs.openbsd.org 2001/04/05 10:42:57
[auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c sshconnect2.c sshd.c] fix whitespace: unexpand + trailing spaces.
Diffstat (limited to 'kex.c')
-rw-r--r--kex.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/kex.c b/kex.c
index 39f037b74..69ba102e1 100644
--- a/kex.c
+++ b/kex.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: kex.c,v 1.32 2001/04/04 23:09:18 markus Exp $"); 26RCSID("$OpenBSD: kex.c,v 1.33 2001/04/05 10:42:50 markus Exp $");
27 27
28#include <openssl/crypto.h> 28#include <openssl/crypto.h>
29 29
@@ -108,7 +108,7 @@ kex_prop_free(char **proposal)
108void 108void
109kex_protocol_error(int type, int plen, void *ctxt) 109kex_protocol_error(int type, int plen, void *ctxt)
110{ 110{
111 error("Hm, kex protocol error: type %d plen %d", type, plen); 111 error("Hm, kex protocol error: type %d plen %d", type, plen);
112} 112}
113 113
114void 114void
@@ -133,8 +133,8 @@ kex_finish(Kex *kex)
133 /* packet_write_wait(); */ 133 /* packet_write_wait(); */
134 debug("SSH2_MSG_NEWKEYS sent"); 134 debug("SSH2_MSG_NEWKEYS sent");
135 135
136 debug("waiting for SSH2_MSG_NEWKEYS"); 136 debug("waiting for SSH2_MSG_NEWKEYS");
137 packet_read_expect(&plen, SSH2_MSG_NEWKEYS); 137 packet_read_expect(&plen, SSH2_MSG_NEWKEYS);
138 debug("SSH2_MSG_NEWKEYS received"); 138 debug("SSH2_MSG_NEWKEYS received");
139 139
140 kex->done = 1; 140 kex->done = 1;