diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index bee00f6f2a84..28e800d91139 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