mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-18 10:47:47 -04:00
* Submodule wolfSSL and move wolfSSL and WolfSSL-FIPS-Ready to ThirdParty folder. * Update VS studio project. * Update FIPS project settings. * Update FIPS demo readme. * Add md to ignored file extensions.
8 lines
174 B
C
8 lines
174 B
C
/* engine.h for libcurl */
|
|
|
|
#include <wolfssl/openssl/err.h>
|
|
|
|
#undef HAVE_OPENSSL_ENGINE_H
|
|
|
|
#define ENGINE_load_builtin_engines() /*ENGINE_load_builtin_engines not needed*/
|
|
|