openssl/include
Nicola Tuveri cca8a4ceda Fix d2i_ECPKParameters_fp and i2d_ECPKParameters_fp macros
These functions are part of the public API but we don't have tests
covering their usage.
They are actually implemented as macros and the absence of tests has
caused them to fall out-of-sync with the latest changes to ASN1 related
functions and cause compilation warnings.

This commit fixes the public headers to reflect these changes.

Fixes #12443

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16355)
2021-08-30 15:18:14 +03:00
..
crypto Darwin platform allows to build on releases before Yosemite/ios 8. 2021-08-27 08:51:05 +02:00
internal Fix a race in ossl_provider_add_to_store() 2021-06-24 14:48:15 +01:00
openssl Fix d2i_ECPKParameters_fp and i2d_ECPKParameters_fp macros 2021-08-30 15:18:14 +03:00