summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index cdcb83faa..07e90b899 100644
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
37 */ 37 */
38 38
39#include "includes.h" 39#include "includes.h"
40RCSID("$OpenBSD: packet.c,v 1.106 2003/04/08 20:21:29 itojun Exp $"); 40RCSID("$OpenBSD: packet.c,v 1.107 2003/06/10 22:20:52 deraadt Exp $");
41 41
42#include "openbsd-compat/sys-queue.h" 42#include "openbsd-compat/sys-queue.h"
43 43
@@ -265,7 +265,7 @@ packet_set_iv(int mode, u_char *dat)
265 cipher_set_keyiv(cc, dat); 265 cipher_set_keyiv(cc, dat);
266} 266}
267int 267int
268packet_get_ssh1_cipher() 268packet_get_ssh1_cipher(void)
269{ 269{
270 return (cipher_get_number(receive_context.cipher)); 270 return (cipher_get_number(receive_context.cipher));
271} 271}