mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Fix define for ssl_conf_curves()
This is a security feature, it shouldn't be optional.
This commit is contained in:
@@ -385,9 +385,6 @@ static const char *features[] = {
|
||||
#if defined(MBEDTLS_SSL_TRUNCATED_HMAC)
|
||||
"MBEDTLS_SSL_TRUNCATED_HMAC",
|
||||
#endif /* MBEDTLS_SSL_TRUNCATED_HMAC */
|
||||
#if defined(MBEDTLS_SSL_SET_CURVES)
|
||||
"MBEDTLS_SSL_SET_CURVES",
|
||||
#endif /* MBEDTLS_SSL_SET_CURVES */
|
||||
#if defined(MBEDTLS_THREADING_ALT)
|
||||
"MBEDTLS_THREADING_ALT",
|
||||
#endif /* MBEDTLS_THREADING_ALT */
|
||||
|
Reference in New Issue
Block a user