mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 00:25:34 +00:00
Remove the word likely from deprecated documentation
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
4156ac18d7
commit
da15409aea
|
@ -800,9 +800,9 @@
|
||||||
|
|
||||||
#if defined(MBEDTLS_SSL_HW_RECORD_ACCEL)
|
#if defined(MBEDTLS_SSL_HW_RECORD_ACCEL)
|
||||||
#if defined(MBEDTLS_DEPRECATED_REMOVED)
|
#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)
|
#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
|
||||||
#endif /* MBEDTLS_SSL_HW_RECORD_ACCEL */
|
#endif /* MBEDTLS_SSL_HW_RECORD_ACCEL */
|
||||||
|
|
||||||
|
|
|
@ -1527,8 +1527,8 @@
|
||||||
* Enable hooking functions in SSL module for hardware acceleration of
|
* Enable hooking functions in SSL module for hardware acceleration of
|
||||||
* individual records.
|
* individual records.
|
||||||
*
|
*
|
||||||
* \deprecated This option is deprecated and will likely be removed in a
|
* \deprecated This option is deprecated and will be removed in a future
|
||||||
* future version of Mbed TLS.
|
* version of Mbed TLS.
|
||||||
*
|
*
|
||||||
* Uncomment this macro to enable hooking functions.
|
* Uncomment this macro to enable hooking functions.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue