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
|