summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-11 22:05:06 +1000
committerDamien Miller <djm@mindrot.org>2003-06-11 22:05:06 +1000
commit2b92d32e199aa93f2e9d585ca00d56c46775c177 (patch)
tree1695174255f76fa160474a1d791ca7e35f369c18 /packet.c
parentf1ce505daf3ab14b42aa1eba41272fa103d3f4d0 (diff)
downloadopenssh-git-2b92d32e199aa93f2e9d585ca00d56c46775c177.tar.gz
- deraadt@cvs.openbsd.org 2003/06/10 22:20:52
[packet.c progressmeter.c] mostly ansi cleanup; pval ok
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 cdcb83fa..07e90b89 100644
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: packet.c,v 1.106 2003/04/08 20:21:29 itojun Exp $");
+RCSID("$OpenBSD: packet.c,v 1.107 2003/06/10 22:20:52 deraadt Exp $");
#include "openbsd-compat/sys-queue.h"
@@ -265,7 +265,7 @@ packet_set_iv(int mode, u_char *dat)
cipher_set_keyiv(cc, dat);
}
int
-packet_get_ssh1_cipher()
+packet_get_ssh1_cipher(void)
{
return (cipher_get_number(receive_context.cipher));
}