summaryrefslogtreecommitdiff
path: root/libexec/telnetd/encrypt.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-26 07:53:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-26 07:53:28 +0000
commitad3dc5b9f3cf3d2227d56ed40aeb8b203fc362c8 (patch)
treef6fdc716aeffc9c5c3b1031eac8ea1b41d78b696 /libexec/telnetd/encrypt.c
parente985c54ca22a1b161106287b8b7494e393cc38eb (diff)
simple protos
Diffstat (limited to 'libexec/telnetd/encrypt.c')
-rw-r--r--libexec/telnetd/encrypt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/telnetd/encrypt.c b/libexec/telnetd/encrypt.c
index f587c3a2c1f..08a56f360f9 100644
--- a/libexec/telnetd/encrypt.c
+++ b/libexec/telnetd/encrypt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: encrypt.c,v 1.2 2003/06/02 19:38:25 millert Exp $ */
+/* $OpenBSD: encrypt.c,v 1.3 2003/06/26 07:53:27 deraadt Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -174,7 +174,7 @@ static struct key_info {
int keylen;
int dir;
int *modep;
- Encryptions *(*getcrypt)();
+ Encryptions *(*getcrypt)(int);
} ki[2] = {
{ { 0 }, 0, DIR_ENCRYPT, &encrypt_mode, findencryption },
{ { 0 }, 0, DIR_DECRYPT, &decrypt_mode, finddecryption },