pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssl Document the "rsaref" build option.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6f1c8aaa54d7
branches: trunk
changeset: 479103:6f1c8aaa54d7
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Aug 05 02:45:28 2004 +0000
description:
Document the "rsaref" build option.
diffstat:
security/openssl/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 2ad406a0e34c -r 6f1c8aaa54d7 security/openssl/Makefile
--- a/security/openssl/Makefile Thu Aug 05 02:42:12 2004 +0000
+++ b/security/openssl/Makefile Thu Aug 05 02:45:28 2004 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index