]> git.ipfire.org Git - thirdparty/openssl.git/commit
When activating providers via config check we've not already activated them
authorMatt Caswell <matt@openssl.org>
Tue, 17 Aug 2021 09:32:49 +0000 (10:32 +0100)
committerPauli <pauli@openssl.org>
Thu, 26 Aug 2021 23:51:00 +0000 (09:51 +1000)
commit6f25d3c47995c6e4948212950566dfbe541904df
tree2ead73ebce4133114921b345d8c23c00237dcce6
parent4fdb0d2535323373650bd68e7a659f9320828857
When activating providers via config check we've not already activated them

We skip the activation if we already configured them.

Fixes #16250

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16425)
crypto/provider_conf.c