blob: ba147ff7433cc96cd27525ad2b1cb278165e3d97 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001/* engine.h for libcurl */
2
3#include <wolfssl/openssl/err.h>
4
5#undef HAVE_OPENSSL_ENGINE_H
6
7/* ENGINE_load_builtin_engines not needed, as all builtin engines are already
8 loaded into memory and used on startup. */
9#define ENGINE_load_builtin_engines()
10