diff options
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth.h,v 1.87 2016/03/07 19:02:43 djm Exp $ */ | 1 | /* $OpenBSD: auth.h,v 1.88 2016/05/04 14:04:40 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -124,7 +124,8 @@ BIGNUM *auth_rsa_generate_challenge(Key *); | |||
124 | int auth_rsa_verify_response(Key *, BIGNUM *, u_char[]); | 124 | int auth_rsa_verify_response(Key *, BIGNUM *, u_char[]); |
125 | int auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **); | 125 | int auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **); |
126 | 126 | ||
127 | int auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *); | 127 | int auth_rhosts_rsa_key_allowed(struct passwd *, const char *, |
128 | const char *, Key *); | ||
128 | int hostbased_key_allowed(struct passwd *, const char *, char *, Key *); | 129 | int hostbased_key_allowed(struct passwd *, const char *, char *, Key *); |
129 | int user_key_allowed(struct passwd *, Key *, int); | 130 | int user_key_allowed(struct passwd *, Key *, int); |
130 | void pubkey_auth_info(Authctxt *, const Key *, const char *, ...) | 131 | void pubkey_auth_info(Authctxt *, const Key *, const char *, ...) |