aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-06-15 08:12:31 +0000
committerMark Murray <markm@FreeBSD.org>2001-06-15 08:12:31 +0000
commit7e40a391bc53350bf899adbd9279a9db684dd736 (patch)
tree42d943e0a6278176ba1c5c54dddf8940b61954ad /crypto
parentc864c67bad0bb6c6bf281bc34d8889d42418bd56 (diff)
Notes
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/auth.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/openssh/auth.h b/crypto/openssh/auth.h
index 5996480824f6..3385c9bf49a0 100644
--- a/crypto/openssh/auth.h
+++ b/crypto/openssh/auth.h
@@ -97,9 +97,11 @@ int auth_rsa_read_key(char **cpp, u_int *bitsp, BIGNUM * e, BIGNUM * n);
*/
int auth_rsa_challenge_dialog(RSA *pk);
+#ifdef KRB4
+#include <krb.h>
+#endif /* KRB4 */
#ifdef KRB5
#include <krb5.h>
-#include <krb.h>
int auth_krb5(); /* XXX Doplnit prototypy */
int auth_krb5_tgt();
int krb5_init();