diff options
Diffstat (limited to 'secure/lib/Makefile')
-rw-r--r-- | secure/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 84bba0f..d061f66 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -10,7 +10,7 @@ SUBDIR+=libcrypto librsaglue libssl SUBDIR+=librsausa .endif .if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c) && \ - (${USA_RESIDENT} != YES || defined(MAKE_RSAINTL)) + !defined(NO_RSAINTL) SUBDIR+=librsaintl .endif .endif |