sslcon now builds on mingw (now broken on linux)

This commit is contained in:
2022-01-03 15:03:58 -05:00
parent 30f4089f49
commit 18bccc0c25
3 changed files with 102 additions and 47 deletions

View File

@@ -0,0 +1 @@
gcc -o sslcon.exe sslcon.c -I ../mingwlib -L ../mingwlib -lssl -lcrypto -lws2_32 -lcrypt32 -lcryptui