Skip to content

Commit

Permalink
openssl: fix openssl_ex_data_dup prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbl committed Nov 12, 2022
1 parent 82863e9 commit 6b7674a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Copyright (c) 2005-2022 Alon Bar-Lev <alon.barlev@gmail.com>

????-??-?? - Version 1.30.0
* openssl: support DSA in libressl-3.5.0, thanks to Fabrice Fontaine.

* openssl: fix openssl_ex_data_dup prototype, thanks to Sam James for
reporting.

2022-04-21 - Version 1.29.0

Expand Down
4 changes: 2 additions & 2 deletions lib/pkcs11h-openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6b7674a

Please sign in to comment.