forked from Lainports/freebsd-ports
message option in pre-everything:: target.
- Change OpenSSL fix. (specially when WITH_BERKELEYDB=FreeBSD is defined)
There are too many cases of failure (at leat 3), so I can't force -STABLE
users to use SSL_EXPERIMENT_ENGINE [1]
- Add WITH_SSL_EXPERIMENTAL_ENGINE knob [2]
- Better db42 apr-util detection [3]
- Add fastest mirror to PATCH_SITES
- Add db42 to "make show-options"
Note to users:
Unless you have a *really* good request, no more features will be added.
Please send me with your bug reports:
- uname -a output
- all config.log files
- pkg_info output
- your make command line
Noticed by: apache2-test-ng.sh script [1]
Barry Pederson <bp@barryp.org> [3]
Requested by: jb@perso-web.com [2]
11 lines
297 B
C
11 lines
297 B
C
--- modules/ssl/mod_ssl.h.orig Tue Sep 16 01:00:06 2003
|
|
+++ modules/ssl/mod_ssl.h Sat Jan 10 22:08:18 2004
|
|
@@ -123,7 +123,7 @@
|
|
#else /* !HAVE_SSLC (implicit HAVE_OPENSSL) */
|
|
|
|
#include <ssl.h>
|
|
-#include <err.h>
|
|
+#include <openssl/err.h>
|
|
#include <x509.h>
|
|
#include <pem.h>
|
|
#include <crypto.h>
|