mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-08 04:25:07 +01:00
11 lines
263 B
C
11 lines
263 B
C
/* engine.h for libcurl */
|
|
|
|
#include <libs/libwolfssl/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()
|
|
|