summaryrefslogtreecommitdiffstats
path: root/crypto/openssh
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-06-15 08:12:31 +0000
committermarkm <markm@FreeBSD.org>2001-06-15 08:12:31 +0000
commit5fa9d6f73967cb49a253243490c7b3fe41997542 (patch)
tree42d943e0a6278176ba1c5c54dddf8940b61954ad /crypto/openssh
parenta1ffaca6ed87fc116e20404ff6e3c4ee144d3e89 (diff)
downloadFreeBSD-src-5fa9d6f73967cb49a253243490c7b3fe41997542.zip
FreeBSD-src-5fa9d6f73967cb49a253243490c7b3fe41997542.tar.gz
Unbreak OpenSSH for the KRB5-and-no-KRB4 case. Asking for KRB5 does
not imply that you want, need or have kerberosIV headers.
Diffstat (limited to 'crypto/openssh')
-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 5996480..3385c9b 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();
OpenPOWER on IntegriCloud