Merge pull request #1215 from dgarske/fix_stm32_cubemx_sha
Fix accidental removal of wc_Sha hashHandle for STM32 w/CubeMX
This commit is contained in:
commit
127c849594
@ -91,6 +91,9 @@ typedef struct wc_Sha {
|
||||
#ifdef WOLFSSL_PIC32MZ_HASH
|
||||
hashUpdCache cache; /* cache for updates */
|
||||
#endif
|
||||
#if defined(STM32_HASH) && defined(WOLFSSL_STM32_CUBEMX)
|
||||
HASH_HandleTypeDef hashHandle;
|
||||
#endif
|
||||
#ifdef WOLFSSL_ASYNC_CRYPT
|
||||
WC_ASYNC_DEV asyncDev;
|
||||
#endif /* WOLFSSL_ASYNC_CRYPT */
|
||||
|
Loading…
x
Reference in New Issue
Block a user