]> git.ipfire.org Git - thirdparty/openssl.git/commit
pkcs12: Do not forcibly load the config file
authorTomas Mraz <tomas@openssl.org>
Mon, 11 Dec 2023 14:03:08 +0000 (15:03 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 13 Dec 2023 11:32:22 +0000 (12:32 +0100)
commit58eeb4350ca89c52d603b42119a0893129a25c09
tree05b2bbc93953296aeb4e3e66f64c26bc615a3790
parent7f4bf1857321d2a2ebcbbb2742946a965e463b79
pkcs12: Do not forcibly load the config file

This was added as part of commit e869c86 but later it
was made unnecessary by commit 21f7a09.

Fixes #22994

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23005)
apps/pkcs12.c