mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Cosmetic changes
Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
This commit is contained in:
@@ -150,28 +150,14 @@
|
|||||||
#endif /* MBEDTLS_PSA_CRYPTO_C */
|
#endif /* MBEDTLS_PSA_CRYPTO_C */
|
||||||
|
|
||||||
/* Built-in implementations */
|
/* Built-in implementations */
|
||||||
#if defined(MBEDTLS_MD5_C)
|
#if defined(MBEDTLS_MD5_C) || \
|
||||||
#define MBEDTLS_MD_SOME_LEGACY
|
defined(MBEDTLS_SHA1_C) || \
|
||||||
#endif
|
defined(MBEDTLS_SHA224_C) || \
|
||||||
#if defined(MBEDTLS_SHA1_C)
|
defined(MBEDTLS_SHA256_C) || \
|
||||||
#define MBEDTLS_MD_SOME_LEGACY
|
defined(MBEDTLS_SHA384_C) || \
|
||||||
#endif
|
defined(MBEDTLS_SHA512_C) || \
|
||||||
#if defined(MBEDTLS_SHA224_C)
|
defined(MBEDTLS_SHA3_C) || \
|
||||||
#define MBEDTLS_MD_SOME_LEGACY
|
defined(MBEDTLS_RIPEMD160_C)
|
||||||
#endif
|
|
||||||
#if defined(MBEDTLS_SHA256_C)
|
|
||||||
#define MBEDTLS_MD_SOME_LEGACY
|
|
||||||
#endif
|
|
||||||
#if defined(MBEDTLS_SHA384_C)
|
|
||||||
#define MBEDTLS_MD_SOME_LEGACY
|
|
||||||
#endif
|
|
||||||
#if defined(MBEDTLS_SHA512_C)
|
|
||||||
#define MBEDTLS_MD_SOME_LEGACY
|
|
||||||
#endif
|
|
||||||
#if defined(MBEDTLS_SHA3_C)
|
|
||||||
#define MBEDTLS_MD_SOME_LEGACY
|
|
||||||
#endif
|
|
||||||
#if defined(MBEDTLS_RIPEMD160_C)
|
|
||||||
#define MBEDTLS_MD_SOME_LEGACY
|
#define MBEDTLS_MD_SOME_LEGACY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user