Skip to content

Commit

Permalink
[Telink] removed config for crypto
Browse files Browse the repository at this point in the history
HW acceleration alternatives options
removed from config
CONFIG_TELINK_B9X_MBEDTLS_HW_ACCELERATION
MBEDTLS_AES_ALT
MBEDTLS_ECP_ALT
  • Loading branch information
interfer committed Sep 25, 2024
1 parent 972baec commit 3015ffe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/platform/telink/telink-mbedtls-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
#define MBEDTLS_X509_CREATE_C
#define MBEDTLS_X509_CSR_WRITE_C

#ifdef CONFIG_TELINK_B9X_MBEDTLS_HW_ACCELERATION
#define MBEDTLS_AES_ALT
#define MBEDTLS_ECP_ALT
#endif

#undef MBEDTLS_ERROR_C

#endif /* MBEDTLS_TSLR9_CONF_H */

0 comments on commit 3015ffe

Please sign in to comment.