mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-18 02:37: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
95 B
C
8 lines
95 B
C
/* opensslconf.h for openSSL */
|
|
|
|
|
|
#ifndef OPENSSL_THREADS
|
|
#define OPENSSL_THREADS
|
|
#endif
|
|
|
|
|