mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 18:22:20 +01:00
tweak several #includes of settings.h to include types.h instead (all of these are for clarity, as types.h is indirectly included by later #includes), and add #include <wolfssl/wolfcrypt/types.h> where missing; remove trailing semicolons from PRAGMA*() macro invocations as they are unneeded and can be harmful (inducing frivolous -Wdeclaration-after-statement etc.).
10 lines
268 B
C
10 lines
268 B
C
/* engine.h for libcurl */
|
|
|
|
#include <wolfssl/openssl/err.h>
|
|
|
|
#undef HAVE_OPENSSL_ENGINE_H
|
|
|
|
/* ENGINE_load_builtin_engines not needed, as all builtin engines are already
|
|
loaded into memory and used on startup. */
|
|
#define ENGINE_load_builtin_engines() WC_DO_NOTHING
|