Make SHA512_NO_SHA384 depend on SHA512_C

This commit is contained in:
Manuel Pégourié-Gonnard 2020-01-07 11:00:34 +01:00
parent 86a39bdbc5
commit 1e6fb01448
2 changed files with 6 additions and 0 deletions

View file

@ -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