commit | 14a8b59d7b9dea1d91c88ee27b8ddde7a8f29de9 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Tue Apr 17 16:56:12 2018 +0100 |
committer | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Tue Apr 17 16:56:12 2018 +0100 |
tree | 675a40e7e5eb51861e5df7ebf945aa9a151e116b | |
parent | c58787f5074d38dde47834e2e29249c4e7923a69 [diff] |
Fix doxygen error for MBEDTLS_PLATFORM_ZEROIZE_ALT
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 85d3f8e..67ad4b2 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h
@@ -2853,8 +2853,6 @@ #define MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE /** - * \def MBEDTLS_PLATFORM_ZEROIZE_ALT - * * Uncomment the macro to let mbed TLS use your alternate implementation of * mbedtls_platform_zeroize(). This replaces the default implementation in * platform_util.c.