From 34846e18ad278194cad61532a02fee61ce65b14f Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Wed, 5 Dec 2001 03:56:40 +0000 Subject: make it compile with more strict prototype checking --- usr.bin/ssh/auth2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/auth2.c') 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 @@ -111,7 +111,7 @@ Authmethod authmethods[] = { */ void -do_authentication2() +do_authentication2(void) { Authctxt *authctxt = authctxt_new(); -- cgit v1.2.3