]> git.ipfire.org Git - thirdparty/openssl.git/commit
rand uniform: fix likely usage
authorPauli <pauli@openssl.org>
Thu, 2 Nov 2023 01:26:50 +0000 (12:26 +1100)
committerTomas Mraz <tomas@openssl.org>
Fri, 3 Nov 2023 10:20:16 +0000 (11:20 +0100)
commitb90662b4b0a6c7b6979a96581388ace7c217b470
treea1d841792e43afc41a3dd5fd625acdcb69734aa3
parent3fa274ca815335e198cf36a1062c59a9f4c00510
rand uniform: fix likely usage

@mspncp noted that the condition should have been likely not unlikely.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22593)
crypto/rand/rand_uniform.c