mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
888bdbfd39
EVP_PKEY_CTX_set_dsa_ functions were only available when DSA was enabled ('no-dsa' not configured). However, that makes it impossible to use these functions with an engine or a provider that happens to implement DSA. This change solves that problem by shuffling these functions to more appropriate places. Fixes #13529 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13530) |
||
---|---|---|
.. | ||
crypto | ||
internal | ||
openssl |