summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/auth2.c b/auth2.c
index ca0526649..e7a7050f4 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth2.c,v 1.66 2001/06/23 15:12:17 itojun Exp $"); 26RCSID("$OpenBSD: auth2.c,v 1.67 2001/06/25 20:26:37 stevesk Exp $");
27 27
28#include <openssl/evp.h> 28#include <openssl/evp.h>
29 29
@@ -80,7 +80,7 @@ static void protocol_error(int, int, void *);
80 80
81/* helper */ 81/* helper */
82static Authmethod *authmethod_lookup(const char *); 82static Authmethod *authmethod_lookup(const char *);
83char *authmethods_get(void); 83static char *authmethods_get(void);
84static int user_key_allowed(struct passwd *, Key *); 84static int user_key_allowed(struct passwd *, Key *);
85static int hostbased_key_allowed(struct passwd *, const char *, char *, Key *); 85static int hostbased_key_allowed(struct passwd *, const char *, char *, Key *);
86 86
@@ -600,7 +600,7 @@ auth_get_user(void)
600 600
601#define DELIM "," 601#define DELIM ","
602 602
603char * 603static char *
604authmethods_get(void) 604authmethods_get(void)
605{ 605{
606 Authmethod *method = NULL; 606 Authmethod *method = NULL;