summaryrefslogtreecommitdiff
path: root/www/apache24/patches/patch-modules_ssl_ssl__private.h
blob: 1774e0c1db4a2ff87664024fb9290b981879865d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-modules_ssl_ssl__private.h,v 1.2 2012/07/05 13:11:24 ryoon Exp $

Exclude OpenSSL shipped with NetBSD current and 6.0.
It is pre-beta snapshot of 1.0.1.

https://issues.apache.org/bugzilla/show_bug.cgi?id=53512

--- modules/ssl/ssl_private.h.orig	2012-04-03 12:37:57.000000000 +0000
+++ modules/ssl/ssl_private.h
@@ -83,7 +83,7 @@
 
 /* OpenSSL headers */
 #include <openssl/opensslv.h>
-#if (OPENSSL_VERSION_NUMBER >= 0x10001000)
+#if (OPENSSL_VERSION_NUMBER >= 0x10001001)
 /* must be defined before including ssl.h */
 #define OPENSSL_NO_SSL_INTERN
 #endif