From 682100bdab11f9cf6a03aca5b848db32ef4ddda9 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Tue, 12 Jan 1999 23:18:59 +0000 Subject: Don't use rsaref if I_HAVE_AN_RSA_LICENSE is defined. Requested by: Garrett Wollman : "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." --- security/openssl-beta/Makefile | 4 ++-- security/openssl/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'security') 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 # -# $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 # -# $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: -- cgit v1.2.3