1
0
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:
Bryan Roe
2021-01-21 20:13:15 -08:00
parent 22e5693253
commit 4daedfd081
8 changed files with 54 additions and 20 deletions

View File

@@ -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;