Certificate verification now works on windows using windows CA store

This commit is contained in:
2022-03-18 21:52:45 -04:00
parent 37ed57a178
commit fa7296cde1
4 changed files with 33 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ ifeq ($(OS),mingw)
LIBS=-L../mingwlib -lssl -lcrypto -lws2_32 -lcrypt32 -lcryptui
INCS=-I../mingwlib
LUAFLAGS=-DLUA_COMPAT_ALL
OPT=-g -O1
OPT=-g -O0
DRIVER=driver-mingw
else ifeq ($(OS),linux)
EXE=main