[openssl/openssl] 998174: doc: fix EVP_SignInit.pod
openssl-machine
noreply at github.com
Fri Dec 2 12:22:58 UTC 2022
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: 998174c5d8fd28d38739ec472c65622b29568d2f
https://github.com/openssl/openssl/commit/998174c5d8fd28d38739ec472c65622b29568d2f
Author: Reinhard Urban <reinhard.urban at nubix.de>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M doc/man3/EVP_SignInit.pod
Log Message:
-----------
doc: fix EVP_SignInit.pod
Fixes GH #19786
Also simplify the CSPRNG must be seeded argument.
Since version 1.1.1, the CSPRNG is seeded automatically on first use,
so it's not the responsibility of the programmer anymore. Still, he
needs to be aware that the seeding might fail.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19789)
(cherry picked from commit 328dc33365f8bd9c097bc95c3632467f690502a4)
More information about the openssl-commits
mailing list