diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 502e3dd505f..61293d0df62 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2004/07/30 21:05:42 jlam Exp $ +# $NetBSD: Makefile,v 1.94 2004/08/05 02:45:28 jlam Exp $ DISTNAME= openssl-0.9.6m SVR4_PKGNAME= ossl @@ -47,6 +47,10 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.openssl PKG_SUPPORTED_OPTIONS= rsaref .include "../../mk/bsd.options.mk" +### +### Use the RSA reference package instead of the built-in code for the +### RSA algorithm (NOT RECOMMENDED!). +### .if !empty(PKG_OPTIONS:Mrsaref) . include "../../security/rsaref/buildlink3.mk" CONFIGURE_ARGS+= rsaref |