summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.h b/auth.h
index ec95460cf..5b6824f71 100644
--- a/auth.h
+++ b/auth.h
@@ -191,7 +191,7 @@ char *authorized_principals_file(struct passwd *);
191 191
192FILE *auth_openkeyfile(const char *, struct passwd *, int); 192FILE *auth_openkeyfile(const char *, struct passwd *, int);
193FILE *auth_openprincipals(const char *, struct passwd *, int); 193FILE *auth_openprincipals(const char *, struct passwd *, int);
194int auth_key_is_revoked(Key *, int); 194int auth_key_is_revoked(Key *);
195 195
196HostStatus 196HostStatus
197check_key_in_hostfiles(struct passwd *, Key *, const char *, 197check_key_in_hostfiles(struct passwd *, Key *, const char *,