Add comment to matching #endif
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
da15409aea
commit
10edb3e8da
@ -803,7 +803,7 @@
|
|||||||
#error "MBEDTLS_SSL_HW_RECORD_ACCEL is deprecated and will 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 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_DEPRECATED_REMOVED */
|
||||||
#endif /* MBEDTLS_SSL_HW_RECORD_ACCEL */
|
#endif /* MBEDTLS_SSL_HW_RECORD_ACCEL */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1332,7 +1332,7 @@ struct mbedtls_ssl_context
|
|||||||
#define MBEDTLS_DEPRECATED __attribute__((deprecated))
|
#define MBEDTLS_DEPRECATED __attribute__((deprecated))
|
||||||
#else
|
#else
|
||||||
#define MBEDTLS_DEPRECATED
|
#define MBEDTLS_DEPRECATED
|
||||||
#endif
|
#endif /* MBEDTLS_DEPRECATED_WARNING */
|
||||||
|
|
||||||
MBEDTLS_DEPRECATED extern int (*mbedtls_ssl_hw_record_init)(
|
MBEDTLS_DEPRECATED extern int (*mbedtls_ssl_hw_record_init)(
|
||||||
mbedtls_ssl_context *ssl,
|
mbedtls_ssl_context *ssl,
|
||||||
|
Loading…
Reference in New Issue
Block a user