forked from wolfSSL/wolfssl
Merge pull request #4396 from kabuobeid/iotsafe_header
Fix exporting iotsafe functions by adding missing include in iotsafe.c.
This commit is contained in:
@ -21,6 +21,10 @@
|
||||
|
||||
/* 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>
|
||||
|
||||
#ifdef WOLFSSL_IOTSAFE
|
||||
|
Reference in New Issue
Block a user