mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Fix trailing parenthesis
Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com>
This commit is contained in:
parent
7889fe7917
commit
3c19b237d1
@ -284,7 +284,7 @@
|
|||||||
/* Helpers for hash dependencies, will be undefined at the end of the file */
|
/* Helpers for hash dependencies, will be undefined at the end of the file */
|
||||||
/* Do SHA-256, 384, 512 to cover Entropy and TLS. */
|
/* Do SHA-256, 384, 512 to cover Entropy and TLS. */
|
||||||
#if defined(MBEDTLS_SHA256_C) || \
|
#if defined(MBEDTLS_SHA256_C) || \
|
||||||
(defined(MBEDTLS_PSA_CRYPTO_CLIENT) && defined(PSA_WANT_ALG_SHA_256)
|
(defined(MBEDTLS_PSA_CRYPTO_CLIENT) && defined(PSA_WANT_ALG_SHA_256))
|
||||||
#define MBEDTLS_MD_HAVE_SHA256
|
#define MBEDTLS_MD_HAVE_SHA256
|
||||||
#endif
|
#endif
|
||||||
#if defined(MBEDTLS_SHA384_C) || \
|
#if defined(MBEDTLS_SHA384_C) || \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user