summaryrefslogtreecommitdiff
path: root/www/apache22/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache22/patches/patch-ba')
-rw-r--r--www/apache22/patches/patch-ba15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/apache22/patches/patch-ba b/www/apache22/patches/patch-ba
deleted file mode 100644
index 9ad3d4056a2..00000000000
--- a/www/apache22/patches/patch-ba
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ba,v 1.2.2.1 2009/08/07 21:08:15 spz Exp $
-
-Fix build problems with newer versions of OpenSSL.
-
---- modules/ssl/ssl_engine_init.c.orig 2009-08-05 09:37:09.000000000 +0200
-+++ modules/ssl/ssl_engine_init.c
-@@ -573,7 +573,7 @@ static void ssl_init_ctx_verify(server_r
- ssl_die();
- }
-
-- SSL_CTX_set_client_CA_list(ctx, (STACK *)ca_list);
-+ SSL_CTX_set_client_CA_list(ctx, ca_list);
- }
-
- /*