summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2006-06-16 01:03:12 -0500
committerroot2006-06-16 01:03:12 -0500
commit302b0b9113c5816cc6bb5cd261fc664dc41966c3 (patch)
tree6cf39c5f565b63ae03935a4fd3a3d25362101bff
parent9444eecb7762d86a071c41f2f34edc73e70439e1 (diff)
./http/apache2/05_httpd-2.0.54_openssl-0.9.8.patch: 2006/06/15 sync stable from p4
-rw-r--r--http/apache2/05_httpd-2.0.54_openssl-0.9.8.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/http/apache2/05_httpd-2.0.54_openssl-0.9.8.patch b/http/apache2/05_httpd-2.0.54_openssl-0.9.8.patch
deleted file mode 100644
index 28e5bd0938..0000000000
--- a/http/apache2/05_httpd-2.0.54_openssl-0.9.8.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- httpd-2.0.54.orig/modules/ssl/ssl_toolkit_compat.h 2005-02-04 12:21:18.000000000 -0800
-+++ httpd-2.0.54/modules/ssl/ssl_toolkit_compat.h 2005-07-06 08:50:38.468750000 -0700
-@@ -24,6 +24,12 @@
-
- #ifdef OPENSSL_VERSION_NUMBER
-
-+#if (OPENSSL_VERSION_NUMBER >= 0x0090800fL)
-+#ifndef PEM_F_DEF_CALLBACK
-+#define PEM_F_DEF_CALLBACK PEM_F_PEM_DEF_CALLBACK
-+#endif
-+#endif
-+
- /*
- * rsa sslc uses incomplete types for most structures
- * so we macroize for OpenSSL those which cannot be dereferenced