]> git.ipfire.org Git - thirdparty/openssl.git/commit
Avoid an unneccessary lock if we didn't add anything to the store
authorMatt Caswell <matt@openssl.org>
Fri, 12 May 2023 14:52:07 +0000 (15:52 +0100)
committerPauli <pauli@openssl.org>
Sun, 4 Jun 2023 23:10:07 +0000 (09:10 +1000)
commit00bea959ab580c78e00eb56780fec8d53dab054d
tree14574d9b65ec385e9df796fccef47a18b928024a
parent8e549ac79ce38af6cbe7afe58d1eb50f875b157b
Avoid an unneccessary lock if we didn't add anything to the store

Partially fixes #20286

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

(cherry picked from commit 50001e0e15d4a96213c2eea7c56f80087afa89fd)
crypto/x509/by_dir.c