|
|
| File: [cvs.NetBSD.org] / pkgsrc / www / apache22 / patches / Attic / patch-ba (download)
Revision 1.4, Thu Aug 6 08:21:44 2009 UTC (3 years, 9 months ago) by tron
Add patches provided by Adam Ciarcinski to fix build with recent versions of OpenSSL (e.g. the version in NetBSD-current). |
$NetBSD: patch-ba,v 1.4 2009/08/06 08:21:44 tron 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);
}
/*