summaryrefslogtreecommitdiff
path: root/www/apache20/files/patch-modules:ssl:mod_ssl.h
blob: e916df9d0376d4e7462094c7d48731b5b4ff9307 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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>