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

--- modules/ssl/ssl_engine_kernel.c.orig	2007-05-08 23:08:47.000000000 +0000
+++ modules/ssl/ssl_engine_kernel.c
@@ -550,7 +550,7 @@ int ssl_hook_Access(request_rec *r)
                  * sk_X509_shift-ed the peer cert out of the chain.
                  * we put it back here for the purpose of quick_renegotiation.
                  */
-                cert_stack = sk_new_null();
+                cert_stack = sk_X509_new_null();
                 sk_X509_push(cert_stack, MODSSL_PCHAR_CAST cert);
             }