commit | 1e6fb01448291aa120b72ee6ed3c3403b6895af4 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jan 07 11:00:34 2020 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jan 07 11:00:34 2020 +0100 |
tree | 0f35abbb2f2518ee95a72023952f71d15148606d | |
parent | 86a39bdbc5b3d26cb455c286a6e6b2e4ffd4acf3 [diff] [blame] |
Make SHA512_NO_SHA384 depend on SHA512_C
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 205c7be..585d087 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h
@@ -1039,6 +1039,8 @@ * Disable the SHA-384 option of the SHA-512 module. Use this to save some * code size on devices that don't use SHA-384. * + * Requires: MBEDTLS_SHA512_C + * * Uncomment to disable SHA-384 */ //#define MBEDTLS_SHA512_NO_SHA384