engine.h 268 B

123456789
  1. /* engine.h for libcurl */
  2. #include <wolfssl/openssl/err.h>
  3. #undef HAVE_OPENSSL_ENGINE_H
  4. /* ENGINE_load_builtin_engines not needed, as all builtin engines are already
  5. loaded into memory and used on startup. */
  6. #define ENGINE_load_builtin_engines() WC_DO_NOTHING