mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
76e23fc50b
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 |