summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/auth1.c b/auth1.c
index 5ab6b06f1..d5b7fa7c8 100644
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: auth1.c,v 1.23 2001/05/18 14:13:28 markus Exp $"); 13RCSID("$OpenBSD: auth1.c,v 1.24 2001/06/23 15:12:17 itojun Exp $");
14 14
15#include "xmalloc.h" 15#include "xmalloc.h"
16#include "rsa.h" 16#include "rsa.h"
@@ -35,7 +35,7 @@ extern char *aixloginmsg;
35/* 35/*
36 * convert ssh auth msg type into description 36 * convert ssh auth msg type into description
37 */ 37 */
38char * 38static char *
39get_authname(int type) 39get_authname(int type)
40{ 40{
41 static char buf[1024]; 41 static char buf[1024];
@@ -64,7 +64,7 @@ get_authname(int type)
64 * read packets, try to authenticate the user and 64 * read packets, try to authenticate the user and
65 * return only if authentication is successful 65 * return only if authentication is successful
66 */ 66 */
67void 67static void
68do_authloop(Authctxt *authctxt) 68do_authloop(Authctxt *authctxt)
69{ 69{
70 int authenticated = 0; 70 int authenticated = 0;