freebsd-ports/www/apache20/files/patch-modules__ssl__mod_ssl.h
Philip M. Gollucci 5ac76d39ce - Regenerate patch files with make makepatch for they have
piled up and additional patches conflict.
  This also will help when we try to syncronize www/apache20&www/apache22

With Hat:   apache@
2010-05-06 23:10:20 +00:00

11 lines
321 B
C

--- ./modules/ssl/mod_ssl.h.orig 2007-05-08 19:08:47.000000000 -0400
+++ ./modules/ssl/mod_ssl.h 2010-05-06 16:06:03.737831861 -0400
@@ -90,7 +90,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>