From 835b299e5eab7bbe01ae7b4129bc2ee59eb58dda Mon Sep 17 00:00:00 2001 From: Andres Amaya Garcia Date: Tue, 15 Jan 2019 19:36:00 +0000 Subject: [PATCH] Fix wording of deprecated docs for SSL2 and SSL3 features --- include/mbedtls/check_config.h | 8 ++++---- include/mbedtls/config.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/mbedtls/check_config.h b/include/mbedtls/check_config.h index ca827dc19..d95b71e53 100644 --- a/include/mbedtls/check_config.h +++ b/include/mbedtls/check_config.h @@ -776,17 +776,17 @@ #if defined(MBEDTLS_SSL_PROTO_SSL3) #if defined(MBEDTLS_DEPRECATED_REMOVED) -#error "MBEDTLS_SSL_PROTO_SSL3 is deprecated and will likely be removed in a future version of Mbed TLS" +#error "MBEDTLS_SSL_PROTO_SSL3 is deprecated and will be removed in a future version of Mbed TLS" #elif defined(MBEDTLS_DEPRECATED_WARNING) -#warning "MBEDTLS_SSL_PROTO_SSL3 is deprecated and will likely be removed in a future version of Mbed TLS" +#warning "MBEDTLS_SSL_PROTO_SSL3 is deprecated and will be removed in a future version of Mbed TLS" #endif #endif /* MBEDTLS_SSL_PROTO_SSL3 */ #if defined(MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO) #if defined(MBEDTLS_DEPRECATED_REMOVED) -#error "MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is deprecated and will likely be removed in a future version of Mbed TLS" +#error "MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is deprecated and will be removed in a future version of Mbed TLS" #elif defined(MBEDTLS_DEPRECATED_WARNING) -#warning "MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is deprecated and will likely be removed in a future version of Mbed TLS" +#warning "MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is deprecated and will be removed in a future version of Mbed TLS" #endif #endif /* MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO */ diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 6eb37f7ba..a11a4f3b0 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1571,8 +1571,8 @@ * Enable support for receiving and parsing SSLv2 Client Hello messages for the * SSL Server module (MBEDTLS_SSL_SRV_C). * - * \deprecated This option is deprecated and will likely be removed in a - * future version of Mbed TLS. + * \deprecated This option is deprecated and will be removed in a future + * version of Mbed TLS. * * Uncomment this macro to enable support for SSLv2 Client Hello messages. */ @@ -1605,8 +1605,8 @@ * Requires: MBEDTLS_MD5_C * MBEDTLS_SHA1_C * - * \deprecated This option is deprecated and will likely be removed in a - * future version of Mbed TLS. + * \deprecated This option is deprecated and will be removed in a future + * version of Mbed TLS. * * Comment this macro to disable support for SSL 3.0 */