mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
$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;
|