summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth2.c
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-12-05 03:56:40 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-12-05 03:56:40 +0000
commit34846e18ad278194cad61532a02fee61ce65b14f (patch)
treea90955128e39af2a4e0113018b9fd16030d356c3 /usr.bin/ssh/auth2.c
parent22b580431f589fd295d6a9a2e00ec811350de7e0 (diff)
make it compile with more strict prototype checking
Diffstat (limited to 'usr.bin/ssh/auth2.c')
-rw-r--r--usr.bin/ssh/auth2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth2.c b/usr.bin/ssh/auth2.c
index c489d1b4aab..079fa141015 100644
--- a/usr.bin/ssh/auth2.c
+++ b/usr.bin/ssh/auth2.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.73 2001/11/17 19:14:34 stevesk Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.74 2001/12/05 03:56:39 itojun Exp $");
#include <openssl/evp.h>
@@ -111,7 +111,7 @@ Authmethod authmethods[] = {
*/
void
-do_authentication2()
+do_authentication2(void)
{
Authctxt *authctxt = authctxt_new();