]> git.ipfire.org Git - thirdparty/openssl.git/commit
Always try to construct methods as new provider might be added
authorTomas Mraz <tomas@openssl.org>
Mon, 9 May 2022 11:57:11 +0000 (13:57 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 12 May 2022 06:28:12 +0000 (08:28 +0200)
commit4b1b629725970384d6cf4dafe9e83e54859574cd
treed5d3d618c299fc7dfbb3065bdb0891f302615e99
parent70dc0b6d27a11a7f64fe914a3f376988ad1b1720
Always try to construct methods as new provider might be added

Otherwise optional properties can be incorrectly ignored.

Fixes #18262

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18269)
crypto/core_fetch.c