Merge pull request #4396 from kabuobeid/iotsafe_header

Fix exporting iotsafe functions by adding missing include in iotsafe.c.
This commit is contained in:
David Garske
2021-09-14 10:01:44 -07:00
committed by GitHub

View File

@ -21,6 +21,10 @@
/* IoT-safe module for communication with IoT-safe applet on SIM card */ /* IoT-safe module for communication with IoT-safe applet on SIM card */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <wolfssl/wolfcrypt/settings.h> #include <wolfssl/wolfcrypt/settings.h>
#ifdef WOLFSSL_IOTSAFE #ifdef WOLFSSL_IOTSAFE