summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-02-09 14:59:56 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-02-09 14:59:56 +0000
commita097def45b9d5462ccedbfbbb9ae29986a21b70b (patch)
treee533442feeaabdef01627c40c3c3bc5d1cdd7e0b
parentca22e6526aff08d61a1008295165eb97eebe2874 (diff)
Notes
-rw-r--r--secure/lib/libcrypto/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index 594dd35b0cbd..bd7d6ef80a8e 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