mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-03 19:20:18 +00:00
Fix so that PSA_WANT_ALG_DETERMINISTIC_ECDSA implies PSA_HAVE_FULL_ECDSA.
Signed-off-by: Stephan Koch <koch@oberon.ch> Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
6b006c126b
commit
48fba6fbac
@ -284,7 +284,9 @@
|
|||||||
|
|
||||||
/* Helper for ECDSA dependencies, will be undefined at the end of the file */
|
/* Helper for ECDSA dependencies, will be undefined at the end of the file */
|
||||||
#if defined(MBEDTLS_USE_PSA_CRYPTO)
|
#if defined(MBEDTLS_USE_PSA_CRYPTO)
|
||||||
#if defined(PSA_WANT_ALG_ECDSA) && defined(PSA_WANT_KEY_TYPE_ECC_KEY_PAIR)
|
#if (defined(PSA_WANT_ALG_ECDSA) || \
|
||||||
|
defined(PSA_WANT_ALG_DETERMINISTIC_ECDSA)) && \
|
||||||
|
defined(PSA_WANT_KEY_TYPE_ECC_KEY_PAIR)
|
||||||
#define MBEDTLS_PK_HAVE_ECDSA
|
#define MBEDTLS_PK_HAVE_ECDSA
|
||||||
#endif
|
#endif
|
||||||
#else /* MBEDTLS_USE_PSA_CRYPTO */
|
#else /* MBEDTLS_USE_PSA_CRYPTO */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user