mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-08 19:39:55 +00:00
- In `mbedtls/v3.4.0`, ECDSA restartable sign and verify functions (`ecdsa.c`) were made public.
- But the `mbedtls_ecdsa_sign_det_restartable` function prototype was declared in the file `ecdsa.h`,
only when `MBEDTLS_ECDSA_SIGN_ALT` is not defined.
Signed-off-by: harshal.patil <[email protected]>
(cherry picked from commit 8c77644906)