Add comment to matching #endif

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Andres Amaya Garcia 2019-01-15 18:44:06 +00:00 committed by Manuel Pégourié-Gonnard
parent da15409aea
commit 10edb3e8da
2 changed files with 2 additions and 2 deletions

View file

@ -1332,7 +1332,7 @@ struct mbedtls_ssl_context
#define MBEDTLS_DEPRECATED __attribute__((deprecated))
#else
#define MBEDTLS_DEPRECATED
#endif
#endif /* MBEDTLS_DEPRECATED_WARNING */
MBEDTLS_DEPRECATED extern int (*mbedtls_ssl_hw_record_init)(
mbedtls_ssl_context *ssl,