summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 8aeb2bf..5c7165b 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -9,7 +9,8 @@ SUBDIR+=libcrypto librsaglue libssl
.if exists(${.CURDIR}/../../crypto/openssl/rsaref)
SUBDIR+=librsausa
.endif
-.if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c)
+.if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c) &&
+ (${USA_RESIDENT} != YES || defined(MAKE_RSAINTL))
SUBDIR+=librsaintl
.endif
.endif
OpenPOWER on IntegriCloud