spatait

Results 2 comments of spatait

Same with my machine as well, when tried to build lws 4.3.2 with openssl 3.0.15 ``` D:\libwebsockets\build64>nmake Microsoft (R) Program Maintenance Utility Version 14.41.34120.0 Copyright (C) Microsoft Corporation. All rights...

For now I am able to build it by disabling warning using Pragma: - Add below line in 'openssl-server.c' file before line `436` to disable the warning - #pragma warning(disable:4996)...