summaryrefslogtreecommitdiff
path: root/dev-libs/pkcs11-helper/files/pkcs11-helper-1.29.0-incompatible-func-ptr-clang16.patch
blob: 5b1036b9999b86b2a0dbb10ff9bcf222b91a5ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
https://github.com/OpenSC/pkcs11-helper/commit/744001c1424b2d178272194d64e3356824ecdcdc
https://github.com/OpenSC/pkcs11-helper/issues/60
https://bugs.gentoo.org/880975

From 744001c1424b2d178272194d64e3356824ecdcdc Mon Sep 17 00:00:00 2001
From: Alon Bar-Lev <alon.barlev@gmail.com>
Date: Sat, 12 Nov 2022 02:24:58 +0200
Subject: [PATCH] openssl: fix openssl_ex_data_dup prototype

--- a/lib/pkcs11h-openssl.c
+++ b/lib/pkcs11h-openssl.c
@@ -340,7 +340,7 @@ int
 __pkcs11h_openssl_ex_data_dup (
 	CRYPTO_EX_DATA *to,
 	CRYPTO_EX_DATA *from,
-	void *from_d,
+	void **from_d,
 	int idx,
 	long argl,
 	void *argp
@@ -350,7 +350,7 @@ int
 __pkcs11h_openssl_ex_data_dup (
 	CRYPTO_EX_DATA *to,
 	const CRYPTO_EX_DATA *from,
-	void *from_d,
+	void **from_d,
 	int idx,
 	long argl,
 	void *argp