diff options
author | tv <tv@pkgsrc.org> | 1999-05-23 21:16:52 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-23 21:16:52 +0000 |
commit | 94ca81aacb5f6775dcf72d2a9188a3c2c4b2e705 (patch) | |
tree | 9905a811fbdc2f1bf4e23d7e2ebf2f25fe492a0b | |
parent | 2ff534a8302389b277eabc065b023023461f6937 (diff) | |
download | pkgsrc-94ca81aacb5f6775dcf72d2a9188a3c2c4b2e705.tar.gz |
Fix libcrypto and libssl version numbers. The whole LoadFile bogosity
will be fixed at OpenSSL 0.9.3's update.
-rw-r--r-- | www/apache/patches/patch-aj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache/patches/patch-aj b/www/apache/patches/patch-aj index fb982398e78..431f5653223 100644 --- a/www/apache/patches/patch-aj +++ b/www/apache/patches/patch-aj @@ -1,4 +1,4 @@ -$NetBSD: patch-aj,v 1.1 1998/12/03 17:23:54 tv Exp $ +$NetBSD: patch-aj,v 1.2 1999/05/23 21:16:52 tv Exp $ --- conf/httpd.conf-dist.orig Thu Dec 3 11:05:29 1998 +++ conf/httpd.conf-dist Thu Dec 3 11:07:26 1998 @@ -12,8 +12,8 @@ $NetBSD: patch-aj,v 1.1 1998/12/03 17:23:54 tv Exp $ +<IfDefine SSL> +### Uncomment the following if you wish to use SSL and you need RSAREF: ### +#LoadFile !librsaref.so.2 -+LoadFile !libcrypto.so.0 -+LoadFile !libssl.so.0 ++LoadFile !libcrypto.so.1 ++LoadFile !libssl.so.1 +LoadModule ssl_module lib/httpd/mod_ssl.so +AddModule mod_ssl.c +</IfDefine> |