yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | /* 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 |