[openssl/openssl] cc343d: rand_lib: RAND_poll: Reseed in non-"no-deprecated"...
Mike Kasick
noreply at github.com
Tue Jun 13 23:05:21 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: cc343d047c147e0a395fb101efbe9dedf458aa17
https://github.com/openssl/openssl/commit/cc343d047c147e0a395fb101efbe9dedf458aa17
Author: Mike Kasick <mike at kasick.org>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M crypto/rand/rand_lib.c
Log Message:
-----------
rand_lib: RAND_poll: Reseed in non-"no-deprecated" builds.
In a non-"no-deprecated" libcrypto build with a default configuration,
RAND_get_rand_method() == RAND_OpenSSL() and so needs to fall through to
the RAND_seed call (used in "no-deprecated" builds) to perform a reseed.
CLA: trivial
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21167)
More information about the openssl-commits
mailing list