mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
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 */
|
/* 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
|
||||||
|
Reference in New Issue
Block a user