From 3b9684411fe2acc0aecce2d76f130745f026c981 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 24 Feb 2000 10:06:57 +0000 Subject: Freefall/Internat diff reducer. --- secure/lib/libcrypto/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'secure/lib') diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index bee00f6..28e800d 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -15,6 +15,7 @@ CFLAGS+= -DDEVRANDOM=\"/dev/urandom\" LOCALBASE?= /usr/local +.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != NO .if !exists(${LOCALBASE}/lib/librsaref.a) CFLAGS+= -DNO_RSA -DNO_SSL2 WITH_RSA= NO @@ -23,3 +24,4 @@ CFLAGS+= -DRSAref RSAREF= YES WITH_RSA= YES .endif +.endif -- cgit v1.1