]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove redundant RAND_get0_private() call
authorPauli <pauli@openssl.org>
Tue, 26 Oct 2021 22:22:09 +0000 (08:22 +1000)
committerPauli <pauli@openssl.org>
Thu, 28 Oct 2021 08:05:09 +0000 (18:05 +1000)
commita87c3247ca641f2593391bf44d47e3dccc7f8d73
tree58b48cd225ad0f1a18b8c5fe62b5e9f5bee67161
parent8b7d7789dc4ea0de11331cb4045bcb03ab0864fc
Remove redundant RAND_get0_private() call

The test called this twice which doesn't hurt but isn't ideal.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/16921)
test/rand_test.c