mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-24 04:04:31 +00:00
Added ability to compile for FIPS mode
This commit is contained in:
@@ -39,6 +39,10 @@ limitations under the License.
|
||||
#include <AclAPI.h>
|
||||
#endif
|
||||
|
||||
#ifdef OLDSSL
|
||||
#define TLS_method SSLv23_method
|
||||
#endif
|
||||
|
||||
typedef struct ILibDuktape_net_socket
|
||||
{
|
||||
duk_context *ctx;
|
||||
|
||||
Reference in New Issue
Block a user