From 99209d78a35f2477e1bd21b37645f0423c4914f3 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Wed, 9 Oct 2019 13:19:57 +0200 Subject: [PATCH] STM32 PKA: added include statement --- wolfssl/wolfcrypt/port/st/stm32.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wolfssl/wolfcrypt/port/st/stm32.h b/wolfssl/wolfcrypt/port/st/stm32.h index 0dae0661a..adc63d5ca 100644 --- a/wolfssl/wolfcrypt/port/st/stm32.h +++ b/wolfssl/wolfcrypt/port/st/stm32.h @@ -28,6 +28,9 @@ #include #include +#if defined(WOLFSSL_STM32_PKA) + #include +#endif #ifdef STM32_HASH