]> andersk Git - openssh.git/blobdiff - auth.h
- [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for the MIT
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index bf47b9a644c45777fb0878ca6a49443400466a47..8b814ba6a080fbcece3694078b600c6d68869ec1 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -191,4 +191,9 @@ int  sys_auth_passwd(Authctxt *, const char *);
 #define AUTH_FAIL_MSG "Too many authentication failures for %.100s"
 
 #define SKEY_PROMPT "\nS/Key Password: "
+
+#if defined(KRB5) && !defined(HEIMDAL)
+#include <krb5.h>
+krb5_error_code ssh_krb5_cc_gen(krb5_context, krb5_ccache *);
+#endif
 #endif
This page took 0.033978 seconds and 4 git commands to generate.