diff options
Diffstat (limited to 'www/apache20/files/patch-modules:ssl:mod_ssl.h')
-rw-r--r-- | www/apache20/files/patch-modules:ssl:mod_ssl.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/apache20/files/patch-modules:ssl:mod_ssl.h b/www/apache20/files/patch-modules:ssl:mod_ssl.h new file mode 100644 index 000000000000..e916df9d0376 --- /dev/null +++ b/www/apache20/files/patch-modules:ssl:mod_ssl.h @@ -0,0 +1,11 @@ +--- 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> |