]> git.ipfire.org Git - thirdparty/openssl.git/commit
[crypto/bn] BN_consttime_swap: remove superfluous early exit
authorBilly Brumley <bbrumley@gmail.com>
Thu, 9 Jun 2022 21:03:23 +0000 (00:03 +0300)
committerTomas Mraz <tomas@openssl.org>
Mon, 13 Jun 2022 08:50:44 +0000 (10:50 +0200)
commita644cb7c1c19c78e2ca393c8ca36989e7ca61715
tree40720091f8594215730f473138e79817813464b5
parent926c698c6f0a197e0322d4617db0ecd0d40f6e06
[crypto/bn] BN_consttime_swap: remove superfluous early exit

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18518)
crypto/bn/bn_lib.c
test/bntest.c