]> andersk Git - openssh.git/blobdiff - auth2.c
- itojun@cvs.openbsd.org 2001/12/05 03:56:39
[openssh.git] / auth2.c
diff --git a/auth2.c b/auth2.c
index 14d212520be3efef30df2a2eacbaa47a91d4ff17..3cfba7a6a5deab4287365a1870aabfeb58e76863 100644 (file)
--- a/auth2.c
+++ b/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();
 
This page took 0.029217 seconds and 4 git commands to generate.