summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index bf47b9a64..8b814ba6a 100644
--- a/auth.h
+++ b/auth.h
@@ -191,4 +191,9 @@ int sys_auth_passwd(Authctxt *, const char *);
191#define AUTH_FAIL_MSG "Too many authentication failures for %.100s" 191#define AUTH_FAIL_MSG "Too many authentication failures for %.100s"
192 192
193#define SKEY_PROMPT "\nS/Key Password: " 193#define SKEY_PROMPT "\nS/Key Password: "
194
195#if defined(KRB5) && !defined(HEIMDAL)
196#include <krb5.h>
197krb5_error_code ssh_krb5_cc_gen(krb5_context, krb5_ccache *);
198#endif
194#endif 199#endif