diff options
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth.h,v 1.39 2002/05/31 11:35:15 markus Exp $ */ | 1 | /* $OpenBSD: auth.h,v 1.40 2002/09/09 06:48:06 itojun Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -126,7 +126,7 @@ int auth_afs_token(Authctxt *, const char *); | |||
126 | #endif /* KRB4 */ | 126 | #endif /* KRB4 */ |
127 | 127 | ||
128 | #ifdef KRB5 | 128 | #ifdef KRB5 |
129 | int auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client); | 129 | int auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client, krb5_data *); |
130 | int auth_krb5_tgt(Authctxt *authctxt, krb5_data *tgt); | 130 | int auth_krb5_tgt(Authctxt *authctxt, krb5_data *tgt); |
131 | int auth_krb5_password(Authctxt *authctxt, const char *password); | 131 | int auth_krb5_password(Authctxt *authctxt, const char *password); |
132 | void krb5_cleanup_proc(void *authctxt); | 132 | void krb5_cleanup_proc(void *authctxt); |