aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-06 23:46:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-06 23:46:50 +0000
commite1f99b045c2a9c126b542e31d28251807caebe4d (patch)
tree2a3a2e4f1abbbcda4629273450b90f3592931000 /secure
parent1a0f89e02b8df5621ce0515c5f32cc8fa5a7e205 (diff)
downloadsrc-e1f99b045c2a9c126b542e31d28251807caebe4d.tar.gz
src-e1f99b045c2a9c126b542e31d28251807caebe4d.zip
``Anyone is now free to rub two primes together for their own gratification''
-- Unknown Now that the RSA algorithm is released into the public domain, build librsaintl by default unless NO_RSAINTL is set in make.conf. The native OpenSSL implementation of RSA is much faster, doesn't have an artificial keysize limitation, has 30% fewer calories and tastes great!
Notes
Notes: svn path=/head/; revision=65551
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 84bba0fc4973..d061f66bcdeb 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