1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Declare new config.h option MBEDTLS_SHA512_NO_SHA384

This commit is contained in:
Manuel Pégourié-Gonnard
2019-07-17 14:58:03 +02:00
parent 448d1cc854
commit ad6cb11461
4 changed files with 22 additions and 0 deletions

View File

@ -183,6 +183,7 @@ def include_in_full(name):
'MBEDTLS_PSA_CRYPTO_SPM',
'MBEDTLS_PSA_INJECT_ENTROPY',
'MBEDTLS_RSA_NO_CRT',
'MBEDTLS_SHA512_NO_SHA384',
'MBEDTLS_TEST_NULL_ENTROPY',
]:
return False