Files
harshal.patil 2ca00d2e19 ecdsa: fix -missing-prototypes warning when MBEDTLS_ECDSA_SIGN_ALT is defined
- 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)
2023-08-11 13:37:03 +05:30
..
2023-03-14 11:49:36 +01:00
2015-03-10 11:23:56 +00:00