diff options
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ char *authorized_principals_file(struct passwd *); | |||
191 | 191 | ||
192 | FILE *auth_openkeyfile(const char *, struct passwd *, int); | 192 | FILE *auth_openkeyfile(const char *, struct passwd *, int); |
193 | FILE *auth_openprincipals(const char *, struct passwd *, int); | 193 | FILE *auth_openprincipals(const char *, struct passwd *, int); |
194 | int auth_key_is_revoked(Key *, int); | 194 | int auth_key_is_revoked(Key *); |
195 | 195 | ||
196 | HostStatus | 196 | HostStatus |
197 | check_key_in_hostfiles(struct passwd *, Key *, const char *, | 197 | check_key_in_hostfiles(struct passwd *, Key *, const char *, |