summaryrefslogtreecommitdiff
path: root/www/apache2/patches/patch-af
blob: a8ffe98bdf31e6dfd6070a11e1b5058de30e921d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.8 2009/09/04 18:55:34 wiz Exp $

--- modules/ssl/ssl_util_ssl.c.orig	2006-07-12 07:40:55.000000000 +0000
+++ modules/ssl/ssl_util_ssl.c
@@ -466,7 +466,7 @@ int SSL_CTX_use_certificate_chain(
     X509 *x509;
     unsigned long err;
     int n;
-    STACK *extra_certs;
+    STACK_OF(X509) *extra_certs;
 
     if ((bio = BIO_new(BIO_s_file_internal())) == NULL)
         return -1;