mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
The EC export_to function calls EC_POINT_point2buf that can later generate a random number in some circumstances. Therefore we pass in a BN_CTX associated with the library context. This means we have to change the export_to function signature to accept the library context. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11493) |
||
---|---|---|
.. | ||
crypto | ||
internal | ||
openssl |