blob: c30e07451b35bc84884edec93c7e7244a9693191 [file] [log] [blame]
harshal.patil8c776442023-04-07 16:17:16 +05301Bugfix
2 * Fix declaration of mbedtls_ecdsa_sign_det_restartable() function
3 in the ecdsa.h header file. There was a build warning when the
4 configuration macro MBEDTLS_ECDSA_SIGN_ALT was defined.
5 Resolves #7407.