Fixup: Typo in check_config.h entry for single hash encoding

This commit is contained in:
Hanno Becker 2019-09-06 11:59:11 +01:00
parent f207562cdc
commit f6cc3cd2a5

View file

@ -786,7 +786,7 @@
#define MBEDTLS_THREADING_IMPL
#endif
/* Ensurethat precisely one hash is enabled. */
/* Ensure that precisely one hash is enabled. */
#if defined(MBEDTLS_MD_SINGLE_HASH)
#if defined(MBEDTLS_SHA256_C)