Skip to content

Commit

Permalink
Fix Compile when using OLD SDK with SHA CB
Browse files Browse the repository at this point in the history
  • Loading branch information
night1rider committed Sep 18, 2024
1 parent b943872 commit b03e8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfssl/wolfcrypt/port/maxim/max3266x.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
#define MXC_TPU_Cipher_AES_Decrypt TPU_AES_Decrypt

#endif
#if defined(MAX3266X_SHA)
#if defined(MAX3266X_SHA) || defined(MAX3266X_SHA_CB)
#include "hash.h" /* Proivdes Drivers for SHA */
/* SHA Defines */
#define MXC_TPU_HASH_TYPE tpu_hashfunsel_t
Expand Down

0 comments on commit b03e8ca

Please sign in to comment.