c97318b86b
Changes with mod_ssl 2.8.23 (30-Oct-2004 to 06-Jul-2005) *) Ported to OpenSSL 0.9.8 *) Fixed connection timeout handling by calling the EAPI connection close hook after (and not before) the B_OUT flag was set on the underlying I/O buffer in order to prevent attempted buffer flushes from blocking the connection. *) Updated the ca-bundle.crt file from Mozilla's "certdata.txt" (CVS revision 1.37). *) Fix timeout handling in POST request processing by resetting timeouts. *) Fixed double-definition of OPENSSL_free under OpenSSL 0.9.6 by fixing the version test in ssl_util_ssl.h *) Adjusted all copyright messages to contain the new year 2005 ;)
13 lines
396 B
Text
13 lines
396 B
Text
$NetBSD: patch-aa,v 1.9 2005/07/14 04:04:58 wiz Exp $
|
|
|
|
--- pkg.sslmod/libssl.module.orig 2005-07-06 10:32:14.000000000 +0200
|
|
+++ pkg.sslmod/libssl.module
|
|
@@ -434,7 +434,7 @@ ConfigStart
|
|
exit 1
|
|
fi
|
|
fi
|
|
- SSL_LDFLAGS="$SSL_LDFLAGS -L\$(SSL_LIBDIR)"
|
|
+ SSL_LDFLAGS="$SSL_LDFLAGS -L\$(SSL_LIBDIR) \$(SSL_RPATH_LDFLAGS)"
|
|
SSL_LIBS="$SSL_LIBS -lssl -lcrypto"
|
|
|
|
#
|