From b03e8caee8427eba9bd1a6a32af0809f7221accb Mon Sep 17 00:00:00 2001 From: night1rider Date: Wed, 18 Sep 2024 09:41:58 -0600 Subject: [PATCH] Fix Compile when using OLD SDK with SHA CB --- wolfssl/wolfcrypt/port/maxim/max3266x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/port/maxim/max3266x.h b/wolfssl/wolfcrypt/port/maxim/max3266x.h index d476d7e06a..10c1188b44 100644 --- a/wolfssl/wolfcrypt/port/maxim/max3266x.h +++ b/wolfssl/wolfcrypt/port/maxim/max3266x.h @@ -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