NUCLEO_F756ZG/mbedTLS : add hw acceleration for SHA1

pull/4158/head
adustm 2017-03-16 18:38:36 +01:00
parent 1f94ede86c
commit a08eec05c0
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
#define MBEDTLS_DEVICE_H #define MBEDTLS_DEVICE_H
#define MBEDTLS_AES_ALT #define MBEDTLS_AES_ALT
#define MBEDTLS_SHA1_ALT
#define MBEDTLS_SHA1_C
#endif /* MBEDTLS_DEVICE_H */ #endif /* MBEDTLS_DEVICE_H */