mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-05 13:14:13 +02:00
Merge pull request #8382 from aidangarske/tpm_zephyr_support
Added neccesary macros when building wolfTPM Zephyr with wolfSSL
This commit is contained in:
@@ -160,6 +160,12 @@ extern "C" {
|
||||
#define WOLFSSL_SET_CIPHER_BYTES
|
||||
#endif
|
||||
|
||||
/* wolfTPM Zephyr */
|
||||
#if defined(CONFIG_WOLFTPM)
|
||||
#define WOLF_CRYPTO_CB
|
||||
#define WOLFSSL_AES_CFB
|
||||
#endif
|
||||
|
||||
/* ------------------------------------------------------------------------- */
|
||||
/* Algorithms */
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user