diff options
author | nectar <nectar@FreeBSD.org> | 2003-02-09 14:59:56 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-02-09 14:59:56 +0000 |
commit | aa5fb3b42f7db355c41e057868665ba93060e768 (patch) | |
tree | e533442feeaabdef01627c40c3c3bc5d1cdd7e0b /secure | |
parent | 6acde8e9eb19cd0f6c37cfe93ca960331469011f (diff) | |
download | FreeBSD-src-aa5fb3b42f7db355c41e057868665ba93060e768.zip FreeBSD-src-aa5fb3b42f7db355c41e057868665ba93060e768.tar.gz |
Do not define OPENSSL_NO_KRB5 here in CFLAGS. It is handled in
opensslconf.h.
Reminded by: reports from des, obrien
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcrypto/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index 594dd35..bd7d6ef 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -3,7 +3,7 @@ LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl LCRYPTO_DOC= ${.CURDIR}/../../../crypto/openssl/doc -CFLAGS+= -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_KRB5 +CFLAGS+= -DTERMIOS -DANSI_SOURCE CFLAGS+= -I${LCRYPTO_SRC} -I${LCRYPTO_SRC}/crypto -I${.OBJDIR} .if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES |