Remove obsolete options from config.py

These options haven't existed for a long time.
This commit is contained in:
Gilles Peskine 2019-07-27 23:37:06 +02:00
parent 53d41ae872
commit 6c2d078935

View file

@ -168,9 +168,6 @@ def include_in_full(name):
'MBEDTLS_DEPRECATED_REMOVED',
'MBEDTLS_HAVE_SSE2',
'MBEDTLS_PLATFORM_NO_STD_FUNCTIONS',
'MBEDTLS_ECP_DP_M221_ENABLED',
'MBEDTLS_ECP_DP_M383_ENABLED',
'MBEDTLS_ECP_DP_M511_ENABLED',
'MBEDTLS_MEMORY_DEBUG',
'MBEDTLS_MEMORY_BACKTRACE',
'MBEDTLS_MEMORY_BUFFER_ALLOC_C',