Skip to content

Commit 6b17df7

Browse files
Ron EldorRon Eldor
authored andcommitted
Make the alternative sha512 optional
Have the alternative sha512 undefined by default, in order not to break backwards compatability.
1 parent a060c7b commit 6b17df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cryptocell/FEATURE_CRYPTOCELL310/mbedtls_device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT
2525
#define MBEDTLS_SHA1_ALT
2626
#define MBEDTLS_SHA256_ALT
27-
#define MBEDTLS_SHA512_ALT
27+
//#define MBEDTLS_SHA512_ALT
2828
#define MBEDTLS_CCM_ALT
2929
#define MBEDTLS_ECDSA_VERIFY_ALT
3030
#define MBEDTLS_ECDSA_SIGN_ALT

0 commit comments

Comments
 (0)