Disable MBEDTLS_ECP_RESTARTABLE in full config
MBEDTLS_ECP_RESTARTABLE is not compatible with MBEDTLS_USE_PSA_CRYPTO.
This commit is contained in:
parent
d015619a56
commit
03c35a5744
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
||||||
# MBEDTLS_PKCS11_C
|
# MBEDTLS_PKCS11_C
|
||||||
# MBEDTLS_PSA_CRYPTO_SPM
|
# MBEDTLS_PSA_CRYPTO_SPM
|
||||||
# MBEDTLS_PSA_INJECT_ENTROPY
|
# MBEDTLS_PSA_INJECT_ENTROPY
|
||||||
|
# MBEDTLS_ECP_RESTARTABLE
|
||||||
# and any symbol beginning _ALT
|
# and any symbol beginning _ALT
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -102,6 +103,7 @@ MBEDTLS_NO_UDBL_DIVISION
|
||||||
MBEDTLS_NO_64BIT_MULTIPLICATION
|
MBEDTLS_NO_64BIT_MULTIPLICATION
|
||||||
MBEDTLS_PSA_CRYPTO_SPM
|
MBEDTLS_PSA_CRYPTO_SPM
|
||||||
MBEDTLS_PSA_INJECT_ENTROPY
|
MBEDTLS_PSA_INJECT_ENTROPY
|
||||||
|
MBEDTLS_ECP_RESTARTABLE
|
||||||
_ALT\s*$
|
_ALT\s*$
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue