summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-01-12 23:18:59 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-01-12 23:18:59 +0000
commit682100bdab11f9cf6a03aca5b848db32ef4ddda9 (patch)
tree62370c28a5f57cf788723723981951e22976145a /security
parentUpdate YEAR2000 file... (diff)
Don't use rsaref if I_HAVE_AN_RSA_LICENSE is defined.
Requested by: Garrett Wollman <wollman@FreeBSD.ORG>: "If you have an RSA license, you DON'T want to use rsaref -- it's slow as hell. The only reason you would want to use rsaref is: 1) You are in the US. 2) The patent hasn't expired yet (600-someodd days and counting). 3) You wouldn't have the right to use RSA otherwise."
Notes
Notes: svn path=/head/; revision=16022
Diffstat (limited to 'security')
-rw-r--r--security/openssl-beta/Makefile4
-rw-r--r--security/openssl/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index 91a56ea042f8..fa4230fef12a 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Jan 3 19:36:27 CET 1999
# Whom: Dirk Froemberg <dirk@FreeBSD.ORG>
#
-# $Id$
+# $Id: Makefile,v 1.24 1999/01/09 12:55:48 dirk Exp $
#
DISTNAME= openssl-0.9.1c
@@ -27,7 +27,7 @@ pre-fetch:
@${ECHO} "You must also have installed RSAREF if you are USA resident."
@${FALSE}
.elif defined(USA_RESIDENT)
-.if ${USA_RESIDENT} == YES
+.if ${USA_RESIDENT} == YES && !defined(I_HAVE_AN_RSA_LICENSE)
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
post-configure:
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 91a56ea042f8..fa4230fef12a 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Jan 3 19:36:27 CET 1999
# Whom: Dirk Froemberg <dirk@FreeBSD.ORG>
#
-# $Id$
+# $Id: Makefile,v 1.24 1999/01/09 12:55:48 dirk Exp $
#
DISTNAME= openssl-0.9.1c
@@ -27,7 +27,7 @@ pre-fetch:
@${ECHO} "You must also have installed RSAREF if you are USA resident."
@${FALSE}
.elif defined(USA_RESIDENT)
-.if ${USA_RESIDENT} == YES
+.if ${USA_RESIDENT} == YES && !defined(I_HAVE_AN_RSA_LICENSE)
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
post-configure: