mirror of https://github.com/ARMmbed/mbed-os.git
Make the alternative sha512 optional
Have the alternative sha512 undefined by default, in order not to break backwards compatability.pull/10913/head
parent
a060c7b0cb
commit
6b17df7685
|
|
@ -24,7 +24,7 @@
|
|||
#define MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT
|
||||
#define MBEDTLS_SHA1_ALT
|
||||
#define MBEDTLS_SHA256_ALT
|
||||
#define MBEDTLS_SHA512_ALT
|
||||
//#define MBEDTLS_SHA512_ALT
|
||||
#define MBEDTLS_CCM_ALT
|
||||
#define MBEDTLS_ECDSA_VERIFY_ALT
|
||||
#define MBEDTLS_ECDSA_SIGN_ALT
|
||||
|
|
|
|||
Loading…
Reference in New Issue