Merge pull request #8142 from moranpeker/disable-HW-acceleration

Disable MBEDTLS_CONFIG_HW_SUPPORT on STM targets.
pull/8337/head
Martin Kojtal 2018-10-06 07:46:13 +02:00 committed by GitHub
commit bc706f0329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View File

@ -22,8 +22,6 @@
#define MBEDTLS_AES_ALT
#define MBEDTLS_SHA256_ALT
#define MBEDTLS_SHA1_ALT
#define MBEDTLS_MD5_ALT

View File

@ -22,8 +22,6 @@
#define MBEDTLS_AES_ALT
#define MBEDTLS_SHA256_ALT
#define MBEDTLS_SHA1_ALT
#define MBEDTLS_MD5_ALT

View File

@ -23,8 +23,6 @@
#define MBEDTLS_AES_ALT
#define MBEDTLS_SHA1_ALT
#define MBEDTLS_SHA256_ALT
#define MBEDTLS_MD5_ALT
#endif /* MBEDTLS_DEVICE_H */