Clarfiy SHA224 and SHA256 documentation
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index 8e60951..8bd07a7 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -3106,9 +3106,9 @@
* \def MBEDTLS_SHA224_C
*
* Enable the SHA-224 cryptographic hash algorithm.
- * Future version will have this option disabled by default.
+ * A future version of the library will have this option disabled by default.
*
- * Requires: MBEDTLS_SHA256_C. Library does not support enabling
+ * Requires: MBEDTLS_SHA256_C. The library does not currently support enabling
* SHA-224 without SHA-256.
*
* Module: library/sha256.c
@@ -3124,7 +3124,7 @@
*
* Enable the SHA-256 cryptographic hash algorithm.
*
- * Requires: MBEDTLS_SHA224_C. Library does not support enabling
+ * Requires: MBEDTLS_SHA224_C. The library does not currently support enabling
* SHA-256 without SHA-224.
*
* Module: library/sha256.c