STM32 PKA: added include statement

This commit is contained in:
Daniele Lacamera
2019-10-09 13:19:57 +02:00
parent 0dfc64678c
commit 99209d78a3

View File

@@ -28,6 +28,9 @@
#include <wolfssl/wolfcrypt/settings.h>
#include <wolfssl/wolfcrypt/types.h>
#if defined(WOLFSSL_STM32_PKA)
#include <wolfssl/wolfcrypt/ecc.h>
#endif
#ifdef STM32_HASH