summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/auth.h b/auth.h
index d98547d02..c75d75366 100644
--- a/auth.h
+++ b/auth.h
@@ -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.41 2002/09/26 11:38:43 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -113,7 +113,7 @@ int user_key_allowed(struct passwd *, Key *);
113 113
114#ifdef KRB4 114#ifdef KRB4
115#include <krb.h> 115#include <krb.h>
116int auth_krb4(Authctxt *, KTEXT, char **); 116int auth_krb4(Authctxt *, KTEXT, char **, KTEXT);
117int auth_krb4_password(Authctxt *, const char *); 117int auth_krb4_password(Authctxt *, const char *);
118void krb4_cleanup_proc(void *); 118void krb4_cleanup_proc(void *);
119 119
@@ -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
129int auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client); 129int auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client, krb5_data *);
130int auth_krb5_tgt(Authctxt *authctxt, krb5_data *tgt); 130int auth_krb5_tgt(Authctxt *authctxt, krb5_data *tgt);
131int auth_krb5_password(Authctxt *authctxt, const char *password); 131int auth_krb5_password(Authctxt *authctxt, const char *password);
132void krb5_cleanup_proc(void *authctxt); 132void krb5_cleanup_proc(void *authctxt);