aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-06-24 06:50:58 +0000
committerMark Murray <markm@FreeBSD.org>2000-06-24 06:50:58 +0000
commitce09ad50986b01330a286a8b4e30e182de4d1fb4 (patch)
tree354a4f4c055ae7e07c94204cc848854622c9040c /secure/usr.bin
parentbf0ad6d7528737b07048a1df76c9ae5e8b6fb8e8 (diff)
downloadsrc-ce09ad50986b01330a286a8b4e30e182de4d1fb4.tar.gz
src-ce09ad50986b01330a286a8b4e30e182de4d1fb4.zip
MFI. This is a documentation-only, diffreducing patch, that if
invoked will cause breakage. US Users - DO NOT try to turn on IDEA - the sources are not included.
Notes
Notes: svn path=/head/; revision=62030
Diffstat (limited to 'secure/usr.bin')
-rw-r--r--secure/usr.bin/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile
index 7499cb7e8845..1cde16bdc24e 100644
--- a/secure/usr.bin/openssl/Makefile
+++ b/secure/usr.bin/openssl/Makefile
@@ -10,7 +10,7 @@ NOMAN= noman
OPENSSL_SRC= ${.CURDIR}/../../../crypto/openssl/apps
LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl/crypto
-CFLAGS+= -DMONOLITH -DNO_IDEA -I${.CURDIR}
+CFLAGS+= -DMONOLITH -I${.CURDIR}
WITH_RSA?= YES
.if ${WITH_RSA} == NO