From da15409aeace1ab763584f1e2342144030cb1a7c Mon Sep 17 00:00:00 2001 From: Andres Amaya Garcia Date: Tue, 15 Jan 2019 18:43:48 +0000 Subject: [PATCH] Remove the word likely from deprecated documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- include/mbedtls/check_config.h | 4 ++-- include/mbedtls/config.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/mbedtls/check_config.h b/include/mbedtls/check_config.h index 27e8c30ac5..33687c689b 100644 --- a/include/mbedtls/check_config.h +++ b/include/mbedtls/check_config.h @@ -800,9 +800,9 @@ #if defined(MBEDTLS_SSL_HW_RECORD_ACCEL) #if defined(MBEDTLS_DEPRECATED_REMOVED) -#error "MBEDTLS_SSL_HW_RECORD_ACCEL is deprecated and will likely be removed in a future version of Mbed TLS" +#error "MBEDTLS_SSL_HW_RECORD_ACCEL is deprecated and will be removed in a future version of Mbed TLS" #elif defined(MBEDTLS_DEPRECATED_WARNING) -#warning "MBEDTLS_SSL_HW_RECORD_ACCEL is deprecated and will likely be removed in a future version of Mbed TLS" +#warning "MBEDTLS_SSL_HW_RECORD_ACCEL is deprecated and will be removed in a future version of Mbed TLS" #endif #endif /* MBEDTLS_SSL_HW_RECORD_ACCEL */ diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index a57eac958e..40f9d6b1a8 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1527,8 +1527,8 @@ * Enable hooking functions in SSL module for hardware acceleration of * individual records. * - * \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 hooking functions. */