commit | 10edb3e8da5d83c980d57379c400042fdd1cf2ff | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Tue Jan 15 18:44:06 2019 +0000 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Feb 25 12:47:52 2020 +0100 |
tree | 1e91fe048740e613845f7ac2bbc8a7814f8bd0f9 | |
parent | da15409aeace1ab763584f1e2342144030cb1a7c [diff] [blame] |
Add comment to matching #endif Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 8daa267..b5ad445 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -1332,7 +1332,7 @@ #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,