mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-27 21:19:07 +00:00
6 lines
227 B
Plaintext
6 lines
227 B
Plaintext
|
Bugfix
|
||
|
* Fix declaration of mbedtls_ecdsa_sign_det_restartable() function
|
||
|
in the ecdsa.h header file. There was a build warning when the
|
||
|
configuration macro MBEDTLS_ECDSA_SIGN_ALT was defined.
|
||
|
Resolves #7407.
|