mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 11:06:45 +00:00
config.pl full: exclude MBEDTLS_CTR_DRBG_USE_128_BIT_KEY
This is a variant toggle, not an extra feature, so it should be tested separately.
This commit is contained in:
parent
77d44573cb
commit
e249c0e6b3
|
@ -78,6 +78,7 @@ MBEDTLS_TEST_NULL_ENTROPY
|
||||||
MBEDTLS_DEPRECATED_REMOVED
|
MBEDTLS_DEPRECATED_REMOVED
|
||||||
MBEDTLS_HAVE_SSE2
|
MBEDTLS_HAVE_SSE2
|
||||||
MBEDTLS_PLATFORM_NO_STD_FUNCTIONS
|
MBEDTLS_PLATFORM_NO_STD_FUNCTIONS
|
||||||
|
MBEDTLS_CTR_DRBG_USE_128_BIT_KEY
|
||||||
MBEDTLS_ECP_DP_M221_ENABLED
|
MBEDTLS_ECP_DP_M221_ENABLED
|
||||||
MBEDTLS_ECP_DP_M383_ENABLED
|
MBEDTLS_ECP_DP_M383_ENABLED
|
||||||
MBEDTLS_ECP_DP_M511_ENABLED
|
MBEDTLS_ECP_DP_M511_ENABLED
|
||||||
|
|
Loading…
Reference in a new issue