diff --git a/include/mbedtls/check_config.h b/include/mbedtls/check_config.h index ca827dc19e..d95b71e536 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 6eb37f7ba8..a11a4f3b06 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 */