From cc3760c9733664fa22e018ac20c5e1faf46b33ed Mon Sep 17 00:00:00 2001 From: nectar Date: Wed, 29 Jan 2003 01:06:15 +0000 Subject: Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712 can only be built with MIT Kerberos. If we didn't define this here, then SSL-using applications would have to define OPENSSL_NO_KRB5 themselves in order to build. --- secure/lib/libcrypto/opensslconf-amd64.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'secure/lib/libcrypto/opensslconf-amd64.h') diff --git a/secure/lib/libcrypto/opensslconf-amd64.h b/secure/lib/libcrypto/opensslconf-amd64.h index 53f7352..14e5af5 100644 --- a/secure/lib/libcrypto/opensslconf-amd64.h +++ b/secure/lib/libcrypto/opensslconf-amd64.h @@ -173,3 +173,5 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! #endif /* DES_DEFAULT_OPTIONS */ #endif /* HEADER_DES_LOCL_H */ +/* The Kerberos 5 support is MIT-specific. */ +#define OPENSSL_NO_KRB5 -- cgit v1.1