Skip to content

Commit 19adefa

Browse files
config.py: cleanup
Signed-off-by: Minos Galanakis <[email protected]>
1 parent ce81387 commit 19adefa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,10 @@ def realfull_adapter(_name, _value, _active):
7676
'MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH', # interacts with CTR_DRBG_128_BIT_KEY
7777
'MBEDTLS_AES_USE_HARDWARE_ONLY', # hardware dependency
7878
'MBEDTLS_BLOCK_CIPHER_NO_DECRYPT', # incompatible with ECB in PSA, CBC/XTS/NIST_KW
79-
'MBEDTLS_CTR_DRBG_USE_128_BIT_KEY', # interacts with ENTROPY_FORCE_SHA256
8079
'MBEDTLS_DEPRECATED_REMOVED', # conflicts with deprecated options
8180
'MBEDTLS_DEPRECATED_WARNING', # conflicts with deprecated options
8281
'MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED', # influences the use of ECDH in TLS
8382
'MBEDTLS_ECP_WITH_MPI_UINT', # disables the default ECP and is experimental
84-
'MBEDTLS_ENTROPY_FORCE_SHA256', # interacts with CTR_DRBG_128_BIT_KEY
8583
'MBEDTLS_HAVE_SSE2', # hardware dependency
8684
'MBEDTLS_MEMORY_BACKTRACE', # depends on MEMORY_BUFFER_ALLOC_C
8785
'MBEDTLS_MEMORY_BUFFER_ALLOC_C', # makes sanitizers (e.g. ASan) less effective

0 commit comments

Comments
 (0)