summaryrefslogtreecommitdiffstats
path: root/secure/lib
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-24 10:06:57 +0000
committermarkm <markm@FreeBSD.org>2000-02-24 10:06:57 +0000
commit3b9684411fe2acc0aecce2d76f130745f026c981 (patch)
tree45d1dc5488f7ee20116a520507948e5a54d7cd6e /secure/lib
parent95d086535ddab221f95ee5fb1047d2b85ea1474d (diff)
downloadFreeBSD-src-3b9684411fe2acc0aecce2d76f130745f026c981.zip
FreeBSD-src-3b9684411fe2acc0aecce2d76f130745f026c981.tar.gz
Freefall/Internat diff reducer.
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libcrypto/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud