Command line: -release -static -opensource -confirm-license -static-runtime -no-pch -optimize-size -opengl desktop -platform win32-g++ -prefix C:\Qt\QT-Static -skip webengine -nomake tools -nomake tests -nomake examples -openssl-linked "OPENSSL_INCDIR=C:\OpenSSL-Win64\include" "OPENSSL_LIBDIR=C:\OpenSSL-Win64\lib\VC\static" "OPENSSL_LIBS=-lWs2_32 -lGdi32 -lAdvapi32 -lCrypt32 -lUser32" "OPENSSL_LIBS_DEBUG=-llibssl64MDd -llibcrypto64MDd" "OPENSSL_LIBS_RELEASE=-llibssl64MD -llibcrypto64MD" executing config test verifyspec + cd /d C:\Qt\Test\config.tests\verifyspec && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/verifyspec + cd /d C:\Qt\Test\config.tests\verifyspec && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\verifyspec -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o verifyspec.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\verifyspec\verifyspec.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o verifyspec.exe verifyspec.o test config.qtbase.tests.verifyspec succeeded executing config test architecture + cd /d C:\Qt\Test\config.tests\arch && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/arch + cd /d C:\Qt\Test\config.tests\arch && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\arch -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o arch.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\arch\arch.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o arch.exe arch.o Detected architecture: x86_64 (cx16 mmx sse sse2 sse3) test config.qtbase.tests.architecture gave result x86_64 executing config test sse2 + cd /d C:\Qt\Test\config.tests\x86_simd && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=sse2" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/x86_simd + cd /d C:\Qt\Test\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -msse2 -mstackrealign -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE2 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.sse2 succeeded executing config test aesni + cd /d C:\Qt\Test\config.tests\x86_simd && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=aesni" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/x86_simd + cd /d C:\Qt\Test\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make > del main.o > g++ -c -fno-keep-inline-dllexport -maes -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AESNI -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.aesni succeeded executing config test alloca_h + cd /d C:\Qt\Test\config.tests\alloca_h && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/alloca_h + cd /d C:\Qt\Test\config.tests\alloca_h && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: alloca.h: No such file or directory > #include > ^~~~~~~~~~ > compilation terminated. > Makefile:172: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtbase.tests.alloca_h FAILED executing config test alloca_malloc_h + cd /d C:\Qt\Test\config.tests\alloca_malloc_h && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/alloca_malloc_h + cd /d C:\Qt\Test\config.tests\alloca_malloc_h && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o alloca_malloc_h.exe main.o test config.qtbase.tests.alloca_malloc_h succeeded executing config test sse3 + cd /d C:\Qt\Test\config.tests\x86_simd && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=sse3" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/x86_simd + cd /d C:\Qt\Test\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make > del main.o > g++ -c -fno-keep-inline-dllexport -msse3 -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE3 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.sse3 succeeded executing config test ssse3 + cd /d C:\Qt\Test\config.tests\x86_simd && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=ssse3" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/x86_simd + cd /d C:\Qt\Test\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make > del main.o > g++ -c -fno-keep-inline-dllexport -mssse3 -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSSE3 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.ssse3 succeeded executing config test sse4_1 + cd /d C:\Qt\Test\config.tests\x86_simd && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=sse4_1" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/x86_simd + cd /d C:\Qt\Test\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make > del main.o > g++ -c -fno-keep-inline-dllexport -msse4.1 -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE4_1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.sse4_1 succeeded executing config test sse4_2 + cd /d C:\Qt\Test\config.tests\x86_simd && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=sse4_2" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/x86_simd + cd /d C:\Qt\Test\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make > del main.o > g++ -c -fno-keep-inline-dllexport -msse4.2 -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE4_2 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.sse4_2 succeeded executing config test avx + cd /d C:\Qt\Test\config.tests\x86_simd && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=avx" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/x86_simd + cd /d C:\Qt\Test\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make > del main.o > g++ -c -fno-keep-inline-dllexport -mavx -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp:165:6: error: #error "AVX support is broken in 64-bit MinGW - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49001" > # error "AVX support is broken in 64-bit MinGW - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49001" > ^~~~~ > Makefile:174: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtbase.tests.avx FAILED executing config test cxx14 + cd /d C:\Qt\Test\config.tests\cxx14 && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/cxx14 + cd /d C:\Qt\Test\config.tests\cxx14 && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++1y -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o cxx14.exe main.o test config.qtbase.tests.cxx14 succeeded executing config test cxx17 + cd /d C:\Qt\Test\config.tests\cxx17 && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/cxx17 + cd /d C:\Qt\Test\config.tests\cxx17 && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o cxx17.exe main.o test config.qtbase.tests.cxx17 succeeded executing config test c99 + cd /d C:\Qt\Test\config.tests\c99 && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/c99 + cd /d C:\Qt\Test\config.tests\c99 && set MAKEFLAGS=& mingw32-make > gcc -c -fno-keep-inline-dllexport -O2 -std=gnu99 -w -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.c > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o c99.exe main.o test config.qtbase.tests.c99 succeeded executing config test c11 + cd /d C:\Qt\Test\config.tests\c11 && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/c11 + cd /d C:\Qt\Test\config.tests\c11 && set MAKEFLAGS=& mingw32-make > gcc -c -fno-keep-inline-dllexport -O2 -std=gnu11 -w -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.c > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o c11.exe main.o test config.qtbase.tests.c11 succeeded Global lib dirs: [] [C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0 C:/Strawberry/c/lib/gcc C:/Strawberry/c/x86_64-w64-mingw32/lib C:/Strawberry/c/lib] Global inc dirs: [] [C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/c++ C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/c++/x86_64-w64-mingw32 C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/c++/backward C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include C:/Strawberry/c/include C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include-fixed C:/Strawberry/c/x86_64-w64-mingw32/include] looking for library dbus Trying source 0 (type pkgConfig) of library dbus ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library dbus ... dbus/dbus.h not found in [] and global paths. => source produced no result. Trying source 2 (type inline) of library dbus ... => source failed condition '!config.win32'. test config.qtbase.libraries.dbus FAILED executing config test gc_binaries + cd /d C:\Qt\Test\config.tests\gc_binaries && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/gc_binaries + cd /d C:\Qt\Test\config.tests\gc_binaries && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o gc_binaries.exe main.o test config.qtbase.tests.gc_binaries succeeded looking for library host_dbus Trying source 0 (type pkgConfig) of library host_dbus ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library host_dbus ... => source accepted. test config.qtbase.libraries.host_dbus succeeded executing config test incredibuild_xge Searching for file BuildConsole.exe. Not found. test config.qtbase.tests.incredibuild_xge FAILED executing config test intelcet + cd /d C:\Qt\Test\config.tests\intelcet && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/intelcet + cd /d C:\Qt\Test\config.tests\intelcet && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp:7:8: error: #error Intel CET not available > # error Intel CET not available > ^~~~~ > Makefile:172: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtbase.tests.intelcet FAILED looking for library libudev Trying source 0 (type pkgConfig) of library libudev ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library libudev ... libudev.h not found in [] and global paths. => source produced no result. test config.qtbase.libraries.libudev FAILED executing config test posix_fallocate + cd /d C:\Qt\Test\config.tests\posix_fallocate && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/posix_fallocate + cd /d C:\Qt\Test\config.tests\posix_fallocate && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp: In function 'int main(int, char**)': > main.cpp:8:12: error: 'posix_fallocate' was not declared in this scope > (void) posix_fallocate(0, 0, 0); > ^~~~~~~~~~~~~~~ > Makefile:172: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtbase.tests.posix_fallocate FAILED executing config test rdrnd + cd /d C:\Qt\Test\config.tests\x86_simd && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=rdrnd" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/x86_simd + cd /d C:\Qt\Test\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make > del main.o > Could Not Find C:\Qt\Test\config.tests\x86_simd\main.o > g++ -c -fno-keep-inline-dllexport -mrdrnd -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_RDRND -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.rdrnd succeeded executing config test rdseed + cd /d C:\Qt\Test\config.tests\x86_simd && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=rdseed" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/x86_simd + cd /d C:\Qt\Test\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make > del main.o > g++ -c -fno-keep-inline-dllexport -mrdseed -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_RDSEED -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp: In function 'int test_rdseed()': > C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp:140:9: error: '_rdseed16_step' was not declared in this scope > if (_rdseed16_step(&us)) > ^~~~~~~~~~~~~~ > C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp:140:9: note: suggested alternative: '_rdrand16_step' > if (_rdseed16_step(&us)) > ^~~~~~~~~~~~~~ > _rdrand16_step > C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp:142:9: error: '_rdseed32_step' was not declared in this scope > if (_rdseed32_step(&ui)) > ^~~~~~~~~~~~~~ > C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp:142:9: note: suggested alternative: '_rdrand32_step' > if (_rdseed32_step(&ui)) > ^~~~~~~~~~~~~~ > _rdrand32_step > C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp:146:9: error: '_rdseed64_step' was not declared in this scope > if (_rdseed64_step(&ull)) > ^~~~~~~~~~~~~~ > C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp:146:9: note: suggested alternative: '_rdrand64_step' > if (_rdseed64_step(&ull)) > ^~~~~~~~~~~~~~ > _rdrand64_step > Makefile:174: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtbase.tests.rdseed FAILED executing config test shani + cd /d C:\Qt\Test\config.tests\x86_simd && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=shani" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/x86_simd + cd /d C:\Qt\Test\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make > del main.o > Could Not Find C:\Qt\Test\config.tests\x86_simd\main.o > g++ -c -fno-keep-inline-dllexport -msha -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SHANI -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.shani succeeded executing config test signaling_nan + cd /d C:\Qt\Test\config.tests\signaling_nan && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/signaling_nan + cd /d C:\Qt\Test\config.tests\signaling_nan && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o signaling_nan.exe main.o test config.qtbase.tests.signaling_nan succeeded executing config test stl + cd /d C:\Qt\Test\config.tests\stl && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/stl + cd /d C:\Qt\Test\config.tests\stl && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\stl -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o stltest.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\stl\stltest.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o stl.exe stltest.o test config.qtbase.tests.stl succeeded looking for library zlib Trying source 0 (type inline) of library zlib ... => source failed condition 'config.msvc'. Trying source 1 (type inline) of library zlib ... => source failed condition 'config.msvc'. Trying source 2 (type inline) of library zlib ... + cd /d C:\Qt\Test\config.tests\zlib && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += zlib" "QMAKE_LIBS_ZLIB = -lz" C:/Qt/Test/config.tests/zlib + cd /d C:\Qt\Test\config.tests\zlib && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o zlib.exe main.o -lz => source accepted. test config.qtbase.libraries.zlib succeeded executing config test x86SimdAlways + cd /d C:\Qt\Test\config.tests\x86_simd && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "SIMD=aesni rdrnd shani sse2 sse3 sse4_1 sse4_2 ssse3" C:/Qt/qt-everywhere-src-5.15.1-2/qtbase/config.tests/x86_simd + cd /d C:\Qt\Test\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make > del main.o > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_COMPILER_SUPPORTS_AESNI -DQT_COMPILER_SUPPORTS_RDRND -DQT_COMPILER_SUPPORTS_SHANI -DQT_COMPILER_SUPPORTS_SSE2 -DQT_COMPILER_SUPPORTS_SSE3 -DQT_COMPILER_SUPPORTS_SSE4_1 -DQT_COMPILER_SUPPORTS_SSE4_2 -DQT_COMPILER_SUPPORTS_SSSE3 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtbase\config.tests\x86_simd\main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.x86SimdAlways succeeded looking for library zstd Trying source 0 (type pkgConfig) of library zstd ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library zstd ... + cd /d C:\Qt\Test\config.tests\zstd && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += zstd" "QMAKE_LIBS_ZSTD = -lzstd" C:/Qt/Test/config.tests/zstd + cd /d C:\Qt\Test\config.tests\zstd && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: zstd.h: No such file or directory > #include > ^~~~~~~~ > compilation terminated. > Makefile:172: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 => source failed verification. test config.qtbase.libraries.zstd FAILED executing config test cxx11_future + cd /d C:\Qt\Test\config.tests\cxx11_future && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/cxx11_future + cd /d C:\Qt\Test\config.tests\cxx11_future && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o cxx11_future.exe main.o test config.qtbase_corelib.tests.cxx11_future succeeded executing config test eventfd + cd /d C:\Qt\Test\config.tests\eventfd && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/eventfd + cd /d C:\Qt\Test\config.tests\eventfd && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: sys/eventfd.h: No such file or directory > #include > ^~~~~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtbase_corelib.tests.eventfd FAILED executing config test inotify + cd /d C:\Qt\Test\config.tests\inotify && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/inotify + cd /d C:\Qt\Test\config.tests\inotify && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: sys/inotify.h: No such file or directory > #include > ^~~~~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtbase_corelib.tests.inotify FAILED looking for library pcre2 Trying source 0 (type pkgConfig) of library pcre2 ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library pcre2 ... pcre2.h not found in [] and global paths. => source produced no result. test config.qtbase_corelib.libraries.pcre2 FAILED looking for library slog2 Trying source 0 (type inline) of library slog2 ... sys/slog2.h not found in [] and global paths. => source produced no result. test config.qtbase_corelib.libraries.slog2 FAILED looking for library libatomic Trying source 0 (type inline) of library libatomic ... + cd /d C:\Qt\Test\config.tests\libatomic && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += libatomic" "QMAKE_LIBS_LIBATOMIC = " C:/Qt/Test/config.tests/libatomic + cd /d C:\Qt\Test\config.tests\libatomic && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o libatomic.exe main.o => source accepted. test config.qtbase_corelib.libraries.libatomic succeeded looking for library doubleconversion Trying source 0 (type inline) of library doubleconversion ... double-conversion/double-conversion.h not found in [] and global paths. => source produced no result. test config.qtbase_corelib.libraries.doubleconversion FAILED executing config test cloexec + cd /d C:\Qt\Test\config.tests\cloexec && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/cloexec + cd /d C:\Qt\Test\config.tests\cloexec && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp:4:10: fatal error: sys/socket.h: No such file or directory > #include > ^~~~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtbase_corelib.tests.cloexec FAILED looking for library advapi32 Trying source 0 (type inline) of library advapi32 ... => source accepted. test config.qtbase_corelib.libraries.advapi32 succeeded looking for library gdi32 Trying source 0 (type inline) of library gdi32 ... => source accepted. test config.qtbase_corelib.libraries.gdi32 succeeded looking for library kernel32 Trying source 0 (type inline) of library kernel32 ... => source accepted. test config.qtbase_corelib.libraries.kernel32 succeeded looking for library netapi32 Trying source 0 (type inline) of library netapi32 ... => source accepted. test config.qtbase_corelib.libraries.netapi32 succeeded looking for library ole32 Trying source 0 (type inline) of library ole32 ... => source accepted. test config.qtbase_corelib.libraries.ole32 succeeded looking for library shell32 Trying source 0 (type inline) of library shell32 ... => source accepted. test config.qtbase_corelib.libraries.shell32 succeeded looking for library uuid Trying source 0 (type inline) of library uuid ... => source accepted. test config.qtbase_corelib.libraries.uuid succeeded looking for library user32 Trying source 0 (type inline) of library user32 ... => source accepted. test config.qtbase_corelib.libraries.user32 succeeded looking for library winmm Trying source 0 (type inline) of library winmm ... => source accepted. test config.qtbase_corelib.libraries.winmm succeeded looking for library ws2_32 Trying source 0 (type inline) of library ws2_32 ... => source accepted. test config.qtbase_corelib.libraries.ws2_32 succeeded executing config test cxx11_random + cd /d C:\Qt\Test\config.tests\cxx11_random && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/cxx11_random + cd /d C:\Qt\Test\config.tests\cxx11_random && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o cxx11_random.exe main.o test config.qtbase_corelib.tests.cxx11_random succeeded executing config test atomicfptr + cd /d C:\Qt\Test\config.tests\atomicfptr && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/atomicfptr + cd /d C:\Qt\Test\config.tests\atomicfptr && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o atomicfptr.exe main.o test config.qtbase_corelib.tests.atomicfptr succeeded looking for library openssl Trying source 0 (type openssl) of library openssl ... $OPENSSL_LIBS is not set. => source produced no result. Trying source 1 (type inline) of library openssl ... + cd /d C:\Qt\Test\config.tests\openssl && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += openssl" "QMAKE_LIBS_OPENSSL = -LC:\\OpenSSL-Win64\\lib\\VC\\static -lWs2_32 -lGdi32 -lAdvapi32 -lCrypt32 -lUser32" "QMAKE_LIBS_OPENSSL_DEBUG = -llibssl64MDd -llibcrypto64MDd" "QMAKE_LIBS_OPENSSL_RELEASE = -llibssl64MD -llibcrypto64MD" "QMAKE_INCDIR_OPENSSL = C:\\OpenSSL-Win64\\include" C:/Qt/Test/config.tests/openssl + cd /d C:\Qt\Test\config.tests\openssl && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\OpenSSL-Win64\include -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o openssl.exe main.o -llibssl64MD -llibcrypto64MD -LC:\OpenSSL-Win64\lib\VC\static -lWs2_32 -lGdi32 -lAdvapi32 -lCrypt32 -lUser32 > Warning: corrupt .drectve at end of def file > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0xae): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.xdata[$unwind$SSL_has_matching_session_id]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_init.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_init.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_init.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_init.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_init.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_init.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0xc4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x102): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x13c): undefined reference to `__isa_available' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x1d): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.xdata[$unwind$ciphersuite_cb]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x319): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.xdata[$unwind$SSL_add_dir_cert_subjects_to_stack]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_lib.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_lib.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.text$mn+0x2aa): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.text$mn+0x255): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.xdata[$unwind$ssl3_generate_master_secret]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.xdata[$unwind$ssl3_generate_key_block]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x4d0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x2fd): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x1c4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0xdeb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x9fc): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x1fd): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.xdata[$unwind$n_ssl3_mac]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.xdata[$unwind$tls1_enc]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.xdata[$unwind$tls1_mac]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.xdata[$unwind$ssl3_get_record]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.xdata[$unwind$ssl3_cbc_copy_mac]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.xdata[$unwind$dtls1_process_record]+0x14): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_buffer.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_buffer.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_buffer.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_buffer.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_buffer.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_buffer.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0xc3c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0x9bc): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0x4e2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.xdata[$unwind$ssl3_write_bytes]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.xdata[$unwind$do_ssl3_write]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.xdata[$unwind$ssl3_read_bytes]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x4ad): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0xba): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.xdata[$unwind$dtls1_read_bytes]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.xdata[$unwind$do_dtls1_write]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/dtls1_bitmap.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/dtls1_bitmap.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\pqueue.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\pqueue.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\pqueue.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\pqueue.obj):(.text$mn+0x12): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xa83): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xfb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x88): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.xdata[$unwind$DTLSv1_listen]+0x24): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.xdata[$unwind$dtls1_get_timeout]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.xdata[$unwind$get_current_time]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x94): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0xa9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x102): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.xdata[$unwind$SSL_srp_server_param_with_username]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.xdata[$unwind$SRP_Calc_A_param]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x287): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x7c5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x1b1): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x1e6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x1ed): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x307): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x39b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x128): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.xdata[$unwind$tls13_final_finish_mac]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.xdata[$unwind$tls13_change_cipher_state]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.xdata[$unwind$tls13_update_key]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.xdata[$unwind$tls13_hkdf_expand]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.xdata[$unwind$tls13_generate_secret]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.xdata[$unwind$tls13_export_keying_material]+0x1c): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xcb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xdb): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xeb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x1ab): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xe): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x1a6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xb): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x152): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x4e5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.xdata[$unwind$tls1_set_groups_list]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.xdata[$unwind$tls_decrypt_ticket]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.xdata[$unwind$tls1_set_sigalgs_list]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.xdata[$unwind$nid_cb]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.xdata[$unwind$sig_cb]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x1d): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x105): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x123): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.xdata[$unwind$tls1_final_finish_mac]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.xdata[$unwind$tls1_generate_master_secret]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x15d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xc6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x920): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x20): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x27b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x245): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x3fe): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x12): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.xdata[$unwind$tls_construct_server_key_exchange]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.xdata[$unwind$tls_construct_new_session_ticket]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.xdata[$unwind$tls_process_cke_psk_preamble]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.xdata[$unwind$tls_process_cke_rsa]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.xdata[$unwind$tls_process_cke_gost]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.xdata[$unwind$construct_stateless_ticket]+0x18): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xa): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x110): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x351): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x14): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x54d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.xdata[$unwind$create_synthetic_message_hash]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.xdata[$unwind$tls_construct_cert_verify]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.xdata[$unwind$tls_process_cert_verify]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x17a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x138): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x12): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x1ca): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x195): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x231): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x22f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x545): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.xdata[$unwind$dtls1_close_construct_packet]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.xdata[$unwind$dtls1_buffer_message]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.xdata[$unwind$dtls1_retransmit_message]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.xdata[$unwind$dtls1_retransmit_buffered_messages]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.xdata[$unwind$dtls_get_reassembled_message]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.xdata[$unwind$dtls1_reassemble_fragment]+0x18): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x34f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x2a0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.xdata[$unwind$tls_construct_cke_psk_preamble]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.xdata[$unwind$tls_construct_cke_gost]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem.obj):(.text$mn+0x1a): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions.obj):(.text$mn+0x518): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions.obj):(.xdata[$unwind$tls_psk_do_binder]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x144): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x45c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.xdata[$unwind$lookup_sess_in_cache]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.xdata[$unwind$ssl_get_prev_session]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x457): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.xdata[$unwind$SSL_CTX_use_serverinfo_file]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_mcnf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_mcnf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_mcnf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_mcnf.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_conf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_conf.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_cbc.obj):(.text$mn+0x959): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_cbc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_cbc.obj):(.xdata[$unwind$ssl3_cbc_digest_record]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record_tls13.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record_tls13.obj):(.text$mn+0x468): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record_tls13.obj):(.xdata[$unwind$tls13_enc]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_msg.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_msg.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xed): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x6b6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x21): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x799): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.xdata[$unwind$tls_parse_ctos_cookie]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.xdata[$unwind$tls_parse_ctos_psk]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.xdata[$unwind$tls_construct_stoc_cryptopro_bug]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0x526): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.xdata[$unwind$tls_construct_ctos_early_data]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_srtp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_srtp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_srtp.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_srtp.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_purp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_purp.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x2c5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x16): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x265): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.xdata[$unwind$i2v_GENERAL_NAME]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.xdata[$unwind$i2v_GENERAL_NAMES]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x_x509.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x_x509.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x_x509.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x_x509.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x_x509.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x_x509.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0xad): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0x17): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.xdata[$unwind$X509_VERIFY_PARAM_set1_ip_asc]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x30a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x24): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.xdata[$unwind$dane_match]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_v3.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_v3.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_v3.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_v3.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_v3.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_v3.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_obj.obj):(.text$mn+0x36f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_obj.obj):(.xdata[$unwind$X509_NAME_oneline]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x117): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.xdata[$unwind$x509_object_idx_cnt]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_ext.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_ext.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_ext.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_ext.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_ext.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_ext.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x5d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x93): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0xcc): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x9d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x105): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.xdata[$unwind$X509_issuer_and_serial_hash]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.xdata[$unwind$X509_NAME_hash]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.xdata[$unwind$X509_NAME_hash_old]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.xdata[$unwind$X509_find_by_issuer_and_serial]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_att.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_att.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_att.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_att.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_att.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_att.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/by_dir.obj):(.text$mn+0x410): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/by_dir.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/by_dir.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/by_dir.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/by_dir.obj):(.xdata[$unwind$get_cert_by_subject]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/threads_win.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/threads_win.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/threads_win.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/threads_win.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/threads_win.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/threads_win.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x246): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x396): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x3a2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x159): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xe5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x130): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xba): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.xdata[$unwind$SRP_VBASE_init]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.xdata[$unwind$SRP_VBASE_get1_by_user]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.xdata[$unwind$SRP_create_verifier]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.xdata[$unwind$SRP_create_verifier_BN]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.xdata[$unwind$SRP_user_pwd_set_sv]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.xdata[$unwind$SRP_gN_new_init]+0x10): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x1d): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x1d): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0xe): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x1f9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x127): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.xdata[$unwind$SRP_Calc_x]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.xdata[$unwind$srp_Calc_xy]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x100): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x100): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.xdata[$unwind$SHA384]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.xdata[$unwind$SHA512]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0xee): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0xee): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.xdata[$unwind$SHA224]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.xdata[$unwind$SHA256]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha1dgst.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha1dgst.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha1dgst.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_lib.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_lib.obj):(.text$mn+0xd): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0x27d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0x117): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0x97): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0xcf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0xa4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.xdata[$unwind$PEM_read_bio_PrivateKey]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.xdata[$unwind$PEM_write_bio_PrivateKey]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.xdata[$unwind$PEM_write_PrivateKey]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.xdata[$unwind$PEM_write_bio_PrivateKey_traditional]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.xdata[$unwind$PEM_write_bio_Parameters]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x96): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x140): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x20e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.xdata[$unwind$d2i_PKCS8PrivateKey_bio]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.xdata[$unwind$d2i_PKCS8PrivateKey_fp]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.xdata[$unwind$do_pk8pkey]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_oth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x519): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x2a8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x28): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x2ae): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.xdata[$unwind$PEM_do_header]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.xdata[$unwind$PEM_ASN1_write_bio]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.xdata[$unwind$pem_bytes_read_bio_flags]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.text$mn+0x50d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.text$mn+0x22b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.xdata[$unwind$PEM_X509_INFO_read_bio]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.xdata[$unwind$PEM_X509_INFO_write_bio]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_all.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_all.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_all.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_all.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_all.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_all.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.text$mn+0xa9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.text$mn+0x80): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.text$mn+0xbf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.xdata[$unwind$OBJ_find_sigid_algs]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.xdata[$unwind$OBJ_find_sigid_by_algs]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x65): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x1e8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0xb): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x291): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x18c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x1a9): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0xe): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x46e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.xdata[$unwind$OBJ_obj2txt]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.xdata[$unwind$OBJ_add_object]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.xdata[$unwind$OBJ_create]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.xdata[$unwind$OBJ_create_objects]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/o_names.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/o_names.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/o_names.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/o_names.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/o_names.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/o_names.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_dir.obj):(.text$mn+0x2d5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_dir.obj):(.xdata[$unwind$OPENSSL_DIR_read]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/mem_sec.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/mem_sec.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/mem_sec.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/mem_sec.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto\mem.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto\mem.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x9e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0xa): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x93): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x2df): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.xdata[$unwind$HMAC_Init_ex]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.xdata[$unwind$HMAC_Final]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.xdata[$unwind$HMAC]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/getenv.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x1f0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x1c2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x1ba): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.xdata[$unwind$CRYPTO_new_ex_data]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.xdata[$unwind$CRYPTO_dup_ex_data]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.xdata[$unwind$CRYPTO_free_ex_data]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pmeth_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pmeth_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pmeth_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pmeth_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pmeth_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pmeth_lib.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x178): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x187): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x111): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.xdata[$unwind$EVP_DigestVerify]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.xdata[$unwind$EVP_DigestSignFinal]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.xdata[$unwind$EVP_DigestVerifyFinal]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x143): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.xdata[$unwind$ctrl]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5_sha1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5_sha1.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5_sha1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5_sha1.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5_sha1.obj):(.text$mn+0x1f7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5_sha1.obj):(.xdata[$unwind$ctrl]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x14f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.xdata[$unwind$EVP_PKCS82PKEY]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0x153): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.xdata[$unwind$EVP_PBE_CipherInit]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_lib.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_lib.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_lib.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_lib.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.text$mn+0x281): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.text$mn+0xea): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.text$mn+0xe7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.xdata[$unwind$EVP_read_pw_string]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.xdata[$unwind$EVP_read_pw_string_min]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.xdata[$unwind$EVP_BytesToKey]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_enc.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_enc.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_enc.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4_hmac_md5.obj):(.text$mn+0x422): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4_hmac_md5.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4_hmac_md5.obj):(.text$mn+0x23f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4_hmac_md5.obj):(.xdata[$unwind$rc4_hmac_md5_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4_hmac_md5.obj):(.xdata[$unwind$rc4_hmac_md5_ctrl]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0xfc): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.xdata[$unwind$rc2_get_asn1_type_and_iv]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_null.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.text$mn+0xb8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.xdata[$unwind$idea_init_key]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xf): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0x17d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0x242): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xfe): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.xdata[$unwind$des_ede3_unwrap]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.xdata[$unwind$des_ede3_wrap]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.xdata[$unwind$des_ede3_wrap_cipher]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des.obj):(.text$mn+0x12): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0x128): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0x30b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0x2ab): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.xdata[$unwind$chacha20_poly1305_init_key]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.xdata[$unwind$chacha20_poly1305_tls_cipher]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.xdata[$unwind$chacha20_poly1305_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_camellia.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_camellia.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_camellia.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_camellia.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_camellia.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_camellia.obj):(.text$mn+0x1a): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x24c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x1c5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.xdata[$unwind$aria_ccm_tls_cipher]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.xdata[$unwind$aria_ccm_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x85e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x4ca): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x8a8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.xdata[$unwind$tls1_1_multi_block_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.xdata[$unwind$aesni_cbc_hmac_sha256_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.xdata[$unwind$aesni_cbc_hmac_sha256_ctrl]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x7d2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x4a3): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x7cf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.xdata[$unwind$tls1_1_multi_block_encrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.xdata[$unwind$aesni_cbc_hmac_sha1_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.xdata[$unwind$aesni_cbc_hmac_sha1_ctrl]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1a): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x24c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1c5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.xdata[$unwind$aes_ccm_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.xdata[$unwind$aes_ccm_tls_cipher]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/digest.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/digest.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/digest.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/digest.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/digest.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/digest.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0x31c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.xdata[$unwind$ERR_error_string_n]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_rsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_rsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_rsa.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_rsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_rsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_rsa.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_curve.obj):(.text$mn+0x329): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_curve.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_curve.obj):(.xdata[$unwind$ec_curve_nid_from_params]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_asn1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_asn1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_asn1.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_asn1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_asn1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_asn1.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x155): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x14c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x3e0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x20c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0xe9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.xdata[$unwind$ED448_public_from_private]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.xdata[$unwind$c448_ed448_derive_public_key]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.xdata[$unwind$c448_ed448_sign]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.xdata[$unwind$c448_ed448_verify]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.xdata[$unwind$hash_init_with_dom]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x1eb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x5a7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x8c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x36c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x286): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x68): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x288): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x145): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x13a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x2f2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x94): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0xa4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x44b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x284): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x61b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x8c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x1eb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x8ee): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.xdata[$unwind$gf_cond_neg]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.xdata[$unwind$curve448_point_eq]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.xdata[$unwind$x448_int]+0x38): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.xdata[$unwind$curve448_point_mul_by_ratio_and_encode_like_x448]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.xdata[$unwind$x448_derive_public_key]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.xdata[$unwind$curve448_precomputed_scalarmul]+0x1c): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/arch_32/f_impl.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/arch_32/f_impl.obj):(.text$mn+0x29a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/arch_32/f_impl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/arch_32/f_impl.obj):(.xdata[$unwind$gf_mul]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0xf1): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x1fd): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x240): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x156): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x26b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x26b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x52): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x732): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x333): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x26c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x7c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x26): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x916): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x24f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x65e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x494): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.xdata[$unwind$ED25519_sign]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.xdata[$unwind$ED25519_verify]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.xdata[$unwind$ED25519_public_from_private]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.xdata[$unwind$X25519_public_from_private]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.xdata[$unwind$fe64_invert]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.xdata[$unwind$x25519_scalar_mulx]+0x18): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_lib.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_gen.obj):(.text$mn+0x147): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_gen.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_gen.obj):(.text$mn+0x188): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_gen.obj):(.xdata[$unwind$dsa_builtin_paramgen]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_gen.obj):(.xdata[$unwind$dsa_builtin_paramgen2]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_asn1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_asn1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_asn1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_asn1.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_asn1.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_kdf.obj):(.text$mn+0x1d2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_kdf.obj):(.text$mn+0x24): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_kdf.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_kdf.obj):(.xdata[$unwind$DH_KDF_X9_42]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_gen.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_gen.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_check.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_check.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_check.obj):(.text$mn+0x16): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ofb64enc.obj):(.text$mn+0x1c7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ofb64enc.obj):(.xdata[$unwind$DES_ofb64_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ofb64ede.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ofb64ede.obj):(.text$mn+0x209): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ofb64ede.obj):(.xdata[$unwind$DES_ede3_ofb64_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ecb_enc.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ecb_enc.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ecb3_enc.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/des_enc.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/des_enc.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/des_enc.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb_enc.obj):(.text$mn+0x62f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb_enc.obj):(.xdata[$unwind$DES_cfb_encrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb64enc.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb64ede.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb64ede.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb64ede.obj):(.text$mn+0x795): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb64ede.obj):(.xdata[$unwind$DES_ede3_cfb_encrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x15c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x22): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x93): undefined reference to `__imp___stdio_common_vsprintf' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0xf9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x2a7): undefined reference to `__imp___stdio_common_vswprintf' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x339): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.xdata[$unwind$OPENSSL_isservice]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.xdata[$unwind$OPENSSL_showfatal]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cpt_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_ssl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_ssl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_ssl.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_sap.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_sap.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_mod.obj):(.text$mn+0x1e5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_mod.obj):(.xdata[$unwind$module_run]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_mall.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_lib.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_lib.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0x972): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0xee): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.xdata[$unwind$process_include]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.xdata[$unwind$def_load_bio]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_api.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_api.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_api.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_api.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_api.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_api.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x20f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.xdata[$unwind$BN_generate_dsa_nonce]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_print.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_print.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_print.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_print.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_print.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_print.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_mod.obj):(.text$mn+0x1db): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_mod.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_mod.obj):(.xdata[$unwind$bn_mod_add_fixed_top]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_lib.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_lib.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_lib.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp2.obj):(.text$mn+0x69a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp2.obj):(.xdata[$unwind$BN_mod_exp2_mont]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x577): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x33c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0xd3a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x22): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0xe4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0xf4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.xdata[$unwind$BN_mod_exp_mont]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.xdata[$unwind$BN_mod_exp_mont_consttime]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.xdata[$unwind$BN_mod_exp_simple]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.xdata[$unwind$BN_mod_exp_recp]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_div.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_div.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_div.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_ctx.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_ctx.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2s.obj):(.text$mn+0xb7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2s.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2s.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2s.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2s.obj):(.xdata[$unwind$BLAKE2s_Init]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0x104): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0x2589): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.xdata[$unwind$BLAKE2b_Init]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.xdata[$unwind$blake2b_compress]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/bss_sock.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/bss_sock.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/bss_sock.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/bss_sock.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/bss_sock.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/bss_sock.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.text$mn+0xdf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.xdata[$unwind$BIO_accept_ex]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x211): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.xdata[$unwind$BIO_accept]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0xf4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0xde): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x25): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x1ad): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x6c1): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x2e0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x2fa): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.xdata[$unwind$BIO_printf]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.xdata[$unwind$BIO_vprintf]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.xdata[$unwind$fmtint]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.xdata[$unwind$fmtfp]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x1f5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.xdata[$unwind$addr_strings]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/async/async_wait.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/async/async_wait.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/async/async_wait.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/async/async_wait.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/async/async_wait.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/async/async_err.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x110): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x8a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.xdata[$unwind$asn1_primitive_print]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.xdata[$unwind$asn1_print_oid]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_new.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_new.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_new.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_new.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_new.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_new.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0x86): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0x22): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0xa): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.xdata[$unwind$ASN1_item_d2i]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/t_pkey.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/t_pkey.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p8_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p8_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p8_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p8_pkey.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x3a2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x225): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.xdata[$unwind$PKCS5_v2_scrypt_keyivgen]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.xdata[$unwind$PKCS5_pbe2_set_scrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x13): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x24a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.xdata[$unwind$PKCS5_pbe2_set_iv]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/nsseq.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/nsseq.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/nsseq.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/nsseq.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/nsseq.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/i2d_pr.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_par.obj):(.text$mn+0xa34): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_par.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_par.obj):(.text$mn+0x128): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_par.obj):(.xdata[$unwind$asn1_print_info]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_par.obj):(.xdata[$unwind$asn1_parse2]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_lib.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_lib.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_gen.obj):(.text$mn+0x426): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_gen.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_gen.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_gen.obj):(.xdata[$unwind$generate_v3]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/ameth_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/ameth_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/ameth_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/ameth_lib.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/ameth_lib.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x7d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x9e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0xbb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0xd8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0xf5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x43): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x67): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.xdata[$unwind$ASN1_UTCTIME_set]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.xdata[$unwind$ASN1_UTCTIME_adj]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.xdata[$unwind$ASN1_UTCTIME_cmp_time_t]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_type.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_type.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_type.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_type.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_type.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xb): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x9d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xd2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xef): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x10c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x129): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x104): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xe9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x85): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xab): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x65): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x89): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x96): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x3a3): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.xdata[$unwind$ASN1_TIME_diff]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.xdata[$unwind$ASN1_TIME_set]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.xdata[$unwind$ASN1_TIME_adj]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.xdata[$unwind$ASN1_TIME_to_generalizedtime]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.xdata[$unwind$ASN1_TIME_normalize]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.xdata[$unwind$ASN1_TIME_cmp_time_t]+0x8): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x51): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x8a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.xdata[$unwind$ASN1_STRING_TABLE_get]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x289): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x1b9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x36d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.xdata[$unwind$do_esc_char]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.xdata[$unwind$do_buf]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.xdata[$unwind$do_name_ex]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_sign.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_sign.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_sign.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_print.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_print.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_print.obj):(.text$mn+0xb3): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_print.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_print.obj):(.xdata[$unwind$ASN1_STRING_print]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_octet.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_octet.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_octet.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0x42c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0xcb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.xdata[$unwind$i2a_ASN1_OBJECT]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.xdata[$unwind$a2d_ASN1_OBJECT]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x6c4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.xdata[$unwind$ASN1_mbstring_ncopy]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x56): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x97): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x55): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0xb5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x5a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.xdata[$unwind$ASN1_INTEGER_set_uint64]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.xdata[$unwind$c2i_uint64_int]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.xdata[$unwind$i2c_uint64_int]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.xdata[$unwind$asn1_string_set_int64]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.xdata[$unwind$asn1_string_set_uint64]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_i2d_fp.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_i2d_fp.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_i2d_fp.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_i2d_fp.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x7d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x43): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x67): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.xdata[$unwind$ASN1_GENERALIZEDTIME_set]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.xdata[$unwind$ASN1_GENERALIZEDTIME_adj]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_dup.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_dup.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_digest.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_digest.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_d2i_fp.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_d2i_fp.obj):(.text$mn+0x17): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x54): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x5a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x9b): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x1af): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x33b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x9e): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x1ab): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x523): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xac): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x360): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x287): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x1f): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x2a9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x304): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.xdata[$unwind$capi_addlasterror]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.xdata[$unwind$capi_adderror]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.xdata[$unwind$capi_list_providers]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.xdata[$unwind$capi_list_containers]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.xdata[$unwind$capi_find_key]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.xdata[$unwind$capi_rsa_sign]+0x14): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x6f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x69): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x103): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x170): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x7e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x20): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.xdata[$unwind$X509_check_ip_asc]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.xdata[$unwind$a2i_IPADDRESS]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.xdata[$unwind$a2i_IPADDRESS_NC]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.xdata[$unwind$a2i_ipadd]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.xdata[$unwind$ipv6_from_asc]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ncons.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ncons.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ncons.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ncons.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ncons.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ncons.obj):(.text$mn+0x1a): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x18e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.xdata[$unwind$i2v_AUTHORITY_INFO_ACCESS]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ia5.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ia5.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_genn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_genn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_genn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_genn.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_extku.obj):(.text$mn+0x8c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_extku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_extku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_extku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_extku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_extku.obj):(.xdata[$unwind$i2v_EXTENDED_KEY_USAGE]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_enum.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_cpols.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_cpols.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_cpols.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_cpols.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_cpols.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0x448): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0x1d0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.xdata[$unwind$i2r_ADMISSION_SYNTAX]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.xdata[$unwind$i2r_NAMING_AUTHORITY]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x795): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x16): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x22f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x314): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x3d4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x1cf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x1ac): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.xdata[$unwind$X509v3_addr_is_canonical]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.xdata[$unwind$i2r_address]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.xdata[$unwind$IPAddressOrRange_cmp]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.xdata[$unwind$IPAddressOrRanges_canonize]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.xdata[$unwind$v2i_IPAddrBlocks]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.xdata[$unwind$addr_contains]+0x14): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_tree.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_tree.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_tree.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_tree.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_tree.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_tree.obj):(.text$mn+0x1e): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x2c6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x1c8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.xdata[$unwind$X509_aux_print]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.xdata[$unwind$X509_ocspid_print]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x153): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x20): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x1ce): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.xdata[$unwind$UI_construct_prompt]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.xdata[$unwind$UI_set_result_ex]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/txt_db/txt_db.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/txt_db/txt_db.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/txt_db/txt_db.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/txt_db/txt_db.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/txt_db/txt_db.obj):(.text$mn+0x23): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x2fd): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x1d5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x12): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x3c4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x2c9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0xf5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.xdata[$unwind$try_decode_PKCS12]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.xdata[$unwind$try_decode_PKCS8Encrypted]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.xdata[$unwind$file_open]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.xdata[$unwind$file_read_pem]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.xdata[$unwind$file_load]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/m_sm3.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/m_sm3.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/m_sm3.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_pmeth.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_pmeth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_pmeth.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_pmeth.obj):(.text$mn+0xd8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_pmeth.obj):(.xdata[$unwind$pkey_sm2_digest_custom]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_crypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_crypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_crypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_crypt.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_crypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_crypt.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha1_one.obj):(.text$mn+0x84): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha1_one.obj):(.xdata[$unwind$SHA1]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/seed/seed_ofb.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/seed/seed_ecb.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/seed/seed_cfb.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/seed/seed_cbc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pmeth.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pmeth.obj):(.text$mn+0x9): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ossl.obj):(.text$mn+0x927): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ossl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ossl.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ossl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ossl.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ossl.obj):(.xdata[$unwind$rsa_ossl_mod_exp]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x187): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x48a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x727): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.xdata[$unwind$PKCS1_MGF1]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.xdata[$unwind$RSA_padding_add_PKCS1_OAEP_mgf1]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.xdata[$unwind$RSA_padding_check_PKCS1_OAEP_mgf1]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_none.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_none.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_mp.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_mp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_mp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_mp.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_gen.obj):(.text$mn+0x929): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_gen.obj):(.xdata[$unwind$rsa_builtin_keygen]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ameth.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ameth.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ameth.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ameth.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ameth.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rc2/rc2ofb64.obj):(.text$mn+0x1bf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rc2/rc2ofb64.obj):(.xdata[$unwind$RC2_ofb64_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rc2/rc2cfb64.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rc2/rc2_ecb.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rc2/rc2_cbc.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.text$mn+0x14): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.text$mn+0x5f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.text$mn+0x69): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.xdata[$unwind$rand_pool_add_nonce_data]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.xdata[$unwind$rand_pool_add_additional_data]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/poly1305/poly1305_pmeth.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/poly1305/poly1305_pmeth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/poly1305/poly1305_pmeth.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/poly1305/poly1305_pmeth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/poly1305/poly1305_pmeth.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x5af): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x5a6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x146): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x107): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.xdata[$unwind$PKCS7_signatureVerify]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.xdata[$unwind$PKCS7_dataInit]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.xdata[$unwind$PKCS7_dataFinal]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.xdata[$unwind$do_pkcs7_signed_attrib]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_attr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_attr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_attr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_attr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_attr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_attr.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0xf9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0x59): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0xa1): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0x2ca): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.xdata[$unwind$PKCS12_verify_mac]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.xdata[$unwind$PKCS12_set_mac]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.xdata[$unwind$pkcs12_gen_gost_mac_key]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.xdata[$unwind$pkcs12_gen_mac]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_kiss.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_kiss.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_kiss.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_kiss.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_key.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_key.obj):(.text$mn+0x20): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_crpt.obj):(.text$mn+0x205): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_crpt.obj):(.xdata[$unwind$PKCS12_PBE_keyivgen]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_asn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_asn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_asn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_asn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_asn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_asn.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.text$mn+0x87): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.text$mn+0xe3): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.xdata[$unwind$OCSP_cert_to_id]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.xdata[$unwind$OCSP_cert_id_new]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_time.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_time.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_time.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_fopen.obj):(.text$mn+0xf): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_fopen.obj):(.text$mn+0x1c4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_fopen.obj):(.xdata[$unwind$openssl_fopen]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/xts128.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/xts128.obj):(.text$mn+0x24e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/xts128.obj):(.xdata[$unwind$CRYPTO_xts128_encrypt]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0x8f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0x13a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0x15a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0x203): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0x156): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.xdata[$unwind$CRYPTO_128_wrap]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.xdata[$unwind$CRYPTO_128_unwrap]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.xdata[$unwind$CRYPTO_128_wrap_pad]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.xdata[$unwind$CRYPTO_128_unwrap_pad]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.xdata[$unwind$crypto_128_unwrap_raw]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ofb128.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x177): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x13f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x13f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x1c0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xcc): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.xdata[$unwind$CRYPTO_ocb128_setiv]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.xdata[$unwind$CRYPTO_ocb128_aad]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.xdata[$unwind$CRYPTO_ocb128_encrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.xdata[$unwind$CRYPTO_ocb128_decrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.xdata[$unwind$ocb_finish]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/gcm128.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/gcm128.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/gcm128.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/gcm128.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/gcm128.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/gcm128.obj):(.text$mn+0x1e): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/cfb128.obj):(.text$mn+0x3c3): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/cfb128.obj):(.xdata[$unwind$cfbr_encrypt_block]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x1f): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x1c3): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x1b1): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x2ee): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x2c5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.xdata[$unwind$CRYPTO_ccm128_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.xdata[$unwind$CRYPTO_ccm128_decrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.xdata[$unwind$CRYPTO_ccm128_encrypt_ccm64]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.xdata[$unwind$CRYPTO_ccm128_decrypt_ccm64]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/cbc128.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/cbc128.obj):(.text$mn+0x296): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/cbc128.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/cbc128.obj):(.xdata[$unwind$CRYPTO_cbc128_decrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x13): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x253): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.xdata[$unwind$tls1_prf_P_hash]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/scrypt.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/scrypt.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/scrypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/scrypt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/scrypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/scrypt.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.text$mn+0x1cb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.text$mn+0xb9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.text$mn+0x1b0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.xdata[$unwind$HKDF]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.xdata[$unwind$HKDF_Expand]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.xdata[$unwind$pkey_hkdf_derive]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/idea/i_ofb64.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/idea/i_ofb64.obj):(.text$mn+0x1d0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/idea/i_ofb64.obj):(.xdata[$unwind$IDEA_ofb64_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/idea/i_ecb.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/idea/i_cfb64.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/idea/i_cbc.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hm_pmeth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hm_pmeth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hm_pmeth.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pbe_scrypt.obj):(.text$mn+0x336): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pbe_scrypt.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pbe_scrypt.obj):(.text$mn+0x47c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pbe_scrypt.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pbe_scrypt.obj):(.xdata[$unwind$salsa208_word_specification]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pbe_scrypt.obj):(.xdata[$unwind$scryptBlockMix]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p_verify.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p_verify.obj):(.text$mn+0x151): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p_verify.obj):(.xdata[$unwind$EVP_VerifyFinal]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p_sign.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p_sign.obj):(.text$mn+0x16e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p_sign.obj):(.xdata[$unwind$EVP_SignFinal]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.text$mn+0x348): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.text$mn+0x282): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.xdata[$unwind$PKCS5_PBKDF2_HMAC]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.xdata[$unwind$PKCS5_v2_PBKDF2_keyivgen]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt.obj):(.text$mn+0x1ed): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt.obj):(.xdata[$unwind$PKCS5_PBE_keyivgen]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_wp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_wp.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_wp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha3.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha3.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha3.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err_prn.obj):(.text$mn+0x117): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err_prn.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err_prn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err_prn.obj):(.xdata[$unwind$ERR_print_errors_cb]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_eckey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_eckey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_eckey.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_eckey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_eckey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_eckey.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0xf5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x754): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x76d): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x1ad): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x358): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x310): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x26): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.xdata[$unwind$ecp_nistz256_mod_inverse]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.xdata[$unwind$ecp_nistz256_mult_precompute]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.xdata[$unwind$ecp_nistz256_points_mul]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.xdata[$unwind$ecp_nistz256_get_affine]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.xdata[$unwind$ecp_nistz256_inv_mod_ord]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_mont.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_mont.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_mont.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_mont.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_mont.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_mont.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecdh_kdf.obj):(.text$mn+0xa7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecdh_kdf.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecdh_kdf.obj):(.text$mn+0x1cf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecdh_kdf.obj):(.xdata[$unwind$ECDH_KDF_X9_62]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecdh_kdf.obj):(.xdata[$unwind$ecdh_KDF_X9_63]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_oct.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_oct.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_oct.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_oct.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_oct.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_oct.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.text$mn+0x1ba): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.text$mn+0x4a8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.xdata[$unwind$curve448_scalar_decode_long]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.xdata[$unwind$sc_montmul]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x47c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0xa9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x7d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x4cc): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x5b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x2b4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.xdata[$unwind$gf_isr]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.xdata[$unwind$gf_eq]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.xdata[$unwind$gf_lobit]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.xdata[$unwind$gf_hibit]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.xdata[$unwind$gf_serialize]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.xdata[$unwind$gf_deserialize]+0x1c): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0xd): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x1ec): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x1a5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.xdata[$unwind$win32_pathbyaddr]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.xdata[$unwind$win32_globallookup]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_vrf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_sign.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_sign.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_meth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_meth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_meth.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_vfy.obj):(.text$mn+0x2dd): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_vfy.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_vfy.obj):(.text$mn+0x196): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_vfy.obj):(.xdata[$unwind$SCT_CTX_verify]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_vfy.obj):(.xdata[$unwind$sct_ctx_update]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct_ctx.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct_ctx.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct_ctx.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct_ctx.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct_ctx.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct_ctx.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0x37f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0x302): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0x109): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.xdata[$unwind$SCT_print]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.xdata[$unwind$SCT_LIST_print]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.xdata[$unwind$timestamp_print]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x12): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x249): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x16): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x2b1): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.xdata[$unwind$CMS_SignerInfo_verify_content]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.xdata[$unwind$cms_SignerInfo_content_sign]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_lib.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_lib.obj):(.text$mn+0x16): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_kari.obj):(.text$mn+0x15b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_kari.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_kari.obj):(.xdata[$unwind$cms_kek_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_io.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_io.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_io.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_io.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_io.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_io.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x33a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x1c5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x140): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.xdata[$unwind$CMS_RecipientInfo_encrypt]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.xdata[$unwind$cms_RecipientInfo_kekri_encrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.xdata[$unwind$cms_RecipientInfo_kekri_decrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_enc.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_enc.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_enc.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_enc.obj):(.text$mn+0x3ec): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_enc.obj):(.xdata[$unwind$cms_EncryptedContent_init_bio]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_dd.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_dd.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_dd.obj):(.text$mn+0x144): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_dd.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_dd.obj):(.xdata[$unwind$cms_DigestedData_do_final]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_att.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_att.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_att.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_att.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_att.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_att.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_skey.obj):(.text$mn+0x1759): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_skey.obj):(.xdata[$unwind$CAST_set_key]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_ofb64.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_ofb64.obj):(.text$mn+0x1d0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_ofb64.obj):(.xdata[$unwind$CAST_ofb64_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_enc.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_ecb.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_cfb64.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/rsaz_exp.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/rsaz_exp.obj):(.text$mn+0x787): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/rsaz_exp.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/rsaz_exp.obj):(.text$mn+0x257): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/rsaz_exp.obj):(.xdata[$unwind$RSAZ_1024_mod_exp_avx2]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/rsaz_exp.obj):(.xdata[$unwind$RSAZ_512_mod_exp]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.text$mn+0x195): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.text$mn+0x18c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.xdata[$unwind$BN_sqr]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.xdata[$unwind$bn_sqr_fixed_top]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_recp.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_recp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_recp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_recp.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_recp.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_recp.obj):(.text$mn+0x20): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x84): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x1a): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x4d6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x2be): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x15): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.xdata[$unwind$BN_GF2m_mod]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.xdata[$unwind$BN_GF2m_mod_mul_arr]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.xdata[$unwind$BN_GF2m_mod_inv_vartime]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x2b9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x2cd): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.xdata[$unwind$BIO_dump_indent_cb]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_skey.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_ofb64.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_ofb64.obj):(.text$mn+0x1d0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_ofb64.obj):(.xdata[$unwind$BF_ofb64_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_enc.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_ecb.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_cfb64.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_utl.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_utl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_utl.obj):(.text$mn+0xb): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x1ff): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x199): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x4c8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x15): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x2e6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x211): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.xdata[$unwind$SMIME_write_ASN1]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.xdata[$unwind$SMIME_crlf_copy]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.xdata[$unwind$SMIME_text]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.xdata[$unwind$mime_parse_hdr]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.xdata[$unwind$multi_split]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/aes/aes_wrap.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/aes/aes_wrap.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_tlsf.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_tlsf.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_tlsf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_tlsf.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_skey.obj):(.text$mn+0x1d7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_skey.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_skey.obj):(.xdata[$unwind$s2i_skey_id]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_prn.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_prn.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_prn.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_prn.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_prn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pmaps.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pmaps.obj):(.text$mn+0xb6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pmaps.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pmaps.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pmaps.obj):(.xdata[$unwind$i2v_POLICY_MAPPINGS]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pku.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pcons.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pci.obj):(.text$mn+0x590): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pci.obj):(.xdata[$unwind$process_pci_value]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_map.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.text$mn+0x194): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.xdata[$unwind$WHIRLPOOL]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x43e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x45e): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x464): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x5b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x6e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.xdata[$unwind$read_till_nl]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.xdata[$unwind$read_string_inner]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_register.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_register.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_register.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_register.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_register.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_register.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x146): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x152): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.xdata[$unwind$OSSL_STORE_open]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.xdata[$unwind$OSSL_STORE_SEARCH_by_key_fingerprint]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm4/sm4.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm4/sm4.obj):(.text$mn+0x397): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm4/sm4.obj):(.xdata[$unwind$SM4_set_key]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/sm3.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/sm3.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/sm3.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/sm3.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_sign.obj):(.text$mn+0x1d): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_sign.obj):(.text$mn+0x23): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pss.obj):(.text$mn+0x434): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pss.obj):(.xdata[$unwind$RSA_verify_PKCS1_PSS_mgf1]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pk1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pk1.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pk1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pk1.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_chk.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_chk.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/mdc2/mdc2dgst.obj):(.text$mn+0x1ee): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/mdc2/mdc2dgst.obj):(.xdata[$unwind$mdc2_body]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/md4/md4_dgst.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/md4/md4_dgst.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/md4/md4_dgst.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/md4/md4_dgst.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/bio_b64.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/bio_b64.obj):(.text$mn+0x1b): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.text$mn+0xc6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.text$mn+0x167): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.xdata[$unwind$ECPKParameters_print]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.xdata[$unwind$print_bin]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_print.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_print.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_print.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_print.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_check.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_pwri.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_pwri.obj):(.text$mn+0x373): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_pwri.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_pwri.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_pwri.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_pwri.obj):(.xdata[$unwind$CMS_add0_recipient_password]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqrt.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_kron.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > collect2.exe: error: ld returned 1 exit status > Makefile:69: recipe for target 'openssl.exe' failed > mingw32-make: *** [openssl.exe] Error 1 => source failed verification. Trying source 2 (type inline) of library openssl ... => source failed condition 'config.msvc'. Trying source 3 (type inline) of library openssl ... => source failed condition 'config.android'. Trying source 4 (type inline) of library openssl ... + cd /d C:\Qt\Test\config.tests\openssl && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += openssl" "QMAKE_LIBS_OPENSSL = -LC:\\OpenSSL-Win64\\lib\\VC\\static -lWs2_32 -lGdi32 -lAdvapi32 -lCrypt32 -lUser32" "QMAKE_LIBS_OPENSSL_DEBUG = -llibssl64MDd -llibcrypto64MDd" "QMAKE_LIBS_OPENSSL_RELEASE = -llibssl64MD -llibcrypto64MD" "QMAKE_INCDIR_OPENSSL = C:\\OpenSSL-Win64\\include" C:/Qt/Test/config.tests/openssl + cd /d C:\Qt\Test\config.tests\openssl && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make > del main.o > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\OpenSSL-Win64\include -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o openssl.exe main.o -llibssl64MD -llibcrypto64MD -LC:\OpenSSL-Win64\lib\VC\static -lWs2_32 -lGdi32 -lAdvapi32 -lCrypt32 -lUser32 > Warning: corrupt .drectve at end of def file > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0xae): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_lib.obj):(.xdata[$unwind$SSL_has_matching_session_id]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_init.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_init.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_init.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_init.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_init.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_init.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0xc4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x102): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x13c): undefined reference to `__isa_available' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.text$mn+0x1d): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_ciph.obj):(.xdata[$unwind$ciphersuite_cb]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x319): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_cert.obj):(.xdata[$unwind$SSL_add_dir_cert_subjects_to_stack]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_lib.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_lib.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.text$mn+0x2aa): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.text$mn+0x255): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.xdata[$unwind$ssl3_generate_master_secret]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_enc.obj):(.xdata[$unwind$ssl3_generate_key_block]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x4d0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x2fd): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x1c4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0xdeb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x9fc): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.text$mn+0x1fd): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.xdata[$unwind$n_ssl3_mac]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.xdata[$unwind$tls1_enc]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.xdata[$unwind$tls1_mac]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.xdata[$unwind$ssl3_get_record]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.xdata[$unwind$ssl3_cbc_copy_mac]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record.obj):(.xdata[$unwind$dtls1_process_record]+0x14): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_buffer.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_buffer.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_buffer.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_buffer.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_buffer.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_buffer.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0xc3c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0x9bc): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0x4e2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.xdata[$unwind$ssl3_write_bytes]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.xdata[$unwind$do_ssl3_write]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_s3.obj):(.xdata[$unwind$ssl3_read_bytes]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x4ad): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0xba): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.xdata[$unwind$dtls1_read_bytes]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/rec_layer_d1.obj):(.xdata[$unwind$do_dtls1_write]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/dtls1_bitmap.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/dtls1_bitmap.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\pqueue.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\pqueue.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\pqueue.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\pqueue.obj):(.text$mn+0x12): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xa83): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xfb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.text$mn+0x88): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.xdata[$unwind$DTLSv1_listen]+0x24): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.xdata[$unwind$dtls1_get_timeout]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_lib.obj):(.xdata[$unwind$get_current_time]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x94): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0xa9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x102): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.xdata[$unwind$SSL_srp_server_param_with_username]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\tls_srp.obj):(.xdata[$unwind$SRP_Calc_A_param]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x287): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x7c5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x1b1): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x1e6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x1ed): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x307): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x39b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.text$mn+0x128): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.xdata[$unwind$tls13_final_finish_mac]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.xdata[$unwind$tls13_change_cipher_state]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.xdata[$unwind$tls13_update_key]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.xdata[$unwind$tls13_hkdf_expand]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.xdata[$unwind$tls13_generate_secret]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/tls13_enc.obj):(.xdata[$unwind$tls13_export_keying_material]+0x1c): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xcb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xdb): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xeb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x1ab): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xe): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x1a6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0xb): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x152): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x4e5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.xdata[$unwind$tls1_set_groups_list]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.xdata[$unwind$tls_decrypt_ticket]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.xdata[$unwind$tls1_set_sigalgs_list]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.xdata[$unwind$nid_cb]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_lib.obj):(.xdata[$unwind$sig_cb]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x1d): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x105): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x123): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.xdata[$unwind$tls1_final_finish_mac]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\t1_enc.obj):(.xdata[$unwind$tls1_generate_master_secret]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x15d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xc6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x920): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x20): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x27b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x245): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x3fe): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.text$mn+0x12): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.xdata[$unwind$tls_construct_server_key_exchange]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.xdata[$unwind$tls_construct_new_session_ticket]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.xdata[$unwind$tls_process_cke_psk_preamble]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.xdata[$unwind$tls_process_cke_rsa]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.xdata[$unwind$tls_process_cke_gost]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_srvr.obj):(.xdata[$unwind$construct_stateless_ticket]+0x18): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xa): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x110): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x351): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x14): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x54d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.xdata[$unwind$create_synthetic_message_hash]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.xdata[$unwind$tls_construct_cert_verify]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_lib.obj):(.xdata[$unwind$tls_process_cert_verify]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x17a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x138): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x12): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x1ca): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x195): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x231): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x22f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.text$mn+0x545): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.xdata[$unwind$dtls1_close_construct_packet]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.xdata[$unwind$dtls1_buffer_message]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.xdata[$unwind$dtls1_retransmit_message]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.xdata[$unwind$dtls1_retransmit_buffered_messages]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.xdata[$unwind$dtls_get_reassembled_message]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_dtls.obj):(.xdata[$unwind$dtls1_reassemble_fragment]+0x18): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x34f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x2a0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.xdata[$unwind$tls_construct_cke_psk_preamble]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem_clnt.obj):(.xdata[$unwind$tls_construct_cke_gost]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/statem.obj):(.text$mn+0x1a): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions.obj):(.text$mn+0x518): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions.obj):(.xdata[$unwind$tls_psk_do_binder]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x144): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x45c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.xdata[$unwind$lookup_sess_in_cache]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_sess.obj):(.xdata[$unwind$ssl_get_prev_session]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x457): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\ssl_rsa.obj):(.xdata[$unwind$SSL_CTX_use_serverinfo_file]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_mcnf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_mcnf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_mcnf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_mcnf.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_conf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/ssl_conf.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_cbc.obj):(.text$mn+0x959): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_cbc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\s3_cbc.obj):(.xdata[$unwind$ssl3_cbc_digest_record]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record_tls13.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record_tls13.obj):(.text$mn+0x468): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/record/ssl3_record_tls13.obj):(.xdata[$unwind$tls13_enc]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_msg.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_msg.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xed): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x6b6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x21): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x799): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.xdata[$unwind$tls_parse_ctos_cookie]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.xdata[$unwind$tls_parse_ctos_psk]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_srvr.obj):(.xdata[$unwind$tls_construct_stoc_cryptopro_bug]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0x526): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl/statem/extensions_clnt.obj):(.xdata[$unwind$tls_construct_ctos_early_data]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_srtp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_srtp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_srtp.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libssl64MD.lib(ssl\d1_srtp.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_purp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_purp.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x2c5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x16): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x265): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.xdata[$unwind$i2v_GENERAL_NAME]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_alt.obj):(.xdata[$unwind$i2v_GENERAL_NAMES]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x_x509.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x_x509.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x_x509.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x_x509.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x_x509.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x_x509.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0xad): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.text$mn+0x17): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vpm.obj):(.xdata[$unwind$X509_VERIFY_PARAM_set1_ip_asc]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x30a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.text$mn+0x24): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_vfy.obj):(.xdata[$unwind$dane_match]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_v3.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_v3.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_v3.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_v3.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_v3.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_v3.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_obj.obj):(.text$mn+0x36f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_obj.obj):(.xdata[$unwind$X509_NAME_oneline]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x117): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_lu.obj):(.xdata[$unwind$x509_object_idx_cnt]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_ext.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_ext.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_ext.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_ext.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_ext.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_ext.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x5d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x93): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0xcc): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x9d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x105): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.xdata[$unwind$X509_issuer_and_serial_hash]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.xdata[$unwind$X509_NAME_hash]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.xdata[$unwind$X509_NAME_hash_old]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_cmp.obj):(.xdata[$unwind$X509_find_by_issuer_and_serial]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_att.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_att.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_att.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_att.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_att.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/x509_att.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/by_dir.obj):(.text$mn+0x410): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/by_dir.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/by_dir.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/by_dir.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/by_dir.obj):(.xdata[$unwind$get_cert_by_subject]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/threads_win.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/threads_win.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/threads_win.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/threads_win.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/threads_win.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/threads_win.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x246): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x396): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x3a2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x159): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xe5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x130): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xba): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.xdata[$unwind$SRP_VBASE_init]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.xdata[$unwind$SRP_VBASE_get1_by_user]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.xdata[$unwind$SRP_create_verifier]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.xdata[$unwind$SRP_create_verifier_BN]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.xdata[$unwind$SRP_user_pwd_set_sv]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_vfy.obj):(.xdata[$unwind$SRP_gN_new_init]+0x10): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x1d): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x1d): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0xe): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x1f9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.text$mn+0x127): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.xdata[$unwind$SRP_Calc_x]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/srp/srp_lib.obj):(.xdata[$unwind$srp_Calc_xy]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x100): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x100): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.xdata[$unwind$SHA384]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha512.obj):(.xdata[$unwind$SHA512]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0xee): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0xee): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.xdata[$unwind$SHA224]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha256.obj):(.xdata[$unwind$SHA256]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha1dgst.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha1dgst.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha1dgst.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_lib.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_lib.obj):(.text$mn+0xd): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0x27d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0x117): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0x97): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0xcf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.text$mn+0xa4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.xdata[$unwind$PEM_read_bio_PrivateKey]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.xdata[$unwind$PEM_write_bio_PrivateKey]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.xdata[$unwind$PEM_write_PrivateKey]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.xdata[$unwind$PEM_write_bio_PrivateKey_traditional]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pkey.obj):(.xdata[$unwind$PEM_write_bio_Parameters]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x96): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x140): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x20e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.xdata[$unwind$d2i_PKCS8PrivateKey_bio]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.xdata[$unwind$d2i_PKCS8PrivateKey_fp]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_pk8.obj):(.xdata[$unwind$do_pk8pkey]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_oth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x519): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x2a8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x28): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x2ae): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.xdata[$unwind$PEM_do_header]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.xdata[$unwind$PEM_ASN1_write_bio]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_lib.obj):(.xdata[$unwind$pem_bytes_read_bio_flags]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.text$mn+0x50d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.text$mn+0x22b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.xdata[$unwind$PEM_X509_INFO_read_bio]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_info.obj):(.xdata[$unwind$PEM_X509_INFO_write_bio]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_all.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_all.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_all.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_all.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_all.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pem/pem_all.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.text$mn+0xa9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.text$mn+0x80): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.text$mn+0xbf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.xdata[$unwind$OBJ_find_sigid_algs]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_xref.obj):(.xdata[$unwind$OBJ_find_sigid_by_algs]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x65): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x1e8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0xb): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x291): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x18c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x1a9): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0xe): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x46e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.xdata[$unwind$OBJ_obj2txt]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.xdata[$unwind$OBJ_add_object]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.xdata[$unwind$OBJ_create]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_dat.obj):(.xdata[$unwind$OBJ_create_objects]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/o_names.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/o_names.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/o_names.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/o_names.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/o_names.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/o_names.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_dir.obj):(.text$mn+0x2d5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_dir.obj):(.xdata[$unwind$OPENSSL_DIR_read]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/mem_sec.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/mem_sec.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/mem_sec.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/mem_sec.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto\mem.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto\mem.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x9e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0xa): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x93): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x2df): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.xdata[$unwind$HMAC_Init_ex]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.xdata[$unwind$HMAC_Final]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hmac.obj):(.xdata[$unwind$HMAC]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/getenv.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x1f0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x1c2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x1ba): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.xdata[$unwind$CRYPTO_new_ex_data]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.xdata[$unwind$CRYPTO_dup_ex_data]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ex_data.obj):(.xdata[$unwind$CRYPTO_free_ex_data]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pmeth_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pmeth_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pmeth_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pmeth_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pmeth_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pmeth_lib.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x178): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x187): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x111): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.xdata[$unwind$EVP_DigestVerify]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.xdata[$unwind$EVP_DigestSignFinal]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sigver.obj):(.xdata[$unwind$EVP_DigestVerifyFinal]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x143): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha1.obj):(.xdata[$unwind$ctrl]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5_sha1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5_sha1.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5_sha1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5_sha1.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5_sha1.obj):(.text$mn+0x1f7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5_sha1.obj):(.xdata[$unwind$ctrl]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_md5.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x14f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pkey.obj):(.xdata[$unwind$EVP_PKCS82PKEY]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0x153): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_pbe.obj):(.xdata[$unwind$EVP_PBE_CipherInit]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_lib.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_lib.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_lib.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_lib.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.text$mn+0x281): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.text$mn+0xea): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.text$mn+0xe7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.xdata[$unwind$EVP_read_pw_string]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.xdata[$unwind$EVP_read_pw_string_min]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_key.obj):(.xdata[$unwind$EVP_BytesToKey]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_enc.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_enc.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/evp_enc.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4_hmac_md5.obj):(.text$mn+0x422): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4_hmac_md5.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4_hmac_md5.obj):(.text$mn+0x23f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4_hmac_md5.obj):(.xdata[$unwind$rc4_hmac_md5_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4_hmac_md5.obj):(.xdata[$unwind$rc4_hmac_md5_ctrl]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc4.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0xfc): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_rc2.obj):(.xdata[$unwind$rc2_get_asn1_type_and_iv]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_null.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.text$mn+0xb8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_idea.obj):(.xdata[$unwind$idea_init_key]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xf): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0x17d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0x242): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.text$mn+0xfe): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.xdata[$unwind$des_ede3_unwrap]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.xdata[$unwind$des_ede3_wrap]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des3.obj):(.xdata[$unwind$des_ede3_wrap_cipher]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_des.obj):(.text$mn+0x12): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0x128): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0x30b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.text$mn+0x2ab): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.xdata[$unwind$chacha20_poly1305_init_key]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.xdata[$unwind$chacha20_poly1305_tls_cipher]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_chacha20_poly1305.obj):(.xdata[$unwind$chacha20_poly1305_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_camellia.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_camellia.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_camellia.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_camellia.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_camellia.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_camellia.obj):(.text$mn+0x1a): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x24c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x1c5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.xdata[$unwind$aria_ccm_tls_cipher]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aria.obj):(.xdata[$unwind$aria_ccm_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x85e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x4ca): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.text$mn+0x8a8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.xdata[$unwind$tls1_1_multi_block_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.xdata[$unwind$aesni_cbc_hmac_sha256_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha256.obj):(.xdata[$unwind$aesni_cbc_hmac_sha256_ctrl]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x7d2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x4a3): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.text$mn+0x7cf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.xdata[$unwind$tls1_1_multi_block_encrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.xdata[$unwind$aesni_cbc_hmac_sha1_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes_cbc_hmac_sha1.obj):(.xdata[$unwind$aesni_cbc_hmac_sha1_ctrl]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1a): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x24c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1c5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.xdata[$unwind$aes_ccm_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/e_aes.obj):(.xdata[$unwind$aes_ccm_tls_cipher]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/digest.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/digest.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/digest.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/digest.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/digest.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/digest.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0x31c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err.obj):(.xdata[$unwind$ERR_error_string_n]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_rsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_rsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_rsa.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_rsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_rsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_rsa.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_curve.obj):(.text$mn+0x329): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_curve.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_curve.obj):(.xdata[$unwind$ec_curve_nid_from_params]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_asn1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_asn1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_asn1.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_asn1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_asn1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_asn1.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x155): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x14c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x3e0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x20c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0xe9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.xdata[$unwind$ED448_public_from_private]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.xdata[$unwind$c448_ed448_derive_public_key]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.xdata[$unwind$c448_ed448_sign]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.xdata[$unwind$c448_ed448_verify]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/eddsa.obj):(.xdata[$unwind$hash_init_with_dom]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x1eb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x5a7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x8c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x36c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x286): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x68): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x288): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x145): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x13a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x2f2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x94): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0xa4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x44b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x284): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x61b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x8c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x1eb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.text$mn+0x8ee): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.xdata[$unwind$gf_cond_neg]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.xdata[$unwind$curve448_point_eq]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.xdata[$unwind$x448_int]+0x38): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.xdata[$unwind$curve448_point_mul_by_ratio_and_encode_like_x448]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.xdata[$unwind$x448_derive_public_key]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/curve448.obj):(.xdata[$unwind$curve448_precomputed_scalarmul]+0x1c): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/arch_32/f_impl.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/arch_32/f_impl.obj):(.text$mn+0x29a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/arch_32/f_impl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/arch_32/f_impl.obj):(.xdata[$unwind$gf_mul]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0xf1): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x1fd): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x240): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x156): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x26b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x26b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x52): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x732): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x333): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x26c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x7c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x26): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x916): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x24f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x65e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.text$mn+0x494): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.xdata[$unwind$ED25519_sign]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.xdata[$unwind$ED25519_verify]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.xdata[$unwind$ED25519_public_from_private]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.xdata[$unwind$X25519_public_from_private]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.xdata[$unwind$fe64_invert]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve25519.obj):(.xdata[$unwind$x25519_scalar_mulx]+0x18): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_lib.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_gen.obj):(.text$mn+0x147): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_gen.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_gen.obj):(.text$mn+0x188): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_gen.obj):(.xdata[$unwind$dsa_builtin_paramgen]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_gen.obj):(.xdata[$unwind$dsa_builtin_paramgen2]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_asn1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_asn1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_asn1.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_asn1.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_asn1.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_kdf.obj):(.text$mn+0x1d2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_kdf.obj):(.text$mn+0x24): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_kdf.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_kdf.obj):(.xdata[$unwind$DH_KDF_X9_42]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_gen.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_gen.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_check.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_check.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dh/dh_check.obj):(.text$mn+0x16): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ofb64enc.obj):(.text$mn+0x1c7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ofb64enc.obj):(.xdata[$unwind$DES_ofb64_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ofb64ede.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ofb64ede.obj):(.text$mn+0x209): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ofb64ede.obj):(.xdata[$unwind$DES_ede3_ofb64_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ecb_enc.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ecb_enc.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/ecb3_enc.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/des_enc.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/des_enc.obj):(.text$mn+0x1b): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/des_enc.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb_enc.obj):(.text$mn+0x62f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb_enc.obj):(.xdata[$unwind$DES_cfb_encrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb64enc.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb64ede.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb64ede.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb64ede.obj):(.text$mn+0x795): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/des/cfb64ede.obj):(.xdata[$unwind$DES_ede3_cfb_encrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x15c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x22): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x93): undefined reference to `__imp___stdio_common_vsprintf' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0xf9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x2a7): undefined reference to `__imp___stdio_common_vswprintf' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x339): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.xdata[$unwind$OPENSSL_isservice]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cryptlib.obj):(.xdata[$unwind$OPENSSL_showfatal]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cpt_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_ssl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_ssl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_ssl.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_sap.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_sap.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_mod.obj):(.text$mn+0x1e5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_mod.obj):(.xdata[$unwind$module_run]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_mall.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_lib.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_lib.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0x972): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0xee): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.xdata[$unwind$process_include]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_def.obj):(.xdata[$unwind$def_load_bio]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_api.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_api.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_api.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_api.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_api.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/conf/conf_api.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x20f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_rand.obj):(.xdata[$unwind$BN_generate_dsa_nonce]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_print.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_print.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_print.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_print.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_print.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_print.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_mod.obj):(.text$mn+0x1db): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_mod.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_mod.obj):(.xdata[$unwind$bn_mod_add_fixed_top]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_lib.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_lib.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_lib.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp2.obj):(.text$mn+0x69a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp2.obj):(.xdata[$unwind$BN_mod_exp2_mont]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x577): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x33c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0xd3a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x22): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0xe4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0xf4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.xdata[$unwind$BN_mod_exp_mont]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.xdata[$unwind$BN_mod_exp_mont_consttime]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.xdata[$unwind$BN_mod_exp_simple]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_exp.obj):(.xdata[$unwind$BN_mod_exp_recp]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_div.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_div.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_div.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_ctx.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_ctx.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2s.obj):(.text$mn+0xb7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2s.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2s.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2s.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2s.obj):(.xdata[$unwind$BLAKE2s_Init]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0x104): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0x2589): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.xdata[$unwind$BLAKE2b_Init]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/blake2/blake2b.obj):(.xdata[$unwind$blake2b_compress]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/bss_sock.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/bss_sock.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/bss_sock.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/bss_sock.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/bss_sock.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/bss_sock.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.text$mn+0xdf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock2.obj):(.xdata[$unwind$BIO_accept_ex]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x211): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_sock.obj):(.xdata[$unwind$BIO_accept]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0xf4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0xde): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x25): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x1ad): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x6c1): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x2e0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x2fa): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.xdata[$unwind$BIO_printf]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.xdata[$unwind$BIO_vprintf]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.xdata[$unwind$fmtint]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_print.obj):(.xdata[$unwind$fmtfp]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x1f5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_addr.obj):(.xdata[$unwind$addr_strings]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/async/async_wait.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/async/async_wait.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/async/async_wait.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/async/async_wait.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/async/async_wait.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/async/async_err.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x110): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x8a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.xdata[$unwind$asn1_primitive_print]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_prn.obj):(.xdata[$unwind$asn1_print_oid]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_new.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_new.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_new.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_new.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_new.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_new.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0x86): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0x22): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.text$mn+0xa): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_dec.obj):(.xdata[$unwind$ASN1_item_d2i]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/t_pkey.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/t_pkey.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p8_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p8_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p8_pkey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p8_pkey.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x3a2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x225): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.xdata[$unwind$PKCS5_v2_scrypt_keyivgen]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_scrypt.obj):(.xdata[$unwind$PKCS5_pbe2_set_scrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x13): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x24a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/p5_pbev2.obj):(.xdata[$unwind$PKCS5_pbe2_set_iv]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/nsseq.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/nsseq.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/nsseq.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/nsseq.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/nsseq.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/i2d_pr.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_par.obj):(.text$mn+0xa34): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_par.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_par.obj):(.text$mn+0x128): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_par.obj):(.xdata[$unwind$asn1_print_info]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_par.obj):(.xdata[$unwind$asn1_parse2]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_lib.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_lib.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_gen.obj):(.text$mn+0x426): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_gen.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_gen.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_gen.obj):(.xdata[$unwind$generate_v3]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn1_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/ameth_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/ameth_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/ameth_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/ameth_lib.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/ameth_lib.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x7d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x9e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0xbb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0xd8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0xf5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x43): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x67): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.xdata[$unwind$ASN1_UTCTIME_set]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.xdata[$unwind$ASN1_UTCTIME_adj]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_utctm.obj):(.xdata[$unwind$ASN1_UTCTIME_cmp_time_t]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_type.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_type.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_type.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_type.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_type.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xb): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x9d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xd2): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xef): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x10c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x129): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x104): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xe9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x85): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xab): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x65): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x89): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x96): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x3a3): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.xdata[$unwind$ASN1_TIME_diff]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.xdata[$unwind$ASN1_TIME_set]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.xdata[$unwind$ASN1_TIME_adj]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.xdata[$unwind$ASN1_TIME_to_generalizedtime]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.xdata[$unwind$ASN1_TIME_normalize]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_time.obj):(.xdata[$unwind$ASN1_TIME_cmp_time_t]+0x8): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x51): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x8a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strnid.obj):(.xdata[$unwind$ASN1_STRING_TABLE_get]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x289): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x1b9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x36d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.xdata[$unwind$do_esc_char]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.xdata[$unwind$do_buf]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_strex.obj):(.xdata[$unwind$do_name_ex]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_sign.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_sign.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_sign.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_print.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_print.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_print.obj):(.text$mn+0xb3): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_print.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_print.obj):(.xdata[$unwind$ASN1_STRING_print]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_octet.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_octet.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_octet.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0x42c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0xcb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.xdata[$unwind$i2a_ASN1_OBJECT]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_object.obj):(.xdata[$unwind$a2d_ASN1_OBJECT]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x6c4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_mbstr.obj):(.xdata[$unwind$ASN1_mbstring_ncopy]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x56): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x97): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x55): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0xb5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.text$mn+0x5a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.xdata[$unwind$ASN1_INTEGER_set_uint64]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.xdata[$unwind$c2i_uint64_int]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.xdata[$unwind$i2c_uint64_int]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.xdata[$unwind$asn1_string_set_int64]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_int.obj):(.xdata[$unwind$asn1_string_set_uint64]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_i2d_fp.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_i2d_fp.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_i2d_fp.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_i2d_fp.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x7d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x43): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x67): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.xdata[$unwind$ASN1_GENERALIZEDTIME_set]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_gentm.obj):(.xdata[$unwind$ASN1_GENERALIZEDTIME_adj]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_dup.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_dup.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_digest.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_digest.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_d2i_fp.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/a_d2i_fp.obj):(.text$mn+0x17): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x54): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x5a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x9b): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x1af): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x33b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x9e): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x1ab): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x523): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xac): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x360): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x287): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x1f): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x2a9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x304): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.xdata[$unwind$capi_addlasterror]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.xdata[$unwind$capi_adderror]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.xdata[$unwind$capi_list_providers]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.xdata[$unwind$capi_list_containers]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.xdata[$unwind$capi_find_key]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(engines/e_capi.obj):(.xdata[$unwind$capi_rsa_sign]+0x14): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x6f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x69): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x103): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x170): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x7e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.text$mn+0x20): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.xdata[$unwind$X509_check_ip_asc]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.xdata[$unwind$a2i_IPADDRESS]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.xdata[$unwind$a2i_IPADDRESS_NC]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.xdata[$unwind$a2i_ipadd]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_utl.obj):(.xdata[$unwind$ipv6_from_asc]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ncons.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ncons.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ncons.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ncons.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ncons.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ncons.obj):(.text$mn+0x1a): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x18e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_info.obj):(.xdata[$unwind$i2v_AUTHORITY_INFO_ACCESS]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ia5.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_ia5.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_genn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_genn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_genn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_genn.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_extku.obj):(.text$mn+0x8c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_extku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_extku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_extku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_extku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_extku.obj):(.xdata[$unwind$i2v_EXTENDED_KEY_USAGE]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_enum.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_cpols.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_cpols.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_cpols.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_cpols.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_cpols.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0x448): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.text$mn+0x1d0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.xdata[$unwind$i2r_ADMISSION_SYNTAX]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_admis.obj):(.xdata[$unwind$i2r_NAMING_AUTHORITY]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x795): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x16): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x22f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x314): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x3d4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x1cf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x1ac): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.xdata[$unwind$X509v3_addr_is_canonical]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.xdata[$unwind$i2r_address]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.xdata[$unwind$IPAddressOrRange_cmp]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.xdata[$unwind$IPAddressOrRanges_canonize]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.xdata[$unwind$v2i_IPAddrBlocks]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_addr.obj):(.xdata[$unwind$addr_contains]+0x14): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_tree.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_tree.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_tree.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_tree.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_tree.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_tree.obj):(.text$mn+0x1e): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x2c6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x1c8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.xdata[$unwind$X509_aux_print]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509/t_x509.obj):(.xdata[$unwind$X509_ocspid_print]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x153): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x20): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x1ce): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.xdata[$unwind$UI_construct_prompt]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_lib.obj):(.xdata[$unwind$UI_set_result_ex]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/txt_db/txt_db.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/txt_db/txt_db.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/txt_db/txt_db.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/txt_db/txt_db.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/txt_db/txt_db.obj):(.text$mn+0x23): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x2fd): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x1d5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x12): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x3c4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x2c9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0xf5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.xdata[$unwind$try_decode_PKCS12]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.xdata[$unwind$try_decode_PKCS8Encrypted]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.xdata[$unwind$file_open]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.xdata[$unwind$file_read_pem]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/loader_file.obj):(.xdata[$unwind$file_load]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/m_sm3.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/m_sm3.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/m_sm3.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_pmeth.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_pmeth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_pmeth.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_pmeth.obj):(.text$mn+0xd8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_pmeth.obj):(.xdata[$unwind$pkey_sm2_digest_custom]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_crypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_crypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_crypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_crypt.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_crypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_crypt.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha1_one.obj):(.text$mn+0x84): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sha/sha1_one.obj):(.xdata[$unwind$SHA1]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/seed/seed_ofb.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/seed/seed_ecb.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/seed/seed_cfb.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/seed/seed_cbc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pmeth.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pmeth.obj):(.text$mn+0x9): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ossl.obj):(.text$mn+0x927): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ossl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ossl.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ossl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ossl.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ossl.obj):(.xdata[$unwind$rsa_ossl_mod_exp]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x187): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x48a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.text$mn+0x727): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.xdata[$unwind$PKCS1_MGF1]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.xdata[$unwind$RSA_padding_add_PKCS1_OAEP_mgf1]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_oaep.obj):(.xdata[$unwind$RSA_padding_check_PKCS1_OAEP_mgf1]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_none.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_none.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_mp.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_mp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_mp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_mp.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_gen.obj):(.text$mn+0x929): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_gen.obj):(.xdata[$unwind$rsa_builtin_keygen]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ameth.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ameth.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ameth.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ameth.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_ameth.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rc2/rc2ofb64.obj):(.text$mn+0x1bf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rc2/rc2ofb64.obj):(.xdata[$unwind$RC2_ofb64_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rc2/rc2cfb64.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rc2/rc2_ecb.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rc2/rc2_cbc.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.text$mn+0x14): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.text$mn+0x5f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.text$mn+0x69): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.xdata[$unwind$rand_pool_add_nonce_data]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_win.obj):(.xdata[$unwind$rand_pool_add_additional_data]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rand/rand_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/poly1305/poly1305_pmeth.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/poly1305/poly1305_pmeth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/poly1305/poly1305_pmeth.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/poly1305/poly1305_pmeth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/poly1305/poly1305_pmeth.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x5af): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x5a6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x146): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x107): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.xdata[$unwind$PKCS7_signatureVerify]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.xdata[$unwind$PKCS7_dataInit]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.xdata[$unwind$PKCS7_dataFinal]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_doit.obj):(.xdata[$unwind$do_pkcs7_signed_attrib]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_attr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_attr.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_attr.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_attr.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_attr.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs7/pk7_attr.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0xf9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0x59): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0xa1): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.text$mn+0x2ca): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.xdata[$unwind$PKCS12_verify_mac]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.xdata[$unwind$PKCS12_set_mac]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.xdata[$unwind$pkcs12_gen_gost_mac_key]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_mutl.obj):(.xdata[$unwind$pkcs12_gen_mac]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_kiss.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_kiss.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_kiss.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_kiss.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_key.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_key.obj):(.text$mn+0x20): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_crpt.obj):(.text$mn+0x205): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_crpt.obj):(.xdata[$unwind$PKCS12_PBE_keyivgen]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_asn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_asn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_asn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_asn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_asn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/pkcs12/p12_asn.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.text$mn+0x87): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.text$mn+0xe3): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.xdata[$unwind$OCSP_cert_to_id]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_lib.obj):(.xdata[$unwind$OCSP_cert_id_new]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ocsp/ocsp_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/objects/obj_err.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_time.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_time.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_time.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_fopen.obj):(.text$mn+0xf): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_fopen.obj):(.text$mn+0x1c4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/o_fopen.obj):(.xdata[$unwind$openssl_fopen]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/xts128.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/xts128.obj):(.text$mn+0x24e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/xts128.obj):(.xdata[$unwind$CRYPTO_xts128_encrypt]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0x8f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0x13a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0x15a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0x203): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.text$mn+0x156): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.xdata[$unwind$CRYPTO_128_wrap]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.xdata[$unwind$CRYPTO_128_unwrap]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.xdata[$unwind$CRYPTO_128_wrap_pad]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.xdata[$unwind$CRYPTO_128_unwrap_pad]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/wrap128.obj):(.xdata[$unwind$crypto_128_unwrap_raw]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ofb128.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x177): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x13f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x13f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x1c0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xcc): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.xdata[$unwind$CRYPTO_ocb128_setiv]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.xdata[$unwind$CRYPTO_ocb128_aad]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.xdata[$unwind$CRYPTO_ocb128_encrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.xdata[$unwind$CRYPTO_ocb128_decrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ocb128.obj):(.xdata[$unwind$ocb_finish]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/gcm128.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/gcm128.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/gcm128.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/gcm128.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/gcm128.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/gcm128.obj):(.text$mn+0x1e): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/cfb128.obj):(.text$mn+0x3c3): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/cfb128.obj):(.xdata[$unwind$cfbr_encrypt_block]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x1f): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x1c3): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x1b1): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x2ee): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x2c5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.xdata[$unwind$CRYPTO_ccm128_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.xdata[$unwind$CRYPTO_ccm128_decrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.xdata[$unwind$CRYPTO_ccm128_encrypt_ccm64]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/ccm128.obj):(.xdata[$unwind$CRYPTO_ccm128_decrypt_ccm64]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/cbc128.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/cbc128.obj):(.text$mn+0x296): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/cbc128.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/modes/cbc128.obj):(.xdata[$unwind$CRYPTO_cbc128_decrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x13): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x253): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/tls1_prf.obj):(.xdata[$unwind$tls1_prf_P_hash]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/scrypt.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/scrypt.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/scrypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/scrypt.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/scrypt.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/scrypt.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.text$mn+0x1cb): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.text$mn+0xb9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.text$mn+0x1b0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.xdata[$unwind$HKDF]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.xdata[$unwind$HKDF_Expand]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/kdf/hkdf.obj):(.xdata[$unwind$pkey_hkdf_derive]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/idea/i_ofb64.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/idea/i_ofb64.obj):(.text$mn+0x1d0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/idea/i_ofb64.obj):(.xdata[$unwind$IDEA_ofb64_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/idea/i_ecb.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/idea/i_cfb64.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/idea/i_cbc.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hm_pmeth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hm_pmeth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/hmac/hm_pmeth.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pbe_scrypt.obj):(.text$mn+0x336): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pbe_scrypt.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pbe_scrypt.obj):(.text$mn+0x47c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pbe_scrypt.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pbe_scrypt.obj):(.xdata[$unwind$salsa208_word_specification]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/pbe_scrypt.obj):(.xdata[$unwind$scryptBlockMix]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p_verify.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p_verify.obj):(.text$mn+0x151): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p_verify.obj):(.xdata[$unwind$EVP_VerifyFinal]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p_sign.obj):(.text$mn+0xf): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p_sign.obj):(.text$mn+0x16e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p_sign.obj):(.xdata[$unwind$EVP_SignFinal]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.text$mn+0x348): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.text$mn+0x282): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.xdata[$unwind$PKCS5_PBKDF2_HMAC]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt2.obj):(.xdata[$unwind$PKCS5_v2_PBKDF2_keyivgen]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt.obj):(.text$mn+0x1ed): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/p5_crpt.obj):(.xdata[$unwind$PKCS5_PBE_keyivgen]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_wp.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_wp.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_wp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha3.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha3.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/m_sha3.obj):(.text$mn+0x1c): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err_prn.obj):(.text$mn+0x117): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err_prn.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err_prn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/err/err_prn.obj):(.xdata[$unwind$ERR_print_errors_cb]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_eckey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_eckey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_eckey.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_eckey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_eckey.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/engine/tb_eckey.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0xf5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x754): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x76d): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x1ad): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x358): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x310): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0x26): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.xdata[$unwind$ecp_nistz256_mod_inverse]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.xdata[$unwind$ecp_nistz256_mult_precompute]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.xdata[$unwind$ecp_nistz256_points_mul]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.xdata[$unwind$ecp_nistz256_get_affine]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_nistz256.obj):(.xdata[$unwind$ecp_nistz256_inv_mod_ord]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_mont.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_mont.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_mont.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_mont.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_mont.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecp_mont.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecdh_kdf.obj):(.text$mn+0xa7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecdh_kdf.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecdh_kdf.obj):(.text$mn+0x1cf): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecdh_kdf.obj):(.xdata[$unwind$ECDH_KDF_X9_62]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ecdh_kdf.obj):(.xdata[$unwind$ecdh_KDF_X9_63]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_oct.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_oct.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_oct.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_oct.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_oct.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_oct.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.text$mn+0x1ba): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.text$mn+0x4a8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.xdata[$unwind$curve448_scalar_decode_long]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/scalar.obj):(.xdata[$unwind$sc_montmul]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x47c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0xa9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x7d): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x4cc): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x5b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x2b4): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.xdata[$unwind$gf_isr]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.xdata[$unwind$gf_eq]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.xdata[$unwind$gf_lobit]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.xdata[$unwind$gf_hibit]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.xdata[$unwind$gf_serialize]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/curve448/f_generic.obj):(.xdata[$unwind$gf_deserialize]+0x1c): more undefined references to `__GSHandlerCheck' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0xd): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x1ec): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x9): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x1a5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.xdata[$unwind$win32_pathbyaddr]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dso/dso_win32.obj):(.xdata[$unwind$win32_globallookup]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_vrf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_sign.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_sign.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_meth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_meth.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/dsa/dsa_meth.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_vfy.obj):(.text$mn+0x2dd): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_vfy.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_vfy.obj):(.text$mn+0x196): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_vfy.obj):(.xdata[$unwind$SCT_CTX_verify]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_vfy.obj):(.xdata[$unwind$sct_ctx_update]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct_ctx.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct_ctx.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct_ctx.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct_ctx.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct_ctx.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_sct_ctx.obj):(.text$mn+0x11): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0x37f): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0xd): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0x302): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.text$mn+0x109): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.xdata[$unwind$SCT_print]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.xdata[$unwind$SCT_LIST_print]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ct/ct_prn.obj):(.xdata[$unwind$timestamp_print]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x12): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x249): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x16): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x2b1): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.xdata[$unwind$CMS_SignerInfo_verify_content]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_sd.obj):(.xdata[$unwind$cms_SignerInfo_content_sign]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_lib.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_lib.obj):(.text$mn+0x16): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_kari.obj):(.text$mn+0x15b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_kari.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_kari.obj):(.xdata[$unwind$cms_kek_cipher]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_io.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_io.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_io.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_io.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_io.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_io.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x33a): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x1c5): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x140): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.text$mn+0x8): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.xdata[$unwind$CMS_RecipientInfo_encrypt]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.xdata[$unwind$cms_RecipientInfo_kekri_encrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_env.obj):(.xdata[$unwind$cms_RecipientInfo_kekri_decrypt]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_enc.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_enc.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_enc.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_enc.obj):(.text$mn+0x3ec): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_enc.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_enc.obj):(.xdata[$unwind$cms_EncryptedContent_init_bio]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_dd.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_dd.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_dd.obj):(.text$mn+0x144): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_dd.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_dd.obj):(.xdata[$unwind$cms_DigestedData_do_final]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_att.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_att.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_att.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_att.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_att.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_att.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_skey.obj):(.text$mn+0x1759): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_skey.obj):(.xdata[$unwind$CAST_set_key]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_ofb64.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_ofb64.obj):(.text$mn+0x1d0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_ofb64.obj):(.xdata[$unwind$CAST_ofb64_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_enc.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_ecb.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cast/c_cfb64.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/rsaz_exp.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/rsaz_exp.obj):(.text$mn+0x787): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/rsaz_exp.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/rsaz_exp.obj):(.text$mn+0x257): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/rsaz_exp.obj):(.xdata[$unwind$RSAZ_1024_mod_exp_avx2]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/rsaz_exp.obj):(.xdata[$unwind$RSAZ_512_mod_exp]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.text$mn+0x195): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.text$mn+0x18c): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.xdata[$unwind$BN_sqr]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqr.obj):(.xdata[$unwind$bn_sqr_fixed_top]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_recp.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_recp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_recp.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_recp.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_recp.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_recp.obj):(.text$mn+0x20): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x84): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0xb): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x1a): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x4d6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x2be): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.text$mn+0x15): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.xdata[$unwind$BN_GF2m_mod]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.xdata[$unwind$BN_GF2m_mod_mul_arr]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_gf2m.obj):(.xdata[$unwind$BN_GF2m_mod_inv_vartime]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x2b9): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x2cd): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bio/b_dump.obj):(.xdata[$unwind$BIO_dump_indent_cb]+0x20): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_skey.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_ofb64.obj):(.text$mn+0x19): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_ofb64.obj):(.text$mn+0x1d0): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_ofb64.obj):(.xdata[$unwind$BF_ofb64_encrypt]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_enc.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_ecb.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bf/bf_cfb64.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_utl.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_utl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/tasn_utl.obj):(.text$mn+0xb): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x1ff): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x199): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x4c8): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x15): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x15): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x2e6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x211): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.xdata[$unwind$SMIME_write_ASN1]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.xdata[$unwind$SMIME_crlf_copy]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.xdata[$unwind$SMIME_text]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.xdata[$unwind$mime_parse_hdr]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/asn1/asn_mime.obj):(.xdata[$unwind$multi_split]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/aes/aes_wrap.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/aes/aes_wrap.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_tlsf.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_tlsf.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_tlsf.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_tlsf.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_skey.obj):(.text$mn+0x1d7): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_skey.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_skey.obj):(.xdata[$unwind$s2i_skey_id]+0x14): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_prn.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_prn.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_prn.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_prn.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_prn.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pmaps.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pmaps.obj):(.text$mn+0xb6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pmaps.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pmaps.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pmaps.obj):(.xdata[$unwind$i2v_POLICY_MAPPINGS]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pku.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pku.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pcons.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pci.obj):(.text$mn+0x590): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/v3_pci.obj):(.xdata[$unwind$process_pci_value]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/x509v3/pcy_map.obj):(.text$mn+0x20): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.text$mn+0xa): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.text$mn+0x194): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/whrlpool/wp_dgst.obj):(.xdata[$unwind$WHIRLPOOL]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x43e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x45e): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x464): undefined reference to `__report_rangecheckfailure' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x5b): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.text$mn+0x6e): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.xdata[$unwind$read_till_nl]+0x8): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ui/ui_openssl.obj):(.xdata[$unwind$read_string_inner]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_register.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_register.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_register.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_register.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_register.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_register.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x146): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x152): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.xdata[$unwind$OSSL_STORE_open]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/store/store_lib.obj):(.xdata[$unwind$OSSL_STORE_SEARCH_by_key_fingerprint]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm4/sm4.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm4/sm4.obj):(.text$mn+0x397): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm4/sm4.obj):(.xdata[$unwind$SM4_set_key]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/sm3.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/sm3.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/sm3.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm3/sm3.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_sign.obj):(.text$mn+0x1d): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/sm2/sm2_sign.obj):(.text$mn+0x23): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pss.obj):(.text$mn+0x434): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pss.obj):(.xdata[$unwind$RSA_verify_PKCS1_PSS_mgf1]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pk1.obj):(.text$mn+0xc): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pk1.obj):(.text$mn+0x12): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pk1.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_pk1.obj):(.text$mn+0x18): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_chk.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/rsa/rsa_chk.obj):(.text$mn+0xc): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/mdc2/mdc2dgst.obj):(.text$mn+0x1ee): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/mdc2/mdc2dgst.obj):(.xdata[$unwind$mdc2_body]+0xc): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/md4/md4_dgst.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/md4/md4_dgst.obj):(.text$mn+0x6): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/md4/md4_dgst.obj):(.text$mn+0x1c): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/md4/md4_dgst.obj):(.text$mn+0x17): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/bio_b64.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/evp/bio_b64.obj):(.text$mn+0x1b): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.text$mn+0xc6): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.text$mn+0x11): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.text$mn+0x13): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.text$mn+0x167): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.xdata[$unwind$ECPKParameters_print]+0x1c): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/eck_prn.obj):(.xdata[$unwind$print_bin]+0x18): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_print.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_print.obj):(.text$mn+0x10): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_print.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_print.obj):(.text$mn+0x8): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/ec/ec_check.obj):(.text$mn+0x14): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_pwri.obj):(.text$mn+0x6): more undefined references to `__chkstk' follow > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_pwri.obj):(.text$mn+0x373): undefined reference to `__security_check_cookie' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_pwri.obj):(.text$mn+0xe): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_pwri.obj):(.text$mn+0x16): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_pwri.obj):(.text$mn+0x1a): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/cms/cms_pwri.obj):(.xdata[$unwind$CMS_add0_recipient_password]+0x10): undefined reference to `__GSHandlerCheck' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_sqrt.obj):(.text$mn+0x23): undefined reference to `__chkstk' > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\OpenSSL-Win64\lib\VC\static\libcrypto64MD.lib(crypto/bn/bn_kron.obj):(.text$mn+0x1e): undefined reference to `__chkstk' > collect2.exe: error: ld returned 1 exit status > Makefile:69: recipe for target 'openssl.exe' failed > mingw32-make: *** [openssl.exe] Error 1 => source failed verification. test config.qtbase_network.libraries.openssl FAILED Trying source 0 (type makeSpec) of library network ... => source accepted. executing config test getifaddrs + cd /d C:\Qt\Test\config.tests\getifaddrs && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += network" "QMAKE_LIBS_NETWORK = -lws2_32" C:/Qt/Test/config.tests/getifaddrs + cd /d C:\Qt\Test\config.tests\getifaddrs && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp:3:10: fatal error: sys/socket.h: No such file or directory > #include > ^~~~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtbase_network.tests.getifaddrs FAILED executing config test ipv6ifname + cd /d C:\Qt\Test\config.tests\ipv6ifname && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += network" "QMAKE_LIBS_NETWORK = -lws2_32" C:/Qt/Test/config.tests/ipv6ifname + cd /d C:\Qt\Test\config.tests\ipv6ifname && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp:3:10: fatal error: sys/socket.h: No such file or directory > #include > ^~~~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtbase_network.tests.ipv6ifname FAILED executing config test netlistmgr + cd /d C:\Qt\Test\config.tests\netlistmgr && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/netlistmgr + cd /d C:\Qt\Test\config.tests\netlistmgr && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp: In function 'int main(int, char**)': > main.cpp:9:12: error: 'INetworkListManager' was not declared in this scope > ComPtr networkListManager; > ^~~~~~~~~~~~~~~~~~~ > main.cpp:9:12: note: suggested alternative: 'IPersistMoniker' > ComPtr networkListManager; > ^~~~~~~~~~~~~~~~~~~ > IPersistMoniker > main.cpp:9:31: error: template argument 1 is invalid > ComPtr networkListManager; > ^ > main.cpp:10:12: error: 'IConnectionPoint' was not declared in this scope > ComPtr connectionPoint; > ^~~~~~~~~~~~~~~~ > main.cpp:10:12: note: suggested alternative: 'ConnectToPrinterDlg' > ComPtr connectionPoint; > ^~~~~~~~~~~~~~~~ > ConnectToPrinterDlg > main.cpp:10:28: error: template argument 1 is invalid > ComPtr connectionPoint; > ^ > main.cpp:11:12: error: 'IConnectionPointContainer' was not declared in this scope > ComPtr connectionPointContainer; > ^~~~~~~~~~~~~~~~~~~~~~~~~ > main.cpp:11:12: note: suggested alternative: 'ISynchronizeContainer' > ComPtr connectionPointContainer; > ^~~~~~~~~~~~~~~~~~~~~~~~~ > ISynchronizeContainer > main.cpp:11:37: error: template argument 1 is invalid > ComPtr connectionPointContainer; > ^ > main.cpp:12:24: error: request for member 'As' in 'networkListManager', which is of non-class type 'int' > networkListManager.As(&connectionPointContainer); > ^~ > main.cpp:13:29: error: base operand of '->' is not a pointer > connectionPointContainer->FindConnectionPoint(IID_INetworkConnectionEvents, &connectionPoint); > ^~ > main.cpp:13:51: error: 'IID_INetworkConnectionEvents' was not declared in this scope > connectionPointContainer->FindConnectionPoint(IID_INetworkConnectionEvents, &connectionPoint); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > main.cpp:13:51: note: suggested alternative: 'IID_IExternalConnection' > connectionPointContainer->FindConnectionPoint(IID_INetworkConnectionEvents, &connectionPoint); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > IID_IExternalConnection > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtbase_network.tests.netlistmgr FAILED looking for library xcb Trying source 0 (type pkgConfig) of library xcb ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library xcb ... xcb/xcb.h not found in [] and global paths. => source produced no result. test config.qtbase_gui.libraries.xcb FAILED looking for library dxgi Trying source 0 (type inline) of library dxgi ... => source accepted. test config.qtbase_gui.libraries.dxgi succeeded looking for library d3d11 Trying source 0 (type inline) of library d3d11 ... => source accepted. test config.qtbase_gui.libraries.d3d11 succeeded looking for library d2d1 Trying source 0 (type inline) of library d2d1 ... => source accepted. test config.qtbase_gui.libraries.d2d1 succeeded looking for library d2d1_1 Trying source 0 (type inline) of library d2d1_1 ... + cd /d C:\Qt\Test\config.tests\d2d1_1 && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += d2d1_1" "QMAKE_LIBS_D2D1_1 = -ld2d1" C:/Qt/Test/config.tests/d2d1_1 + cd /d C:\Qt\Test\config.tests\d2d1_1 && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o d2d1_1.exe main.o -ld2d1 => source accepted. test config.qtbase_gui.libraries.d2d1_1 succeeded looking for library dxgi1_2 Trying source 0 (type inline) of library dxgi1_2 ... + cd /d C:\Qt\Test\config.tests\dxgi1_2 && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += dxgi1_2" "QMAKE_LIBS_DXGI1_2 = -ldxgi" C:/Qt/Test/config.tests/dxgi1_2 + cd /d C:\Qt\Test\config.tests\dxgi1_2 && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o dxgi1_2.exe main.o -ldxgi => source accepted. test config.qtbase_gui.libraries.dxgi1_2 succeeded looking for library d3d11_1 Trying source 0 (type inline) of library d3d11_1 ... => source accepted. test config.qtbase_gui.libraries.d3d11_1 succeeded looking for library d3d9 Trying source 0 (type inline) of library d3d9 ... => source accepted. test config.qtbase_gui.libraries.d3d9 succeeded looking for library dwrite Trying source 0 (type inline) of library dwrite ... + cd /d C:\Qt\Test\config.tests\dwrite && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += dwrite" "QMAKE_LIBS_DWRITE = -ldwrite" C:/Qt/Test/config.tests/dwrite + cd /d C:\Qt\Test\config.tests\dwrite && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o dwrite.exe main.o -ldwrite => source accepted. test config.qtbase_gui.libraries.dwrite succeeded looking for library dwrite_1 Trying source 0 (type inline) of library dwrite_1 ... => source accepted. test config.qtbase_gui.libraries.dwrite_1 succeeded looking for library dwrite_2 Trying source 0 (type inline) of library dwrite_2 ... + cd /d C:\Qt\Test\config.tests\dwrite_2 && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += dwrite_2" "QMAKE_LIBS_DWRITE_2 = -ldwrite" C:/Qt/Test/config.tests/dwrite_2 + cd /d C:\Qt\Test\config.tests\dwrite_2 && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o dwrite_2.exe main.o -ldwrite => source accepted. test config.qtbase_gui.libraries.dwrite_2 succeeded looking for library drm Trying source 0 (type pkgConfig) of library drm ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library drm ... xf86drmMode.h not found in [] and global paths. xf86drm.h not found in [] and global paths. => source produced no result. Trying source 2 (type inline) of library drm ... => source failed condition 'config.integrity'. test config.qtbase_gui.libraries.drm FAILED looking for library dxguid Trying source 0 (type inline) of library dxguid ... => source accepted. test config.qtbase_gui.libraries.dxguid succeeded looking for library opengl Trying source 0 (type pkgConfig) of library opengl ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type makeSpec) of library opengl ... header entry 'config.qtbase_gui.libraries.opengl.headers.0' passed condition. header entry 'config.qtbase_gui.libraries.opengl.headers.0' passed condition. + cd /d C:\Qt\Test\config.tests\opengl && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += opengl" "QMAKE_LIBS_OPENGL = -lglu32 -lopengl32 -lgdi32 -luser32" C:/Qt/Test/config.tests/opengl + cd /d C:\Qt\Test\config.tests\opengl && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o opengl.exe main.o -lglu32 -lopengl32 -lgdi32 -luser32 => source accepted. test config.qtbase_gui.libraries.opengl succeeded looking for library egl Trying source 0 (type pkgConfig) of library egl ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type makeSpec) of library egl ... EGL/egl.h not found in [] and global paths. => source produced no result. test config.qtbase_gui.libraries.egl FAILED executing config test evdev + cd /d C:\Qt\Test\config.tests\evdev && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/evdev + cd /d C:\Qt\Test\config.tests\evdev && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp:5:12: fatal error: linux/input.h: No such file or directory > # include > ^~~~~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtbase_gui.tests.evdev FAILED looking for library freetype Trying source 0 (type pkgConfig) of library freetype ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type freetype) of library freetype ... + cd /d C:\Qt\Test\config.tests\freetype && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += freetype" "QMAKE_LIBS_FREETYPE = -lfreetype" "QMAKE_INCDIR_FREETYPE = C:/Strawberry/c/include/freetype2" "QMAKE_DEPENDS_FREETYPE_CC = ZLIB" "QMAKE_DEPENDS_FREETYPE_LD = ZLIB" "QMAKE_LIBS_ZLIB = -lz" C:/Qt/Test/config.tests/freetype + cd /d C:\Qt\Test\config.tests\freetype && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Strawberry\c\include\freetype2 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o freetype.exe main.o -lfreetype -lz => source accepted. test config.qtbase_gui.libraries.freetype succeeded looking for library fontconfig Trying source 0 (type pkgConfig) of library fontconfig ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type freetype) of library fontconfig ... + cd /d C:\Qt\Test\config.tests\fontconfig && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += fontconfig" "QMAKE_LIBS_FONTCONFIG = -lfontconfig" "QMAKE_INCDIR_FONTCONFIG = C:/Strawberry/c/include/freetype2" "QMAKE_DEPENDS_FONTCONFIG_CC = FREETYPE" "QMAKE_DEPENDS_FONTCONFIG_LD = FREETYPE" "QMAKE_LIBS_FREETYPE = -lfreetype" "QMAKE_INCDIR_FREETYPE = C:/Strawberry/c/include/freetype2" "QMAKE_DEPENDS_FREETYPE_CC = ZLIB" "QMAKE_DEPENDS_FREETYPE_LD = ZLIB" "QMAKE_LIBS_ZLIB = -lz" C:/Qt/Test/config.tests/fontconfig + cd /d C:\Qt\Test\config.tests\fontconfig && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Strawberry\c\include\freetype2 -IC:\Strawberry\c\include\freetype2 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o fontconfig.exe main.o -lfontconfig -lfreetype -lz => source accepted. test config.qtbase_gui.libraries.fontconfig succeeded looking for library gbm Trying source 0 (type pkgConfig) of library gbm ... pkg-config use disabled globally. => source produced no result. test config.qtbase_gui.libraries.gbm FAILED executing config test linuxfb + cd /d C:\Qt\Test\config.tests\linuxfb && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/linuxfb + cd /d C:\Qt\Test\config.tests\linuxfb && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: linux/fb.h: No such file or directory > #include > ^~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtbase_gui.tests.linuxfb FAILED looking for library mtdev Trying source 0 (type pkgConfig) of library mtdev ... pkg-config use disabled globally. => source produced no result. test config.qtbase_gui.libraries.mtdev FAILED looking for library openvg Trying source 0 (type pkgConfig) of library openvg ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type makeSpec) of library openvg ... VG/openvg.h not found in [] and global paths. => source produced no result. test config.qtbase_gui.libraries.openvg FAILED executing config test qpa_default_platform test config.qtbase_gui.tests.qpa_default_platform gave result windows looking for library libjpeg Trying source 0 (type pkgConfig) of library libjpeg ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library libjpeg ... => source failed condition 'config.msvc'. Trying source 2 (type inline) of library libjpeg ... + cd /d C:\Qt\Test\config.tests\libjpeg && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += libjpeg" "QMAKE_LIBS_LIBJPEG = -ljpeg" C:/Qt/Test/config.tests/libjpeg + cd /d C:\Qt\Test\config.tests\libjpeg && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o libjpeg.exe main.o -ljpeg => source accepted. test config.qtbase_gui.libraries.libjpeg succeeded looking for library libpng Trying source 0 (type pkgConfig) of library libpng ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library libpng ... => source failed condition 'config.msvc'. Trying source 2 (type inline) of library libpng ... => source failed condition 'config.msvc'. Trying source 3 (type inline) of library libpng ... + cd /d C:\Qt\Test\config.tests\libpng && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += libpng" "QMAKE_LIBS_LIBPNG = -lpng16" "QMAKE_DEPENDS_LIBPNG_CC = ZLIB" "QMAKE_DEPENDS_LIBPNG_LD = ZLIB" "QMAKE_LIBS_ZLIB = -lz" C:/Qt/Test/config.tests/libpng + cd /d C:\Qt\Test\config.tests\libpng && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o libpng.exe main.o -lpng16 -lz => source accepted. test config.qtbase_gui.libraries.libpng succeeded looking for library libmd4c Trying source 0 (type pkgConfig) of library libmd4c ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library libmd4c ... md4c.h not found in [] and global paths. => source produced no result. test config.qtbase_gui.libraries.libmd4c FAILED looking for library tslib Trying source 0 (type inline) of library tslib ... tslib.h not found in [] and global paths. => source produced no result. test config.qtbase_gui.libraries.tslib FAILED looking for library vulkan Trying source 0 (type pkgConfig) of library vulkan ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type makeSpec) of library vulkan ... Include path /include is invalid. vulkan/vulkan.h not found in [/include] and global paths. => source produced no result. test config.qtbase_gui.libraries.vulkan FAILED looking for library xlib Trying source 0 (type makeSpec) of library xlib ... X11/Xlib.h not found in [] and global paths. => source produced no result. test config.qtbase_gui.libraries.xlib FAILED looking for library xkbcommon Trying source 0 (type pkgConfig) of library xkbcommon ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library xkbcommon ... xkbcommon/xkbcommon.h not found in [] and global paths. => source produced no result. test config.qtbase_gui.libraries.xkbcommon FAILED executing config test uxtheme Searching for file uxtheme.h. Found at C:/Strawberry/c/x86_64-w64-mingw32/include/uxtheme.h. test config.qtbase_widgets.tests.uxtheme succeeded looking for library cups Trying source 0 (type inline) of library cups ... cups/cups.h not found in [] and global paths. => source produced no result. test config.qtbase_printsupport.libraries.cups FAILED looking for library db2 Trying source 0 (type inline) of library db2 ... sqlcli.h not found in [] and global paths. sqlcli1.h not found in [] and global paths. => source produced no result. Trying source 1 (type inline) of library db2 ... => source failed condition '!config.win32'. test config.qtbase_sqldrivers.libraries.db2 FAILED looking for library ibase Trying source 0 (type inline) of library ibase ... ibase.h not found in [] and global paths. => source produced no result. Trying source 1 (type inline) of library ibase ... => source failed condition '!config.win32'. test config.qtbase_sqldrivers.libraries.ibase FAILED looking for library mysql Trying source 0 (type mysqlConfig) of library mysql ... mysql_config not found. => source produced no result. Trying source 1 (type mysqlConfig) of library mysql ... mysql_config not found. => source produced no result. Trying source 2 (type mysqlConfig) of library mysql ... mysql_config not found. => source produced no result. Trying source 3 (type mysqlConfig) of library mysql ... mysql_config not found. => source produced no result. Trying source 4 (type inline) of library mysql ... => source failed condition '!config.win32'. Trying source 5 (type inline) of library mysql ... mysql.h not found in [] and global paths. => source produced no result. Trying source 6 (type inline) of library mysql ... mysql.h not found in [] and global paths. => source produced no result. Trying source 7 (type inline) of library mysql ... => source failed condition '!config.win32'. Trying source 8 (type inline) of library mysql ... => source failed condition '!config.win32'. test config.qtbase_sqldrivers.libraries.mysql FAILED looking for library oci Trying source 0 (type inline) of library oci ... oci.h not found in [] and global paths. => source produced no result. Trying source 1 (type inline) of library oci ... => source failed condition '!config.win32'. test config.qtbase_sqldrivers.libraries.oci FAILED looking for library odbc Trying source 0 (type inline) of library odbc ... + cd /d C:\Qt\Test\config.tests\odbc && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += odbc" "QMAKE_LIBS_ODBC = -lodbc32" C:/Qt/Test/config.tests/odbc + cd /d C:\Qt\Test\config.tests\odbc && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o odbc.exe main.o -lodbc32 => source accepted. test config.qtbase_sqldrivers.libraries.odbc succeeded looking for library psql Trying source 0 (type pkgConfig) of library psql ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type psqlConfig) of library psql ... pg_config not found. => source produced no result. Trying source 2 (type psqlEnv) of library psql ... + cd /d C:\Qt\Test\config.tests\psql && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += psql" "QMAKE_LIBS_PSQL = -llibpq -lws2_32 -ladvapi32" C:/Qt/Test/config.tests/psql + cd /d C:\Qt\Test\config.tests\psql && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o psql.exe main.o -lpq.a -lws2_32 -ladvapi32 > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lpq.a > collect2.exe: error: ld returned 1 exit status > Makefile:69: recipe for target 'psql.exe' failed > mingw32-make: *** [psql.exe] Error 1 => source failed verification. Trying source 3 (type psqlEnv) of library psql ... => source failed condition '!config.win32'. test config.qtbase_sqldrivers.libraries.psql FAILED looking for library sqlite2 Trying source 0 (type inline) of library sqlite2 ... sqlite.h not found in [] and global paths. => source produced no result. test config.qtbase_sqldrivers.libraries.sqlite2 FAILED looking for library tds Trying source 0 (type sybaseEnv) of library tds ... + cd /d C:\Qt\Test\config.tests\tds && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += tds" "QMAKE_LIBS_TDS = -lNTWDBLIB" C:/Qt/Test/config.tests/tds + cd /d C:\Qt\Test\config.tests\tds && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: sybfront.h: No such file or directory > #include > ^~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 => source failed verification. Trying source 1 (type sybaseEnv) of library tds ... => source failed condition '!config.win32'. test config.qtbase_sqldrivers.libraries.tds FAILED executing config test ntddmodm + cd /d C:\Qt\Test\config.tests\ntddmodm && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/ntddmodm + cd /d C:\Qt\Test\config.tests\ntddmodm && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o ntddmodm.exe main.o test config.qtserialport_serialport.tests.ntddmodm succeeded Trying source 0 (type pkgConfig) of library jasper ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library jasper ... jasper/jasper.h not found in [] and global paths. => source produced no result. Trying source 0 (type pkgConfig) of library mng ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library mng ... libmng.h not found in [] and global paths. => source produced no result. Trying source 0 (type pkgConfig) of library tiff ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library tiff ... + cd /d C:\Qt\Test\config.tests\tiff && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += tiff" "QMAKE_LIBS_TIFF = -ltiff" C:/Qt/Test/config.tests/tiff + cd /d C:\Qt\Test\config.tests\tiff && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o tiff.exe main.o -ltiff => source accepted. Trying source 0 (type pkgConfig) of library webp ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library webp ... + cd /d C:\Qt\Test\config.tests\webp && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += webp" "QMAKE_LIBS_WEBP = -lwebp -lwebpdemux -lwebpmux" C:/Qt/Test/config.tests/webp + cd /d C:\Qt\Test\config.tests\webp && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o webp.exe main.o -lwebp -lwebpdemux -lwebpmux => source accepted. executing config test pointer_64bit + cd /d C:\Qt\Test\config.tests\pointer_64bit && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/Test/config.tests/pointer_64bit + cd /d C:\Qt\Test\config.tests\pointer_64bit && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o pointer_64bit.exe main.o test config.qtdeclarative_qml.tests.pointer_64bit succeeded executing config test qml-python test config.qtdeclarative_qml.tests.qml-python gave result C:\Users\Gringo\AppData\Local\Microsoft\WindowsApps\python.exe executing config test d3d12 + cd /d C:\Qt\Test\config.tests\d3d12 && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1-2/qtdeclarative/config.tests/d3d12 + cd /d C:\Qt\Test\config.tests\d3d12 && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtdeclarative\config.tests\d3d12 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o d3d12.o C:\Qt\qt-everywhere-src-5.15.1-2\qtdeclarative\config.tests\d3d12\d3d12.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qtdeclarative\config.tests\d3d12\d3d12.cpp:40:10: fatal error: d3d12.h: No such file or directory > #include > ^~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'd3d12.o' failed > mingw32-make: *** [d3d12.o] Error 1 test config.qtdeclarative_quick.tests.d3d12 FAILED looking for library quick3d-assimp Trying source 0 (type pkgConfig) of library quick3d-assimp ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library quick3d-assimp ... + cd /d C:\Qt\Test\config.tests\assimp && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += quick3d-assimp" "QMAKE_LIBS_QUICK3D_ASSIMP = -lassimp" C:/Qt/qt-everywhere-src-5.15.1-2/qtquick3d/config.tests/assimp + cd /d C:\Qt\Test\config.tests\assimp && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtquick3d\config.tests\assimp -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtquick3d\config.tests\assimp\main.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qtquick3d\config.tests\assimp\main.cpp:29:10: fatal error: assimp/cimport.h: No such file or directory > #include > ^~~~~~~~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 => source failed verification. test config.qtquick3d_assetimporters.libraries.quick3d-assimp FAILED looking for library sdl2 Trying source 0 (type pkgConfig) of library sdl2 ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library sdl2 ... => source failed condition 'config.darwin'. Trying source 2 (type inline) of library sdl2 ... + cd /d C:\Qt\Test\config.tests\sdl && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += sdl2" "QMAKE_LIBS_SDL2 = -lSDL2 -lSDL2main" C:/Qt/qt-everywhere-src-5.15.1-2/qtgamepad/config.tests/sdl + cd /d C:\Qt\Test\config.tests\sdl && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtgamepad\config.tests\sdl -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtgamepad\config.tests\sdl\main.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qtgamepad\config.tests\sdl\main.cpp:37:10: fatal error: SDL.h: No such file or directory > #include > ^~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 => source failed verification. Trying source 3 (type inline) of library sdl2 ... => source failed condition 'config.unix && !config.darwin'. test config.qtgamepad_gamepad.libraries.sdl2 FAILED looking for library assimp Trying source 0 (type pkgConfig) of library assimp ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library assimp ... + cd /d C:\Qt\Test\config.tests\assimp && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += assimp" "QMAKE_LIBS_ASSIMP = -lassimp" C:/Qt/qt-everywhere-src-5.15.1-2/qt3d/config.tests/assimp + cd /d C:\Qt\Test\config.tests\assimp && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make > del main.o > Could Not Find C:\Qt\Test\config.tests\assimp\main.o > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qt3d\config.tests\assimp -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qt3d\config.tests\assimp\main.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qt3d\config.tests\assimp\main.cpp:29:10: fatal error: assimp/cimport.h: No such file or directory > #include > ^~~~~~~~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 => source failed verification. test config.qt3d_core.libraries.assimp FAILED looking for library fbx Trying source 0 (type fbx) of library fbx ... + cd /d C:\Qt\Test\config.tests\fbx && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += fbx" "QMAKE_LIBS_FBX = -lfbxsdk" C:/Qt/qt-everywhere-src-5.15.1-2/qt3d/config.tests/fbx + cd /d C:\Qt\Test\config.tests\fbx && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qt3d\config.tests\fbx -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qt3d\config.tests\fbx\main.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qt3d\config.tests\fbx\main.cpp:29:10: fatal error: fbxsdk.h: No such file or directory > #include > ^~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 => source failed verification. test config.qt3d_geometryloaders.libraries.fbx FAILED looking for library wayland-egl Trying source 0 (type pkgConfig) of library wayland-egl ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library wayland-egl ... wayland-egl.h not found in [] and global paths. => source produced no result. Trying source 2 (type inline) of library wayland-egl ... wayland-egl.h not found in [] and global paths. => source produced no result. test config.qtwayland_client.libraries.wayland-egl FAILED looking for library bluez Trying source 0 (type pkgConfig) of library bluez ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library bluez ... + cd /d C:\Qt\Test\config.tests\bluez && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += bluez" "QMAKE_LIBS_BLUEZ = -lbluetooth" C:/Qt/qt-everywhere-src-5.15.1-2/qtconnectivity/config.tests/bluez + cd /d C:\Qt\Test\config.tests\bluez && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -fpermissive -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtconnectivity\config.tests\bluez -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtconnectivity\config.tests\bluez\main.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qtconnectivity\config.tests\bluez\main.cpp:29:10: fatal error: bluetooth/bluetooth.h: No such file or directory > #include > ^~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 => source failed verification. test config.qtconnectivity_bluetooth.libraries.bluez FAILED executing config test winrt_bt + cd /d C:\Qt\Test\config.tests\winrt_bt && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1-2/qtconnectivity/config.tests/winrt_bt + cd /d C:\Qt\Test\config.tests\winrt_bt && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtconnectivity\config.tests\winrt_bt -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtconnectivity\config.tests\winrt_bt\main.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qtconnectivity\config.tests\winrt_bt\main.cpp:30:10: fatal error: windows.devices.enumeration.h: No such file or directory > #include > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtconnectivity_bluetooth.tests.winrt_bt FAILED looking for library sensorfw Trying source 0 (type pkgConfig) of library sensorfw ... pkg-config use disabled globally. => source produced no result. test config.qtsensors_sensors.libraries.sensorfw FAILED looking for library gypsy Trying source 0 (type pkgConfig) of library gypsy ... pkg-config use disabled globally. => source produced no result. test config.qtlocation_positioning.libraries.gypsy FAILED executing config test winrt_geolocation + cd /d C:\Qt\Test\config.tests\winrt && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1-2/qtlocation/config.tests/winrt + cd /d C:\Qt\Test\config.tests\winrt && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtlocation\config.tests\winrt -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtlocation\config.tests\winrt\main.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qtlocation\config.tests\winrt\main.cpp:30:10: fatal error: windows.system.h: No such file or directory > #include > ^~~~~~~~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtlocation_positioning.tests.winrt_geolocation FAILED looking for library directshow Trying source 0 (type inline) of library directshow ... + cd /d C:\Qt\Test\config.tests\directshow && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += directshow" "QMAKE_LIBS_DIRECTSHOW = -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32" C:/Qt/qt-everywhere-src-5.15.1-2/qtmultimedia/config.tests/directshow + cd /d C:\Qt\Test\config.tests\directshow && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\directshow -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\directshow\main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o directshow.exe main.o -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32 => source accepted. test config.qtmultimedia_multimedia.libraries.directshow succeeded executing config test evr + cd /d C:\Qt\Test\config.tests\evr && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1-2/qtmultimedia/config.tests/evr + cd /d C:\Qt\Test\config.tests\evr && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\evr -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\evr\main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o evr.exe main.o test config.qtmultimedia_multimedia.tests.evr succeeded looking for library gstreamer_1_0 Trying source 0 (type pkgConfig) of library gstreamer_1_0 ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library gstreamer_1_0 ... + cd /d C:\Qt\Test\config.tests\gstreamer && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += gstreamer_1_0" "QMAKE_LIBS_GSTREAMER_1_0 = -lgstreamer-1.0 -lgstbase-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstpbutils-1.0 -lglib-2.0 -lgobject-2.0" C:/Qt/qt-everywhere-src-5.15.1-2/qtmultimedia/config.tests/gstreamer + cd /d C:\Qt\Test\config.tests\gstreamer && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\gstreamer -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\gstreamer\main.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\gstreamer\main.cpp:31:10: fatal error: gst/gst.h: No such file or directory > #include > ^~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 => source failed verification. Trying source 2 (type inline) of library gstreamer_1_0 ... => source failed condition 'config.android && input.gstreamer != '''. test config.qtmultimedia_multimedia.libraries.gstreamer_1_0 FAILED looking for library gstreamer_0_10 Trying source 0 (type pkgConfig) of library gstreamer_0_10 ... pkg-config use disabled globally. => source produced no result. test config.qtmultimedia_multimedia.libraries.gstreamer_0_10 FAILED looking for library openal Trying source 0 (type pkgConfig) of library openal ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library openal ... + cd /d C:\Qt\Test\config.tests\openal && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += openal" "QMAKE_LIBS_OPENAL = -lOpenAL32" C:/Qt/qt-everywhere-src-5.15.1-2/qtmultimedia/config.tests/openal + cd /d C:\Qt\Test\config.tests\openal && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\openal -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\openal\main.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\openal\main.cpp:32:10: fatal error: AL/al.h: No such file or directory > #include > ^~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 => source failed verification. Trying source 2 (type inline) of library openal ... => source failed condition 'config.darwin'. Trying source 3 (type inline) of library openal ... => source failed condition 'config.unix && !config.darwin'. test config.qtmultimedia_multimedia.libraries.openal FAILED looking for library libresourceqt5 Trying source 0 (type pkgConfig) of library libresourceqt5 ... pkg-config use disabled globally. => source produced no result. test config.qtmultimedia_multimedia.libraries.libresourceqt5 FAILED executing config test wasapi + cd /d C:\Qt\Test\config.tests\wasapi && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1-2/qtmultimedia/config.tests/wasapi + cd /d C:\Qt\Test\config.tests\wasapi && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\wasapi -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\wasapi\main.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\wasapi\main.cpp:32:10: fatal error: windows.devices.enumeration.h: No such file or directory > #include // clang-cl 6.0.0 chokes on this > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtmultimedia_multimedia.tests.wasapi FAILED looking for library wmf Trying source 0 (type inline) of library wmf ... + cd /d C:\Qt\Test\config.tests\wmf && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += wmf" "QMAKE_LIBS_WMF = -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32 -lMf -lMfuuid -lMfplat -lPropsys" C:/Qt/qt-everywhere-src-5.15.1-2/qtmultimedia/config.tests/wmf + cd /d C:\Qt\Test\config.tests\wmf && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\wmf -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\wmf\main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o wmf.exe main.o -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32 -lMf -lMfuuid -lMfplat -lPropsys > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lPropsys > collect2.exe: error: ld returned 1 exit status > Makefile:69: recipe for target 'wmf.exe' failed > mingw32-make: *** [wmf.exe] Error 1 => source failed verification. test config.qtmultimedia_multimedia.libraries.wmf FAILED executing config test wmsdk + cd /d C:\Qt\Test\config.tests\wmsdk && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1-2/qtmultimedia/config.tests/wmsdk + cd /d C:\Qt\Test\config.tests\wmsdk && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\wmsdk -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\wmsdk\main.cpp > C:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\wmsdk\main.cpp:29:10: fatal error: wmsdk.h: No such file or directory > #include > ^~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 test config.qtmultimedia_multimedia.tests.wmsdk FAILED executing config test wshellitem + cd /d C:\Qt\Test\config.tests\wshellitem && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1-2/qtmultimedia/config.tests/wshellitem + cd /d C:\Qt\Test\config.tests\wshellitem && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\wshellitem -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1-2\qtmultimedia\config.tests\wshellitem\main.cpp > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o wshellitem.exe main.o test config.qtmultimedia_multimedia.tests.wshellitem succeeded looking for library flite Trying source 0 (type inline) of library flite ... + cd /d C:\Qt\Test\config.tests\flite && C:\Qt\Test\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += flite" "QMAKE_LIBS_FLITE = -lflite_cmu_us_kal16 -lflite_usenglish -lflite_cmulex -lflite" C:/Qt/Test/config.tests/flite + cd /d C:\Qt\Test\config.tests\flite && set MAKEFLAGS=& mingw32-make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1-2\qtbase\mkspecs\win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: flite/flite.h: No such file or directory > #include > ^~~~~~~~~~~~~~~ > compilation terminated. > Makefile:176: recipe for target 'main.o' failed > mingw32-make: *** [main.o] Error 1 => source failed verification. test config.qtspeech_tts.libraries.flite FAILED executing config test libclang test config.qttools_qdoc.tests.libclang FAILED