From 2fe0472e3949a7c045ea27f8f6b3652ae3aca5dc Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 24 Jun 2000 06:50:58 +0000 Subject: 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. --- secure/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'secure/Makefile.inc') diff --git a/secure/Makefile.inc b/secure/Makefile.inc index afe5e97..faa0bd2 100644 --- a/secure/Makefile.inc +++ b/secure/Makefile.inc @@ -15,3 +15,7 @@ CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj .else CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt .endif + +.if !defined(WITH_IDEA) || ${WITH_IDEA} != YES +CFLAGS+= -DNO_IDEA +.endif -- cgit v1.1