summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-24 09:52:37 +0000
committermarkm <markm@FreeBSD.org>2000-02-24 09:52:37 +0000
commit95d086535ddab221f95ee5fb1047d2b85ea1474d (patch)
treebcd62a2ab6711c6ee0c633ff0859af456b3b304e /secure
parent785e71a1dbdad340a20ffa63139316b9d4e766a3 (diff)
downloadFreeBSD-src-95d086535ddab221f95ee5fb1047d2b85ea1474d.zip
FreeBSD-src-95d086535ddab221f95ee5fb1047d2b85ea1474d.tar.gz
Diff reducer. Comes from Internat.
Diffstat (limited to 'secure')
-rw-r--r--secure/usr.bin/openssl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile
index f3f8a2b..7922931 100644
--- a/secure/usr.bin/openssl/Makefile
+++ b/secure/usr.bin/openssl/Makefile
@@ -13,12 +13,14 @@ CFLAGS+= -DMONOLITH -DNO_IDEA -I${.CURDIR}
LOCALBASE?= /usr/local
+.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != NO
.if !exists(${LOCALBASE}/lib/librsaref.a)
CFLAGS+= -DNO_RSA -DNO_SSL2
.else
CFLAGS+= -DRSAref
LDADD+= -lRSAglue ${LOCALBASE}/lib/librsaref.a
.endif
+.endif
SRCS= apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c dgst.c dh.c \
dsa.c dsaparam.c enc.c errstr.c gendh.c gendsa.c genrsa.c \
OpenPOWER on IntegriCloud