mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 12:55:41 +00:00
Fixup: Typo in check_config.h entry for single hash encoding
This commit is contained in:
parent
f207562cdc
commit
f6cc3cd2a5
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue