diff options
author | nectar <nectar@FreeBSD.org> | 2003-01-29 01:06:15 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-01-29 01:06:15 +0000 |
commit | cc3760c9733664fa22e018ac20c5e1faf46b33ed (patch) | |
tree | 433cb912822555cc12e024ddabc6617068671946 /secure/lib/libcrypto/opensslconf-ia64.h | |
parent | 493b7433624271406b0628c6cda5eb9918682d70 (diff) | |
download | FreeBSD-src-cc3760c9733664fa22e018ac20c5e1faf46b33ed.zip FreeBSD-src-cc3760c9733664fa22e018ac20c5e1faf46b33ed.tar.gz |
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.
Diffstat (limited to 'secure/lib/libcrypto/opensslconf-ia64.h')
-rw-r--r-- | secure/lib/libcrypto/opensslconf-ia64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/opensslconf-ia64.h b/secure/lib/libcrypto/opensslconf-ia64.h index 53f7352..14e5af5 100644 --- a/secure/lib/libcrypto/opensslconf-ia64.h +++ b/secure/lib/libcrypto/opensslconf-ia64.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 |