Fix SHA224 documentation in default config.

Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
Mateusz Starzyk 2021-05-20 10:36:15 +02:00
parent c6d94aba50
commit 1af28f9b47

View file

@ -3106,7 +3106,6 @@
* \def MBEDTLS_SHA224_C * \def MBEDTLS_SHA224_C
* *
* Enable the SHA-224 cryptographic hash algorithm. * 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 * Requires: MBEDTLS_SHA256_C. The library does not currently support enabling
* SHA-224 without SHA-256. * SHA-224 without SHA-256.