From 1af28f9b47992f9cf7ccc3085750255170aca3d9 Mon Sep 17 00:00:00 2001 From: Mateusz Starzyk Date: Thu, 20 May 2021 10:36:15 +0200 Subject: [PATCH] Fix SHA224 documentation in default config. Signed-off-by: Mateusz Starzyk --- include/mbedtls/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 8bd07a7b7..2479f741f 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -3106,7 +3106,6 @@ * \def MBEDTLS_SHA224_C * * Enable the SHA-224 cryptographic hash algorithm. - * A future version of the library will have this option disabled by default. * * Requires: MBEDTLS_SHA256_C. The library does not currently support enabling * SHA-224 without SHA-256.