From 84d7a4b26e733925e287185bb2f03feb6fb0811d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 25 Nov 2019 18:44:47 +0300 Subject: Release version 1.1.1+6 Upgrade to 1.1.1d --- README-DEV | 12 +- libcrypto/libcrypto/libcrypto.def | 2 + libcrypto/libcrypto/libcrypto.map | 19 +- libcrypto/manifest | 4 +- libcrypto/tests/basic/testscript | 2 +- libssl/libssl/buildfile | 4 +- libssl/manifest | 4 +- openssl/manifest | 4 +- openssl/openssl/buildfile | 4 +- openssl/tests/version.testscript | 2 +- upstream | 2 +- upstream-build/build-log/i686-linux | 13 +- upstream-build/build-log/i686-win32-mingw32 | 1429 +++++++++++---------- upstream-build/build-log/i686-win32-msvc | 415 +++--- upstream-build/build-log/x86_64-freebsd | 5 +- upstream-build/build-log/x86_64-linux | 13 +- upstream-build/build-log/x86_64-macos | 5 +- upstream-build/build-log/x86_64-win32-mingw32 | 1429 +++++++++++---------- upstream-build/build-log/x86_64-win32-msvc | 690 +++++----- upstream-build/buildinf.h/i686-linux | 2 +- upstream-build/buildinf.h/i686-win32-mingw32 | 2 +- upstream-build/buildinf.h/i686-win32-msvc | 2 +- upstream-build/buildinf.h/x86_64-freebsd | 2 +- upstream-build/buildinf.h/x86_64-linux | 2 +- upstream-build/buildinf.h/x86_64-macos | 2 +- upstream-build/buildinf.h/x86_64-win32-mingw32 | 2 +- upstream-build/buildinf.h/x86_64-win32-msvc | 2 +- upstream-build/configdata.pm/i686-linux | 19 +- upstream-build/configdata.pm/i686-win32-mingw32 | 21 +- upstream-build/configdata.pm/i686-win32-msvc | 24 +- upstream-build/configdata.pm/x86_64-freebsd | 19 +- upstream-build/configdata.pm/x86_64-linux | 25 +- upstream-build/configdata.pm/x86_64-macos | 15 +- upstream-build/configdata.pm/x86_64-win32-mingw32 | 21 +- upstream-build/configdata.pm/x86_64-win32-msvc | 30 +- upstream-build/makefile/i686-linux | 28 +- upstream-build/makefile/i686-win32-mingw32 | 54 +- upstream-build/makefile/i686-win32-msvc | 16 +- upstream-build/makefile/x86_64-freebsd | 28 +- upstream-build/makefile/x86_64-linux | 30 +- upstream-build/makefile/x86_64-macos | 26 +- upstream-build/makefile/x86_64-win32-mingw32 | 54 +- upstream-build/makefile/x86_64-win32-msvc | 20 +- 43 files changed, 2362 insertions(+), 2142 deletions(-) diff --git a/README-DEV b/README-DEV index be04675..bff01af 100644 --- a/README-DEV +++ b/README-DEV @@ -38,11 +38,11 @@ Debian and Fedora distributions. The configuration options defining these sets are specified in the Debian's rules and Fedora's RPM .spec files. These files can be obtained as follows: -$ wget https://kojipkgs.fedoraproject.org/packages/openssl/1.1.1c/4.fc31/src/openssl-1.1.1c-4.fc31.src.rpm -$ rpm2cpio openssl-1.1.1c-4.fc31.src.rpm | cpio -civ '*.spec' +$ wget https://kojipkgs.fedoraproject.org/packages/openssl/1.1.1d/5.fc32/src/openssl-1.1.1d-5.fc32.src.rpm +$ rpm2cpio openssl-1.1.1d-5.fc32.src.rpm | cpio -civ '*.spec' -$ wget http://deb.debian.org/debian/pool/main/o/openssl/openssl_1.1.1c-1.debian.tar.xz -$ tar xf openssl_1.1.1c-1.debian.tar.xz debian/rules +$ wget http://deb.debian.org/debian/pool/main/o/openssl/openssl_1.1.1d-2.debian.tar.xz +$ tar xf openssl_1.1.1d-2.debian.tar.xz debian/rules Here are the discovered configuration options. @@ -66,8 +66,8 @@ suppressing the defaults: We drop enable-zlib (compress before encryption) and enable-sctp (both used by Fedora only) not to create external dependencies. Besides that, we add no-asm to suppress replacing C code with auto-generated ASM code for some algorithms. -Later, we will possibly pre-generate ASM code for architectures we support and -get rid of this option. Also we add no-devcryptoeng as devcryptoeng is +Later, we can potentially pre-generate ASM code for architectures we support +and get rid of this option. Also we add no-devcryptoeng as devcryptoeng is automatically enabled on BSDs. So the resulting options are: enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers diff --git a/libcrypto/libcrypto/libcrypto.def b/libcrypto/libcrypto/libcrypto.def index 21f08cf..195c0df 100644 --- a/libcrypto/libcrypto/libcrypto.def +++ b/libcrypto/libcrypto/libcrypto.def @@ -3816,7 +3816,9 @@ EXPORTS X509_find_by_issuer_and_serial X509_find_by_subject X509_free + X509_get0_authority_issuer X509_get0_authority_key_id + X509_get0_authority_serial X509_get0_extensions X509_get0_notAfter X509_get0_notBefore diff --git a/libcrypto/libcrypto/libcrypto.map b/libcrypto/libcrypto/libcrypto.map index 901b1c8..0cb9c89 100644 --- a/libcrypto/libcrypto/libcrypto.map +++ b/libcrypto/libcrypto/libcrypto.map @@ -4432,7 +4432,24 @@ OPENSSL_1_1_1 { NAMING_AUTHORITY_it; PROFESSION_INFO_it; SCRYPT_PARAMS_it; - local: *; } OPENSSL_1_1_0j; +OPENSSL_1_1_1b { + global: + OPENSSL_INIT_set_config_file_flags; + OPENSSL_INIT_set_config_filename; +} OPENSSL_1_1_1; + +OPENSSL_1_1_1c { + global: + EVP_PKEY_get0_engine; +} OPENSSL_1_1_1b; + +OPENSSL_1_1_1d { + global: + X509_get0_authority_issuer; + X509_get0_authority_serial; + local: *; +} OPENSSL_1_1_1c; + diff --git a/libcrypto/manifest b/libcrypto/manifest index df73bd4..6497942 100644 --- a/libcrypto/manifest +++ b/libcrypto/manifest @@ -3,8 +3,8 @@ name: libcrypto # Note: remember to update doc-url below! # -version: 1.1.1+5 -upstream-version: 1.1.1c +version: 1.1.1+6 +upstream-version: 1.1.1d project: openssl priority: security diff --git a/libcrypto/tests/basic/testscript b/libcrypto/tests/basic/testscript index 419ce58..bb6d094 100644 --- a/libcrypto/tests/basic/testscript +++ b/libcrypto/tests/basic/testscript @@ -3,7 +3,7 @@ # license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file $* >>~"%EOO%" - version: OpenSSL 1.1.1c 28 May 2019 + version: OpenSSL 1.1.1d 10 Sep 2019 %built on: .+ UTC% %platform: $c.target.class-$c.target.cpu% %compiler: $c.class .*-DLIBCRYPTO_BUILD .*-DOPENSSLDIR=".+" -DENGINESDIR=".+".*% diff --git a/libssl/libssl/buildfile b/libssl/libssl/buildfile index 3187435..2eebf19 100644 --- a/libssl/libssl/buildfile +++ b/libssl/libssl/buildfile @@ -108,8 +108,8 @@ else if $mingw libs{ssl}: c.loptions += -Wl,--enable-auto-image-base - c.libs += $regex.apply(ws2_32 gdi32 crypt32, \ - '(.+)', \ + c.libs += $regex.apply(ws2_32 gdi32 crypt32, \ + '(.+)', \ $msvc_runtime ? '\1.lib' : '-l\1') if $msvc_runtime diff --git a/libssl/manifest b/libssl/manifest index 0db26ed..bd804ac 100644 --- a/libssl/manifest +++ b/libssl/manifest @@ -3,8 +3,8 @@ name: libssl # Note: remember to update doc-url below! # -version: 1.1.1+5 -upstream-version: 1.1.1c +version: 1.1.1+6 +upstream-version: 1.1.1d project: openssl priority: security diff --git a/openssl/manifest b/openssl/manifest index e0c4a5e..70051e0 100644 --- a/openssl/manifest +++ b/openssl/manifest @@ -3,8 +3,8 @@ name: openssl # Note: remember to update doc-url below! # -version: 1.1.1+5 -upstream-version: 1.1.1c +version: 1.1.1+6 +upstream-version: 1.1.1d priority: security summary: Command line tool providing various cryptography functions diff --git a/openssl/openssl/buildfile b/openssl/openssl/buildfile index 5d87cd0..81e1d85 100644 --- a/openssl/openssl/buildfile +++ b/openssl/openssl/buildfile @@ -90,8 +90,8 @@ if! $windows } else { - c.libs += $regex.apply(ws2_32 gdi32 crypt32, \ - '(.+)', \ + c.libs += $regex.apply(ws2_32 gdi32 crypt32, \ + '(.+)', \ $msvc_runtime ? '\1.lib' : '-l\1') if $msvc_runtime c.libs += advapi32.lib diff --git a/openssl/tests/version.testscript b/openssl/tests/version.testscript index f73439a..1759e5f 100644 --- a/openssl/tests/version.testscript +++ b/openssl/tests/version.testscript @@ -3,7 +3,7 @@ # license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file $* version -a >>~"%EOO%" - OpenSSL 1.1.1c 28 May 2019 + OpenSSL 1.1.1d 10 Sep 2019 %built on: .+ UTC% %platform: $c.target.class-$c.target.cpu% %options: .+% diff --git a/upstream b/upstream index 97ace46..894da2f 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit 97ace46e11dba4c4c2b7cb67140b6ec152cfaaf4 +Subproject commit 894da2fb7ed5d314ee5c2fc9fd2d9b8b74111596 diff --git a/upstream-build/build-log/i686-linux b/upstream-build/build-log/i686-linux index 5c707f0..b514088 100644 --- a/upstream-build/build-log/i686-linux +++ b/upstream-build/build-log/i686-linux @@ -1,5 +1,5 @@ Operating system: i686-whatever-linux2 -Configuring OpenSSL version 1.1.1c (0x1010103fL) for linux-x86 +Configuring OpenSSL version 1.1.1d (0x1010104fL) for linux-x86 Using os-specific seed configuration Creating configdata.pm Creating Makefile @@ -25,9 +25,9 @@ Creating Makefile /usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ "-oMakefile" ../include/openssl/opensslconf.h.in > include/openssl/opensslconf.h make depend && make _all -make[1]: Entering directory '/home/karen/openssl.1.1.1c/out-fedora.32' -make[1]: Leaving directory '/home/karen/openssl.1.1.1c/out-fedora.32' -make[1]: Entering directory '/home/karen/openssl.1.1.1c/out-fedora.32' +make[1]: Entering directory '/home/karen/openssl/out-fedora.32' +make[1]: Leaving directory '/home/karen/openssl/out-fedora.32' +make[1]: Entering directory '/home/karen/openssl/out-fedora.32' gcc -I. -Iinclude -I.. -I../include -fPIC -pthread -m32 -Wall -O3 -fomit-frame-pointer -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o ../apps/app_rand.c gcc -I. -Iinclude -I.. -I../include -fPIC -pthread -m32 -Wall -O3 -fomit-frame-pointer -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o ../apps/apps.c gcc -I. -Iinclude -I.. -I../include -fPIC -pthread -m32 -Wall -O3 -fomit-frame-pointer -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o ../apps/bf_prefix.c @@ -737,11 +737,12 @@ gcc -Iinclude -I../include -fPIC -pthread -m32 -Wall -O3 -fomit-frame-pointer - gcc -Iinclude -I../include -fPIC -pthread -m32 -Wall -O3 -fomit-frame-pointer -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/init.d.tmp -MT test/testutil/init.o -c -o test/testutil/init.o ../test/testutil/init.c gcc -Iinclude -I../include -fPIC -pthread -m32 -Wall -O3 -fomit-frame-pointer -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/main.d.tmp -MT test/testutil/main.o -c -o test/testutil/main.o ../test/testutil/main.c gcc -Iinclude -I../include -fPIC -pthread -m32 -Wall -O3 -fomit-frame-pointer -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/output_helpers.d.tmp -MT test/testutil/output_helpers.o -c -o test/testutil/output_helpers.o ../test/testutil/output_helpers.c +gcc -Iinclude -I../include -fPIC -pthread -m32 -Wall -O3 -fomit-frame-pointer -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/random.d.tmp -MT test/testutil/random.o -c -o test/testutil/random.o ../test/testutil/random.c gcc -Iinclude -I../include -fPIC -pthread -m32 -Wall -O3 -fomit-frame-pointer -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/stanza.d.tmp -MT test/testutil/stanza.o -c -o test/testutil/stanza.o ../test/testutil/stanza.c gcc -Iinclude -I../include -fPIC -pthread -m32 -Wall -O3 -fomit-frame-pointer -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/tap_bio.d.tmp -MT test/testutil/tap_bio.o -c -o test/testutil/tap_bio.o ../test/testutil/tap_bio.c gcc -Iinclude -I../include -fPIC -pthread -m32 -Wall -O3 -fomit-frame-pointer -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/test_cleanup.d.tmp -MT test/testutil/test_cleanup.o -c -o test/testutil/test_cleanup.o ../test/testutil/test_cleanup.c gcc -Iinclude -I../include -fPIC -pthread -m32 -Wall -O3 -fomit-frame-pointer -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/tests.d.tmp -MT test/testutil/tests.o -c -o test/testutil/tests.o ../test/testutil/tests.c -ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o ar: creating test/libtestutil.a ranlib test/libtestutil.a || echo Never mind. /usr/bin/perl ../util/mkdef.pl crypto linux > libcrypto.map @@ -1880,4 +1881,4 @@ chmod a+x tools/c_rehash /usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ "-oMakefile" ../util/shlib_wrap.sh.in > "util/shlib_wrap.sh" chmod a+x util/shlib_wrap.sh -make[1]: Leaving directory '/home/karen/openssl.1.1.1c/out-fedora.32' +make[1]: Leaving directory '/home/karen/openssl/out-fedora.32' diff --git a/upstream-build/build-log/i686-win32-mingw32 b/upstream-build/build-log/i686-win32-mingw32 index ae16a79..c5e54a5 100644 --- a/upstream-build/build-log/i686-win32-mingw32 +++ b/upstream-build/build-log/i686-win32-mingw32 @@ -1,5 +1,5 @@ Operating system: i686-whatever-mingw -Configuring OpenSSL version 1.1.1c (0x1010103fL) for mingw +Configuring OpenSSL version 1.1.1d (0x1010104fL) for mingw Using os-specific seed configuration Creating configdata.pm Creating Makefile @@ -25,569 +25,569 @@ Creating Makefile /usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ "-oMakefile" ../include/openssl/opensslconf.h.in > include/openssl/opensslconf.h make depend && make _all -make[1]: Entering directory '/c/temp/openssl.1.1.1c/out-mingw.32' -make[1]: Leaving directory '/c/temp/openssl.1.1.1c/out-mingw.32' -make[1]: Entering directory '/c/temp/openssl.1.1.1c/out-mingw.32' -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o ../apps/app_rand.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o ../apps/apps.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o ../apps/bf_prefix.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/opt.d.tmp -MT apps/opt.o -c -o apps/opt.o ../apps/opt.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/s_cb.d.tmp -MT apps/s_cb.o -c -o apps/s_cb.o ../apps/s_cb.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/s_socket.d.tmp -MT apps/s_socket.o -c -o apps/s_socket.o ../apps/s_socket.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/win32_init.d.tmp -MT apps/win32_init.o -c -o apps/win32_init.o ../apps/win32_init.c +make[1]: Entering directory '/c/temp/openssl/out-mingw.32' +make[1]: Leaving directory '/c/temp/openssl/out-mingw.32' +make[1]: Entering directory '/c/temp/openssl/out-mingw.32' +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o ../apps/app_rand.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o ../apps/apps.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o ../apps/bf_prefix.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/opt.d.tmp -MT apps/opt.o -c -o apps/opt.o ../apps/opt.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/s_cb.d.tmp -MT apps/s_cb.o -c -o apps/s_cb.o ../apps/s_cb.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/s_socket.d.tmp -MT apps/s_socket.o -c -o apps/s_socket.o ../apps/s_socket.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/win32_init.d.tmp -MT apps/win32_init.o -c -o apps/win32_init.o ../apps/win32_init.c ar r apps/libapps.a apps/app_rand.o apps/apps.o apps/bf_prefix.o apps/opt.o apps/s_cb.o apps/s_socket.o apps/win32_init.o C:\msys32\mingw32\bin\ar.exe: creating apps/libapps.a ranlib apps/libapps.a || echo Never mind. -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_cbc.d.tmp -MT crypto/aes/aes_cbc.o -c -o crypto/aes/aes_cbc.o ../crypto/aes/aes_cbc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_cfb.d.tmp -MT crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o ../crypto/aes/aes_cfb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_core.d.tmp -MT crypto/aes/aes_core.o -c -o crypto/aes/aes_core.o ../crypto/aes/aes_core.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_ecb.d.tmp -MT crypto/aes/aes_ecb.o -c -o crypto/aes/aes_ecb.o ../crypto/aes/aes_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_ige.d.tmp -MT crypto/aes/aes_ige.o -c -o crypto/aes/aes_ige.o ../crypto/aes/aes_ige.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_misc.d.tmp -MT crypto/aes/aes_misc.o -c -o crypto/aes/aes_misc.o ../crypto/aes/aes_misc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_ofb.d.tmp -MT crypto/aes/aes_ofb.o -c -o crypto/aes/aes_ofb.o ../crypto/aes/aes_ofb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_wrap.d.tmp -MT crypto/aes/aes_wrap.o -c -o crypto/aes/aes_wrap.o ../crypto/aes/aes_wrap.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aria/aria.d.tmp -MT crypto/aria/aria.o -c -o crypto/aria/aria.o ../crypto/aria/aria.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_bitstr.d.tmp -MT crypto/asn1/a_bitstr.o -c -o crypto/asn1/a_bitstr.o ../crypto/asn1/a_bitstr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_d2i_fp.d.tmp -MT crypto/asn1/a_d2i_fp.o -c -o crypto/asn1/a_d2i_fp.o ../crypto/asn1/a_d2i_fp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_digest.d.tmp -MT crypto/asn1/a_digest.o -c -o crypto/asn1/a_digest.o ../crypto/asn1/a_digest.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_dup.d.tmp -MT crypto/asn1/a_dup.o -c -o crypto/asn1/a_dup.o ../crypto/asn1/a_dup.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_gentm.d.tmp -MT crypto/asn1/a_gentm.o -c -o crypto/asn1/a_gentm.o ../crypto/asn1/a_gentm.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_i2d_fp.d.tmp -MT crypto/asn1/a_i2d_fp.o -c -o crypto/asn1/a_i2d_fp.o ../crypto/asn1/a_i2d_fp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_int.d.tmp -MT crypto/asn1/a_int.o -c -o crypto/asn1/a_int.o ../crypto/asn1/a_int.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_mbstr.d.tmp -MT crypto/asn1/a_mbstr.o -c -o crypto/asn1/a_mbstr.o ../crypto/asn1/a_mbstr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_object.d.tmp -MT crypto/asn1/a_object.o -c -o crypto/asn1/a_object.o ../crypto/asn1/a_object.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_octet.d.tmp -MT crypto/asn1/a_octet.o -c -o crypto/asn1/a_octet.o ../crypto/asn1/a_octet.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_print.d.tmp -MT crypto/asn1/a_print.o -c -o crypto/asn1/a_print.o ../crypto/asn1/a_print.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_sign.d.tmp -MT crypto/asn1/a_sign.o -c -o crypto/asn1/a_sign.o ../crypto/asn1/a_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_strex.d.tmp -MT crypto/asn1/a_strex.o -c -o crypto/asn1/a_strex.o ../crypto/asn1/a_strex.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_strnid.d.tmp -MT crypto/asn1/a_strnid.o -c -o crypto/asn1/a_strnid.o ../crypto/asn1/a_strnid.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_time.d.tmp -MT crypto/asn1/a_time.o -c -o crypto/asn1/a_time.o ../crypto/asn1/a_time.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_type.d.tmp -MT crypto/asn1/a_type.o -c -o crypto/asn1/a_type.o ../crypto/asn1/a_type.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_utctm.d.tmp -MT crypto/asn1/a_utctm.o -c -o crypto/asn1/a_utctm.o ../crypto/asn1/a_utctm.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_utf8.d.tmp -MT crypto/asn1/a_utf8.o -c -o crypto/asn1/a_utf8.o ../crypto/asn1/a_utf8.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_verify.d.tmp -MT crypto/asn1/a_verify.o -c -o crypto/asn1/a_verify.o ../crypto/asn1/a_verify.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/ameth_lib.d.tmp -MT crypto/asn1/ameth_lib.o -c -o crypto/asn1/ameth_lib.o ../crypto/asn1/ameth_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_err.d.tmp -MT crypto/asn1/asn1_err.o -c -o crypto/asn1/asn1_err.o ../crypto/asn1/asn1_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_gen.d.tmp -MT crypto/asn1/asn1_gen.o -c -o crypto/asn1/asn1_gen.o ../crypto/asn1/asn1_gen.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_item_list.d.tmp -MT crypto/asn1/asn1_item_list.o -c -o crypto/asn1/asn1_item_list.o ../crypto/asn1/asn1_item_list.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_lib.d.tmp -MT crypto/asn1/asn1_lib.o -c -o crypto/asn1/asn1_lib.o ../crypto/asn1/asn1_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_par.d.tmp -MT crypto/asn1/asn1_par.o -c -o crypto/asn1/asn1_par.o ../crypto/asn1/asn1_par.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn_mime.d.tmp -MT crypto/asn1/asn_mime.o -c -o crypto/asn1/asn_mime.o ../crypto/asn1/asn_mime.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn_moid.d.tmp -MT crypto/asn1/asn_moid.o -c -o crypto/asn1/asn_moid.o ../crypto/asn1/asn_moid.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn_mstbl.d.tmp -MT crypto/asn1/asn_mstbl.o -c -o crypto/asn1/asn_mstbl.o ../crypto/asn1/asn_mstbl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn_pack.d.tmp -MT crypto/asn1/asn_pack.o -c -o crypto/asn1/asn_pack.o ../crypto/asn1/asn_pack.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/bio_asn1.d.tmp -MT crypto/asn1/bio_asn1.o -c -o crypto/asn1/bio_asn1.o ../crypto/asn1/bio_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/bio_ndef.d.tmp -MT crypto/asn1/bio_ndef.o -c -o crypto/asn1/bio_ndef.o ../crypto/asn1/bio_ndef.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/d2i_pr.d.tmp -MT crypto/asn1/d2i_pr.o -c -o crypto/asn1/d2i_pr.o ../crypto/asn1/d2i_pr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/d2i_pu.d.tmp -MT crypto/asn1/d2i_pu.o -c -o crypto/asn1/d2i_pu.o ../crypto/asn1/d2i_pu.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/evp_asn1.d.tmp -MT crypto/asn1/evp_asn1.o -c -o crypto/asn1/evp_asn1.o ../crypto/asn1/evp_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/f_int.d.tmp -MT crypto/asn1/f_int.o -c -o crypto/asn1/f_int.o ../crypto/asn1/f_int.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/f_string.d.tmp -MT crypto/asn1/f_string.o -c -o crypto/asn1/f_string.o ../crypto/asn1/f_string.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/i2d_pr.d.tmp -MT crypto/asn1/i2d_pr.o -c -o crypto/asn1/i2d_pr.o ../crypto/asn1/i2d_pr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/i2d_pu.d.tmp -MT crypto/asn1/i2d_pu.o -c -o crypto/asn1/i2d_pu.o ../crypto/asn1/i2d_pu.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/n_pkey.d.tmp -MT crypto/asn1/n_pkey.o -c -o crypto/asn1/n_pkey.o ../crypto/asn1/n_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/nsseq.d.tmp -MT crypto/asn1/nsseq.o -c -o crypto/asn1/nsseq.o ../crypto/asn1/nsseq.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/p5_pbe.d.tmp -MT crypto/asn1/p5_pbe.o -c -o crypto/asn1/p5_pbe.o ../crypto/asn1/p5_pbe.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/p5_pbev2.d.tmp -MT crypto/asn1/p5_pbev2.o -c -o crypto/asn1/p5_pbev2.o ../crypto/asn1/p5_pbev2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/p5_scrypt.d.tmp -MT crypto/asn1/p5_scrypt.o -c -o crypto/asn1/p5_scrypt.o ../crypto/asn1/p5_scrypt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/p8_pkey.d.tmp -MT crypto/asn1/p8_pkey.o -c -o crypto/asn1/p8_pkey.o ../crypto/asn1/p8_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/t_bitst.d.tmp -MT crypto/asn1/t_bitst.o -c -o crypto/asn1/t_bitst.o ../crypto/asn1/t_bitst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/t_pkey.d.tmp -MT crypto/asn1/t_pkey.o -c -o crypto/asn1/t_pkey.o ../crypto/asn1/t_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/t_spki.d.tmp -MT crypto/asn1/t_spki.o -c -o crypto/asn1/t_spki.o ../crypto/asn1/t_spki.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_dec.d.tmp -MT crypto/asn1/tasn_dec.o -c -o crypto/asn1/tasn_dec.o ../crypto/asn1/tasn_dec.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_enc.d.tmp -MT crypto/asn1/tasn_enc.o -c -o crypto/asn1/tasn_enc.o ../crypto/asn1/tasn_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_fre.d.tmp -MT crypto/asn1/tasn_fre.o -c -o crypto/asn1/tasn_fre.o ../crypto/asn1/tasn_fre.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_new.d.tmp -MT crypto/asn1/tasn_new.o -c -o crypto/asn1/tasn_new.o ../crypto/asn1/tasn_new.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_prn.d.tmp -MT crypto/asn1/tasn_prn.o -c -o crypto/asn1/tasn_prn.o ../crypto/asn1/tasn_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_scn.d.tmp -MT crypto/asn1/tasn_scn.o -c -o crypto/asn1/tasn_scn.o ../crypto/asn1/tasn_scn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_typ.d.tmp -MT crypto/asn1/tasn_typ.o -c -o crypto/asn1/tasn_typ.o ../crypto/asn1/tasn_typ.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_utl.d.tmp -MT crypto/asn1/tasn_utl.o -c -o crypto/asn1/tasn_utl.o ../crypto/asn1/tasn_utl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_algor.d.tmp -MT crypto/asn1/x_algor.o -c -o crypto/asn1/x_algor.o ../crypto/asn1/x_algor.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_bignum.d.tmp -MT crypto/asn1/x_bignum.o -c -o crypto/asn1/x_bignum.o ../crypto/asn1/x_bignum.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_info.d.tmp -MT crypto/asn1/x_info.o -c -o crypto/asn1/x_info.o ../crypto/asn1/x_info.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_int64.d.tmp -MT crypto/asn1/x_int64.o -c -o crypto/asn1/x_int64.o ../crypto/asn1/x_int64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_long.d.tmp -MT crypto/asn1/x_long.o -c -o crypto/asn1/x_long.o ../crypto/asn1/x_long.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_pkey.d.tmp -MT crypto/asn1/x_pkey.o -c -o crypto/asn1/x_pkey.o ../crypto/asn1/x_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_sig.d.tmp -MT crypto/asn1/x_sig.o -c -o crypto/asn1/x_sig.o ../crypto/asn1/x_sig.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_spki.d.tmp -MT crypto/asn1/x_spki.o -c -o crypto/asn1/x_spki.o ../crypto/asn1/x_spki.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_val.d.tmp -MT crypto/asn1/x_val.o -c -o crypto/asn1/x_val.o ../crypto/asn1/x_val.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/arch/async_null.d.tmp -MT crypto/async/arch/async_null.o -c -o crypto/async/arch/async_null.o ../crypto/async/arch/async_null.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/arch/async_posix.d.tmp -MT crypto/async/arch/async_posix.o -c -o crypto/async/arch/async_posix.o ../crypto/async/arch/async_posix.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/arch/async_win.d.tmp -MT crypto/async/arch/async_win.o -c -o crypto/async/arch/async_win.o ../crypto/async/arch/async_win.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/async.d.tmp -MT crypto/async/async.o -c -o crypto/async/async.o ../crypto/async/async.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/async_err.d.tmp -MT crypto/async/async_err.o -c -o crypto/async/async_err.o ../crypto/async/async_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/async_wait.d.tmp -MT crypto/async/async_wait.o -c -o crypto/async/async_wait.o ../crypto/async/async_wait.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bf/bf_cfb64.d.tmp -MT crypto/bf/bf_cfb64.o -c -o crypto/bf/bf_cfb64.o ../crypto/bf/bf_cfb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bf/bf_ecb.d.tmp -MT crypto/bf/bf_ecb.o -c -o crypto/bf/bf_ecb.o ../crypto/bf/bf_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bf/bf_enc.d.tmp -MT crypto/bf/bf_enc.o -c -o crypto/bf/bf_enc.o ../crypto/bf/bf_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bf/bf_ofb64.d.tmp -MT crypto/bf/bf_ofb64.o -c -o crypto/bf/bf_ofb64.o ../crypto/bf/bf_ofb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bf/bf_skey.d.tmp -MT crypto/bf/bf_skey.o -c -o crypto/bf/bf_skey.o ../crypto/bf/bf_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_addr.d.tmp -MT crypto/bio/b_addr.o -c -o crypto/bio/b_addr.o ../crypto/bio/b_addr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_dump.d.tmp -MT crypto/bio/b_dump.o -c -o crypto/bio/b_dump.o ../crypto/bio/b_dump.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_print.d.tmp -MT crypto/bio/b_print.o -c -o crypto/bio/b_print.o ../crypto/bio/b_print.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_sock.d.tmp -MT crypto/bio/b_sock.o -c -o crypto/bio/b_sock.o ../crypto/bio/b_sock.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_sock2.d.tmp -MT crypto/bio/b_sock2.o -c -o crypto/bio/b_sock2.o ../crypto/bio/b_sock2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bf_buff.d.tmp -MT crypto/bio/bf_buff.o -c -o crypto/bio/bf_buff.o ../crypto/bio/bf_buff.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bf_lbuf.d.tmp -MT crypto/bio/bf_lbuf.o -c -o crypto/bio/bf_lbuf.o ../crypto/bio/bf_lbuf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bf_nbio.d.tmp -MT crypto/bio/bf_nbio.o -c -o crypto/bio/bf_nbio.o ../crypto/bio/bf_nbio.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bf_null.d.tmp -MT crypto/bio/bf_null.o -c -o crypto/bio/bf_null.o ../crypto/bio/bf_null.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bio_cb.d.tmp -MT crypto/bio/bio_cb.o -c -o crypto/bio/bio_cb.o ../crypto/bio/bio_cb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bio_err.d.tmp -MT crypto/bio/bio_err.o -c -o crypto/bio/bio_err.o ../crypto/bio/bio_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bio_lib.d.tmp -MT crypto/bio/bio_lib.o -c -o crypto/bio/bio_lib.o ../crypto/bio/bio_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bio_meth.d.tmp -MT crypto/bio/bio_meth.o -c -o crypto/bio/bio_meth.o ../crypto/bio/bio_meth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_acpt.d.tmp -MT crypto/bio/bss_acpt.o -c -o crypto/bio/bss_acpt.o ../crypto/bio/bss_acpt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_bio.d.tmp -MT crypto/bio/bss_bio.o -c -o crypto/bio/bss_bio.o ../crypto/bio/bss_bio.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_conn.d.tmp -MT crypto/bio/bss_conn.o -c -o crypto/bio/bss_conn.o ../crypto/bio/bss_conn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_dgram.d.tmp -MT crypto/bio/bss_dgram.o -c -o crypto/bio/bss_dgram.o ../crypto/bio/bss_dgram.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_fd.d.tmp -MT crypto/bio/bss_fd.o -c -o crypto/bio/bss_fd.o ../crypto/bio/bss_fd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_file.d.tmp -MT crypto/bio/bss_file.o -c -o crypto/bio/bss_file.o ../crypto/bio/bss_file.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_log.d.tmp -MT crypto/bio/bss_log.o -c -o crypto/bio/bss_log.o ../crypto/bio/bss_log.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_mem.d.tmp -MT crypto/bio/bss_mem.o -c -o crypto/bio/bss_mem.o ../crypto/bio/bss_mem.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_null.d.tmp -MT crypto/bio/bss_null.o -c -o crypto/bio/bss_null.o ../crypto/bio/bss_null.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_sock.d.tmp -MT crypto/bio/bss_sock.o -c -o crypto/bio/bss_sock.o ../crypto/bio/bss_sock.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/blake2/blake2b.d.tmp -MT crypto/blake2/blake2b.o -c -o crypto/blake2/blake2b.o ../crypto/blake2/blake2b.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/blake2/blake2s.d.tmp -MT crypto/blake2/blake2s.o -c -o crypto/blake2/blake2s.o ../crypto/blake2/blake2s.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/blake2/m_blake2b.d.tmp -MT crypto/blake2/m_blake2b.o -c -o crypto/blake2/m_blake2b.o ../crypto/blake2/m_blake2b.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/blake2/m_blake2s.d.tmp -MT crypto/blake2/m_blake2s.o -c -o crypto/blake2/m_blake2s.o ../crypto/blake2/m_blake2s.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_add.d.tmp -MT crypto/bn/bn_add.o -c -o crypto/bn/bn_add.o ../crypto/bn/bn_add.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_asm.d.tmp -MT crypto/bn/bn_asm.o -c -o crypto/bn/bn_asm.o ../crypto/bn/bn_asm.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_blind.d.tmp -MT crypto/bn/bn_blind.o -c -o crypto/bn/bn_blind.o ../crypto/bn/bn_blind.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_const.d.tmp -MT crypto/bn/bn_const.o -c -o crypto/bn/bn_const.o ../crypto/bn/bn_const.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_ctx.d.tmp -MT crypto/bn/bn_ctx.o -c -o crypto/bn/bn_ctx.o ../crypto/bn/bn_ctx.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_depr.d.tmp -MT crypto/bn/bn_depr.o -c -o crypto/bn/bn_depr.o ../crypto/bn/bn_depr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_dh.d.tmp -MT crypto/bn/bn_dh.o -c -o crypto/bn/bn_dh.o ../crypto/bn/bn_dh.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_div.d.tmp -MT crypto/bn/bn_div.o -c -o crypto/bn/bn_div.o ../crypto/bn/bn_div.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_err.d.tmp -MT crypto/bn/bn_err.o -c -o crypto/bn/bn_err.o ../crypto/bn/bn_err.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_exp.d.tmp -MT crypto/bn/bn_exp.o -c -o crypto/bn/bn_exp.o ../crypto/bn/bn_exp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_exp2.d.tmp -MT crypto/bn/bn_exp2.o -c -o crypto/bn/bn_exp2.o ../crypto/bn/bn_exp2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_gcd.d.tmp -MT crypto/bn/bn_gcd.o -c -o crypto/bn/bn_gcd.o ../crypto/bn/bn_gcd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_gf2m.d.tmp -MT crypto/bn/bn_gf2m.o -c -o crypto/bn/bn_gf2m.o ../crypto/bn/bn_gf2m.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_intern.d.tmp -MT crypto/bn/bn_intern.o -c -o crypto/bn/bn_intern.o ../crypto/bn/bn_intern.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_kron.d.tmp -MT crypto/bn/bn_kron.o -c -o crypto/bn/bn_kron.o ../crypto/bn/bn_kron.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_lib.d.tmp -MT crypto/bn/bn_lib.o -c -o crypto/bn/bn_lib.o ../crypto/bn/bn_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_mod.d.tmp -MT crypto/bn/bn_mod.o -c -o crypto/bn/bn_mod.o ../crypto/bn/bn_mod.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_mont.d.tmp -MT crypto/bn/bn_mont.o -c -o crypto/bn/bn_mont.o ../crypto/bn/bn_mont.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_mpi.d.tmp -MT crypto/bn/bn_mpi.o -c -o crypto/bn/bn_mpi.o ../crypto/bn/bn_mpi.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_mul.d.tmp -MT crypto/bn/bn_mul.o -c -o crypto/bn/bn_mul.o ../crypto/bn/bn_mul.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_nist.d.tmp -MT crypto/bn/bn_nist.o -c -o crypto/bn/bn_nist.o ../crypto/bn/bn_nist.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_prime.d.tmp -MT crypto/bn/bn_prime.o -c -o crypto/bn/bn_prime.o ../crypto/bn/bn_prime.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_print.d.tmp -MT crypto/bn/bn_print.o -c -o crypto/bn/bn_print.o ../crypto/bn/bn_print.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_rand.d.tmp -MT crypto/bn/bn_rand.o -c -o crypto/bn/bn_rand.o ../crypto/bn/bn_rand.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_recp.d.tmp -MT crypto/bn/bn_recp.o -c -o crypto/bn/bn_recp.o ../crypto/bn/bn_recp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_shift.d.tmp -MT crypto/bn/bn_shift.o -c -o crypto/bn/bn_shift.o ../crypto/bn/bn_shift.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_sqr.d.tmp -MT crypto/bn/bn_sqr.o -c -o crypto/bn/bn_sqr.o ../crypto/bn/bn_sqr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_sqrt.d.tmp -MT crypto/bn/bn_sqrt.o -c -o crypto/bn/bn_sqrt.o ../crypto/bn/bn_sqrt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_srp.d.tmp -MT crypto/bn/bn_srp.o -c -o crypto/bn/bn_srp.o ../crypto/bn/bn_srp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_word.d.tmp -MT crypto/bn/bn_word.o -c -o crypto/bn/bn_word.o ../crypto/bn/bn_word.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_x931p.d.tmp -MT crypto/bn/bn_x931p.o -c -o crypto/bn/bn_x931p.o ../crypto/bn/bn_x931p.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/buffer/buf_err.d.tmp -MT crypto/buffer/buf_err.o -c -o crypto/buffer/buf_err.o ../crypto/buffer/buf_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/buffer/buffer.d.tmp -MT crypto/buffer/buffer.o -c -o crypto/buffer/buffer.o ../crypto/buffer/buffer.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/camellia.d.tmp -MT crypto/camellia/camellia.o -c -o crypto/camellia/camellia.o ../crypto/camellia/camellia.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/cmll_cbc.d.tmp -MT crypto/camellia/cmll_cbc.o -c -o crypto/camellia/cmll_cbc.o ../crypto/camellia/cmll_cbc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/cmll_cfb.d.tmp -MT crypto/camellia/cmll_cfb.o -c -o crypto/camellia/cmll_cfb.o ../crypto/camellia/cmll_cfb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/cmll_ctr.d.tmp -MT crypto/camellia/cmll_ctr.o -c -o crypto/camellia/cmll_ctr.o ../crypto/camellia/cmll_ctr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/cmll_ecb.d.tmp -MT crypto/camellia/cmll_ecb.o -c -o crypto/camellia/cmll_ecb.o ../crypto/camellia/cmll_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/cmll_misc.d.tmp -MT crypto/camellia/cmll_misc.o -c -o crypto/camellia/cmll_misc.o ../crypto/camellia/cmll_misc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/cmll_ofb.d.tmp -MT crypto/camellia/cmll_ofb.o -c -o crypto/camellia/cmll_ofb.o ../crypto/camellia/cmll_ofb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cast/c_cfb64.d.tmp -MT crypto/cast/c_cfb64.o -c -o crypto/cast/c_cfb64.o ../crypto/cast/c_cfb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cast/c_ecb.d.tmp -MT crypto/cast/c_ecb.o -c -o crypto/cast/c_ecb.o ../crypto/cast/c_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cast/c_enc.d.tmp -MT crypto/cast/c_enc.o -c -o crypto/cast/c_enc.o ../crypto/cast/c_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cast/c_ofb64.d.tmp -MT crypto/cast/c_ofb64.o -c -o crypto/cast/c_ofb64.o ../crypto/cast/c_ofb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cast/c_skey.d.tmp -MT crypto/cast/c_skey.o -c -o crypto/cast/c_skey.o ../crypto/cast/c_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/chacha/chacha_enc.d.tmp -MT crypto/chacha/chacha_enc.o -c -o crypto/chacha/chacha_enc.o ../crypto/chacha/chacha_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cmac/cm_ameth.d.tmp -MT crypto/cmac/cm_ameth.o -c -o crypto/cmac/cm_ameth.o ../crypto/cmac/cm_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cmac/cm_pmeth.d.tmp -MT crypto/cmac/cm_pmeth.o -c -o crypto/cmac/cm_pmeth.o ../crypto/cmac/cm_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cmac/cmac.d.tmp -MT crypto/cmac/cmac.o -c -o crypto/cmac/cmac.o ../crypto/cmac/cmac.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_asn1.d.tmp -MT crypto/cms/cms_asn1.o -c -o crypto/cms/cms_asn1.o ../crypto/cms/cms_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_att.d.tmp -MT crypto/cms/cms_att.o -c -o crypto/cms/cms_att.o ../crypto/cms/cms_att.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_cd.d.tmp -MT crypto/cms/cms_cd.o -c -o crypto/cms/cms_cd.o ../crypto/cms/cms_cd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_dd.d.tmp -MT crypto/cms/cms_dd.o -c -o crypto/cms/cms_dd.o ../crypto/cms/cms_dd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_enc.d.tmp -MT crypto/cms/cms_enc.o -c -o crypto/cms/cms_enc.o ../crypto/cms/cms_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_env.d.tmp -MT crypto/cms/cms_env.o -c -o crypto/cms/cms_env.o ../crypto/cms/cms_env.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_err.d.tmp -MT crypto/cms/cms_err.o -c -o crypto/cms/cms_err.o ../crypto/cms/cms_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_ess.d.tmp -MT crypto/cms/cms_ess.o -c -o crypto/cms/cms_ess.o ../crypto/cms/cms_ess.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_io.d.tmp -MT crypto/cms/cms_io.o -c -o crypto/cms/cms_io.o ../crypto/cms/cms_io.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_kari.d.tmp -MT crypto/cms/cms_kari.o -c -o crypto/cms/cms_kari.o ../crypto/cms/cms_kari.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_lib.d.tmp -MT crypto/cms/cms_lib.o -c -o crypto/cms/cms_lib.o ../crypto/cms/cms_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_pwri.d.tmp -MT crypto/cms/cms_pwri.o -c -o crypto/cms/cms_pwri.o ../crypto/cms/cms_pwri.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_sd.d.tmp -MT crypto/cms/cms_sd.o -c -o crypto/cms/cms_sd.o ../crypto/cms/cms_sd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_smime.d.tmp -MT crypto/cms/cms_smime.o -c -o crypto/cms/cms_smime.o ../crypto/cms/cms_smime.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/comp/c_zlib.d.tmp -MT crypto/comp/c_zlib.o -c -o crypto/comp/c_zlib.o ../crypto/comp/c_zlib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/comp/comp_err.d.tmp -MT crypto/comp/comp_err.o -c -o crypto/comp/comp_err.o ../crypto/comp/comp_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/comp/comp_lib.d.tmp -MT crypto/comp/comp_lib.o -c -o crypto/comp/comp_lib.o ../crypto/comp/comp_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_api.d.tmp -MT crypto/conf/conf_api.o -c -o crypto/conf/conf_api.o ../crypto/conf/conf_api.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_def.d.tmp -MT crypto/conf/conf_def.o -c -o crypto/conf/conf_def.o ../crypto/conf/conf_def.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_err.d.tmp -MT crypto/conf/conf_err.o -c -o crypto/conf/conf_err.o ../crypto/conf/conf_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_lib.d.tmp -MT crypto/conf/conf_lib.o -c -o crypto/conf/conf_lib.o ../crypto/conf/conf_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_mall.d.tmp -MT crypto/conf/conf_mall.o -c -o crypto/conf/conf_mall.o ../crypto/conf/conf_mall.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_mod.d.tmp -MT crypto/conf/conf_mod.o -c -o crypto/conf/conf_mod.o ../crypto/conf/conf_mod.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_sap.d.tmp -MT crypto/conf/conf_sap.o -c -o crypto/conf/conf_sap.o ../crypto/conf/conf_sap.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_ssl.d.tmp -MT crypto/conf/conf_ssl.o -c -o crypto/conf/conf_ssl.o ../crypto/conf/conf_ssl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cpt_err.d.tmp -MT crypto/cpt_err.o -c -o crypto/cpt_err.o ../crypto/cpt_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cryptlib.d.tmp -MT crypto/cryptlib.o -c -o crypto/cryptlib.o ../crypto/cryptlib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_b64.d.tmp -MT crypto/ct/ct_b64.o -c -o crypto/ct/ct_b64.o ../crypto/ct/ct_b64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_err.d.tmp -MT crypto/ct/ct_err.o -c -o crypto/ct/ct_err.o ../crypto/ct/ct_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_log.d.tmp -MT crypto/ct/ct_log.o -c -o crypto/ct/ct_log.o ../crypto/ct/ct_log.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_oct.d.tmp -MT crypto/ct/ct_oct.o -c -o crypto/ct/ct_oct.o ../crypto/ct/ct_oct.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_policy.d.tmp -MT crypto/ct/ct_policy.o -c -o crypto/ct/ct_policy.o ../crypto/ct/ct_policy.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_prn.d.tmp -MT crypto/ct/ct_prn.o -c -o crypto/ct/ct_prn.o ../crypto/ct/ct_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_sct.d.tmp -MT crypto/ct/ct_sct.o -c -o crypto/ct/ct_sct.o ../crypto/ct/ct_sct.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_sct_ctx.d.tmp -MT crypto/ct/ct_sct_ctx.o -c -o crypto/ct/ct_sct_ctx.o ../crypto/ct/ct_sct_ctx.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_vfy.d.tmp -MT crypto/ct/ct_vfy.o -c -o crypto/ct/ct_vfy.o ../crypto/ct/ct_vfy.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_x509v3.d.tmp -MT crypto/ct/ct_x509v3.o -c -o crypto/ct/ct_x509v3.o ../crypto/ct/ct_x509v3.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ctype.d.tmp -MT crypto/ctype.o -c -o crypto/ctype.o ../crypto/ctype.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_cbc.d.tmp -MT crypto/aes/aes_cbc.o -c -o crypto/aes/aes_cbc.o ../crypto/aes/aes_cbc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_cfb.d.tmp -MT crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o ../crypto/aes/aes_cfb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_core.d.tmp -MT crypto/aes/aes_core.o -c -o crypto/aes/aes_core.o ../crypto/aes/aes_core.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_ecb.d.tmp -MT crypto/aes/aes_ecb.o -c -o crypto/aes/aes_ecb.o ../crypto/aes/aes_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_ige.d.tmp -MT crypto/aes/aes_ige.o -c -o crypto/aes/aes_ige.o ../crypto/aes/aes_ige.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_misc.d.tmp -MT crypto/aes/aes_misc.o -c -o crypto/aes/aes_misc.o ../crypto/aes/aes_misc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_ofb.d.tmp -MT crypto/aes/aes_ofb.o -c -o crypto/aes/aes_ofb.o ../crypto/aes/aes_ofb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_wrap.d.tmp -MT crypto/aes/aes_wrap.o -c -o crypto/aes/aes_wrap.o ../crypto/aes/aes_wrap.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aria/aria.d.tmp -MT crypto/aria/aria.o -c -o crypto/aria/aria.o ../crypto/aria/aria.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_bitstr.d.tmp -MT crypto/asn1/a_bitstr.o -c -o crypto/asn1/a_bitstr.o ../crypto/asn1/a_bitstr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_d2i_fp.d.tmp -MT crypto/asn1/a_d2i_fp.o -c -o crypto/asn1/a_d2i_fp.o ../crypto/asn1/a_d2i_fp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_digest.d.tmp -MT crypto/asn1/a_digest.o -c -o crypto/asn1/a_digest.o ../crypto/asn1/a_digest.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_dup.d.tmp -MT crypto/asn1/a_dup.o -c -o crypto/asn1/a_dup.o ../crypto/asn1/a_dup.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_gentm.d.tmp -MT crypto/asn1/a_gentm.o -c -o crypto/asn1/a_gentm.o ../crypto/asn1/a_gentm.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_i2d_fp.d.tmp -MT crypto/asn1/a_i2d_fp.o -c -o crypto/asn1/a_i2d_fp.o ../crypto/asn1/a_i2d_fp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_int.d.tmp -MT crypto/asn1/a_int.o -c -o crypto/asn1/a_int.o ../crypto/asn1/a_int.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_mbstr.d.tmp -MT crypto/asn1/a_mbstr.o -c -o crypto/asn1/a_mbstr.o ../crypto/asn1/a_mbstr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_object.d.tmp -MT crypto/asn1/a_object.o -c -o crypto/asn1/a_object.o ../crypto/asn1/a_object.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_octet.d.tmp -MT crypto/asn1/a_octet.o -c -o crypto/asn1/a_octet.o ../crypto/asn1/a_octet.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_print.d.tmp -MT crypto/asn1/a_print.o -c -o crypto/asn1/a_print.o ../crypto/asn1/a_print.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_sign.d.tmp -MT crypto/asn1/a_sign.o -c -o crypto/asn1/a_sign.o ../crypto/asn1/a_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_strex.d.tmp -MT crypto/asn1/a_strex.o -c -o crypto/asn1/a_strex.o ../crypto/asn1/a_strex.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_strnid.d.tmp -MT crypto/asn1/a_strnid.o -c -o crypto/asn1/a_strnid.o ../crypto/asn1/a_strnid.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_time.d.tmp -MT crypto/asn1/a_time.o -c -o crypto/asn1/a_time.o ../crypto/asn1/a_time.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_type.d.tmp -MT crypto/asn1/a_type.o -c -o crypto/asn1/a_type.o ../crypto/asn1/a_type.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_utctm.d.tmp -MT crypto/asn1/a_utctm.o -c -o crypto/asn1/a_utctm.o ../crypto/asn1/a_utctm.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_utf8.d.tmp -MT crypto/asn1/a_utf8.o -c -o crypto/asn1/a_utf8.o ../crypto/asn1/a_utf8.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_verify.d.tmp -MT crypto/asn1/a_verify.o -c -o crypto/asn1/a_verify.o ../crypto/asn1/a_verify.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/ameth_lib.d.tmp -MT crypto/asn1/ameth_lib.o -c -o crypto/asn1/ameth_lib.o ../crypto/asn1/ameth_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_err.d.tmp -MT crypto/asn1/asn1_err.o -c -o crypto/asn1/asn1_err.o ../crypto/asn1/asn1_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_gen.d.tmp -MT crypto/asn1/asn1_gen.o -c -o crypto/asn1/asn1_gen.o ../crypto/asn1/asn1_gen.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_item_list.d.tmp -MT crypto/asn1/asn1_item_list.o -c -o crypto/asn1/asn1_item_list.o ../crypto/asn1/asn1_item_list.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_lib.d.tmp -MT crypto/asn1/asn1_lib.o -c -o crypto/asn1/asn1_lib.o ../crypto/asn1/asn1_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_par.d.tmp -MT crypto/asn1/asn1_par.o -c -o crypto/asn1/asn1_par.o ../crypto/asn1/asn1_par.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn_mime.d.tmp -MT crypto/asn1/asn_mime.o -c -o crypto/asn1/asn_mime.o ../crypto/asn1/asn_mime.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn_moid.d.tmp -MT crypto/asn1/asn_moid.o -c -o crypto/asn1/asn_moid.o ../crypto/asn1/asn_moid.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn_mstbl.d.tmp -MT crypto/asn1/asn_mstbl.o -c -o crypto/asn1/asn_mstbl.o ../crypto/asn1/asn_mstbl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn_pack.d.tmp -MT crypto/asn1/asn_pack.o -c -o crypto/asn1/asn_pack.o ../crypto/asn1/asn_pack.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/bio_asn1.d.tmp -MT crypto/asn1/bio_asn1.o -c -o crypto/asn1/bio_asn1.o ../crypto/asn1/bio_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/bio_ndef.d.tmp -MT crypto/asn1/bio_ndef.o -c -o crypto/asn1/bio_ndef.o ../crypto/asn1/bio_ndef.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/d2i_pr.d.tmp -MT crypto/asn1/d2i_pr.o -c -o crypto/asn1/d2i_pr.o ../crypto/asn1/d2i_pr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/d2i_pu.d.tmp -MT crypto/asn1/d2i_pu.o -c -o crypto/asn1/d2i_pu.o ../crypto/asn1/d2i_pu.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/evp_asn1.d.tmp -MT crypto/asn1/evp_asn1.o -c -o crypto/asn1/evp_asn1.o ../crypto/asn1/evp_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/f_int.d.tmp -MT crypto/asn1/f_int.o -c -o crypto/asn1/f_int.o ../crypto/asn1/f_int.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/f_string.d.tmp -MT crypto/asn1/f_string.o -c -o crypto/asn1/f_string.o ../crypto/asn1/f_string.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/i2d_pr.d.tmp -MT crypto/asn1/i2d_pr.o -c -o crypto/asn1/i2d_pr.o ../crypto/asn1/i2d_pr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/i2d_pu.d.tmp -MT crypto/asn1/i2d_pu.o -c -o crypto/asn1/i2d_pu.o ../crypto/asn1/i2d_pu.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/n_pkey.d.tmp -MT crypto/asn1/n_pkey.o -c -o crypto/asn1/n_pkey.o ../crypto/asn1/n_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/nsseq.d.tmp -MT crypto/asn1/nsseq.o -c -o crypto/asn1/nsseq.o ../crypto/asn1/nsseq.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/p5_pbe.d.tmp -MT crypto/asn1/p5_pbe.o -c -o crypto/asn1/p5_pbe.o ../crypto/asn1/p5_pbe.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/p5_pbev2.d.tmp -MT crypto/asn1/p5_pbev2.o -c -o crypto/asn1/p5_pbev2.o ../crypto/asn1/p5_pbev2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/p5_scrypt.d.tmp -MT crypto/asn1/p5_scrypt.o -c -o crypto/asn1/p5_scrypt.o ../crypto/asn1/p5_scrypt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/p8_pkey.d.tmp -MT crypto/asn1/p8_pkey.o -c -o crypto/asn1/p8_pkey.o ../crypto/asn1/p8_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/t_bitst.d.tmp -MT crypto/asn1/t_bitst.o -c -o crypto/asn1/t_bitst.o ../crypto/asn1/t_bitst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/t_pkey.d.tmp -MT crypto/asn1/t_pkey.o -c -o crypto/asn1/t_pkey.o ../crypto/asn1/t_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/t_spki.d.tmp -MT crypto/asn1/t_spki.o -c -o crypto/asn1/t_spki.o ../crypto/asn1/t_spki.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_dec.d.tmp -MT crypto/asn1/tasn_dec.o -c -o crypto/asn1/tasn_dec.o ../crypto/asn1/tasn_dec.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_enc.d.tmp -MT crypto/asn1/tasn_enc.o -c -o crypto/asn1/tasn_enc.o ../crypto/asn1/tasn_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_fre.d.tmp -MT crypto/asn1/tasn_fre.o -c -o crypto/asn1/tasn_fre.o ../crypto/asn1/tasn_fre.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_new.d.tmp -MT crypto/asn1/tasn_new.o -c -o crypto/asn1/tasn_new.o ../crypto/asn1/tasn_new.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_prn.d.tmp -MT crypto/asn1/tasn_prn.o -c -o crypto/asn1/tasn_prn.o ../crypto/asn1/tasn_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_scn.d.tmp -MT crypto/asn1/tasn_scn.o -c -o crypto/asn1/tasn_scn.o ../crypto/asn1/tasn_scn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_typ.d.tmp -MT crypto/asn1/tasn_typ.o -c -o crypto/asn1/tasn_typ.o ../crypto/asn1/tasn_typ.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_utl.d.tmp -MT crypto/asn1/tasn_utl.o -c -o crypto/asn1/tasn_utl.o ../crypto/asn1/tasn_utl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_algor.d.tmp -MT crypto/asn1/x_algor.o -c -o crypto/asn1/x_algor.o ../crypto/asn1/x_algor.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_bignum.d.tmp -MT crypto/asn1/x_bignum.o -c -o crypto/asn1/x_bignum.o ../crypto/asn1/x_bignum.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_info.d.tmp -MT crypto/asn1/x_info.o -c -o crypto/asn1/x_info.o ../crypto/asn1/x_info.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_int64.d.tmp -MT crypto/asn1/x_int64.o -c -o crypto/asn1/x_int64.o ../crypto/asn1/x_int64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_long.d.tmp -MT crypto/asn1/x_long.o -c -o crypto/asn1/x_long.o ../crypto/asn1/x_long.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_pkey.d.tmp -MT crypto/asn1/x_pkey.o -c -o crypto/asn1/x_pkey.o ../crypto/asn1/x_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_sig.d.tmp -MT crypto/asn1/x_sig.o -c -o crypto/asn1/x_sig.o ../crypto/asn1/x_sig.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_spki.d.tmp -MT crypto/asn1/x_spki.o -c -o crypto/asn1/x_spki.o ../crypto/asn1/x_spki.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_val.d.tmp -MT crypto/asn1/x_val.o -c -o crypto/asn1/x_val.o ../crypto/asn1/x_val.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/arch/async_null.d.tmp -MT crypto/async/arch/async_null.o -c -o crypto/async/arch/async_null.o ../crypto/async/arch/async_null.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/arch/async_posix.d.tmp -MT crypto/async/arch/async_posix.o -c -o crypto/async/arch/async_posix.o ../crypto/async/arch/async_posix.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/arch/async_win.d.tmp -MT crypto/async/arch/async_win.o -c -o crypto/async/arch/async_win.o ../crypto/async/arch/async_win.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/async.d.tmp -MT crypto/async/async.o -c -o crypto/async/async.o ../crypto/async/async.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/async_err.d.tmp -MT crypto/async/async_err.o -c -o crypto/async/async_err.o ../crypto/async/async_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/async_wait.d.tmp -MT crypto/async/async_wait.o -c -o crypto/async/async_wait.o ../crypto/async/async_wait.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bf/bf_cfb64.d.tmp -MT crypto/bf/bf_cfb64.o -c -o crypto/bf/bf_cfb64.o ../crypto/bf/bf_cfb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bf/bf_ecb.d.tmp -MT crypto/bf/bf_ecb.o -c -o crypto/bf/bf_ecb.o ../crypto/bf/bf_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bf/bf_enc.d.tmp -MT crypto/bf/bf_enc.o -c -o crypto/bf/bf_enc.o ../crypto/bf/bf_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bf/bf_ofb64.d.tmp -MT crypto/bf/bf_ofb64.o -c -o crypto/bf/bf_ofb64.o ../crypto/bf/bf_ofb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bf/bf_skey.d.tmp -MT crypto/bf/bf_skey.o -c -o crypto/bf/bf_skey.o ../crypto/bf/bf_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_addr.d.tmp -MT crypto/bio/b_addr.o -c -o crypto/bio/b_addr.o ../crypto/bio/b_addr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_dump.d.tmp -MT crypto/bio/b_dump.o -c -o crypto/bio/b_dump.o ../crypto/bio/b_dump.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_print.d.tmp -MT crypto/bio/b_print.o -c -o crypto/bio/b_print.o ../crypto/bio/b_print.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_sock.d.tmp -MT crypto/bio/b_sock.o -c -o crypto/bio/b_sock.o ../crypto/bio/b_sock.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_sock2.d.tmp -MT crypto/bio/b_sock2.o -c -o crypto/bio/b_sock2.o ../crypto/bio/b_sock2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bf_buff.d.tmp -MT crypto/bio/bf_buff.o -c -o crypto/bio/bf_buff.o ../crypto/bio/bf_buff.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bf_lbuf.d.tmp -MT crypto/bio/bf_lbuf.o -c -o crypto/bio/bf_lbuf.o ../crypto/bio/bf_lbuf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bf_nbio.d.tmp -MT crypto/bio/bf_nbio.o -c -o crypto/bio/bf_nbio.o ../crypto/bio/bf_nbio.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bf_null.d.tmp -MT crypto/bio/bf_null.o -c -o crypto/bio/bf_null.o ../crypto/bio/bf_null.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bio_cb.d.tmp -MT crypto/bio/bio_cb.o -c -o crypto/bio/bio_cb.o ../crypto/bio/bio_cb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bio_err.d.tmp -MT crypto/bio/bio_err.o -c -o crypto/bio/bio_err.o ../crypto/bio/bio_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bio_lib.d.tmp -MT crypto/bio/bio_lib.o -c -o crypto/bio/bio_lib.o ../crypto/bio/bio_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bio_meth.d.tmp -MT crypto/bio/bio_meth.o -c -o crypto/bio/bio_meth.o ../crypto/bio/bio_meth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_acpt.d.tmp -MT crypto/bio/bss_acpt.o -c -o crypto/bio/bss_acpt.o ../crypto/bio/bss_acpt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_bio.d.tmp -MT crypto/bio/bss_bio.o -c -o crypto/bio/bss_bio.o ../crypto/bio/bss_bio.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_conn.d.tmp -MT crypto/bio/bss_conn.o -c -o crypto/bio/bss_conn.o ../crypto/bio/bss_conn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_dgram.d.tmp -MT crypto/bio/bss_dgram.o -c -o crypto/bio/bss_dgram.o ../crypto/bio/bss_dgram.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_fd.d.tmp -MT crypto/bio/bss_fd.o -c -o crypto/bio/bss_fd.o ../crypto/bio/bss_fd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_file.d.tmp -MT crypto/bio/bss_file.o -c -o crypto/bio/bss_file.o ../crypto/bio/bss_file.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_log.d.tmp -MT crypto/bio/bss_log.o -c -o crypto/bio/bss_log.o ../crypto/bio/bss_log.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_mem.d.tmp -MT crypto/bio/bss_mem.o -c -o crypto/bio/bss_mem.o ../crypto/bio/bss_mem.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_null.d.tmp -MT crypto/bio/bss_null.o -c -o crypto/bio/bss_null.o ../crypto/bio/bss_null.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_sock.d.tmp -MT crypto/bio/bss_sock.o -c -o crypto/bio/bss_sock.o ../crypto/bio/bss_sock.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/blake2/blake2b.d.tmp -MT crypto/blake2/blake2b.o -c -o crypto/blake2/blake2b.o ../crypto/blake2/blake2b.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/blake2/blake2s.d.tmp -MT crypto/blake2/blake2s.o -c -o crypto/blake2/blake2s.o ../crypto/blake2/blake2s.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/blake2/m_blake2b.d.tmp -MT crypto/blake2/m_blake2b.o -c -o crypto/blake2/m_blake2b.o ../crypto/blake2/m_blake2b.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/blake2/m_blake2s.d.tmp -MT crypto/blake2/m_blake2s.o -c -o crypto/blake2/m_blake2s.o ../crypto/blake2/m_blake2s.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_add.d.tmp -MT crypto/bn/bn_add.o -c -o crypto/bn/bn_add.o ../crypto/bn/bn_add.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_asm.d.tmp -MT crypto/bn/bn_asm.o -c -o crypto/bn/bn_asm.o ../crypto/bn/bn_asm.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_blind.d.tmp -MT crypto/bn/bn_blind.o -c -o crypto/bn/bn_blind.o ../crypto/bn/bn_blind.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_const.d.tmp -MT crypto/bn/bn_const.o -c -o crypto/bn/bn_const.o ../crypto/bn/bn_const.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_ctx.d.tmp -MT crypto/bn/bn_ctx.o -c -o crypto/bn/bn_ctx.o ../crypto/bn/bn_ctx.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_depr.d.tmp -MT crypto/bn/bn_depr.o -c -o crypto/bn/bn_depr.o ../crypto/bn/bn_depr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_dh.d.tmp -MT crypto/bn/bn_dh.o -c -o crypto/bn/bn_dh.o ../crypto/bn/bn_dh.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_div.d.tmp -MT crypto/bn/bn_div.o -c -o crypto/bn/bn_div.o ../crypto/bn/bn_div.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_err.d.tmp -MT crypto/bn/bn_err.o -c -o crypto/bn/bn_err.o ../crypto/bn/bn_err.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_exp.d.tmp -MT crypto/bn/bn_exp.o -c -o crypto/bn/bn_exp.o ../crypto/bn/bn_exp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_exp2.d.tmp -MT crypto/bn/bn_exp2.o -c -o crypto/bn/bn_exp2.o ../crypto/bn/bn_exp2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_gcd.d.tmp -MT crypto/bn/bn_gcd.o -c -o crypto/bn/bn_gcd.o ../crypto/bn/bn_gcd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_gf2m.d.tmp -MT crypto/bn/bn_gf2m.o -c -o crypto/bn/bn_gf2m.o ../crypto/bn/bn_gf2m.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_intern.d.tmp -MT crypto/bn/bn_intern.o -c -o crypto/bn/bn_intern.o ../crypto/bn/bn_intern.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_kron.d.tmp -MT crypto/bn/bn_kron.o -c -o crypto/bn/bn_kron.o ../crypto/bn/bn_kron.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_lib.d.tmp -MT crypto/bn/bn_lib.o -c -o crypto/bn/bn_lib.o ../crypto/bn/bn_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_mod.d.tmp -MT crypto/bn/bn_mod.o -c -o crypto/bn/bn_mod.o ../crypto/bn/bn_mod.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_mont.d.tmp -MT crypto/bn/bn_mont.o -c -o crypto/bn/bn_mont.o ../crypto/bn/bn_mont.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_mpi.d.tmp -MT crypto/bn/bn_mpi.o -c -o crypto/bn/bn_mpi.o ../crypto/bn/bn_mpi.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_mul.d.tmp -MT crypto/bn/bn_mul.o -c -o crypto/bn/bn_mul.o ../crypto/bn/bn_mul.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_nist.d.tmp -MT crypto/bn/bn_nist.o -c -o crypto/bn/bn_nist.o ../crypto/bn/bn_nist.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_prime.d.tmp -MT crypto/bn/bn_prime.o -c -o crypto/bn/bn_prime.o ../crypto/bn/bn_prime.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_print.d.tmp -MT crypto/bn/bn_print.o -c -o crypto/bn/bn_print.o ../crypto/bn/bn_print.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_rand.d.tmp -MT crypto/bn/bn_rand.o -c -o crypto/bn/bn_rand.o ../crypto/bn/bn_rand.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_recp.d.tmp -MT crypto/bn/bn_recp.o -c -o crypto/bn/bn_recp.o ../crypto/bn/bn_recp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_shift.d.tmp -MT crypto/bn/bn_shift.o -c -o crypto/bn/bn_shift.o ../crypto/bn/bn_shift.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_sqr.d.tmp -MT crypto/bn/bn_sqr.o -c -o crypto/bn/bn_sqr.o ../crypto/bn/bn_sqr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_sqrt.d.tmp -MT crypto/bn/bn_sqrt.o -c -o crypto/bn/bn_sqrt.o ../crypto/bn/bn_sqrt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_srp.d.tmp -MT crypto/bn/bn_srp.o -c -o crypto/bn/bn_srp.o ../crypto/bn/bn_srp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_word.d.tmp -MT crypto/bn/bn_word.o -c -o crypto/bn/bn_word.o ../crypto/bn/bn_word.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_x931p.d.tmp -MT crypto/bn/bn_x931p.o -c -o crypto/bn/bn_x931p.o ../crypto/bn/bn_x931p.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/buffer/buf_err.d.tmp -MT crypto/buffer/buf_err.o -c -o crypto/buffer/buf_err.o ../crypto/buffer/buf_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/buffer/buffer.d.tmp -MT crypto/buffer/buffer.o -c -o crypto/buffer/buffer.o ../crypto/buffer/buffer.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/camellia.d.tmp -MT crypto/camellia/camellia.o -c -o crypto/camellia/camellia.o ../crypto/camellia/camellia.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/cmll_cbc.d.tmp -MT crypto/camellia/cmll_cbc.o -c -o crypto/camellia/cmll_cbc.o ../crypto/camellia/cmll_cbc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/cmll_cfb.d.tmp -MT crypto/camellia/cmll_cfb.o -c -o crypto/camellia/cmll_cfb.o ../crypto/camellia/cmll_cfb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/cmll_ctr.d.tmp -MT crypto/camellia/cmll_ctr.o -c -o crypto/camellia/cmll_ctr.o ../crypto/camellia/cmll_ctr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/cmll_ecb.d.tmp -MT crypto/camellia/cmll_ecb.o -c -o crypto/camellia/cmll_ecb.o ../crypto/camellia/cmll_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/cmll_misc.d.tmp -MT crypto/camellia/cmll_misc.o -c -o crypto/camellia/cmll_misc.o ../crypto/camellia/cmll_misc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/camellia/cmll_ofb.d.tmp -MT crypto/camellia/cmll_ofb.o -c -o crypto/camellia/cmll_ofb.o ../crypto/camellia/cmll_ofb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cast/c_cfb64.d.tmp -MT crypto/cast/c_cfb64.o -c -o crypto/cast/c_cfb64.o ../crypto/cast/c_cfb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cast/c_ecb.d.tmp -MT crypto/cast/c_ecb.o -c -o crypto/cast/c_ecb.o ../crypto/cast/c_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cast/c_enc.d.tmp -MT crypto/cast/c_enc.o -c -o crypto/cast/c_enc.o ../crypto/cast/c_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cast/c_ofb64.d.tmp -MT crypto/cast/c_ofb64.o -c -o crypto/cast/c_ofb64.o ../crypto/cast/c_ofb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cast/c_skey.d.tmp -MT crypto/cast/c_skey.o -c -o crypto/cast/c_skey.o ../crypto/cast/c_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/chacha/chacha_enc.d.tmp -MT crypto/chacha/chacha_enc.o -c -o crypto/chacha/chacha_enc.o ../crypto/chacha/chacha_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cmac/cm_ameth.d.tmp -MT crypto/cmac/cm_ameth.o -c -o crypto/cmac/cm_ameth.o ../crypto/cmac/cm_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cmac/cm_pmeth.d.tmp -MT crypto/cmac/cm_pmeth.o -c -o crypto/cmac/cm_pmeth.o ../crypto/cmac/cm_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cmac/cmac.d.tmp -MT crypto/cmac/cmac.o -c -o crypto/cmac/cmac.o ../crypto/cmac/cmac.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_asn1.d.tmp -MT crypto/cms/cms_asn1.o -c -o crypto/cms/cms_asn1.o ../crypto/cms/cms_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_att.d.tmp -MT crypto/cms/cms_att.o -c -o crypto/cms/cms_att.o ../crypto/cms/cms_att.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_cd.d.tmp -MT crypto/cms/cms_cd.o -c -o crypto/cms/cms_cd.o ../crypto/cms/cms_cd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_dd.d.tmp -MT crypto/cms/cms_dd.o -c -o crypto/cms/cms_dd.o ../crypto/cms/cms_dd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_enc.d.tmp -MT crypto/cms/cms_enc.o -c -o crypto/cms/cms_enc.o ../crypto/cms/cms_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_env.d.tmp -MT crypto/cms/cms_env.o -c -o crypto/cms/cms_env.o ../crypto/cms/cms_env.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_err.d.tmp -MT crypto/cms/cms_err.o -c -o crypto/cms/cms_err.o ../crypto/cms/cms_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_ess.d.tmp -MT crypto/cms/cms_ess.o -c -o crypto/cms/cms_ess.o ../crypto/cms/cms_ess.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_io.d.tmp -MT crypto/cms/cms_io.o -c -o crypto/cms/cms_io.o ../crypto/cms/cms_io.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_kari.d.tmp -MT crypto/cms/cms_kari.o -c -o crypto/cms/cms_kari.o ../crypto/cms/cms_kari.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_lib.d.tmp -MT crypto/cms/cms_lib.o -c -o crypto/cms/cms_lib.o ../crypto/cms/cms_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_pwri.d.tmp -MT crypto/cms/cms_pwri.o -c -o crypto/cms/cms_pwri.o ../crypto/cms/cms_pwri.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_sd.d.tmp -MT crypto/cms/cms_sd.o -c -o crypto/cms/cms_sd.o ../crypto/cms/cms_sd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_smime.d.tmp -MT crypto/cms/cms_smime.o -c -o crypto/cms/cms_smime.o ../crypto/cms/cms_smime.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/comp/c_zlib.d.tmp -MT crypto/comp/c_zlib.o -c -o crypto/comp/c_zlib.o ../crypto/comp/c_zlib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/comp/comp_err.d.tmp -MT crypto/comp/comp_err.o -c -o crypto/comp/comp_err.o ../crypto/comp/comp_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/comp/comp_lib.d.tmp -MT crypto/comp/comp_lib.o -c -o crypto/comp/comp_lib.o ../crypto/comp/comp_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_api.d.tmp -MT crypto/conf/conf_api.o -c -o crypto/conf/conf_api.o ../crypto/conf/conf_api.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_def.d.tmp -MT crypto/conf/conf_def.o -c -o crypto/conf/conf_def.o ../crypto/conf/conf_def.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_err.d.tmp -MT crypto/conf/conf_err.o -c -o crypto/conf/conf_err.o ../crypto/conf/conf_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_lib.d.tmp -MT crypto/conf/conf_lib.o -c -o crypto/conf/conf_lib.o ../crypto/conf/conf_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_mall.d.tmp -MT crypto/conf/conf_mall.o -c -o crypto/conf/conf_mall.o ../crypto/conf/conf_mall.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_mod.d.tmp -MT crypto/conf/conf_mod.o -c -o crypto/conf/conf_mod.o ../crypto/conf/conf_mod.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_sap.d.tmp -MT crypto/conf/conf_sap.o -c -o crypto/conf/conf_sap.o ../crypto/conf/conf_sap.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_ssl.d.tmp -MT crypto/conf/conf_ssl.o -c -o crypto/conf/conf_ssl.o ../crypto/conf/conf_ssl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cpt_err.d.tmp -MT crypto/cpt_err.o -c -o crypto/cpt_err.o ../crypto/cpt_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cryptlib.d.tmp -MT crypto/cryptlib.o -c -o crypto/cryptlib.o ../crypto/cryptlib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_b64.d.tmp -MT crypto/ct/ct_b64.o -c -o crypto/ct/ct_b64.o ../crypto/ct/ct_b64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_err.d.tmp -MT crypto/ct/ct_err.o -c -o crypto/ct/ct_err.o ../crypto/ct/ct_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_log.d.tmp -MT crypto/ct/ct_log.o -c -o crypto/ct/ct_log.o ../crypto/ct/ct_log.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_oct.d.tmp -MT crypto/ct/ct_oct.o -c -o crypto/ct/ct_oct.o ../crypto/ct/ct_oct.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_policy.d.tmp -MT crypto/ct/ct_policy.o -c -o crypto/ct/ct_policy.o ../crypto/ct/ct_policy.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_prn.d.tmp -MT crypto/ct/ct_prn.o -c -o crypto/ct/ct_prn.o ../crypto/ct/ct_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_sct.d.tmp -MT crypto/ct/ct_sct.o -c -o crypto/ct/ct_sct.o ../crypto/ct/ct_sct.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_sct_ctx.d.tmp -MT crypto/ct/ct_sct_ctx.o -c -o crypto/ct/ct_sct_ctx.o ../crypto/ct/ct_sct_ctx.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_vfy.d.tmp -MT crypto/ct/ct_vfy.o -c -o crypto/ct/ct_vfy.o ../crypto/ct/ct_vfy.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_x509v3.d.tmp -MT crypto/ct/ct_x509v3.o -c -o crypto/ct/ct_x509v3.o ../crypto/ct/ct_x509v3.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ctype.d.tmp -MT crypto/ctype.o -c -o crypto/ctype.o ../crypto/ctype.c /usr/bin/perl ../util/mkbuildinf.pl "gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG" "mingw" > crypto/buildinf.h -gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cversion.d.tmp -MT crypto/cversion.o -c -o crypto/cversion.o ../crypto/cversion.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/cbc_cksm.d.tmp -MT crypto/des/cbc_cksm.o -c -o crypto/des/cbc_cksm.o ../crypto/des/cbc_cksm.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/cbc_enc.d.tmp -MT crypto/des/cbc_enc.o -c -o crypto/des/cbc_enc.o ../crypto/des/cbc_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/cfb64ede.d.tmp -MT crypto/des/cfb64ede.o -c -o crypto/des/cfb64ede.o ../crypto/des/cfb64ede.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/cfb64enc.d.tmp -MT crypto/des/cfb64enc.o -c -o crypto/des/cfb64enc.o ../crypto/des/cfb64enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/cfb_enc.d.tmp -MT crypto/des/cfb_enc.o -c -o crypto/des/cfb_enc.o ../crypto/des/cfb_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/des_enc.d.tmp -MT crypto/des/des_enc.o -c -o crypto/des/des_enc.o ../crypto/des/des_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/ecb3_enc.d.tmp -MT crypto/des/ecb3_enc.o -c -o crypto/des/ecb3_enc.o ../crypto/des/ecb3_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/ecb_enc.d.tmp -MT crypto/des/ecb_enc.o -c -o crypto/des/ecb_enc.o ../crypto/des/ecb_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/fcrypt.d.tmp -MT crypto/des/fcrypt.o -c -o crypto/des/fcrypt.o ../crypto/des/fcrypt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/fcrypt_b.d.tmp -MT crypto/des/fcrypt_b.o -c -o crypto/des/fcrypt_b.o ../crypto/des/fcrypt_b.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/ofb64ede.d.tmp -MT crypto/des/ofb64ede.o -c -o crypto/des/ofb64ede.o ../crypto/des/ofb64ede.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/ofb64enc.d.tmp -MT crypto/des/ofb64enc.o -c -o crypto/des/ofb64enc.o ../crypto/des/ofb64enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/ofb_enc.d.tmp -MT crypto/des/ofb_enc.o -c -o crypto/des/ofb_enc.o ../crypto/des/ofb_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/pcbc_enc.d.tmp -MT crypto/des/pcbc_enc.o -c -o crypto/des/pcbc_enc.o ../crypto/des/pcbc_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/qud_cksm.d.tmp -MT crypto/des/qud_cksm.o -c -o crypto/des/qud_cksm.o ../crypto/des/qud_cksm.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/rand_key.d.tmp -MT crypto/des/rand_key.o -c -o crypto/des/rand_key.o ../crypto/des/rand_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/set_key.d.tmp -MT crypto/des/set_key.o -c -o crypto/des/set_key.o ../crypto/des/set_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/str2key.d.tmp -MT crypto/des/str2key.o -c -o crypto/des/str2key.o ../crypto/des/str2key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/xcbc_enc.d.tmp -MT crypto/des/xcbc_enc.o -c -o crypto/des/xcbc_enc.o ../crypto/des/xcbc_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_ameth.d.tmp -MT crypto/dh/dh_ameth.o -c -o crypto/dh/dh_ameth.o ../crypto/dh/dh_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_asn1.d.tmp -MT crypto/dh/dh_asn1.o -c -o crypto/dh/dh_asn1.o ../crypto/dh/dh_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_check.d.tmp -MT crypto/dh/dh_check.o -c -o crypto/dh/dh_check.o ../crypto/dh/dh_check.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_depr.d.tmp -MT crypto/dh/dh_depr.o -c -o crypto/dh/dh_depr.o ../crypto/dh/dh_depr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_err.d.tmp -MT crypto/dh/dh_err.o -c -o crypto/dh/dh_err.o ../crypto/dh/dh_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_gen.d.tmp -MT crypto/dh/dh_gen.o -c -o crypto/dh/dh_gen.o ../crypto/dh/dh_gen.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_kdf.d.tmp -MT crypto/dh/dh_kdf.o -c -o crypto/dh/dh_kdf.o ../crypto/dh/dh_kdf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_key.d.tmp -MT crypto/dh/dh_key.o -c -o crypto/dh/dh_key.o ../crypto/dh/dh_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_lib.d.tmp -MT crypto/dh/dh_lib.o -c -o crypto/dh/dh_lib.o ../crypto/dh/dh_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_meth.d.tmp -MT crypto/dh/dh_meth.o -c -o crypto/dh/dh_meth.o ../crypto/dh/dh_meth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_pmeth.d.tmp -MT crypto/dh/dh_pmeth.o -c -o crypto/dh/dh_pmeth.o ../crypto/dh/dh_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_prn.d.tmp -MT crypto/dh/dh_prn.o -c -o crypto/dh/dh_prn.o ../crypto/dh/dh_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_rfc5114.d.tmp -MT crypto/dh/dh_rfc5114.o -c -o crypto/dh/dh_rfc5114.o ../crypto/dh/dh_rfc5114.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_rfc7919.d.tmp -MT crypto/dh/dh_rfc7919.o -c -o crypto/dh/dh_rfc7919.o ../crypto/dh/dh_rfc7919.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_ameth.d.tmp -MT crypto/dsa/dsa_ameth.o -c -o crypto/dsa/dsa_ameth.o ../crypto/dsa/dsa_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_asn1.d.tmp -MT crypto/dsa/dsa_asn1.o -c -o crypto/dsa/dsa_asn1.o ../crypto/dsa/dsa_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_depr.d.tmp -MT crypto/dsa/dsa_depr.o -c -o crypto/dsa/dsa_depr.o ../crypto/dsa/dsa_depr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_err.d.tmp -MT crypto/dsa/dsa_err.o -c -o crypto/dsa/dsa_err.o ../crypto/dsa/dsa_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_gen.d.tmp -MT crypto/dsa/dsa_gen.o -c -o crypto/dsa/dsa_gen.o ../crypto/dsa/dsa_gen.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_key.d.tmp -MT crypto/dsa/dsa_key.o -c -o crypto/dsa/dsa_key.o ../crypto/dsa/dsa_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_lib.d.tmp -MT crypto/dsa/dsa_lib.o -c -o crypto/dsa/dsa_lib.o ../crypto/dsa/dsa_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_meth.d.tmp -MT crypto/dsa/dsa_meth.o -c -o crypto/dsa/dsa_meth.o ../crypto/dsa/dsa_meth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_ossl.d.tmp -MT crypto/dsa/dsa_ossl.o -c -o crypto/dsa/dsa_ossl.o ../crypto/dsa/dsa_ossl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_pmeth.d.tmp -MT crypto/dsa/dsa_pmeth.o -c -o crypto/dsa/dsa_pmeth.o ../crypto/dsa/dsa_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_prn.d.tmp -MT crypto/dsa/dsa_prn.o -c -o crypto/dsa/dsa_prn.o ../crypto/dsa/dsa_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_sign.d.tmp -MT crypto/dsa/dsa_sign.o -c -o crypto/dsa/dsa_sign.o ../crypto/dsa/dsa_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_vrf.d.tmp -MT crypto/dsa/dsa_vrf.o -c -o crypto/dsa/dsa_vrf.o ../crypto/dsa/dsa_vrf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_dl.d.tmp -MT crypto/dso/dso_dl.o -c -o crypto/dso/dso_dl.o ../crypto/dso/dso_dl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_dlfcn.d.tmp -MT crypto/dso/dso_dlfcn.o -c -o crypto/dso/dso_dlfcn.o ../crypto/dso/dso_dlfcn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_err.d.tmp -MT crypto/dso/dso_err.o -c -o crypto/dso/dso_err.o ../crypto/dso/dso_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_lib.d.tmp -MT crypto/dso/dso_lib.o -c -o crypto/dso/dso_lib.o ../crypto/dso/dso_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_openssl.d.tmp -MT crypto/dso/dso_openssl.o -c -o crypto/dso/dso_openssl.o ../crypto/dso/dso_openssl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_vms.d.tmp -MT crypto/dso/dso_vms.o -c -o crypto/dso/dso_vms.o ../crypto/dso/dso_vms.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_win32.d.tmp -MT crypto/dso/dso_win32.o -c -o crypto/dso/dso_win32.o ../crypto/dso/dso_win32.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ebcdic.d.tmp -MT crypto/ebcdic.o -c -o crypto/ebcdic.o ../crypto/ebcdic.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve25519.d.tmp -MT crypto/ec/curve25519.o -c -o crypto/ec/curve25519.o ../crypto/ec/curve25519.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/arch_32/f_impl.d.tmp -MT crypto/ec/curve448/arch_32/f_impl.o -c -o crypto/ec/curve448/arch_32/f_impl.o ../crypto/ec/curve448/arch_32/f_impl.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/curve448.d.tmp -MT crypto/ec/curve448/curve448.o -c -o crypto/ec/curve448/curve448.o ../crypto/ec/curve448/curve448.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/curve448_tables.d.tmp -MT crypto/ec/curve448/curve448_tables.o -c -o crypto/ec/curve448/curve448_tables.o ../crypto/ec/curve448/curve448_tables.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/eddsa.d.tmp -MT crypto/ec/curve448/eddsa.o -c -o crypto/ec/curve448/eddsa.o ../crypto/ec/curve448/eddsa.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/f_generic.d.tmp -MT crypto/ec/curve448/f_generic.o -c -o crypto/ec/curve448/f_generic.o ../crypto/ec/curve448/f_generic.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/scalar.d.tmp -MT crypto/ec/curve448/scalar.o -c -o crypto/ec/curve448/scalar.o ../crypto/ec/curve448/scalar.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec2_oct.d.tmp -MT crypto/ec/ec2_oct.o -c -o crypto/ec/ec2_oct.o ../crypto/ec/ec2_oct.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec2_smpl.d.tmp -MT crypto/ec/ec2_smpl.o -c -o crypto/ec/ec2_smpl.o ../crypto/ec/ec2_smpl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_ameth.d.tmp -MT crypto/ec/ec_ameth.o -c -o crypto/ec/ec_ameth.o ../crypto/ec/ec_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_asn1.d.tmp -MT crypto/ec/ec_asn1.o -c -o crypto/ec/ec_asn1.o ../crypto/ec/ec_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_check.d.tmp -MT crypto/ec/ec_check.o -c -o crypto/ec/ec_check.o ../crypto/ec/ec_check.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_curve.d.tmp -MT crypto/ec/ec_curve.o -c -o crypto/ec/ec_curve.o ../crypto/ec/ec_curve.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_cvt.d.tmp -MT crypto/ec/ec_cvt.o -c -o crypto/ec/ec_cvt.o ../crypto/ec/ec_cvt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_err.d.tmp -MT crypto/ec/ec_err.o -c -o crypto/ec/ec_err.o ../crypto/ec/ec_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_key.d.tmp -MT crypto/ec/ec_key.o -c -o crypto/ec/ec_key.o ../crypto/ec/ec_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_kmeth.d.tmp -MT crypto/ec/ec_kmeth.o -c -o crypto/ec/ec_kmeth.o ../crypto/ec/ec_kmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_lib.d.tmp -MT crypto/ec/ec_lib.o -c -o crypto/ec/ec_lib.o ../crypto/ec/ec_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_mult.d.tmp -MT crypto/ec/ec_mult.o -c -o crypto/ec/ec_mult.o ../crypto/ec/ec_mult.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_oct.d.tmp -MT crypto/ec/ec_oct.o -c -o crypto/ec/ec_oct.o ../crypto/ec/ec_oct.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_pmeth.d.tmp -MT crypto/ec/ec_pmeth.o -c -o crypto/ec/ec_pmeth.o ../crypto/ec/ec_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_print.d.tmp -MT crypto/ec/ec_print.o -c -o crypto/ec/ec_print.o ../crypto/ec/ec_print.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdh_kdf.d.tmp -MT crypto/ec/ecdh_kdf.o -c -o crypto/ec/ecdh_kdf.o ../crypto/ec/ecdh_kdf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdh_ossl.d.tmp -MT crypto/ec/ecdh_ossl.o -c -o crypto/ec/ecdh_ossl.o ../crypto/ec/ecdh_ossl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdsa_ossl.d.tmp -MT crypto/ec/ecdsa_ossl.o -c -o crypto/ec/ecdsa_ossl.o ../crypto/ec/ecdsa_ossl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdsa_sign.d.tmp -MT crypto/ec/ecdsa_sign.o -c -o crypto/ec/ecdsa_sign.o ../crypto/ec/ecdsa_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdsa_vrf.d.tmp -MT crypto/ec/ecdsa_vrf.o -c -o crypto/ec/ecdsa_vrf.o ../crypto/ec/ecdsa_vrf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/eck_prn.d.tmp -MT crypto/ec/eck_prn.o -c -o crypto/ec/eck_prn.o ../crypto/ec/eck_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_mont.d.tmp -MT crypto/ec/ecp_mont.o -c -o crypto/ec/ecp_mont.o ../crypto/ec/ecp_mont.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nist.d.tmp -MT crypto/ec/ecp_nist.o -c -o crypto/ec/ecp_nist.o ../crypto/ec/ecp_nist.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nistp224.d.tmp -MT crypto/ec/ecp_nistp224.o -c -o crypto/ec/ecp_nistp224.o ../crypto/ec/ecp_nistp224.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nistp256.d.tmp -MT crypto/ec/ecp_nistp256.o -c -o crypto/ec/ecp_nistp256.o ../crypto/ec/ecp_nistp256.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nistp521.d.tmp -MT crypto/ec/ecp_nistp521.o -c -o crypto/ec/ecp_nistp521.o ../crypto/ec/ecp_nistp521.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nistputil.d.tmp -MT crypto/ec/ecp_nistputil.o -c -o crypto/ec/ecp_nistputil.o ../crypto/ec/ecp_nistputil.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_oct.d.tmp -MT crypto/ec/ecp_oct.o -c -o crypto/ec/ecp_oct.o ../crypto/ec/ecp_oct.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_smpl.d.tmp -MT crypto/ec/ecp_smpl.o -c -o crypto/ec/ecp_smpl.o ../crypto/ec/ecp_smpl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecx_meth.d.tmp -MT crypto/ec/ecx_meth.o -c -o crypto/ec/ecx_meth.o ../crypto/ec/ecx_meth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_all.d.tmp -MT crypto/engine/eng_all.o -c -o crypto/engine/eng_all.o ../crypto/engine/eng_all.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_cnf.d.tmp -MT crypto/engine/eng_cnf.o -c -o crypto/engine/eng_cnf.o ../crypto/engine/eng_cnf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_ctrl.d.tmp -MT crypto/engine/eng_ctrl.o -c -o crypto/engine/eng_ctrl.o ../crypto/engine/eng_ctrl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_dyn.d.tmp -MT crypto/engine/eng_dyn.o -c -o crypto/engine/eng_dyn.o ../crypto/engine/eng_dyn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_err.d.tmp -MT crypto/engine/eng_err.o -c -o crypto/engine/eng_err.o ../crypto/engine/eng_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_fat.d.tmp -MT crypto/engine/eng_fat.o -c -o crypto/engine/eng_fat.o ../crypto/engine/eng_fat.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_init.d.tmp -MT crypto/engine/eng_init.o -c -o crypto/engine/eng_init.o ../crypto/engine/eng_init.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_lib.d.tmp -MT crypto/engine/eng_lib.o -c -o crypto/engine/eng_lib.o ../crypto/engine/eng_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_list.d.tmp -MT crypto/engine/eng_list.o -c -o crypto/engine/eng_list.o ../crypto/engine/eng_list.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_openssl.d.tmp -MT crypto/engine/eng_openssl.o -c -o crypto/engine/eng_openssl.o ../crypto/engine/eng_openssl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_pkey.d.tmp -MT crypto/engine/eng_pkey.o -c -o crypto/engine/eng_pkey.o ../crypto/engine/eng_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_rdrand.d.tmp -MT crypto/engine/eng_rdrand.o -c -o crypto/engine/eng_rdrand.o ../crypto/engine/eng_rdrand.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_table.d.tmp -MT crypto/engine/eng_table.o -c -o crypto/engine/eng_table.o ../crypto/engine/eng_table.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_asnmth.d.tmp -MT crypto/engine/tb_asnmth.o -c -o crypto/engine/tb_asnmth.o ../crypto/engine/tb_asnmth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_cipher.d.tmp -MT crypto/engine/tb_cipher.o -c -o crypto/engine/tb_cipher.o ../crypto/engine/tb_cipher.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_dh.d.tmp -MT crypto/engine/tb_dh.o -c -o crypto/engine/tb_dh.o ../crypto/engine/tb_dh.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_digest.d.tmp -MT crypto/engine/tb_digest.o -c -o crypto/engine/tb_digest.o ../crypto/engine/tb_digest.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_dsa.d.tmp -MT crypto/engine/tb_dsa.o -c -o crypto/engine/tb_dsa.o ../crypto/engine/tb_dsa.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_eckey.d.tmp -MT crypto/engine/tb_eckey.o -c -o crypto/engine/tb_eckey.o ../crypto/engine/tb_eckey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_pkmeth.d.tmp -MT crypto/engine/tb_pkmeth.o -c -o crypto/engine/tb_pkmeth.o ../crypto/engine/tb_pkmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_rand.d.tmp -MT crypto/engine/tb_rand.o -c -o crypto/engine/tb_rand.o ../crypto/engine/tb_rand.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_rsa.d.tmp -MT crypto/engine/tb_rsa.o -c -o crypto/engine/tb_rsa.o ../crypto/engine/tb_rsa.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/err/err.d.tmp -MT crypto/err/err.o -c -o crypto/err/err.o ../crypto/err/err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/err/err_all.d.tmp -MT crypto/err/err_all.o -c -o crypto/err/err_all.o ../crypto/err/err_all.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/err/err_prn.d.tmp -MT crypto/err/err_prn.o -c -o crypto/err/err_prn.o ../crypto/err/err_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/bio_b64.d.tmp -MT crypto/evp/bio_b64.o -c -o crypto/evp/bio_b64.o ../crypto/evp/bio_b64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/bio_enc.d.tmp -MT crypto/evp/bio_enc.o -c -o crypto/evp/bio_enc.o ../crypto/evp/bio_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/bio_md.d.tmp -MT crypto/evp/bio_md.o -c -o crypto/evp/bio_md.o ../crypto/evp/bio_md.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/bio_ok.d.tmp -MT crypto/evp/bio_ok.o -c -o crypto/evp/bio_ok.o ../crypto/evp/bio_ok.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/c_allc.d.tmp -MT crypto/evp/c_allc.o -c -o crypto/evp/c_allc.o ../crypto/evp/c_allc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/c_alld.d.tmp -MT crypto/evp/c_alld.o -c -o crypto/evp/c_alld.o ../crypto/evp/c_alld.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/cmeth_lib.d.tmp -MT crypto/evp/cmeth_lib.o -c -o crypto/evp/cmeth_lib.o ../crypto/evp/cmeth_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/digest.d.tmp -MT crypto/evp/digest.o -c -o crypto/evp/digest.o ../crypto/evp/digest.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_aes.d.tmp -MT crypto/evp/e_aes.o -c -o crypto/evp/e_aes.o ../crypto/evp/e_aes.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_aes_cbc_hmac_sha1.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha1.o -c -o crypto/evp/e_aes_cbc_hmac_sha1.o ../crypto/evp/e_aes_cbc_hmac_sha1.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_aes_cbc_hmac_sha256.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha256.o -c -o crypto/evp/e_aes_cbc_hmac_sha256.o ../crypto/evp/e_aes_cbc_hmac_sha256.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_aria.d.tmp -MT crypto/evp/e_aria.o -c -o crypto/evp/e_aria.o ../crypto/evp/e_aria.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_bf.d.tmp -MT crypto/evp/e_bf.o -c -o crypto/evp/e_bf.o ../crypto/evp/e_bf.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_camellia.d.tmp -MT crypto/evp/e_camellia.o -c -o crypto/evp/e_camellia.o ../crypto/evp/e_camellia.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_cast.d.tmp -MT crypto/evp/e_cast.o -c -o crypto/evp/e_cast.o ../crypto/evp/e_cast.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_chacha20_poly1305.d.tmp -MT crypto/evp/e_chacha20_poly1305.o -c -o crypto/evp/e_chacha20_poly1305.o ../crypto/evp/e_chacha20_poly1305.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_des.d.tmp -MT crypto/evp/e_des.o -c -o crypto/evp/e_des.o ../crypto/evp/e_des.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_des3.d.tmp -MT crypto/evp/e_des3.o -c -o crypto/evp/e_des3.o ../crypto/evp/e_des3.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_idea.d.tmp -MT crypto/evp/e_idea.o -c -o crypto/evp/e_idea.o ../crypto/evp/e_idea.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_null.d.tmp -MT crypto/evp/e_null.o -c -o crypto/evp/e_null.o ../crypto/evp/e_null.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_old.d.tmp -MT crypto/evp/e_old.o -c -o crypto/evp/e_old.o ../crypto/evp/e_old.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_rc2.d.tmp -MT crypto/evp/e_rc2.o -c -o crypto/evp/e_rc2.o ../crypto/evp/e_rc2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_rc4.d.tmp -MT crypto/evp/e_rc4.o -c -o crypto/evp/e_rc4.o ../crypto/evp/e_rc4.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_rc4_hmac_md5.d.tmp -MT crypto/evp/e_rc4_hmac_md5.o -c -o crypto/evp/e_rc4_hmac_md5.o ../crypto/evp/e_rc4_hmac_md5.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_rc5.d.tmp -MT crypto/evp/e_rc5.o -c -o crypto/evp/e_rc5.o ../crypto/evp/e_rc5.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_seed.d.tmp -MT crypto/evp/e_seed.o -c -o crypto/evp/e_seed.o ../crypto/evp/e_seed.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_sm4.d.tmp -MT crypto/evp/e_sm4.o -c -o crypto/evp/e_sm4.o ../crypto/evp/e_sm4.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_xcbc_d.d.tmp -MT crypto/evp/e_xcbc_d.o -c -o crypto/evp/e_xcbc_d.o ../crypto/evp/e_xcbc_d.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/encode.d.tmp -MT crypto/evp/encode.o -c -o crypto/evp/encode.o ../crypto/evp/encode.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_cnf.d.tmp -MT crypto/evp/evp_cnf.o -c -o crypto/evp/evp_cnf.o ../crypto/evp/evp_cnf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_enc.d.tmp -MT crypto/evp/evp_enc.o -c -o crypto/evp/evp_enc.o ../crypto/evp/evp_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_err.d.tmp -MT crypto/evp/evp_err.o -c -o crypto/evp/evp_err.o ../crypto/evp/evp_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_key.d.tmp -MT crypto/evp/evp_key.o -c -o crypto/evp/evp_key.o ../crypto/evp/evp_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_lib.d.tmp -MT crypto/evp/evp_lib.o -c -o crypto/evp/evp_lib.o ../crypto/evp/evp_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_pbe.d.tmp -MT crypto/evp/evp_pbe.o -c -o crypto/evp/evp_pbe.o ../crypto/evp/evp_pbe.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_pkey.d.tmp -MT crypto/evp/evp_pkey.o -c -o crypto/evp/evp_pkey.o ../crypto/evp/evp_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_md2.d.tmp -MT crypto/evp/m_md2.o -c -o crypto/evp/m_md2.o ../crypto/evp/m_md2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_md4.d.tmp -MT crypto/evp/m_md4.o -c -o crypto/evp/m_md4.o ../crypto/evp/m_md4.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_md5.d.tmp -MT crypto/evp/m_md5.o -c -o crypto/evp/m_md5.o ../crypto/evp/m_md5.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_md5_sha1.d.tmp -MT crypto/evp/m_md5_sha1.o -c -o crypto/evp/m_md5_sha1.o ../crypto/evp/m_md5_sha1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_mdc2.d.tmp -MT crypto/evp/m_mdc2.o -c -o crypto/evp/m_mdc2.o ../crypto/evp/m_mdc2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_null.d.tmp -MT crypto/evp/m_null.o -c -o crypto/evp/m_null.o ../crypto/evp/m_null.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_ripemd.d.tmp -MT crypto/evp/m_ripemd.o -c -o crypto/evp/m_ripemd.o ../crypto/evp/m_ripemd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_sha1.d.tmp -MT crypto/evp/m_sha1.o -c -o crypto/evp/m_sha1.o ../crypto/evp/m_sha1.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_sha3.d.tmp -MT crypto/evp/m_sha3.o -c -o crypto/evp/m_sha3.o ../crypto/evp/m_sha3.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_sigver.d.tmp -MT crypto/evp/m_sigver.o -c -o crypto/evp/m_sigver.o ../crypto/evp/m_sigver.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_wp.d.tmp -MT crypto/evp/m_wp.o -c -o crypto/evp/m_wp.o ../crypto/evp/m_wp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/names.d.tmp -MT crypto/evp/names.o -c -o crypto/evp/names.o ../crypto/evp/names.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p5_crpt.d.tmp -MT crypto/evp/p5_crpt.o -c -o crypto/evp/p5_crpt.o ../crypto/evp/p5_crpt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p5_crpt2.d.tmp -MT crypto/evp/p5_crpt2.o -c -o crypto/evp/p5_crpt2.o ../crypto/evp/p5_crpt2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_dec.d.tmp -MT crypto/evp/p_dec.o -c -o crypto/evp/p_dec.o ../crypto/evp/p_dec.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_enc.d.tmp -MT crypto/evp/p_enc.o -c -o crypto/evp/p_enc.o ../crypto/evp/p_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_lib.d.tmp -MT crypto/evp/p_lib.o -c -o crypto/evp/p_lib.o ../crypto/evp/p_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_open.d.tmp -MT crypto/evp/p_open.o -c -o crypto/evp/p_open.o ../crypto/evp/p_open.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_seal.d.tmp -MT crypto/evp/p_seal.o -c -o crypto/evp/p_seal.o ../crypto/evp/p_seal.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_sign.d.tmp -MT crypto/evp/p_sign.o -c -o crypto/evp/p_sign.o ../crypto/evp/p_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_verify.d.tmp -MT crypto/evp/p_verify.o -c -o crypto/evp/p_verify.o ../crypto/evp/p_verify.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/pbe_scrypt.d.tmp -MT crypto/evp/pbe_scrypt.o -c -o crypto/evp/pbe_scrypt.o ../crypto/evp/pbe_scrypt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/pmeth_fn.d.tmp -MT crypto/evp/pmeth_fn.o -c -o crypto/evp/pmeth_fn.o ../crypto/evp/pmeth_fn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/pmeth_gn.d.tmp -MT crypto/evp/pmeth_gn.o -c -o crypto/evp/pmeth_gn.o ../crypto/evp/pmeth_gn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/pmeth_lib.d.tmp -MT crypto/evp/pmeth_lib.o -c -o crypto/evp/pmeth_lib.o ../crypto/evp/pmeth_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ex_data.d.tmp -MT crypto/ex_data.o -c -o crypto/ex_data.o ../crypto/ex_data.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/getenv.d.tmp -MT crypto/getenv.o -c -o crypto/getenv.o ../crypto/getenv.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/hmac/hm_ameth.d.tmp -MT crypto/hmac/hm_ameth.o -c -o crypto/hmac/hm_ameth.o ../crypto/hmac/hm_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/hmac/hm_pmeth.d.tmp -MT crypto/hmac/hm_pmeth.o -c -o crypto/hmac/hm_pmeth.o ../crypto/hmac/hm_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/hmac/hmac.d.tmp -MT crypto/hmac/hmac.o -c -o crypto/hmac/hmac.o ../crypto/hmac/hmac.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/idea/i_cbc.d.tmp -MT crypto/idea/i_cbc.o -c -o crypto/idea/i_cbc.o ../crypto/idea/i_cbc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/idea/i_cfb64.d.tmp -MT crypto/idea/i_cfb64.o -c -o crypto/idea/i_cfb64.o ../crypto/idea/i_cfb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/idea/i_ecb.d.tmp -MT crypto/idea/i_ecb.o -c -o crypto/idea/i_ecb.o ../crypto/idea/i_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/idea/i_ofb64.d.tmp -MT crypto/idea/i_ofb64.o -c -o crypto/idea/i_ofb64.o ../crypto/idea/i_ofb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/idea/i_skey.d.tmp -MT crypto/idea/i_skey.o -c -o crypto/idea/i_skey.o ../crypto/idea/i_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/init.d.tmp -MT crypto/init.o -c -o crypto/init.o ../crypto/init.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/kdf/hkdf.d.tmp -MT crypto/kdf/hkdf.o -c -o crypto/kdf/hkdf.o ../crypto/kdf/hkdf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/kdf/kdf_err.d.tmp -MT crypto/kdf/kdf_err.o -c -o crypto/kdf/kdf_err.o ../crypto/kdf/kdf_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/kdf/scrypt.d.tmp -MT crypto/kdf/scrypt.o -c -o crypto/kdf/scrypt.o ../crypto/kdf/scrypt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/kdf/tls1_prf.d.tmp -MT crypto/kdf/tls1_prf.o -c -o crypto/kdf/tls1_prf.o ../crypto/kdf/tls1_prf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/lhash/lh_stats.d.tmp -MT crypto/lhash/lh_stats.o -c -o crypto/lhash/lh_stats.o ../crypto/lhash/lh_stats.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/lhash/lhash.d.tmp -MT crypto/lhash/lhash.o -c -o crypto/lhash/lhash.o ../crypto/lhash/lhash.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md2/md2_dgst.d.tmp -MT crypto/md2/md2_dgst.o -c -o crypto/md2/md2_dgst.o ../crypto/md2/md2_dgst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md2/md2_one.d.tmp -MT crypto/md2/md2_one.o -c -o crypto/md2/md2_one.o ../crypto/md2/md2_one.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md4/md4_dgst.d.tmp -MT crypto/md4/md4_dgst.o -c -o crypto/md4/md4_dgst.o ../crypto/md4/md4_dgst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md4/md4_one.d.tmp -MT crypto/md4/md4_one.o -c -o crypto/md4/md4_one.o ../crypto/md4/md4_one.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md5/md5_dgst.d.tmp -MT crypto/md5/md5_dgst.o -c -o crypto/md5/md5_dgst.o ../crypto/md5/md5_dgst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md5/md5_one.d.tmp -MT crypto/md5/md5_one.o -c -o crypto/md5/md5_one.o ../crypto/md5/md5_one.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/mem.d.tmp -MT crypto/mem.o -c -o crypto/mem.o ../crypto/mem.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/mem_clr.d.tmp -MT crypto/mem_clr.o -c -o crypto/mem_clr.o ../crypto/mem_clr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/mem_dbg.d.tmp -MT crypto/mem_dbg.o -c -o crypto/mem_dbg.o ../crypto/mem_dbg.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/mem_sec.d.tmp -MT crypto/mem_sec.o -c -o crypto/mem_sec.o ../crypto/mem_sec.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/cbc128.d.tmp -MT crypto/modes/cbc128.o -c -o crypto/modes/cbc128.o ../crypto/modes/cbc128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/ccm128.d.tmp -MT crypto/modes/ccm128.o -c -o crypto/modes/ccm128.o ../crypto/modes/ccm128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/cfb128.d.tmp -MT crypto/modes/cfb128.o -c -o crypto/modes/cfb128.o ../crypto/modes/cfb128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/ctr128.d.tmp -MT crypto/modes/ctr128.o -c -o crypto/modes/ctr128.o ../crypto/modes/ctr128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/cts128.d.tmp -MT crypto/modes/cts128.o -c -o crypto/modes/cts128.o ../crypto/modes/cts128.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/gcm128.d.tmp -MT crypto/modes/gcm128.o -c -o crypto/modes/gcm128.o ../crypto/modes/gcm128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/ocb128.d.tmp -MT crypto/modes/ocb128.o -c -o crypto/modes/ocb128.o ../crypto/modes/ocb128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/ofb128.d.tmp -MT crypto/modes/ofb128.o -c -o crypto/modes/ofb128.o ../crypto/modes/ofb128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/wrap128.d.tmp -MT crypto/modes/wrap128.o -c -o crypto/modes/wrap128.o ../crypto/modes/wrap128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/xts128.d.tmp -MT crypto/modes/xts128.o -c -o crypto/modes/xts128.o ../crypto/modes/xts128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_dir.d.tmp -MT crypto/o_dir.o -c -o crypto/o_dir.o ../crypto/o_dir.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_fips.d.tmp -MT crypto/o_fips.o -c -o crypto/o_fips.o ../crypto/o_fips.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_fopen.d.tmp -MT crypto/o_fopen.o -c -o crypto/o_fopen.o ../crypto/o_fopen.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_init.d.tmp -MT crypto/o_init.o -c -o crypto/o_init.o ../crypto/o_init.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_str.d.tmp -MT crypto/o_str.o -c -o crypto/o_str.o ../crypto/o_str.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_time.d.tmp -MT crypto/o_time.o -c -o crypto/o_time.o ../crypto/o_time.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/o_names.d.tmp -MT crypto/objects/o_names.o -c -o crypto/objects/o_names.o ../crypto/objects/o_names.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/obj_dat.d.tmp -MT crypto/objects/obj_dat.o -c -o crypto/objects/obj_dat.o ../crypto/objects/obj_dat.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/obj_err.d.tmp -MT crypto/objects/obj_err.o -c -o crypto/objects/obj_err.o ../crypto/objects/obj_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/obj_lib.d.tmp -MT crypto/objects/obj_lib.o -c -o crypto/objects/obj_lib.o ../crypto/objects/obj_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/obj_xref.d.tmp -MT crypto/objects/obj_xref.o -c -o crypto/objects/obj_xref.o ../crypto/objects/obj_xref.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_asn.d.tmp -MT crypto/ocsp/ocsp_asn.o -c -o crypto/ocsp/ocsp_asn.o ../crypto/ocsp/ocsp_asn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_cl.d.tmp -MT crypto/ocsp/ocsp_cl.o -c -o crypto/ocsp/ocsp_cl.o ../crypto/ocsp/ocsp_cl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_err.d.tmp -MT crypto/ocsp/ocsp_err.o -c -o crypto/ocsp/ocsp_err.o ../crypto/ocsp/ocsp_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_ext.d.tmp -MT crypto/ocsp/ocsp_ext.o -c -o crypto/ocsp/ocsp_ext.o ../crypto/ocsp/ocsp_ext.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_ht.d.tmp -MT crypto/ocsp/ocsp_ht.o -c -o crypto/ocsp/ocsp_ht.o ../crypto/ocsp/ocsp_ht.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_lib.d.tmp -MT crypto/ocsp/ocsp_lib.o -c -o crypto/ocsp/ocsp_lib.o ../crypto/ocsp/ocsp_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_prn.d.tmp -MT crypto/ocsp/ocsp_prn.o -c -o crypto/ocsp/ocsp_prn.o ../crypto/ocsp/ocsp_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_srv.d.tmp -MT crypto/ocsp/ocsp_srv.o -c -o crypto/ocsp/ocsp_srv.o ../crypto/ocsp/ocsp_srv.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_vfy.d.tmp -MT crypto/ocsp/ocsp_vfy.o -c -o crypto/ocsp/ocsp_vfy.o ../crypto/ocsp/ocsp_vfy.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/v3_ocsp.d.tmp -MT crypto/ocsp/v3_ocsp.o -c -o crypto/ocsp/v3_ocsp.o ../crypto/ocsp/v3_ocsp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_all.d.tmp -MT crypto/pem/pem_all.o -c -o crypto/pem/pem_all.o ../crypto/pem/pem_all.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_err.d.tmp -MT crypto/pem/pem_err.o -c -o crypto/pem/pem_err.o ../crypto/pem/pem_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_info.d.tmp -MT crypto/pem/pem_info.o -c -o crypto/pem/pem_info.o ../crypto/pem/pem_info.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_lib.d.tmp -MT crypto/pem/pem_lib.o -c -o crypto/pem/pem_lib.o ../crypto/pem/pem_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_oth.d.tmp -MT crypto/pem/pem_oth.o -c -o crypto/pem/pem_oth.o ../crypto/pem/pem_oth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_pk8.d.tmp -MT crypto/pem/pem_pk8.o -c -o crypto/pem/pem_pk8.o ../crypto/pem/pem_pk8.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_pkey.d.tmp -MT crypto/pem/pem_pkey.o -c -o crypto/pem/pem_pkey.o ../crypto/pem/pem_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_sign.d.tmp -MT crypto/pem/pem_sign.o -c -o crypto/pem/pem_sign.o ../crypto/pem/pem_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_x509.d.tmp -MT crypto/pem/pem_x509.o -c -o crypto/pem/pem_x509.o ../crypto/pem/pem_x509.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_xaux.d.tmp -MT crypto/pem/pem_xaux.o -c -o crypto/pem/pem_xaux.o ../crypto/pem/pem_xaux.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pvkfmt.d.tmp -MT crypto/pem/pvkfmt.o -c -o crypto/pem/pvkfmt.o ../crypto/pem/pvkfmt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_add.d.tmp -MT crypto/pkcs12/p12_add.o -c -o crypto/pkcs12/p12_add.o ../crypto/pkcs12/p12_add.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_asn.d.tmp -MT crypto/pkcs12/p12_asn.o -c -o crypto/pkcs12/p12_asn.o ../crypto/pkcs12/p12_asn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_attr.d.tmp -MT crypto/pkcs12/p12_attr.o -c -o crypto/pkcs12/p12_attr.o ../crypto/pkcs12/p12_attr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_crpt.d.tmp -MT crypto/pkcs12/p12_crpt.o -c -o crypto/pkcs12/p12_crpt.o ../crypto/pkcs12/p12_crpt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_crt.d.tmp -MT crypto/pkcs12/p12_crt.o -c -o crypto/pkcs12/p12_crt.o ../crypto/pkcs12/p12_crt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_decr.d.tmp -MT crypto/pkcs12/p12_decr.o -c -o crypto/pkcs12/p12_decr.o ../crypto/pkcs12/p12_decr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_init.d.tmp -MT crypto/pkcs12/p12_init.o -c -o crypto/pkcs12/p12_init.o ../crypto/pkcs12/p12_init.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_key.d.tmp -MT crypto/pkcs12/p12_key.o -c -o crypto/pkcs12/p12_key.o ../crypto/pkcs12/p12_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_kiss.d.tmp -MT crypto/pkcs12/p12_kiss.o -c -o crypto/pkcs12/p12_kiss.o ../crypto/pkcs12/p12_kiss.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_mutl.d.tmp -MT crypto/pkcs12/p12_mutl.o -c -o crypto/pkcs12/p12_mutl.o ../crypto/pkcs12/p12_mutl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_npas.d.tmp -MT crypto/pkcs12/p12_npas.o -c -o crypto/pkcs12/p12_npas.o ../crypto/pkcs12/p12_npas.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_p8d.d.tmp -MT crypto/pkcs12/p12_p8d.o -c -o crypto/pkcs12/p12_p8d.o ../crypto/pkcs12/p12_p8d.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_p8e.d.tmp -MT crypto/pkcs12/p12_p8e.o -c -o crypto/pkcs12/p12_p8e.o ../crypto/pkcs12/p12_p8e.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_sbag.d.tmp -MT crypto/pkcs12/p12_sbag.o -c -o crypto/pkcs12/p12_sbag.o ../crypto/pkcs12/p12_sbag.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_utl.d.tmp -MT crypto/pkcs12/p12_utl.o -c -o crypto/pkcs12/p12_utl.o ../crypto/pkcs12/p12_utl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/pk12err.d.tmp -MT crypto/pkcs12/pk12err.o -c -o crypto/pkcs12/pk12err.o ../crypto/pkcs12/pk12err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/bio_pk7.d.tmp -MT crypto/pkcs7/bio_pk7.o -c -o crypto/pkcs7/bio_pk7.o ../crypto/pkcs7/bio_pk7.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_asn1.d.tmp -MT crypto/pkcs7/pk7_asn1.o -c -o crypto/pkcs7/pk7_asn1.o ../crypto/pkcs7/pk7_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_attr.d.tmp -MT crypto/pkcs7/pk7_attr.o -c -o crypto/pkcs7/pk7_attr.o ../crypto/pkcs7/pk7_attr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_doit.d.tmp -MT crypto/pkcs7/pk7_doit.o -c -o crypto/pkcs7/pk7_doit.o ../crypto/pkcs7/pk7_doit.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_lib.d.tmp -MT crypto/pkcs7/pk7_lib.o -c -o crypto/pkcs7/pk7_lib.o ../crypto/pkcs7/pk7_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_mime.d.tmp -MT crypto/pkcs7/pk7_mime.o -c -o crypto/pkcs7/pk7_mime.o ../crypto/pkcs7/pk7_mime.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_smime.d.tmp -MT crypto/pkcs7/pk7_smime.o -c -o crypto/pkcs7/pk7_smime.o ../crypto/pkcs7/pk7_smime.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pkcs7err.d.tmp -MT crypto/pkcs7/pkcs7err.o -c -o crypto/pkcs7/pkcs7err.o ../crypto/pkcs7/pkcs7err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/poly1305/poly1305.d.tmp -MT crypto/poly1305/poly1305.o -c -o crypto/poly1305/poly1305.o ../crypto/poly1305/poly1305.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/poly1305/poly1305_ameth.d.tmp -MT crypto/poly1305/poly1305_ameth.o -c -o crypto/poly1305/poly1305_ameth.o ../crypto/poly1305/poly1305_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/poly1305/poly1305_pmeth.d.tmp -MT crypto/poly1305/poly1305_pmeth.o -c -o crypto/poly1305/poly1305_pmeth.o ../crypto/poly1305/poly1305_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/drbg_ctr.d.tmp -MT crypto/rand/drbg_ctr.o -c -o crypto/rand/drbg_ctr.o ../crypto/rand/drbg_ctr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/drbg_lib.d.tmp -MT crypto/rand/drbg_lib.o -c -o crypto/rand/drbg_lib.o ../crypto/rand/drbg_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_egd.d.tmp -MT crypto/rand/rand_egd.o -c -o crypto/rand/rand_egd.o ../crypto/rand/rand_egd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_err.d.tmp -MT crypto/rand/rand_err.o -c -o crypto/rand/rand_err.o ../crypto/rand/rand_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_lib.d.tmp -MT crypto/rand/rand_lib.o -c -o crypto/rand/rand_lib.o ../crypto/rand/rand_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_unix.d.tmp -MT crypto/rand/rand_unix.o -c -o crypto/rand/rand_unix.o ../crypto/rand/rand_unix.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_vms.d.tmp -MT crypto/rand/rand_vms.o -c -o crypto/rand/rand_vms.o ../crypto/rand/rand_vms.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_win.d.tmp -MT crypto/rand/rand_win.o -c -o crypto/rand/rand_win.o ../crypto/rand/rand_win.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/randfile.d.tmp -MT crypto/rand/randfile.o -c -o crypto/rand/randfile.o ../crypto/rand/randfile.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc2/rc2_cbc.d.tmp -MT crypto/rc2/rc2_cbc.o -c -o crypto/rc2/rc2_cbc.o ../crypto/rc2/rc2_cbc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc2/rc2_ecb.d.tmp -MT crypto/rc2/rc2_ecb.o -c -o crypto/rc2/rc2_ecb.o ../crypto/rc2/rc2_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc2/rc2_skey.d.tmp -MT crypto/rc2/rc2_skey.o -c -o crypto/rc2/rc2_skey.o ../crypto/rc2/rc2_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc2/rc2cfb64.d.tmp -MT crypto/rc2/rc2cfb64.o -c -o crypto/rc2/rc2cfb64.o ../crypto/rc2/rc2cfb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc2/rc2ofb64.d.tmp -MT crypto/rc2/rc2ofb64.o -c -o crypto/rc2/rc2ofb64.o ../crypto/rc2/rc2ofb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc4/rc4_enc.d.tmp -MT crypto/rc4/rc4_enc.o -c -o crypto/rc4/rc4_enc.o ../crypto/rc4/rc4_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc4/rc4_skey.d.tmp -MT crypto/rc4/rc4_skey.o -c -o crypto/rc4/rc4_skey.o ../crypto/rc4/rc4_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc5/rc5_ecb.d.tmp -MT crypto/rc5/rc5_ecb.o -c -o crypto/rc5/rc5_ecb.o ../crypto/rc5/rc5_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc5/rc5_enc.d.tmp -MT crypto/rc5/rc5_enc.o -c -o crypto/rc5/rc5_enc.o ../crypto/rc5/rc5_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc5/rc5_skey.d.tmp -MT crypto/rc5/rc5_skey.o -c -o crypto/rc5/rc5_skey.o ../crypto/rc5/rc5_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc5/rc5cfb64.d.tmp -MT crypto/rc5/rc5cfb64.o -c -o crypto/rc5/rc5cfb64.o ../crypto/rc5/rc5cfb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc5/rc5ofb64.d.tmp -MT crypto/rc5/rc5ofb64.o -c -o crypto/rc5/rc5ofb64.o ../crypto/rc5/rc5ofb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ripemd/rmd_dgst.d.tmp -MT crypto/ripemd/rmd_dgst.o -c -o crypto/ripemd/rmd_dgst.o ../crypto/ripemd/rmd_dgst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ripemd/rmd_one.d.tmp -MT crypto/ripemd/rmd_one.o -c -o crypto/ripemd/rmd_one.o ../crypto/ripemd/rmd_one.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_ameth.d.tmp -MT crypto/rsa/rsa_ameth.o -c -o crypto/rsa/rsa_ameth.o ../crypto/rsa/rsa_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_asn1.d.tmp -MT crypto/rsa/rsa_asn1.o -c -o crypto/rsa/rsa_asn1.o ../crypto/rsa/rsa_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_chk.d.tmp -MT crypto/rsa/rsa_chk.o -c -o crypto/rsa/rsa_chk.o ../crypto/rsa/rsa_chk.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_crpt.d.tmp -MT crypto/rsa/rsa_crpt.o -c -o crypto/rsa/rsa_crpt.o ../crypto/rsa/rsa_crpt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_depr.d.tmp -MT crypto/rsa/rsa_depr.o -c -o crypto/rsa/rsa_depr.o ../crypto/rsa/rsa_depr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_err.d.tmp -MT crypto/rsa/rsa_err.o -c -o crypto/rsa/rsa_err.o ../crypto/rsa/rsa_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_gen.d.tmp -MT crypto/rsa/rsa_gen.o -c -o crypto/rsa/rsa_gen.o ../crypto/rsa/rsa_gen.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_lib.d.tmp -MT crypto/rsa/rsa_lib.o -c -o crypto/rsa/rsa_lib.o ../crypto/rsa/rsa_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_meth.d.tmp -MT crypto/rsa/rsa_meth.o -c -o crypto/rsa/rsa_meth.o ../crypto/rsa/rsa_meth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_mp.d.tmp -MT crypto/rsa/rsa_mp.o -c -o crypto/rsa/rsa_mp.o ../crypto/rsa/rsa_mp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_none.d.tmp -MT crypto/rsa/rsa_none.o -c -o crypto/rsa/rsa_none.o ../crypto/rsa/rsa_none.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_oaep.d.tmp -MT crypto/rsa/rsa_oaep.o -c -o crypto/rsa/rsa_oaep.o ../crypto/rsa/rsa_oaep.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_ossl.d.tmp -MT crypto/rsa/rsa_ossl.o -c -o crypto/rsa/rsa_ossl.o ../crypto/rsa/rsa_ossl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_pk1.d.tmp -MT crypto/rsa/rsa_pk1.o -c -o crypto/rsa/rsa_pk1.o ../crypto/rsa/rsa_pk1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_pmeth.d.tmp -MT crypto/rsa/rsa_pmeth.o -c -o crypto/rsa/rsa_pmeth.o ../crypto/rsa/rsa_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_prn.d.tmp -MT crypto/rsa/rsa_prn.o -c -o crypto/rsa/rsa_prn.o ../crypto/rsa/rsa_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_pss.d.tmp -MT crypto/rsa/rsa_pss.o -c -o crypto/rsa/rsa_pss.o ../crypto/rsa/rsa_pss.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_saos.d.tmp -MT crypto/rsa/rsa_saos.o -c -o crypto/rsa/rsa_saos.o ../crypto/rsa/rsa_saos.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_sign.d.tmp -MT crypto/rsa/rsa_sign.o -c -o crypto/rsa/rsa_sign.o ../crypto/rsa/rsa_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_ssl.d.tmp -MT crypto/rsa/rsa_ssl.o -c -o crypto/rsa/rsa_ssl.o ../crypto/rsa/rsa_ssl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_x931.d.tmp -MT crypto/rsa/rsa_x931.o -c -o crypto/rsa/rsa_x931.o ../crypto/rsa/rsa_x931.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_x931g.d.tmp -MT crypto/rsa/rsa_x931g.o -c -o crypto/rsa/rsa_x931g.o ../crypto/rsa/rsa_x931g.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/seed/seed.d.tmp -MT crypto/seed/seed.o -c -o crypto/seed/seed.o ../crypto/seed/seed.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/seed/seed_cbc.d.tmp -MT crypto/seed/seed_cbc.o -c -o crypto/seed/seed_cbc.o ../crypto/seed/seed_cbc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/seed/seed_cfb.d.tmp -MT crypto/seed/seed_cfb.o -c -o crypto/seed/seed_cfb.o ../crypto/seed/seed_cfb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/seed/seed_ecb.d.tmp -MT crypto/seed/seed_ecb.o -c -o crypto/seed/seed_ecb.o ../crypto/seed/seed_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/seed/seed_ofb.d.tmp -MT crypto/seed/seed_ofb.o -c -o crypto/seed/seed_ofb.o ../crypto/seed/seed_ofb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/keccak1600.d.tmp -MT crypto/sha/keccak1600.o -c -o crypto/sha/keccak1600.o ../crypto/sha/keccak1600.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/sha1_one.d.tmp -MT crypto/sha/sha1_one.o -c -o crypto/sha/sha1_one.o ../crypto/sha/sha1_one.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/sha1dgst.d.tmp -MT crypto/sha/sha1dgst.o -c -o crypto/sha/sha1dgst.o ../crypto/sha/sha1dgst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/sha256.d.tmp -MT crypto/sha/sha256.o -c -o crypto/sha/sha256.o ../crypto/sha/sha256.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/sha512.d.tmp -MT crypto/sha/sha512.o -c -o crypto/sha/sha512.o ../crypto/sha/sha512.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/siphash/siphash.d.tmp -MT crypto/siphash/siphash.o -c -o crypto/siphash/siphash.o ../crypto/siphash/siphash.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/siphash/siphash_ameth.d.tmp -MT crypto/siphash/siphash_ameth.o -c -o crypto/siphash/siphash_ameth.o ../crypto/siphash/siphash_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/siphash/siphash_pmeth.d.tmp -MT crypto/siphash/siphash_pmeth.o -c -o crypto/siphash/siphash_pmeth.o ../crypto/siphash/siphash_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm2/sm2_crypt.d.tmp -MT crypto/sm2/sm2_crypt.o -c -o crypto/sm2/sm2_crypt.o ../crypto/sm2/sm2_crypt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm2/sm2_err.d.tmp -MT crypto/sm2/sm2_err.o -c -o crypto/sm2/sm2_err.o ../crypto/sm2/sm2_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm2/sm2_pmeth.d.tmp -MT crypto/sm2/sm2_pmeth.o -c -o crypto/sm2/sm2_pmeth.o ../crypto/sm2/sm2_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm2/sm2_sign.d.tmp -MT crypto/sm2/sm2_sign.o -c -o crypto/sm2/sm2_sign.o ../crypto/sm2/sm2_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm3/m_sm3.d.tmp -MT crypto/sm3/m_sm3.o -c -o crypto/sm3/m_sm3.o ../crypto/sm3/m_sm3.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm3/sm3.d.tmp -MT crypto/sm3/sm3.o -c -o crypto/sm3/sm3.o ../crypto/sm3/sm3.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm4/sm4.d.tmp -MT crypto/sm4/sm4.o -c -o crypto/sm4/sm4.o ../crypto/sm4/sm4.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/srp/srp_lib.d.tmp -MT crypto/srp/srp_lib.o -c -o crypto/srp/srp_lib.o ../crypto/srp/srp_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/srp/srp_vfy.d.tmp -MT crypto/srp/srp_vfy.o -c -o crypto/srp/srp_vfy.o ../crypto/srp/srp_vfy.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/stack/stack.d.tmp -MT crypto/stack/stack.o -c -o crypto/stack/stack.o ../crypto/stack/stack.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/loader_file.d.tmp -MT crypto/store/loader_file.o -c -o crypto/store/loader_file.o ../crypto/store/loader_file.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_err.d.tmp -MT crypto/store/store_err.o -c -o crypto/store/store_err.o ../crypto/store/store_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_init.d.tmp -MT crypto/store/store_init.o -c -o crypto/store/store_init.o ../crypto/store/store_init.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_lib.d.tmp -MT crypto/store/store_lib.o -c -o crypto/store/store_lib.o ../crypto/store/store_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_register.d.tmp -MT crypto/store/store_register.o -c -o crypto/store/store_register.o ../crypto/store/store_register.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_strings.d.tmp -MT crypto/store/store_strings.o -c -o crypto/store/store_strings.o ../crypto/store/store_strings.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/threads_none.d.tmp -MT crypto/threads_none.o -c -o crypto/threads_none.o ../crypto/threads_none.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/threads_pthread.d.tmp -MT crypto/threads_pthread.o -c -o crypto/threads_pthread.o ../crypto/threads_pthread.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/threads_win.d.tmp -MT crypto/threads_win.o -c -o crypto/threads_win.o ../crypto/threads_win.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cversion.d.tmp -MT crypto/cversion.o -c -o crypto/cversion.o ../crypto/cversion.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/cbc_cksm.d.tmp -MT crypto/des/cbc_cksm.o -c -o crypto/des/cbc_cksm.o ../crypto/des/cbc_cksm.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/cbc_enc.d.tmp -MT crypto/des/cbc_enc.o -c -o crypto/des/cbc_enc.o ../crypto/des/cbc_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/cfb64ede.d.tmp -MT crypto/des/cfb64ede.o -c -o crypto/des/cfb64ede.o ../crypto/des/cfb64ede.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/cfb64enc.d.tmp -MT crypto/des/cfb64enc.o -c -o crypto/des/cfb64enc.o ../crypto/des/cfb64enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/cfb_enc.d.tmp -MT crypto/des/cfb_enc.o -c -o crypto/des/cfb_enc.o ../crypto/des/cfb_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/des_enc.d.tmp -MT crypto/des/des_enc.o -c -o crypto/des/des_enc.o ../crypto/des/des_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/ecb3_enc.d.tmp -MT crypto/des/ecb3_enc.o -c -o crypto/des/ecb3_enc.o ../crypto/des/ecb3_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/ecb_enc.d.tmp -MT crypto/des/ecb_enc.o -c -o crypto/des/ecb_enc.o ../crypto/des/ecb_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/fcrypt.d.tmp -MT crypto/des/fcrypt.o -c -o crypto/des/fcrypt.o ../crypto/des/fcrypt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/fcrypt_b.d.tmp -MT crypto/des/fcrypt_b.o -c -o crypto/des/fcrypt_b.o ../crypto/des/fcrypt_b.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/ofb64ede.d.tmp -MT crypto/des/ofb64ede.o -c -o crypto/des/ofb64ede.o ../crypto/des/ofb64ede.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/ofb64enc.d.tmp -MT crypto/des/ofb64enc.o -c -o crypto/des/ofb64enc.o ../crypto/des/ofb64enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/ofb_enc.d.tmp -MT crypto/des/ofb_enc.o -c -o crypto/des/ofb_enc.o ../crypto/des/ofb_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/pcbc_enc.d.tmp -MT crypto/des/pcbc_enc.o -c -o crypto/des/pcbc_enc.o ../crypto/des/pcbc_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/qud_cksm.d.tmp -MT crypto/des/qud_cksm.o -c -o crypto/des/qud_cksm.o ../crypto/des/qud_cksm.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/rand_key.d.tmp -MT crypto/des/rand_key.o -c -o crypto/des/rand_key.o ../crypto/des/rand_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/set_key.d.tmp -MT crypto/des/set_key.o -c -o crypto/des/set_key.o ../crypto/des/set_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/str2key.d.tmp -MT crypto/des/str2key.o -c -o crypto/des/str2key.o ../crypto/des/str2key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/des/xcbc_enc.d.tmp -MT crypto/des/xcbc_enc.o -c -o crypto/des/xcbc_enc.o ../crypto/des/xcbc_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_ameth.d.tmp -MT crypto/dh/dh_ameth.o -c -o crypto/dh/dh_ameth.o ../crypto/dh/dh_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_asn1.d.tmp -MT crypto/dh/dh_asn1.o -c -o crypto/dh/dh_asn1.o ../crypto/dh/dh_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_check.d.tmp -MT crypto/dh/dh_check.o -c -o crypto/dh/dh_check.o ../crypto/dh/dh_check.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_depr.d.tmp -MT crypto/dh/dh_depr.o -c -o crypto/dh/dh_depr.o ../crypto/dh/dh_depr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_err.d.tmp -MT crypto/dh/dh_err.o -c -o crypto/dh/dh_err.o ../crypto/dh/dh_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_gen.d.tmp -MT crypto/dh/dh_gen.o -c -o crypto/dh/dh_gen.o ../crypto/dh/dh_gen.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_kdf.d.tmp -MT crypto/dh/dh_kdf.o -c -o crypto/dh/dh_kdf.o ../crypto/dh/dh_kdf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_key.d.tmp -MT crypto/dh/dh_key.o -c -o crypto/dh/dh_key.o ../crypto/dh/dh_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_lib.d.tmp -MT crypto/dh/dh_lib.o -c -o crypto/dh/dh_lib.o ../crypto/dh/dh_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_meth.d.tmp -MT crypto/dh/dh_meth.o -c -o crypto/dh/dh_meth.o ../crypto/dh/dh_meth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_pmeth.d.tmp -MT crypto/dh/dh_pmeth.o -c -o crypto/dh/dh_pmeth.o ../crypto/dh/dh_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_prn.d.tmp -MT crypto/dh/dh_prn.o -c -o crypto/dh/dh_prn.o ../crypto/dh/dh_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_rfc5114.d.tmp -MT crypto/dh/dh_rfc5114.o -c -o crypto/dh/dh_rfc5114.o ../crypto/dh/dh_rfc5114.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_rfc7919.d.tmp -MT crypto/dh/dh_rfc7919.o -c -o crypto/dh/dh_rfc7919.o ../crypto/dh/dh_rfc7919.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_ameth.d.tmp -MT crypto/dsa/dsa_ameth.o -c -o crypto/dsa/dsa_ameth.o ../crypto/dsa/dsa_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_asn1.d.tmp -MT crypto/dsa/dsa_asn1.o -c -o crypto/dsa/dsa_asn1.o ../crypto/dsa/dsa_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_depr.d.tmp -MT crypto/dsa/dsa_depr.o -c -o crypto/dsa/dsa_depr.o ../crypto/dsa/dsa_depr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_err.d.tmp -MT crypto/dsa/dsa_err.o -c -o crypto/dsa/dsa_err.o ../crypto/dsa/dsa_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_gen.d.tmp -MT crypto/dsa/dsa_gen.o -c -o crypto/dsa/dsa_gen.o ../crypto/dsa/dsa_gen.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_key.d.tmp -MT crypto/dsa/dsa_key.o -c -o crypto/dsa/dsa_key.o ../crypto/dsa/dsa_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_lib.d.tmp -MT crypto/dsa/dsa_lib.o -c -o crypto/dsa/dsa_lib.o ../crypto/dsa/dsa_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_meth.d.tmp -MT crypto/dsa/dsa_meth.o -c -o crypto/dsa/dsa_meth.o ../crypto/dsa/dsa_meth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_ossl.d.tmp -MT crypto/dsa/dsa_ossl.o -c -o crypto/dsa/dsa_ossl.o ../crypto/dsa/dsa_ossl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_pmeth.d.tmp -MT crypto/dsa/dsa_pmeth.o -c -o crypto/dsa/dsa_pmeth.o ../crypto/dsa/dsa_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_prn.d.tmp -MT crypto/dsa/dsa_prn.o -c -o crypto/dsa/dsa_prn.o ../crypto/dsa/dsa_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_sign.d.tmp -MT crypto/dsa/dsa_sign.o -c -o crypto/dsa/dsa_sign.o ../crypto/dsa/dsa_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dsa/dsa_vrf.d.tmp -MT crypto/dsa/dsa_vrf.o -c -o crypto/dsa/dsa_vrf.o ../crypto/dsa/dsa_vrf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_dl.d.tmp -MT crypto/dso/dso_dl.o -c -o crypto/dso/dso_dl.o ../crypto/dso/dso_dl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_dlfcn.d.tmp -MT crypto/dso/dso_dlfcn.o -c -o crypto/dso/dso_dlfcn.o ../crypto/dso/dso_dlfcn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_err.d.tmp -MT crypto/dso/dso_err.o -c -o crypto/dso/dso_err.o ../crypto/dso/dso_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_lib.d.tmp -MT crypto/dso/dso_lib.o -c -o crypto/dso/dso_lib.o ../crypto/dso/dso_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_openssl.d.tmp -MT crypto/dso/dso_openssl.o -c -o crypto/dso/dso_openssl.o ../crypto/dso/dso_openssl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_vms.d.tmp -MT crypto/dso/dso_vms.o -c -o crypto/dso/dso_vms.o ../crypto/dso/dso_vms.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_win32.d.tmp -MT crypto/dso/dso_win32.o -c -o crypto/dso/dso_win32.o ../crypto/dso/dso_win32.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ebcdic.d.tmp -MT crypto/ebcdic.o -c -o crypto/ebcdic.o ../crypto/ebcdic.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve25519.d.tmp -MT crypto/ec/curve25519.o -c -o crypto/ec/curve25519.o ../crypto/ec/curve25519.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/arch_32/f_impl.d.tmp -MT crypto/ec/curve448/arch_32/f_impl.o -c -o crypto/ec/curve448/arch_32/f_impl.o ../crypto/ec/curve448/arch_32/f_impl.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/curve448.d.tmp -MT crypto/ec/curve448/curve448.o -c -o crypto/ec/curve448/curve448.o ../crypto/ec/curve448/curve448.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/curve448_tables.d.tmp -MT crypto/ec/curve448/curve448_tables.o -c -o crypto/ec/curve448/curve448_tables.o ../crypto/ec/curve448/curve448_tables.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/eddsa.d.tmp -MT crypto/ec/curve448/eddsa.o -c -o crypto/ec/curve448/eddsa.o ../crypto/ec/curve448/eddsa.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/f_generic.d.tmp -MT crypto/ec/curve448/f_generic.o -c -o crypto/ec/curve448/f_generic.o ../crypto/ec/curve448/f_generic.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/scalar.d.tmp -MT crypto/ec/curve448/scalar.o -c -o crypto/ec/curve448/scalar.o ../crypto/ec/curve448/scalar.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec2_oct.d.tmp -MT crypto/ec/ec2_oct.o -c -o crypto/ec/ec2_oct.o ../crypto/ec/ec2_oct.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec2_smpl.d.tmp -MT crypto/ec/ec2_smpl.o -c -o crypto/ec/ec2_smpl.o ../crypto/ec/ec2_smpl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_ameth.d.tmp -MT crypto/ec/ec_ameth.o -c -o crypto/ec/ec_ameth.o ../crypto/ec/ec_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_asn1.d.tmp -MT crypto/ec/ec_asn1.o -c -o crypto/ec/ec_asn1.o ../crypto/ec/ec_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_check.d.tmp -MT crypto/ec/ec_check.o -c -o crypto/ec/ec_check.o ../crypto/ec/ec_check.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_curve.d.tmp -MT crypto/ec/ec_curve.o -c -o crypto/ec/ec_curve.o ../crypto/ec/ec_curve.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_cvt.d.tmp -MT crypto/ec/ec_cvt.o -c -o crypto/ec/ec_cvt.o ../crypto/ec/ec_cvt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_err.d.tmp -MT crypto/ec/ec_err.o -c -o crypto/ec/ec_err.o ../crypto/ec/ec_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_key.d.tmp -MT crypto/ec/ec_key.o -c -o crypto/ec/ec_key.o ../crypto/ec/ec_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_kmeth.d.tmp -MT crypto/ec/ec_kmeth.o -c -o crypto/ec/ec_kmeth.o ../crypto/ec/ec_kmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_lib.d.tmp -MT crypto/ec/ec_lib.o -c -o crypto/ec/ec_lib.o ../crypto/ec/ec_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_mult.d.tmp -MT crypto/ec/ec_mult.o -c -o crypto/ec/ec_mult.o ../crypto/ec/ec_mult.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_oct.d.tmp -MT crypto/ec/ec_oct.o -c -o crypto/ec/ec_oct.o ../crypto/ec/ec_oct.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_pmeth.d.tmp -MT crypto/ec/ec_pmeth.o -c -o crypto/ec/ec_pmeth.o ../crypto/ec/ec_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_print.d.tmp -MT crypto/ec/ec_print.o -c -o crypto/ec/ec_print.o ../crypto/ec/ec_print.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdh_kdf.d.tmp -MT crypto/ec/ecdh_kdf.o -c -o crypto/ec/ecdh_kdf.o ../crypto/ec/ecdh_kdf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdh_ossl.d.tmp -MT crypto/ec/ecdh_ossl.o -c -o crypto/ec/ecdh_ossl.o ../crypto/ec/ecdh_ossl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdsa_ossl.d.tmp -MT crypto/ec/ecdsa_ossl.o -c -o crypto/ec/ecdsa_ossl.o ../crypto/ec/ecdsa_ossl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdsa_sign.d.tmp -MT crypto/ec/ecdsa_sign.o -c -o crypto/ec/ecdsa_sign.o ../crypto/ec/ecdsa_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdsa_vrf.d.tmp -MT crypto/ec/ecdsa_vrf.o -c -o crypto/ec/ecdsa_vrf.o ../crypto/ec/ecdsa_vrf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/eck_prn.d.tmp -MT crypto/ec/eck_prn.o -c -o crypto/ec/eck_prn.o ../crypto/ec/eck_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_mont.d.tmp -MT crypto/ec/ecp_mont.o -c -o crypto/ec/ecp_mont.o ../crypto/ec/ecp_mont.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nist.d.tmp -MT crypto/ec/ecp_nist.o -c -o crypto/ec/ecp_nist.o ../crypto/ec/ecp_nist.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nistp224.d.tmp -MT crypto/ec/ecp_nistp224.o -c -o crypto/ec/ecp_nistp224.o ../crypto/ec/ecp_nistp224.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nistp256.d.tmp -MT crypto/ec/ecp_nistp256.o -c -o crypto/ec/ecp_nistp256.o ../crypto/ec/ecp_nistp256.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nistp521.d.tmp -MT crypto/ec/ecp_nistp521.o -c -o crypto/ec/ecp_nistp521.o ../crypto/ec/ecp_nistp521.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nistputil.d.tmp -MT crypto/ec/ecp_nistputil.o -c -o crypto/ec/ecp_nistputil.o ../crypto/ec/ecp_nistputil.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_oct.d.tmp -MT crypto/ec/ecp_oct.o -c -o crypto/ec/ecp_oct.o ../crypto/ec/ecp_oct.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_smpl.d.tmp -MT crypto/ec/ecp_smpl.o -c -o crypto/ec/ecp_smpl.o ../crypto/ec/ecp_smpl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecx_meth.d.tmp -MT crypto/ec/ecx_meth.o -c -o crypto/ec/ecx_meth.o ../crypto/ec/ecx_meth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_all.d.tmp -MT crypto/engine/eng_all.o -c -o crypto/engine/eng_all.o ../crypto/engine/eng_all.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_cnf.d.tmp -MT crypto/engine/eng_cnf.o -c -o crypto/engine/eng_cnf.o ../crypto/engine/eng_cnf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_ctrl.d.tmp -MT crypto/engine/eng_ctrl.o -c -o crypto/engine/eng_ctrl.o ../crypto/engine/eng_ctrl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_dyn.d.tmp -MT crypto/engine/eng_dyn.o -c -o crypto/engine/eng_dyn.o ../crypto/engine/eng_dyn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_err.d.tmp -MT crypto/engine/eng_err.o -c -o crypto/engine/eng_err.o ../crypto/engine/eng_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_fat.d.tmp -MT crypto/engine/eng_fat.o -c -o crypto/engine/eng_fat.o ../crypto/engine/eng_fat.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_init.d.tmp -MT crypto/engine/eng_init.o -c -o crypto/engine/eng_init.o ../crypto/engine/eng_init.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_lib.d.tmp -MT crypto/engine/eng_lib.o -c -o crypto/engine/eng_lib.o ../crypto/engine/eng_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_list.d.tmp -MT crypto/engine/eng_list.o -c -o crypto/engine/eng_list.o ../crypto/engine/eng_list.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_openssl.d.tmp -MT crypto/engine/eng_openssl.o -c -o crypto/engine/eng_openssl.o ../crypto/engine/eng_openssl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_pkey.d.tmp -MT crypto/engine/eng_pkey.o -c -o crypto/engine/eng_pkey.o ../crypto/engine/eng_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_rdrand.d.tmp -MT crypto/engine/eng_rdrand.o -c -o crypto/engine/eng_rdrand.o ../crypto/engine/eng_rdrand.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_table.d.tmp -MT crypto/engine/eng_table.o -c -o crypto/engine/eng_table.o ../crypto/engine/eng_table.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_asnmth.d.tmp -MT crypto/engine/tb_asnmth.o -c -o crypto/engine/tb_asnmth.o ../crypto/engine/tb_asnmth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_cipher.d.tmp -MT crypto/engine/tb_cipher.o -c -o crypto/engine/tb_cipher.o ../crypto/engine/tb_cipher.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_dh.d.tmp -MT crypto/engine/tb_dh.o -c -o crypto/engine/tb_dh.o ../crypto/engine/tb_dh.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_digest.d.tmp -MT crypto/engine/tb_digest.o -c -o crypto/engine/tb_digest.o ../crypto/engine/tb_digest.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_dsa.d.tmp -MT crypto/engine/tb_dsa.o -c -o crypto/engine/tb_dsa.o ../crypto/engine/tb_dsa.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_eckey.d.tmp -MT crypto/engine/tb_eckey.o -c -o crypto/engine/tb_eckey.o ../crypto/engine/tb_eckey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_pkmeth.d.tmp -MT crypto/engine/tb_pkmeth.o -c -o crypto/engine/tb_pkmeth.o ../crypto/engine/tb_pkmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_rand.d.tmp -MT crypto/engine/tb_rand.o -c -o crypto/engine/tb_rand.o ../crypto/engine/tb_rand.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_rsa.d.tmp -MT crypto/engine/tb_rsa.o -c -o crypto/engine/tb_rsa.o ../crypto/engine/tb_rsa.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/err/err.d.tmp -MT crypto/err/err.o -c -o crypto/err/err.o ../crypto/err/err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/err/err_all.d.tmp -MT crypto/err/err_all.o -c -o crypto/err/err_all.o ../crypto/err/err_all.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/err/err_prn.d.tmp -MT crypto/err/err_prn.o -c -o crypto/err/err_prn.o ../crypto/err/err_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/bio_b64.d.tmp -MT crypto/evp/bio_b64.o -c -o crypto/evp/bio_b64.o ../crypto/evp/bio_b64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/bio_enc.d.tmp -MT crypto/evp/bio_enc.o -c -o crypto/evp/bio_enc.o ../crypto/evp/bio_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/bio_md.d.tmp -MT crypto/evp/bio_md.o -c -o crypto/evp/bio_md.o ../crypto/evp/bio_md.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/bio_ok.d.tmp -MT crypto/evp/bio_ok.o -c -o crypto/evp/bio_ok.o ../crypto/evp/bio_ok.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/c_allc.d.tmp -MT crypto/evp/c_allc.o -c -o crypto/evp/c_allc.o ../crypto/evp/c_allc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/c_alld.d.tmp -MT crypto/evp/c_alld.o -c -o crypto/evp/c_alld.o ../crypto/evp/c_alld.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/cmeth_lib.d.tmp -MT crypto/evp/cmeth_lib.o -c -o crypto/evp/cmeth_lib.o ../crypto/evp/cmeth_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/digest.d.tmp -MT crypto/evp/digest.o -c -o crypto/evp/digest.o ../crypto/evp/digest.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_aes.d.tmp -MT crypto/evp/e_aes.o -c -o crypto/evp/e_aes.o ../crypto/evp/e_aes.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_aes_cbc_hmac_sha1.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha1.o -c -o crypto/evp/e_aes_cbc_hmac_sha1.o ../crypto/evp/e_aes_cbc_hmac_sha1.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_aes_cbc_hmac_sha256.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha256.o -c -o crypto/evp/e_aes_cbc_hmac_sha256.o ../crypto/evp/e_aes_cbc_hmac_sha256.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_aria.d.tmp -MT crypto/evp/e_aria.o -c -o crypto/evp/e_aria.o ../crypto/evp/e_aria.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_bf.d.tmp -MT crypto/evp/e_bf.o -c -o crypto/evp/e_bf.o ../crypto/evp/e_bf.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_camellia.d.tmp -MT crypto/evp/e_camellia.o -c -o crypto/evp/e_camellia.o ../crypto/evp/e_camellia.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_cast.d.tmp -MT crypto/evp/e_cast.o -c -o crypto/evp/e_cast.o ../crypto/evp/e_cast.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_chacha20_poly1305.d.tmp -MT crypto/evp/e_chacha20_poly1305.o -c -o crypto/evp/e_chacha20_poly1305.o ../crypto/evp/e_chacha20_poly1305.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_des.d.tmp -MT crypto/evp/e_des.o -c -o crypto/evp/e_des.o ../crypto/evp/e_des.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_des3.d.tmp -MT crypto/evp/e_des3.o -c -o crypto/evp/e_des3.o ../crypto/evp/e_des3.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_idea.d.tmp -MT crypto/evp/e_idea.o -c -o crypto/evp/e_idea.o ../crypto/evp/e_idea.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_null.d.tmp -MT crypto/evp/e_null.o -c -o crypto/evp/e_null.o ../crypto/evp/e_null.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_old.d.tmp -MT crypto/evp/e_old.o -c -o crypto/evp/e_old.o ../crypto/evp/e_old.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_rc2.d.tmp -MT crypto/evp/e_rc2.o -c -o crypto/evp/e_rc2.o ../crypto/evp/e_rc2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_rc4.d.tmp -MT crypto/evp/e_rc4.o -c -o crypto/evp/e_rc4.o ../crypto/evp/e_rc4.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_rc4_hmac_md5.d.tmp -MT crypto/evp/e_rc4_hmac_md5.o -c -o crypto/evp/e_rc4_hmac_md5.o ../crypto/evp/e_rc4_hmac_md5.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_rc5.d.tmp -MT crypto/evp/e_rc5.o -c -o crypto/evp/e_rc5.o ../crypto/evp/e_rc5.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_seed.d.tmp -MT crypto/evp/e_seed.o -c -o crypto/evp/e_seed.o ../crypto/evp/e_seed.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_sm4.d.tmp -MT crypto/evp/e_sm4.o -c -o crypto/evp/e_sm4.o ../crypto/evp/e_sm4.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_xcbc_d.d.tmp -MT crypto/evp/e_xcbc_d.o -c -o crypto/evp/e_xcbc_d.o ../crypto/evp/e_xcbc_d.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/encode.d.tmp -MT crypto/evp/encode.o -c -o crypto/evp/encode.o ../crypto/evp/encode.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_cnf.d.tmp -MT crypto/evp/evp_cnf.o -c -o crypto/evp/evp_cnf.o ../crypto/evp/evp_cnf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_enc.d.tmp -MT crypto/evp/evp_enc.o -c -o crypto/evp/evp_enc.o ../crypto/evp/evp_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_err.d.tmp -MT crypto/evp/evp_err.o -c -o crypto/evp/evp_err.o ../crypto/evp/evp_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_key.d.tmp -MT crypto/evp/evp_key.o -c -o crypto/evp/evp_key.o ../crypto/evp/evp_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_lib.d.tmp -MT crypto/evp/evp_lib.o -c -o crypto/evp/evp_lib.o ../crypto/evp/evp_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_pbe.d.tmp -MT crypto/evp/evp_pbe.o -c -o crypto/evp/evp_pbe.o ../crypto/evp/evp_pbe.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_pkey.d.tmp -MT crypto/evp/evp_pkey.o -c -o crypto/evp/evp_pkey.o ../crypto/evp/evp_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_md2.d.tmp -MT crypto/evp/m_md2.o -c -o crypto/evp/m_md2.o ../crypto/evp/m_md2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_md4.d.tmp -MT crypto/evp/m_md4.o -c -o crypto/evp/m_md4.o ../crypto/evp/m_md4.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_md5.d.tmp -MT crypto/evp/m_md5.o -c -o crypto/evp/m_md5.o ../crypto/evp/m_md5.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_md5_sha1.d.tmp -MT crypto/evp/m_md5_sha1.o -c -o crypto/evp/m_md5_sha1.o ../crypto/evp/m_md5_sha1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_mdc2.d.tmp -MT crypto/evp/m_mdc2.o -c -o crypto/evp/m_mdc2.o ../crypto/evp/m_mdc2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_null.d.tmp -MT crypto/evp/m_null.o -c -o crypto/evp/m_null.o ../crypto/evp/m_null.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_ripemd.d.tmp -MT crypto/evp/m_ripemd.o -c -o crypto/evp/m_ripemd.o ../crypto/evp/m_ripemd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_sha1.d.tmp -MT crypto/evp/m_sha1.o -c -o crypto/evp/m_sha1.o ../crypto/evp/m_sha1.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_sha3.d.tmp -MT crypto/evp/m_sha3.o -c -o crypto/evp/m_sha3.o ../crypto/evp/m_sha3.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_sigver.d.tmp -MT crypto/evp/m_sigver.o -c -o crypto/evp/m_sigver.o ../crypto/evp/m_sigver.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_wp.d.tmp -MT crypto/evp/m_wp.o -c -o crypto/evp/m_wp.o ../crypto/evp/m_wp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/names.d.tmp -MT crypto/evp/names.o -c -o crypto/evp/names.o ../crypto/evp/names.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p5_crpt.d.tmp -MT crypto/evp/p5_crpt.o -c -o crypto/evp/p5_crpt.o ../crypto/evp/p5_crpt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p5_crpt2.d.tmp -MT crypto/evp/p5_crpt2.o -c -o crypto/evp/p5_crpt2.o ../crypto/evp/p5_crpt2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_dec.d.tmp -MT crypto/evp/p_dec.o -c -o crypto/evp/p_dec.o ../crypto/evp/p_dec.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_enc.d.tmp -MT crypto/evp/p_enc.o -c -o crypto/evp/p_enc.o ../crypto/evp/p_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_lib.d.tmp -MT crypto/evp/p_lib.o -c -o crypto/evp/p_lib.o ../crypto/evp/p_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_open.d.tmp -MT crypto/evp/p_open.o -c -o crypto/evp/p_open.o ../crypto/evp/p_open.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_seal.d.tmp -MT crypto/evp/p_seal.o -c -o crypto/evp/p_seal.o ../crypto/evp/p_seal.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_sign.d.tmp -MT crypto/evp/p_sign.o -c -o crypto/evp/p_sign.o ../crypto/evp/p_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_verify.d.tmp -MT crypto/evp/p_verify.o -c -o crypto/evp/p_verify.o ../crypto/evp/p_verify.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/pbe_scrypt.d.tmp -MT crypto/evp/pbe_scrypt.o -c -o crypto/evp/pbe_scrypt.o ../crypto/evp/pbe_scrypt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/pmeth_fn.d.tmp -MT crypto/evp/pmeth_fn.o -c -o crypto/evp/pmeth_fn.o ../crypto/evp/pmeth_fn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/pmeth_gn.d.tmp -MT crypto/evp/pmeth_gn.o -c -o crypto/evp/pmeth_gn.o ../crypto/evp/pmeth_gn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/pmeth_lib.d.tmp -MT crypto/evp/pmeth_lib.o -c -o crypto/evp/pmeth_lib.o ../crypto/evp/pmeth_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ex_data.d.tmp -MT crypto/ex_data.o -c -o crypto/ex_data.o ../crypto/ex_data.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/getenv.d.tmp -MT crypto/getenv.o -c -o crypto/getenv.o ../crypto/getenv.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/hmac/hm_ameth.d.tmp -MT crypto/hmac/hm_ameth.o -c -o crypto/hmac/hm_ameth.o ../crypto/hmac/hm_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/hmac/hm_pmeth.d.tmp -MT crypto/hmac/hm_pmeth.o -c -o crypto/hmac/hm_pmeth.o ../crypto/hmac/hm_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/hmac/hmac.d.tmp -MT crypto/hmac/hmac.o -c -o crypto/hmac/hmac.o ../crypto/hmac/hmac.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/idea/i_cbc.d.tmp -MT crypto/idea/i_cbc.o -c -o crypto/idea/i_cbc.o ../crypto/idea/i_cbc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/idea/i_cfb64.d.tmp -MT crypto/idea/i_cfb64.o -c -o crypto/idea/i_cfb64.o ../crypto/idea/i_cfb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/idea/i_ecb.d.tmp -MT crypto/idea/i_ecb.o -c -o crypto/idea/i_ecb.o ../crypto/idea/i_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/idea/i_ofb64.d.tmp -MT crypto/idea/i_ofb64.o -c -o crypto/idea/i_ofb64.o ../crypto/idea/i_ofb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/idea/i_skey.d.tmp -MT crypto/idea/i_skey.o -c -o crypto/idea/i_skey.o ../crypto/idea/i_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/init.d.tmp -MT crypto/init.o -c -o crypto/init.o ../crypto/init.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/kdf/hkdf.d.tmp -MT crypto/kdf/hkdf.o -c -o crypto/kdf/hkdf.o ../crypto/kdf/hkdf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/kdf/kdf_err.d.tmp -MT crypto/kdf/kdf_err.o -c -o crypto/kdf/kdf_err.o ../crypto/kdf/kdf_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/kdf/scrypt.d.tmp -MT crypto/kdf/scrypt.o -c -o crypto/kdf/scrypt.o ../crypto/kdf/scrypt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/kdf/tls1_prf.d.tmp -MT crypto/kdf/tls1_prf.o -c -o crypto/kdf/tls1_prf.o ../crypto/kdf/tls1_prf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/lhash/lh_stats.d.tmp -MT crypto/lhash/lh_stats.o -c -o crypto/lhash/lh_stats.o ../crypto/lhash/lh_stats.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/lhash/lhash.d.tmp -MT crypto/lhash/lhash.o -c -o crypto/lhash/lhash.o ../crypto/lhash/lhash.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md2/md2_dgst.d.tmp -MT crypto/md2/md2_dgst.o -c -o crypto/md2/md2_dgst.o ../crypto/md2/md2_dgst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md2/md2_one.d.tmp -MT crypto/md2/md2_one.o -c -o crypto/md2/md2_one.o ../crypto/md2/md2_one.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md4/md4_dgst.d.tmp -MT crypto/md4/md4_dgst.o -c -o crypto/md4/md4_dgst.o ../crypto/md4/md4_dgst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md4/md4_one.d.tmp -MT crypto/md4/md4_one.o -c -o crypto/md4/md4_one.o ../crypto/md4/md4_one.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md5/md5_dgst.d.tmp -MT crypto/md5/md5_dgst.o -c -o crypto/md5/md5_dgst.o ../crypto/md5/md5_dgst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md5/md5_one.d.tmp -MT crypto/md5/md5_one.o -c -o crypto/md5/md5_one.o ../crypto/md5/md5_one.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/mem.d.tmp -MT crypto/mem.o -c -o crypto/mem.o ../crypto/mem.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/mem_clr.d.tmp -MT crypto/mem_clr.o -c -o crypto/mem_clr.o ../crypto/mem_clr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/mem_dbg.d.tmp -MT crypto/mem_dbg.o -c -o crypto/mem_dbg.o ../crypto/mem_dbg.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/mem_sec.d.tmp -MT crypto/mem_sec.o -c -o crypto/mem_sec.o ../crypto/mem_sec.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/cbc128.d.tmp -MT crypto/modes/cbc128.o -c -o crypto/modes/cbc128.o ../crypto/modes/cbc128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/ccm128.d.tmp -MT crypto/modes/ccm128.o -c -o crypto/modes/ccm128.o ../crypto/modes/ccm128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/cfb128.d.tmp -MT crypto/modes/cfb128.o -c -o crypto/modes/cfb128.o ../crypto/modes/cfb128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/ctr128.d.tmp -MT crypto/modes/ctr128.o -c -o crypto/modes/ctr128.o ../crypto/modes/ctr128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/cts128.d.tmp -MT crypto/modes/cts128.o -c -o crypto/modes/cts128.o ../crypto/modes/cts128.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/gcm128.d.tmp -MT crypto/modes/gcm128.o -c -o crypto/modes/gcm128.o ../crypto/modes/gcm128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/ocb128.d.tmp -MT crypto/modes/ocb128.o -c -o crypto/modes/ocb128.o ../crypto/modes/ocb128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/ofb128.d.tmp -MT crypto/modes/ofb128.o -c -o crypto/modes/ofb128.o ../crypto/modes/ofb128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/wrap128.d.tmp -MT crypto/modes/wrap128.o -c -o crypto/modes/wrap128.o ../crypto/modes/wrap128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/xts128.d.tmp -MT crypto/modes/xts128.o -c -o crypto/modes/xts128.o ../crypto/modes/xts128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_dir.d.tmp -MT crypto/o_dir.o -c -o crypto/o_dir.o ../crypto/o_dir.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_fips.d.tmp -MT crypto/o_fips.o -c -o crypto/o_fips.o ../crypto/o_fips.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_fopen.d.tmp -MT crypto/o_fopen.o -c -o crypto/o_fopen.o ../crypto/o_fopen.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_init.d.tmp -MT crypto/o_init.o -c -o crypto/o_init.o ../crypto/o_init.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_str.d.tmp -MT crypto/o_str.o -c -o crypto/o_str.o ../crypto/o_str.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_time.d.tmp -MT crypto/o_time.o -c -o crypto/o_time.o ../crypto/o_time.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/o_names.d.tmp -MT crypto/objects/o_names.o -c -o crypto/objects/o_names.o ../crypto/objects/o_names.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/obj_dat.d.tmp -MT crypto/objects/obj_dat.o -c -o crypto/objects/obj_dat.o ../crypto/objects/obj_dat.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/obj_err.d.tmp -MT crypto/objects/obj_err.o -c -o crypto/objects/obj_err.o ../crypto/objects/obj_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/obj_lib.d.tmp -MT crypto/objects/obj_lib.o -c -o crypto/objects/obj_lib.o ../crypto/objects/obj_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/obj_xref.d.tmp -MT crypto/objects/obj_xref.o -c -o crypto/objects/obj_xref.o ../crypto/objects/obj_xref.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_asn.d.tmp -MT crypto/ocsp/ocsp_asn.o -c -o crypto/ocsp/ocsp_asn.o ../crypto/ocsp/ocsp_asn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_cl.d.tmp -MT crypto/ocsp/ocsp_cl.o -c -o crypto/ocsp/ocsp_cl.o ../crypto/ocsp/ocsp_cl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_err.d.tmp -MT crypto/ocsp/ocsp_err.o -c -o crypto/ocsp/ocsp_err.o ../crypto/ocsp/ocsp_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_ext.d.tmp -MT crypto/ocsp/ocsp_ext.o -c -o crypto/ocsp/ocsp_ext.o ../crypto/ocsp/ocsp_ext.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_ht.d.tmp -MT crypto/ocsp/ocsp_ht.o -c -o crypto/ocsp/ocsp_ht.o ../crypto/ocsp/ocsp_ht.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_lib.d.tmp -MT crypto/ocsp/ocsp_lib.o -c -o crypto/ocsp/ocsp_lib.o ../crypto/ocsp/ocsp_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_prn.d.tmp -MT crypto/ocsp/ocsp_prn.o -c -o crypto/ocsp/ocsp_prn.o ../crypto/ocsp/ocsp_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_srv.d.tmp -MT crypto/ocsp/ocsp_srv.o -c -o crypto/ocsp/ocsp_srv.o ../crypto/ocsp/ocsp_srv.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_vfy.d.tmp -MT crypto/ocsp/ocsp_vfy.o -c -o crypto/ocsp/ocsp_vfy.o ../crypto/ocsp/ocsp_vfy.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/v3_ocsp.d.tmp -MT crypto/ocsp/v3_ocsp.o -c -o crypto/ocsp/v3_ocsp.o ../crypto/ocsp/v3_ocsp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_all.d.tmp -MT crypto/pem/pem_all.o -c -o crypto/pem/pem_all.o ../crypto/pem/pem_all.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_err.d.tmp -MT crypto/pem/pem_err.o -c -o crypto/pem/pem_err.o ../crypto/pem/pem_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_info.d.tmp -MT crypto/pem/pem_info.o -c -o crypto/pem/pem_info.o ../crypto/pem/pem_info.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_lib.d.tmp -MT crypto/pem/pem_lib.o -c -o crypto/pem/pem_lib.o ../crypto/pem/pem_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_oth.d.tmp -MT crypto/pem/pem_oth.o -c -o crypto/pem/pem_oth.o ../crypto/pem/pem_oth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_pk8.d.tmp -MT crypto/pem/pem_pk8.o -c -o crypto/pem/pem_pk8.o ../crypto/pem/pem_pk8.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_pkey.d.tmp -MT crypto/pem/pem_pkey.o -c -o crypto/pem/pem_pkey.o ../crypto/pem/pem_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_sign.d.tmp -MT crypto/pem/pem_sign.o -c -o crypto/pem/pem_sign.o ../crypto/pem/pem_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_x509.d.tmp -MT crypto/pem/pem_x509.o -c -o crypto/pem/pem_x509.o ../crypto/pem/pem_x509.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_xaux.d.tmp -MT crypto/pem/pem_xaux.o -c -o crypto/pem/pem_xaux.o ../crypto/pem/pem_xaux.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pvkfmt.d.tmp -MT crypto/pem/pvkfmt.o -c -o crypto/pem/pvkfmt.o ../crypto/pem/pvkfmt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_add.d.tmp -MT crypto/pkcs12/p12_add.o -c -o crypto/pkcs12/p12_add.o ../crypto/pkcs12/p12_add.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_asn.d.tmp -MT crypto/pkcs12/p12_asn.o -c -o crypto/pkcs12/p12_asn.o ../crypto/pkcs12/p12_asn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_attr.d.tmp -MT crypto/pkcs12/p12_attr.o -c -o crypto/pkcs12/p12_attr.o ../crypto/pkcs12/p12_attr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_crpt.d.tmp -MT crypto/pkcs12/p12_crpt.o -c -o crypto/pkcs12/p12_crpt.o ../crypto/pkcs12/p12_crpt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_crt.d.tmp -MT crypto/pkcs12/p12_crt.o -c -o crypto/pkcs12/p12_crt.o ../crypto/pkcs12/p12_crt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_decr.d.tmp -MT crypto/pkcs12/p12_decr.o -c -o crypto/pkcs12/p12_decr.o ../crypto/pkcs12/p12_decr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_init.d.tmp -MT crypto/pkcs12/p12_init.o -c -o crypto/pkcs12/p12_init.o ../crypto/pkcs12/p12_init.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_key.d.tmp -MT crypto/pkcs12/p12_key.o -c -o crypto/pkcs12/p12_key.o ../crypto/pkcs12/p12_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_kiss.d.tmp -MT crypto/pkcs12/p12_kiss.o -c -o crypto/pkcs12/p12_kiss.o ../crypto/pkcs12/p12_kiss.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_mutl.d.tmp -MT crypto/pkcs12/p12_mutl.o -c -o crypto/pkcs12/p12_mutl.o ../crypto/pkcs12/p12_mutl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_npas.d.tmp -MT crypto/pkcs12/p12_npas.o -c -o crypto/pkcs12/p12_npas.o ../crypto/pkcs12/p12_npas.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_p8d.d.tmp -MT crypto/pkcs12/p12_p8d.o -c -o crypto/pkcs12/p12_p8d.o ../crypto/pkcs12/p12_p8d.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_p8e.d.tmp -MT crypto/pkcs12/p12_p8e.o -c -o crypto/pkcs12/p12_p8e.o ../crypto/pkcs12/p12_p8e.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_sbag.d.tmp -MT crypto/pkcs12/p12_sbag.o -c -o crypto/pkcs12/p12_sbag.o ../crypto/pkcs12/p12_sbag.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_utl.d.tmp -MT crypto/pkcs12/p12_utl.o -c -o crypto/pkcs12/p12_utl.o ../crypto/pkcs12/p12_utl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/pk12err.d.tmp -MT crypto/pkcs12/pk12err.o -c -o crypto/pkcs12/pk12err.o ../crypto/pkcs12/pk12err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/bio_pk7.d.tmp -MT crypto/pkcs7/bio_pk7.o -c -o crypto/pkcs7/bio_pk7.o ../crypto/pkcs7/bio_pk7.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_asn1.d.tmp -MT crypto/pkcs7/pk7_asn1.o -c -o crypto/pkcs7/pk7_asn1.o ../crypto/pkcs7/pk7_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_attr.d.tmp -MT crypto/pkcs7/pk7_attr.o -c -o crypto/pkcs7/pk7_attr.o ../crypto/pkcs7/pk7_attr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_doit.d.tmp -MT crypto/pkcs7/pk7_doit.o -c -o crypto/pkcs7/pk7_doit.o ../crypto/pkcs7/pk7_doit.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_lib.d.tmp -MT crypto/pkcs7/pk7_lib.o -c -o crypto/pkcs7/pk7_lib.o ../crypto/pkcs7/pk7_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_mime.d.tmp -MT crypto/pkcs7/pk7_mime.o -c -o crypto/pkcs7/pk7_mime.o ../crypto/pkcs7/pk7_mime.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_smime.d.tmp -MT crypto/pkcs7/pk7_smime.o -c -o crypto/pkcs7/pk7_smime.o ../crypto/pkcs7/pk7_smime.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pkcs7err.d.tmp -MT crypto/pkcs7/pkcs7err.o -c -o crypto/pkcs7/pkcs7err.o ../crypto/pkcs7/pkcs7err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/poly1305/poly1305.d.tmp -MT crypto/poly1305/poly1305.o -c -o crypto/poly1305/poly1305.o ../crypto/poly1305/poly1305.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/poly1305/poly1305_ameth.d.tmp -MT crypto/poly1305/poly1305_ameth.o -c -o crypto/poly1305/poly1305_ameth.o ../crypto/poly1305/poly1305_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/poly1305/poly1305_pmeth.d.tmp -MT crypto/poly1305/poly1305_pmeth.o -c -o crypto/poly1305/poly1305_pmeth.o ../crypto/poly1305/poly1305_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/drbg_ctr.d.tmp -MT crypto/rand/drbg_ctr.o -c -o crypto/rand/drbg_ctr.o ../crypto/rand/drbg_ctr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/drbg_lib.d.tmp -MT crypto/rand/drbg_lib.o -c -o crypto/rand/drbg_lib.o ../crypto/rand/drbg_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_egd.d.tmp -MT crypto/rand/rand_egd.o -c -o crypto/rand/rand_egd.o ../crypto/rand/rand_egd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_err.d.tmp -MT crypto/rand/rand_err.o -c -o crypto/rand/rand_err.o ../crypto/rand/rand_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_lib.d.tmp -MT crypto/rand/rand_lib.o -c -o crypto/rand/rand_lib.o ../crypto/rand/rand_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_unix.d.tmp -MT crypto/rand/rand_unix.o -c -o crypto/rand/rand_unix.o ../crypto/rand/rand_unix.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_vms.d.tmp -MT crypto/rand/rand_vms.o -c -o crypto/rand/rand_vms.o ../crypto/rand/rand_vms.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_win.d.tmp -MT crypto/rand/rand_win.o -c -o crypto/rand/rand_win.o ../crypto/rand/rand_win.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/randfile.d.tmp -MT crypto/rand/randfile.o -c -o crypto/rand/randfile.o ../crypto/rand/randfile.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc2/rc2_cbc.d.tmp -MT crypto/rc2/rc2_cbc.o -c -o crypto/rc2/rc2_cbc.o ../crypto/rc2/rc2_cbc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc2/rc2_ecb.d.tmp -MT crypto/rc2/rc2_ecb.o -c -o crypto/rc2/rc2_ecb.o ../crypto/rc2/rc2_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc2/rc2_skey.d.tmp -MT crypto/rc2/rc2_skey.o -c -o crypto/rc2/rc2_skey.o ../crypto/rc2/rc2_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc2/rc2cfb64.d.tmp -MT crypto/rc2/rc2cfb64.o -c -o crypto/rc2/rc2cfb64.o ../crypto/rc2/rc2cfb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc2/rc2ofb64.d.tmp -MT crypto/rc2/rc2ofb64.o -c -o crypto/rc2/rc2ofb64.o ../crypto/rc2/rc2ofb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc4/rc4_enc.d.tmp -MT crypto/rc4/rc4_enc.o -c -o crypto/rc4/rc4_enc.o ../crypto/rc4/rc4_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc4/rc4_skey.d.tmp -MT crypto/rc4/rc4_skey.o -c -o crypto/rc4/rc4_skey.o ../crypto/rc4/rc4_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc5/rc5_ecb.d.tmp -MT crypto/rc5/rc5_ecb.o -c -o crypto/rc5/rc5_ecb.o ../crypto/rc5/rc5_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc5/rc5_enc.d.tmp -MT crypto/rc5/rc5_enc.o -c -o crypto/rc5/rc5_enc.o ../crypto/rc5/rc5_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc5/rc5_skey.d.tmp -MT crypto/rc5/rc5_skey.o -c -o crypto/rc5/rc5_skey.o ../crypto/rc5/rc5_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc5/rc5cfb64.d.tmp -MT crypto/rc5/rc5cfb64.o -c -o crypto/rc5/rc5cfb64.o ../crypto/rc5/rc5cfb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rc5/rc5ofb64.d.tmp -MT crypto/rc5/rc5ofb64.o -c -o crypto/rc5/rc5ofb64.o ../crypto/rc5/rc5ofb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ripemd/rmd_dgst.d.tmp -MT crypto/ripemd/rmd_dgst.o -c -o crypto/ripemd/rmd_dgst.o ../crypto/ripemd/rmd_dgst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ripemd/rmd_one.d.tmp -MT crypto/ripemd/rmd_one.o -c -o crypto/ripemd/rmd_one.o ../crypto/ripemd/rmd_one.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_ameth.d.tmp -MT crypto/rsa/rsa_ameth.o -c -o crypto/rsa/rsa_ameth.o ../crypto/rsa/rsa_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_asn1.d.tmp -MT crypto/rsa/rsa_asn1.o -c -o crypto/rsa/rsa_asn1.o ../crypto/rsa/rsa_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_chk.d.tmp -MT crypto/rsa/rsa_chk.o -c -o crypto/rsa/rsa_chk.o ../crypto/rsa/rsa_chk.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_crpt.d.tmp -MT crypto/rsa/rsa_crpt.o -c -o crypto/rsa/rsa_crpt.o ../crypto/rsa/rsa_crpt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_depr.d.tmp -MT crypto/rsa/rsa_depr.o -c -o crypto/rsa/rsa_depr.o ../crypto/rsa/rsa_depr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_err.d.tmp -MT crypto/rsa/rsa_err.o -c -o crypto/rsa/rsa_err.o ../crypto/rsa/rsa_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_gen.d.tmp -MT crypto/rsa/rsa_gen.o -c -o crypto/rsa/rsa_gen.o ../crypto/rsa/rsa_gen.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_lib.d.tmp -MT crypto/rsa/rsa_lib.o -c -o crypto/rsa/rsa_lib.o ../crypto/rsa/rsa_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_meth.d.tmp -MT crypto/rsa/rsa_meth.o -c -o crypto/rsa/rsa_meth.o ../crypto/rsa/rsa_meth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_mp.d.tmp -MT crypto/rsa/rsa_mp.o -c -o crypto/rsa/rsa_mp.o ../crypto/rsa/rsa_mp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_none.d.tmp -MT crypto/rsa/rsa_none.o -c -o crypto/rsa/rsa_none.o ../crypto/rsa/rsa_none.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_oaep.d.tmp -MT crypto/rsa/rsa_oaep.o -c -o crypto/rsa/rsa_oaep.o ../crypto/rsa/rsa_oaep.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_ossl.d.tmp -MT crypto/rsa/rsa_ossl.o -c -o crypto/rsa/rsa_ossl.o ../crypto/rsa/rsa_ossl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_pk1.d.tmp -MT crypto/rsa/rsa_pk1.o -c -o crypto/rsa/rsa_pk1.o ../crypto/rsa/rsa_pk1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_pmeth.d.tmp -MT crypto/rsa/rsa_pmeth.o -c -o crypto/rsa/rsa_pmeth.o ../crypto/rsa/rsa_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_prn.d.tmp -MT crypto/rsa/rsa_prn.o -c -o crypto/rsa/rsa_prn.o ../crypto/rsa/rsa_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_pss.d.tmp -MT crypto/rsa/rsa_pss.o -c -o crypto/rsa/rsa_pss.o ../crypto/rsa/rsa_pss.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_saos.d.tmp -MT crypto/rsa/rsa_saos.o -c -o crypto/rsa/rsa_saos.o ../crypto/rsa/rsa_saos.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_sign.d.tmp -MT crypto/rsa/rsa_sign.o -c -o crypto/rsa/rsa_sign.o ../crypto/rsa/rsa_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_ssl.d.tmp -MT crypto/rsa/rsa_ssl.o -c -o crypto/rsa/rsa_ssl.o ../crypto/rsa/rsa_ssl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_x931.d.tmp -MT crypto/rsa/rsa_x931.o -c -o crypto/rsa/rsa_x931.o ../crypto/rsa/rsa_x931.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_x931g.d.tmp -MT crypto/rsa/rsa_x931g.o -c -o crypto/rsa/rsa_x931g.o ../crypto/rsa/rsa_x931g.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/seed/seed.d.tmp -MT crypto/seed/seed.o -c -o crypto/seed/seed.o ../crypto/seed/seed.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/seed/seed_cbc.d.tmp -MT crypto/seed/seed_cbc.o -c -o crypto/seed/seed_cbc.o ../crypto/seed/seed_cbc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/seed/seed_cfb.d.tmp -MT crypto/seed/seed_cfb.o -c -o crypto/seed/seed_cfb.o ../crypto/seed/seed_cfb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/seed/seed_ecb.d.tmp -MT crypto/seed/seed_ecb.o -c -o crypto/seed/seed_ecb.o ../crypto/seed/seed_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/seed/seed_ofb.d.tmp -MT crypto/seed/seed_ofb.o -c -o crypto/seed/seed_ofb.o ../crypto/seed/seed_ofb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/keccak1600.d.tmp -MT crypto/sha/keccak1600.o -c -o crypto/sha/keccak1600.o ../crypto/sha/keccak1600.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/sha1_one.d.tmp -MT crypto/sha/sha1_one.o -c -o crypto/sha/sha1_one.o ../crypto/sha/sha1_one.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/sha1dgst.d.tmp -MT crypto/sha/sha1dgst.o -c -o crypto/sha/sha1dgst.o ../crypto/sha/sha1dgst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/sha256.d.tmp -MT crypto/sha/sha256.o -c -o crypto/sha/sha256.o ../crypto/sha/sha256.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/sha512.d.tmp -MT crypto/sha/sha512.o -c -o crypto/sha/sha512.o ../crypto/sha/sha512.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/siphash/siphash.d.tmp -MT crypto/siphash/siphash.o -c -o crypto/siphash/siphash.o ../crypto/siphash/siphash.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/siphash/siphash_ameth.d.tmp -MT crypto/siphash/siphash_ameth.o -c -o crypto/siphash/siphash_ameth.o ../crypto/siphash/siphash_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/siphash/siphash_pmeth.d.tmp -MT crypto/siphash/siphash_pmeth.o -c -o crypto/siphash/siphash_pmeth.o ../crypto/siphash/siphash_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm2/sm2_crypt.d.tmp -MT crypto/sm2/sm2_crypt.o -c -o crypto/sm2/sm2_crypt.o ../crypto/sm2/sm2_crypt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm2/sm2_err.d.tmp -MT crypto/sm2/sm2_err.o -c -o crypto/sm2/sm2_err.o ../crypto/sm2/sm2_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm2/sm2_pmeth.d.tmp -MT crypto/sm2/sm2_pmeth.o -c -o crypto/sm2/sm2_pmeth.o ../crypto/sm2/sm2_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm2/sm2_sign.d.tmp -MT crypto/sm2/sm2_sign.o -c -o crypto/sm2/sm2_sign.o ../crypto/sm2/sm2_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm3/m_sm3.d.tmp -MT crypto/sm3/m_sm3.o -c -o crypto/sm3/m_sm3.o ../crypto/sm3/m_sm3.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm3/sm3.d.tmp -MT crypto/sm3/sm3.o -c -o crypto/sm3/sm3.o ../crypto/sm3/sm3.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sm4/sm4.d.tmp -MT crypto/sm4/sm4.o -c -o crypto/sm4/sm4.o ../crypto/sm4/sm4.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/srp/srp_lib.d.tmp -MT crypto/srp/srp_lib.o -c -o crypto/srp/srp_lib.o ../crypto/srp/srp_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/srp/srp_vfy.d.tmp -MT crypto/srp/srp_vfy.o -c -o crypto/srp/srp_vfy.o ../crypto/srp/srp_vfy.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/stack/stack.d.tmp -MT crypto/stack/stack.o -c -o crypto/stack/stack.o ../crypto/stack/stack.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/loader_file.d.tmp -MT crypto/store/loader_file.o -c -o crypto/store/loader_file.o ../crypto/store/loader_file.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_err.d.tmp -MT crypto/store/store_err.o -c -o crypto/store/store_err.o ../crypto/store/store_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_init.d.tmp -MT crypto/store/store_init.o -c -o crypto/store/store_init.o ../crypto/store/store_init.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_lib.d.tmp -MT crypto/store/store_lib.o -c -o crypto/store/store_lib.o ../crypto/store/store_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_register.d.tmp -MT crypto/store/store_register.o -c -o crypto/store/store_register.o ../crypto/store/store_register.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_strings.d.tmp -MT crypto/store/store_strings.o -c -o crypto/store/store_strings.o ../crypto/store/store_strings.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/threads_none.d.tmp -MT crypto/threads_none.o -c -o crypto/threads_none.o ../crypto/threads_none.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/threads_pthread.d.tmp -MT crypto/threads_pthread.o -c -o crypto/threads_pthread.o ../crypto/threads_pthread.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/threads_win.d.tmp -MT crypto/threads_win.o -c -o crypto/threads_win.o ../crypto/threads_win.c ../crypto/threads_win.c: In function 'CRYPTO_atomic_add': ../crypto/threads_win.c:158:35: warning: passing argument 1 of '_InterlockedExchangeAdd' from incompatible pointer type [-Wincompatible-pointer-types] 158 | *ret = InterlockedExchangeAdd(val, amount) + amount; @@ -602,163 +602,164 @@ In file included from C:/msys32/mingw32/i686-w64-mingw32/include/winnt.h:27, C:/msys32/mingw32/i686-w64-mingw32/include/psdk_inc/intrin-impl.h:1483:53: note: expected 'volatile long int *' but argument is of type 'int *' 1483 | __LONG32 _InterlockedExchangeAdd(__LONG32 volatile *Addend, __LONG32 Value) { | ^ -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_asn1.d.tmp -MT crypto/ts/ts_asn1.o -c -o crypto/ts/ts_asn1.o ../crypto/ts/ts_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_conf.d.tmp -MT crypto/ts/ts_conf.o -c -o crypto/ts/ts_conf.o ../crypto/ts/ts_conf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_err.d.tmp -MT crypto/ts/ts_err.o -c -o crypto/ts/ts_err.o ../crypto/ts/ts_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_lib.d.tmp -MT crypto/ts/ts_lib.o -c -o crypto/ts/ts_lib.o ../crypto/ts/ts_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_req_print.d.tmp -MT crypto/ts/ts_req_print.o -c -o crypto/ts/ts_req_print.o ../crypto/ts/ts_req_print.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_req_utils.d.tmp -MT crypto/ts/ts_req_utils.o -c -o crypto/ts/ts_req_utils.o ../crypto/ts/ts_req_utils.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_rsp_print.d.tmp -MT crypto/ts/ts_rsp_print.o -c -o crypto/ts/ts_rsp_print.o ../crypto/ts/ts_rsp_print.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_rsp_sign.d.tmp -MT crypto/ts/ts_rsp_sign.o -c -o crypto/ts/ts_rsp_sign.o ../crypto/ts/ts_rsp_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_rsp_utils.d.tmp -MT crypto/ts/ts_rsp_utils.o -c -o crypto/ts/ts_rsp_utils.o ../crypto/ts/ts_rsp_utils.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_rsp_verify.d.tmp -MT crypto/ts/ts_rsp_verify.o -c -o crypto/ts/ts_rsp_verify.o ../crypto/ts/ts_rsp_verify.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_verify_ctx.d.tmp -MT crypto/ts/ts_verify_ctx.o -c -o crypto/ts/ts_verify_ctx.o ../crypto/ts/ts_verify_ctx.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/txt_db/txt_db.d.tmp -MT crypto/txt_db/txt_db.o -c -o crypto/txt_db/txt_db.o ../crypto/txt_db/txt_db.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_err.d.tmp -MT crypto/ui/ui_err.o -c -o crypto/ui/ui_err.o ../crypto/ui/ui_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_lib.d.tmp -MT crypto/ui/ui_lib.o -c -o crypto/ui/ui_lib.o ../crypto/ui/ui_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_null.d.tmp -MT crypto/ui/ui_null.o -c -o crypto/ui/ui_null.o ../crypto/ui/ui_null.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_openssl.d.tmp -MT crypto/ui/ui_openssl.o -c -o crypto/ui/ui_openssl.o ../crypto/ui/ui_openssl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_util.d.tmp -MT crypto/ui/ui_util.o -c -o crypto/ui/ui_util.o ../crypto/ui/ui_util.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/uid.d.tmp -MT crypto/uid.o -c -o crypto/uid.o ../crypto/uid.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_asn1.d.tmp -MT crypto/ts/ts_asn1.o -c -o crypto/ts/ts_asn1.o ../crypto/ts/ts_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_conf.d.tmp -MT crypto/ts/ts_conf.o -c -o crypto/ts/ts_conf.o ../crypto/ts/ts_conf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_err.d.tmp -MT crypto/ts/ts_err.o -c -o crypto/ts/ts_err.o ../crypto/ts/ts_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_lib.d.tmp -MT crypto/ts/ts_lib.o -c -o crypto/ts/ts_lib.o ../crypto/ts/ts_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_req_print.d.tmp -MT crypto/ts/ts_req_print.o -c -o crypto/ts/ts_req_print.o ../crypto/ts/ts_req_print.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_req_utils.d.tmp -MT crypto/ts/ts_req_utils.o -c -o crypto/ts/ts_req_utils.o ../crypto/ts/ts_req_utils.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_rsp_print.d.tmp -MT crypto/ts/ts_rsp_print.o -c -o crypto/ts/ts_rsp_print.o ../crypto/ts/ts_rsp_print.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_rsp_sign.d.tmp -MT crypto/ts/ts_rsp_sign.o -c -o crypto/ts/ts_rsp_sign.o ../crypto/ts/ts_rsp_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_rsp_utils.d.tmp -MT crypto/ts/ts_rsp_utils.o -c -o crypto/ts/ts_rsp_utils.o ../crypto/ts/ts_rsp_utils.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_rsp_verify.d.tmp -MT crypto/ts/ts_rsp_verify.o -c -o crypto/ts/ts_rsp_verify.o ../crypto/ts/ts_rsp_verify.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_verify_ctx.d.tmp -MT crypto/ts/ts_verify_ctx.o -c -o crypto/ts/ts_verify_ctx.o ../crypto/ts/ts_verify_ctx.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/txt_db/txt_db.d.tmp -MT crypto/txt_db/txt_db.o -c -o crypto/txt_db/txt_db.o ../crypto/txt_db/txt_db.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_err.d.tmp -MT crypto/ui/ui_err.o -c -o crypto/ui/ui_err.o ../crypto/ui/ui_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_lib.d.tmp -MT crypto/ui/ui_lib.o -c -o crypto/ui/ui_lib.o ../crypto/ui/ui_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_null.d.tmp -MT crypto/ui/ui_null.o -c -o crypto/ui/ui_null.o ../crypto/ui/ui_null.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_openssl.d.tmp -MT crypto/ui/ui_openssl.o -c -o crypto/ui/ui_openssl.o ../crypto/ui/ui_openssl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_util.d.tmp -MT crypto/ui/ui_util.o -c -o crypto/ui/ui_util.o ../crypto/ui/ui_util.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/uid.d.tmp -MT crypto/uid.o -c -o crypto/uid.o ../crypto/uid.c CC="gcc" /usr/bin/perl ../ms/uplink-x86.pl coff crypto/uplink-x86.s -gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/uplink-x86.o crypto/uplink-x86.s -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/whrlpool/wp_block.d.tmp -MT crypto/whrlpool/wp_block.o -c -o crypto/whrlpool/wp_block.o ../crypto/whrlpool/wp_block.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/whrlpool/wp_dgst.d.tmp -MT crypto/whrlpool/wp_dgst.o -c -o crypto/whrlpool/wp_dgst.o ../crypto/whrlpool/wp_dgst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/by_dir.d.tmp -MT crypto/x509/by_dir.o -c -o crypto/x509/by_dir.o ../crypto/x509/by_dir.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/by_file.d.tmp -MT crypto/x509/by_file.o -c -o crypto/x509/by_file.o ../crypto/x509/by_file.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/t_crl.d.tmp -MT crypto/x509/t_crl.o -c -o crypto/x509/t_crl.o ../crypto/x509/t_crl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/t_req.d.tmp -MT crypto/x509/t_req.o -c -o crypto/x509/t_req.o ../crypto/x509/t_req.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/t_x509.d.tmp -MT crypto/x509/t_x509.o -c -o crypto/x509/t_x509.o ../crypto/x509/t_x509.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_att.d.tmp -MT crypto/x509/x509_att.o -c -o crypto/x509/x509_att.o ../crypto/x509/x509_att.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_cmp.d.tmp -MT crypto/x509/x509_cmp.o -c -o crypto/x509/x509_cmp.o ../crypto/x509/x509_cmp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_d2.d.tmp -MT crypto/x509/x509_d2.o -c -o crypto/x509/x509_d2.o ../crypto/x509/x509_d2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_def.d.tmp -MT crypto/x509/x509_def.o -c -o crypto/x509/x509_def.o ../crypto/x509/x509_def.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_err.d.tmp -MT crypto/x509/x509_err.o -c -o crypto/x509/x509_err.o ../crypto/x509/x509_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_ext.d.tmp -MT crypto/x509/x509_ext.o -c -o crypto/x509/x509_ext.o ../crypto/x509/x509_ext.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_lu.d.tmp -MT crypto/x509/x509_lu.o -c -o crypto/x509/x509_lu.o ../crypto/x509/x509_lu.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_meth.d.tmp -MT crypto/x509/x509_meth.o -c -o crypto/x509/x509_meth.o ../crypto/x509/x509_meth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_obj.d.tmp -MT crypto/x509/x509_obj.o -c -o crypto/x509/x509_obj.o ../crypto/x509/x509_obj.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_r2x.d.tmp -MT crypto/x509/x509_r2x.o -c -o crypto/x509/x509_r2x.o ../crypto/x509/x509_r2x.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_req.d.tmp -MT crypto/x509/x509_req.o -c -o crypto/x509/x509_req.o ../crypto/x509/x509_req.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_set.d.tmp -MT crypto/x509/x509_set.o -c -o crypto/x509/x509_set.o ../crypto/x509/x509_set.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_trs.d.tmp -MT crypto/x509/x509_trs.o -c -o crypto/x509/x509_trs.o ../crypto/x509/x509_trs.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_txt.d.tmp -MT crypto/x509/x509_txt.o -c -o crypto/x509/x509_txt.o ../crypto/x509/x509_txt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_v3.d.tmp -MT crypto/x509/x509_v3.o -c -o crypto/x509/x509_v3.o ../crypto/x509/x509_v3.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_vfy.d.tmp -MT crypto/x509/x509_vfy.o -c -o crypto/x509/x509_vfy.o ../crypto/x509/x509_vfy.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_vpm.d.tmp -MT crypto/x509/x509_vpm.o -c -o crypto/x509/x509_vpm.o ../crypto/x509/x509_vpm.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509cset.d.tmp -MT crypto/x509/x509cset.o -c -o crypto/x509/x509cset.o ../crypto/x509/x509cset.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509name.d.tmp -MT crypto/x509/x509name.o -c -o crypto/x509/x509name.o ../crypto/x509/x509name.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509rset.d.tmp -MT crypto/x509/x509rset.o -c -o crypto/x509/x509rset.o ../crypto/x509/x509rset.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509spki.d.tmp -MT crypto/x509/x509spki.o -c -o crypto/x509/x509spki.o ../crypto/x509/x509spki.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509type.d.tmp -MT crypto/x509/x509type.o -c -o crypto/x509/x509type.o ../crypto/x509/x509type.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_all.d.tmp -MT crypto/x509/x_all.o -c -o crypto/x509/x_all.o ../crypto/x509/x_all.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_attrib.d.tmp -MT crypto/x509/x_attrib.o -c -o crypto/x509/x_attrib.o ../crypto/x509/x_attrib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_crl.d.tmp -MT crypto/x509/x_crl.o -c -o crypto/x509/x_crl.o ../crypto/x509/x_crl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_exten.d.tmp -MT crypto/x509/x_exten.o -c -o crypto/x509/x_exten.o ../crypto/x509/x_exten.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_name.d.tmp -MT crypto/x509/x_name.o -c -o crypto/x509/x_name.o ../crypto/x509/x_name.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_pubkey.d.tmp -MT crypto/x509/x_pubkey.o -c -o crypto/x509/x_pubkey.o ../crypto/x509/x_pubkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_req.d.tmp -MT crypto/x509/x_req.o -c -o crypto/x509/x_req.o ../crypto/x509/x_req.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_x509.d.tmp -MT crypto/x509/x_x509.o -c -o crypto/x509/x_x509.o ../crypto/x509/x_x509.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_x509a.d.tmp -MT crypto/x509/x_x509a.o -c -o crypto/x509/x_x509a.o ../crypto/x509/x_x509a.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_cache.d.tmp -MT crypto/x509v3/pcy_cache.o -c -o crypto/x509v3/pcy_cache.o ../crypto/x509v3/pcy_cache.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_data.d.tmp -MT crypto/x509v3/pcy_data.o -c -o crypto/x509v3/pcy_data.o ../crypto/x509v3/pcy_data.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_lib.d.tmp -MT crypto/x509v3/pcy_lib.o -c -o crypto/x509v3/pcy_lib.o ../crypto/x509v3/pcy_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_map.d.tmp -MT crypto/x509v3/pcy_map.o -c -o crypto/x509v3/pcy_map.o ../crypto/x509v3/pcy_map.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_node.d.tmp -MT crypto/x509v3/pcy_node.o -c -o crypto/x509v3/pcy_node.o ../crypto/x509v3/pcy_node.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_tree.d.tmp -MT crypto/x509v3/pcy_tree.o -c -o crypto/x509v3/pcy_tree.o ../crypto/x509v3/pcy_tree.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_addr.d.tmp -MT crypto/x509v3/v3_addr.o -c -o crypto/x509v3/v3_addr.o ../crypto/x509v3/v3_addr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_admis.d.tmp -MT crypto/x509v3/v3_admis.o -c -o crypto/x509v3/v3_admis.o ../crypto/x509v3/v3_admis.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_akey.d.tmp -MT crypto/x509v3/v3_akey.o -c -o crypto/x509v3/v3_akey.o ../crypto/x509v3/v3_akey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_akeya.d.tmp -MT crypto/x509v3/v3_akeya.o -c -o crypto/x509v3/v3_akeya.o ../crypto/x509v3/v3_akeya.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_alt.d.tmp -MT crypto/x509v3/v3_alt.o -c -o crypto/x509v3/v3_alt.o ../crypto/x509v3/v3_alt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_asid.d.tmp -MT crypto/x509v3/v3_asid.o -c -o crypto/x509v3/v3_asid.o ../crypto/x509v3/v3_asid.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_bcons.d.tmp -MT crypto/x509v3/v3_bcons.o -c -o crypto/x509v3/v3_bcons.o ../crypto/x509v3/v3_bcons.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_bitst.d.tmp -MT crypto/x509v3/v3_bitst.o -c -o crypto/x509v3/v3_bitst.o ../crypto/x509v3/v3_bitst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_conf.d.tmp -MT crypto/x509v3/v3_conf.o -c -o crypto/x509v3/v3_conf.o ../crypto/x509v3/v3_conf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_cpols.d.tmp -MT crypto/x509v3/v3_cpols.o -c -o crypto/x509v3/v3_cpols.o ../crypto/x509v3/v3_cpols.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_crld.d.tmp -MT crypto/x509v3/v3_crld.o -c -o crypto/x509v3/v3_crld.o ../crypto/x509v3/v3_crld.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_enum.d.tmp -MT crypto/x509v3/v3_enum.o -c -o crypto/x509v3/v3_enum.o ../crypto/x509v3/v3_enum.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_extku.d.tmp -MT crypto/x509v3/v3_extku.o -c -o crypto/x509v3/v3_extku.o ../crypto/x509v3/v3_extku.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_genn.d.tmp -MT crypto/x509v3/v3_genn.o -c -o crypto/x509v3/v3_genn.o ../crypto/x509v3/v3_genn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_ia5.d.tmp -MT crypto/x509v3/v3_ia5.o -c -o crypto/x509v3/v3_ia5.o ../crypto/x509v3/v3_ia5.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_info.d.tmp -MT crypto/x509v3/v3_info.o -c -o crypto/x509v3/v3_info.o ../crypto/x509v3/v3_info.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_int.d.tmp -MT crypto/x509v3/v3_int.o -c -o crypto/x509v3/v3_int.o ../crypto/x509v3/v3_int.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_lib.d.tmp -MT crypto/x509v3/v3_lib.o -c -o crypto/x509v3/v3_lib.o ../crypto/x509v3/v3_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_ncons.d.tmp -MT crypto/x509v3/v3_ncons.o -c -o crypto/x509v3/v3_ncons.o ../crypto/x509v3/v3_ncons.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pci.d.tmp -MT crypto/x509v3/v3_pci.o -c -o crypto/x509v3/v3_pci.o ../crypto/x509v3/v3_pci.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pcia.d.tmp -MT crypto/x509v3/v3_pcia.o -c -o crypto/x509v3/v3_pcia.o ../crypto/x509v3/v3_pcia.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pcons.d.tmp -MT crypto/x509v3/v3_pcons.o -c -o crypto/x509v3/v3_pcons.o ../crypto/x509v3/v3_pcons.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pku.d.tmp -MT crypto/x509v3/v3_pku.o -c -o crypto/x509v3/v3_pku.o ../crypto/x509v3/v3_pku.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pmaps.d.tmp -MT crypto/x509v3/v3_pmaps.o -c -o crypto/x509v3/v3_pmaps.o ../crypto/x509v3/v3_pmaps.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_prn.d.tmp -MT crypto/x509v3/v3_prn.o -c -o crypto/x509v3/v3_prn.o ../crypto/x509v3/v3_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_purp.d.tmp -MT crypto/x509v3/v3_purp.o -c -o crypto/x509v3/v3_purp.o ../crypto/x509v3/v3_purp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_skey.d.tmp -MT crypto/x509v3/v3_skey.o -c -o crypto/x509v3/v3_skey.o ../crypto/x509v3/v3_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_sxnet.d.tmp -MT crypto/x509v3/v3_sxnet.o -c -o crypto/x509v3/v3_sxnet.o ../crypto/x509v3/v3_sxnet.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_tlsf.d.tmp -MT crypto/x509v3/v3_tlsf.o -c -o crypto/x509v3/v3_tlsf.o ../crypto/x509v3/v3_tlsf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_utl.d.tmp -MT crypto/x509v3/v3_utl.o -c -o crypto/x509v3/v3_utl.o ../crypto/x509v3/v3_utl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3err.d.tmp -MT crypto/x509v3/v3err.o -c -o crypto/x509v3/v3err.o ../crypto/x509v3/v3err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ms/uplink.d.tmp -MT ms/uplink.o -c -o ms/uplink.o ../ms/uplink.c +gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/uplink-x86.o crypto/uplink-x86.s +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/whrlpool/wp_block.d.tmp -MT crypto/whrlpool/wp_block.o -c -o crypto/whrlpool/wp_block.o ../crypto/whrlpool/wp_block.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/whrlpool/wp_dgst.d.tmp -MT crypto/whrlpool/wp_dgst.o -c -o crypto/whrlpool/wp_dgst.o ../crypto/whrlpool/wp_dgst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/by_dir.d.tmp -MT crypto/x509/by_dir.o -c -o crypto/x509/by_dir.o ../crypto/x509/by_dir.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/by_file.d.tmp -MT crypto/x509/by_file.o -c -o crypto/x509/by_file.o ../crypto/x509/by_file.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/t_crl.d.tmp -MT crypto/x509/t_crl.o -c -o crypto/x509/t_crl.o ../crypto/x509/t_crl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/t_req.d.tmp -MT crypto/x509/t_req.o -c -o crypto/x509/t_req.o ../crypto/x509/t_req.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/t_x509.d.tmp -MT crypto/x509/t_x509.o -c -o crypto/x509/t_x509.o ../crypto/x509/t_x509.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_att.d.tmp -MT crypto/x509/x509_att.o -c -o crypto/x509/x509_att.o ../crypto/x509/x509_att.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_cmp.d.tmp -MT crypto/x509/x509_cmp.o -c -o crypto/x509/x509_cmp.o ../crypto/x509/x509_cmp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_d2.d.tmp -MT crypto/x509/x509_d2.o -c -o crypto/x509/x509_d2.o ../crypto/x509/x509_d2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_def.d.tmp -MT crypto/x509/x509_def.o -c -o crypto/x509/x509_def.o ../crypto/x509/x509_def.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_err.d.tmp -MT crypto/x509/x509_err.o -c -o crypto/x509/x509_err.o ../crypto/x509/x509_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_ext.d.tmp -MT crypto/x509/x509_ext.o -c -o crypto/x509/x509_ext.o ../crypto/x509/x509_ext.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_lu.d.tmp -MT crypto/x509/x509_lu.o -c -o crypto/x509/x509_lu.o ../crypto/x509/x509_lu.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_meth.d.tmp -MT crypto/x509/x509_meth.o -c -o crypto/x509/x509_meth.o ../crypto/x509/x509_meth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_obj.d.tmp -MT crypto/x509/x509_obj.o -c -o crypto/x509/x509_obj.o ../crypto/x509/x509_obj.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_r2x.d.tmp -MT crypto/x509/x509_r2x.o -c -o crypto/x509/x509_r2x.o ../crypto/x509/x509_r2x.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_req.d.tmp -MT crypto/x509/x509_req.o -c -o crypto/x509/x509_req.o ../crypto/x509/x509_req.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_set.d.tmp -MT crypto/x509/x509_set.o -c -o crypto/x509/x509_set.o ../crypto/x509/x509_set.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_trs.d.tmp -MT crypto/x509/x509_trs.o -c -o crypto/x509/x509_trs.o ../crypto/x509/x509_trs.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_txt.d.tmp -MT crypto/x509/x509_txt.o -c -o crypto/x509/x509_txt.o ../crypto/x509/x509_txt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_v3.d.tmp -MT crypto/x509/x509_v3.o -c -o crypto/x509/x509_v3.o ../crypto/x509/x509_v3.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_vfy.d.tmp -MT crypto/x509/x509_vfy.o -c -o crypto/x509/x509_vfy.o ../crypto/x509/x509_vfy.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_vpm.d.tmp -MT crypto/x509/x509_vpm.o -c -o crypto/x509/x509_vpm.o ../crypto/x509/x509_vpm.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509cset.d.tmp -MT crypto/x509/x509cset.o -c -o crypto/x509/x509cset.o ../crypto/x509/x509cset.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509name.d.tmp -MT crypto/x509/x509name.o -c -o crypto/x509/x509name.o ../crypto/x509/x509name.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509rset.d.tmp -MT crypto/x509/x509rset.o -c -o crypto/x509/x509rset.o ../crypto/x509/x509rset.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509spki.d.tmp -MT crypto/x509/x509spki.o -c -o crypto/x509/x509spki.o ../crypto/x509/x509spki.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509type.d.tmp -MT crypto/x509/x509type.o -c -o crypto/x509/x509type.o ../crypto/x509/x509type.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_all.d.tmp -MT crypto/x509/x_all.o -c -o crypto/x509/x_all.o ../crypto/x509/x_all.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_attrib.d.tmp -MT crypto/x509/x_attrib.o -c -o crypto/x509/x_attrib.o ../crypto/x509/x_attrib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_crl.d.tmp -MT crypto/x509/x_crl.o -c -o crypto/x509/x_crl.o ../crypto/x509/x_crl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_exten.d.tmp -MT crypto/x509/x_exten.o -c -o crypto/x509/x_exten.o ../crypto/x509/x_exten.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_name.d.tmp -MT crypto/x509/x_name.o -c -o crypto/x509/x_name.o ../crypto/x509/x_name.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_pubkey.d.tmp -MT crypto/x509/x_pubkey.o -c -o crypto/x509/x_pubkey.o ../crypto/x509/x_pubkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_req.d.tmp -MT crypto/x509/x_req.o -c -o crypto/x509/x_req.o ../crypto/x509/x_req.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_x509.d.tmp -MT crypto/x509/x_x509.o -c -o crypto/x509/x_x509.o ../crypto/x509/x_x509.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_x509a.d.tmp -MT crypto/x509/x_x509a.o -c -o crypto/x509/x_x509a.o ../crypto/x509/x_x509a.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_cache.d.tmp -MT crypto/x509v3/pcy_cache.o -c -o crypto/x509v3/pcy_cache.o ../crypto/x509v3/pcy_cache.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_data.d.tmp -MT crypto/x509v3/pcy_data.o -c -o crypto/x509v3/pcy_data.o ../crypto/x509v3/pcy_data.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_lib.d.tmp -MT crypto/x509v3/pcy_lib.o -c -o crypto/x509v3/pcy_lib.o ../crypto/x509v3/pcy_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_map.d.tmp -MT crypto/x509v3/pcy_map.o -c -o crypto/x509v3/pcy_map.o ../crypto/x509v3/pcy_map.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_node.d.tmp -MT crypto/x509v3/pcy_node.o -c -o crypto/x509v3/pcy_node.o ../crypto/x509v3/pcy_node.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_tree.d.tmp -MT crypto/x509v3/pcy_tree.o -c -o crypto/x509v3/pcy_tree.o ../crypto/x509v3/pcy_tree.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_addr.d.tmp -MT crypto/x509v3/v3_addr.o -c -o crypto/x509v3/v3_addr.o ../crypto/x509v3/v3_addr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_admis.d.tmp -MT crypto/x509v3/v3_admis.o -c -o crypto/x509v3/v3_admis.o ../crypto/x509v3/v3_admis.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_akey.d.tmp -MT crypto/x509v3/v3_akey.o -c -o crypto/x509v3/v3_akey.o ../crypto/x509v3/v3_akey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_akeya.d.tmp -MT crypto/x509v3/v3_akeya.o -c -o crypto/x509v3/v3_akeya.o ../crypto/x509v3/v3_akeya.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_alt.d.tmp -MT crypto/x509v3/v3_alt.o -c -o crypto/x509v3/v3_alt.o ../crypto/x509v3/v3_alt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_asid.d.tmp -MT crypto/x509v3/v3_asid.o -c -o crypto/x509v3/v3_asid.o ../crypto/x509v3/v3_asid.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_bcons.d.tmp -MT crypto/x509v3/v3_bcons.o -c -o crypto/x509v3/v3_bcons.o ../crypto/x509v3/v3_bcons.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_bitst.d.tmp -MT crypto/x509v3/v3_bitst.o -c -o crypto/x509v3/v3_bitst.o ../crypto/x509v3/v3_bitst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_conf.d.tmp -MT crypto/x509v3/v3_conf.o -c -o crypto/x509v3/v3_conf.o ../crypto/x509v3/v3_conf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_cpols.d.tmp -MT crypto/x509v3/v3_cpols.o -c -o crypto/x509v3/v3_cpols.o ../crypto/x509v3/v3_cpols.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_crld.d.tmp -MT crypto/x509v3/v3_crld.o -c -o crypto/x509v3/v3_crld.o ../crypto/x509v3/v3_crld.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_enum.d.tmp -MT crypto/x509v3/v3_enum.o -c -o crypto/x509v3/v3_enum.o ../crypto/x509v3/v3_enum.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_extku.d.tmp -MT crypto/x509v3/v3_extku.o -c -o crypto/x509v3/v3_extku.o ../crypto/x509v3/v3_extku.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_genn.d.tmp -MT crypto/x509v3/v3_genn.o -c -o crypto/x509v3/v3_genn.o ../crypto/x509v3/v3_genn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_ia5.d.tmp -MT crypto/x509v3/v3_ia5.o -c -o crypto/x509v3/v3_ia5.o ../crypto/x509v3/v3_ia5.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_info.d.tmp -MT crypto/x509v3/v3_info.o -c -o crypto/x509v3/v3_info.o ../crypto/x509v3/v3_info.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_int.d.tmp -MT crypto/x509v3/v3_int.o -c -o crypto/x509v3/v3_int.o ../crypto/x509v3/v3_int.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_lib.d.tmp -MT crypto/x509v3/v3_lib.o -c -o crypto/x509v3/v3_lib.o ../crypto/x509v3/v3_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_ncons.d.tmp -MT crypto/x509v3/v3_ncons.o -c -o crypto/x509v3/v3_ncons.o ../crypto/x509v3/v3_ncons.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pci.d.tmp -MT crypto/x509v3/v3_pci.o -c -o crypto/x509v3/v3_pci.o ../crypto/x509v3/v3_pci.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pcia.d.tmp -MT crypto/x509v3/v3_pcia.o -c -o crypto/x509v3/v3_pcia.o ../crypto/x509v3/v3_pcia.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pcons.d.tmp -MT crypto/x509v3/v3_pcons.o -c -o crypto/x509v3/v3_pcons.o ../crypto/x509v3/v3_pcons.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pku.d.tmp -MT crypto/x509v3/v3_pku.o -c -o crypto/x509v3/v3_pku.o ../crypto/x509v3/v3_pku.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pmaps.d.tmp -MT crypto/x509v3/v3_pmaps.o -c -o crypto/x509v3/v3_pmaps.o ../crypto/x509v3/v3_pmaps.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_prn.d.tmp -MT crypto/x509v3/v3_prn.o -c -o crypto/x509v3/v3_prn.o ../crypto/x509v3/v3_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_purp.d.tmp -MT crypto/x509v3/v3_purp.o -c -o crypto/x509v3/v3_purp.o ../crypto/x509v3/v3_purp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_skey.d.tmp -MT crypto/x509v3/v3_skey.o -c -o crypto/x509v3/v3_skey.o ../crypto/x509v3/v3_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_sxnet.d.tmp -MT crypto/x509v3/v3_sxnet.o -c -o crypto/x509v3/v3_sxnet.o ../crypto/x509v3/v3_sxnet.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_tlsf.d.tmp -MT crypto/x509v3/v3_tlsf.o -c -o crypto/x509v3/v3_tlsf.o ../crypto/x509v3/v3_tlsf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_utl.d.tmp -MT crypto/x509v3/v3_utl.o -c -o crypto/x509v3/v3_utl.o ../crypto/x509v3/v3_utl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3err.d.tmp -MT crypto/x509v3/v3err.o -c -o crypto/x509v3/v3err.o ../crypto/x509v3/v3err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ms/uplink.d.tmp -MT ms/uplink.o -c -o ms/uplink.o ../ms/uplink.c ar r libcrypto.a crypto/aes/aes_cbc.o crypto/aes/aes_cfb.o crypto/aes/aes_core.o crypto/aes/aes_ecb.o crypto/aes/aes_ige.o crypto/aes/aes_misc.o crypto/aes/aes_ofb.o crypto/aes/aes_wrap.o crypto/aria/aria.o crypto/asn1/a_bitstr.o crypto/asn1/a_d2i_fp.o crypto/asn1/a_digest.o crypto/asn1/a_dup.o crypto/asn1/a_gentm.o crypto/asn1/a_i2d_fp.o crypto/asn1/a_int.o crypto/asn1/a_mbstr.o crypto/asn1/a_object.o crypto/asn1/a_octet.o crypto/asn1/a_print.o crypto/asn1/a_sign.o crypto/asn1/a_strex.o crypto/asn1/a_strnid.o crypto/asn1/a_time.o crypto/asn1/a_type.o crypto/asn1/a_utctm.o crypto/asn1/a_utf8.o crypto/asn1/a_verify.o crypto/asn1/ameth_lib.o crypto/asn1/asn1_err.o crypto/asn1/asn1_gen.o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_lib.o crypto/asn1/asn1_par.o crypto/asn1/asn_mime.o crypto/asn1/asn_moid.o crypto/asn1/asn_mstbl.o crypto/asn1/asn_pack.o crypto/asn1/bio_asn1.o crypto/asn1/bio_ndef.o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pu.o crypto/asn1/evp_asn1.o crypto/asn1/f_int.o crypto/asn1/f_string.o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pu.o crypto/asn1/n_pkey.o crypto/asn1/nsseq.o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbev2.o crypto/asn1/p5_scrypt.o crypto/asn1/p8_pkey.o crypto/asn1/t_bitst.o crypto/asn1/t_pkey.o crypto/asn1/t_spki.o crypto/asn1/tasn_dec.o crypto/asn1/tasn_enc.o crypto/asn1/tasn_fre.o crypto/asn1/tasn_new.o crypto/asn1/tasn_prn.o crypto/asn1/tasn_scn.o crypto/asn1/tasn_typ.o crypto/asn1/tasn_utl.o crypto/asn1/x_algor.o crypto/asn1/x_bignum.o crypto/asn1/x_info.o crypto/asn1/x_int64.o crypto/asn1/x_long.o crypto/asn1/x_pkey.o crypto/asn1/x_sig.o crypto/asn1/x_spki.o crypto/asn1/x_val.o crypto/async/arch/async_null.o crypto/async/arch/async_posix.o crypto/async/arch/async_win.o crypto/async/async.o crypto/async/async_err.o crypto/async/async_wait.o crypto/bf/bf_cfb64.o crypto/bf/bf_ecb.o crypto/bf/bf_enc.o crypto/bf/bf_ofb64.o crypto/bf/bf_skey.o crypto/bio/b_addr.o crypto/bio/b_dump.o crypto/bio/b_print.o crypto/bio/b_sock.o crypto/bio/b_sock2.o crypto/bio/bf_buff.o crypto/bio/bf_lbuf.o crypto/bio/bf_nbio.o crypto/bio/bf_null.o crypto/bio/bio_cb.o crypto/bio/bio_err.o crypto/bio/bio_lib.o crypto/bio/bio_meth.o crypto/bio/bss_acpt.o crypto/bio/bss_bio.o crypto/bio/bss_conn.o crypto/bio/bss_dgram.o crypto/bio/bss_fd.o crypto/bio/bss_file.o crypto/bio/bss_log.o crypto/bio/bss_mem.o crypto/bio/bss_null.o crypto/bio/bss_sock.o crypto/blake2/blake2b.o crypto/blake2/blake2s.o crypto/blake2/m_blake2b.o crypto/blake2/m_blake2s.o crypto/bn/bn_add.o crypto/bn/bn_asm.o crypto/bn/bn_blind.o crypto/bn/bn_const.o crypto/bn/bn_ctx.o crypto/bn/bn_depr.o crypto/bn/bn_dh.o crypto/bn/bn_div.o crypto/bn/bn_err.o crypto/bn/bn_exp.o crypto/bn/bn_exp2.o crypto/bn/bn_gcd.o crypto/bn/bn_gf2m.o crypto/bn/bn_intern.o crypto/bn/bn_kron.o crypto/bn/bn_lib.o crypto/bn/bn_mod.o crypto/bn/bn_mont.o crypto/bn/bn_mpi.o crypto/bn/bn_mul.o crypto/bn/bn_nist.o crypto/bn/bn_prime.o crypto/bn/bn_print.o crypto/bn/bn_rand.o crypto/bn/bn_recp.o crypto/bn/bn_shift.o crypto/bn/bn_sqr.o crypto/bn/bn_sqrt.o crypto/bn/bn_srp.o crypto/bn/bn_word.o crypto/bn/bn_x931p.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/camellia/camellia.o crypto/camellia/cmll_cbc.o crypto/camellia/cmll_cfb.o crypto/camellia/cmll_ctr.o crypto/camellia/cmll_ecb.o crypto/camellia/cmll_misc.o crypto/camellia/cmll_ofb.o crypto/cast/c_cfb64.o crypto/cast/c_ecb.o crypto/cast/c_enc.o crypto/cast/c_ofb64.o crypto/cast/c_skey.o crypto/chacha/chacha_enc.o crypto/cmac/cm_ameth.o crypto/cmac/cm_pmeth.o crypto/cmac/cmac.o crypto/cms/cms_asn1.o crypto/cms/cms_att.o crypto/cms/cms_cd.o crypto/cms/cms_dd.o crypto/cms/cms_enc.o crypto/cms/cms_env.o crypto/cms/cms_err.o crypto/cms/cms_ess.o crypto/cms/cms_io.o crypto/cms/cms_kari.o crypto/cms/cms_lib.o crypto/cms/cms_pwri.o crypto/cms/cms_sd.o crypto/cms/cms_smime.o crypto/comp/c_zlib.o crypto/comp/comp_err.o crypto/comp/comp_lib.o crypto/conf/conf_api.o crypto/conf/conf_def.o crypto/conf/conf_err.o crypto/conf/conf_lib.o crypto/conf/conf_mall.o crypto/conf/conf_mod.o crypto/conf/conf_sap.o crypto/conf/conf_ssl.o crypto/cpt_err.o crypto/cryptlib.o crypto/ct/ct_b64.o crypto/ct/ct_err.o crypto/ct/ct_log.o crypto/ct/ct_oct.o crypto/ct/ct_policy.o crypto/ct/ct_prn.o crypto/ct/ct_sct.o crypto/ct/ct_sct_ctx.o crypto/ct/ct_vfy.o crypto/ct/ct_x509v3.o crypto/ctype.o crypto/cversion.o crypto/des/cbc_cksm.o crypto/des/cbc_enc.o crypto/des/cfb64ede.o crypto/des/cfb64enc.o crypto/des/cfb_enc.o crypto/des/des_enc.o crypto/des/ecb3_enc.o crypto/des/ecb_enc.o crypto/des/fcrypt.o crypto/des/fcrypt_b.o crypto/des/ofb64ede.o crypto/des/ofb64enc.o crypto/des/ofb_enc.o crypto/des/pcbc_enc.o crypto/des/qud_cksm.o crypto/des/rand_key.o crypto/des/set_key.o crypto/des/str2key.o crypto/des/xcbc_enc.o crypto/dh/dh_ameth.o crypto/dh/dh_asn1.o crypto/dh/dh_check.o crypto/dh/dh_depr.o crypto/dh/dh_err.o crypto/dh/dh_gen.o crypto/dh/dh_kdf.o crypto/dh/dh_key.o crypto/dh/dh_lib.o crypto/dh/dh_meth.o crypto/dh/dh_pmeth.o crypto/dh/dh_prn.o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc7919.o crypto/dsa/dsa_ameth.o crypto/dsa/dsa_asn1.o crypto/dsa/dsa_depr.o crypto/dsa/dsa_err.o crypto/dsa/dsa_gen.o crypto/dsa/dsa_key.o crypto/dsa/dsa_lib.o crypto/dsa/dsa_meth.o crypto/dsa/dsa_ossl.o crypto/dsa/dsa_pmeth.o crypto/dsa/dsa_prn.o crypto/dsa/dsa_sign.o crypto/dsa/dsa_vrf.o crypto/dso/dso_dl.o crypto/dso/dso_dlfcn.o crypto/dso/dso_err.o crypto/dso/dso_lib.o crypto/dso/dso_openssl.o crypto/dso/dso_vms.o crypto/dso/dso_win32.o crypto/ebcdic.o crypto/ec/curve25519.o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/eddsa.o crypto/ec/curve448/f_generic.o crypto/ec/curve448/scalar.o crypto/ec/ec2_oct.o crypto/ec/ec2_smpl.o crypto/ec/ec_ameth.o crypto/ec/ec_asn1.o crypto/ec/ec_check.o crypto/ec/ec_curve.o crypto/ec/ec_cvt.o crypto/ec/ec_err.o crypto/ec/ec_key.o crypto/ec/ec_kmeth.o crypto/ec/ec_lib.o crypto/ec/ec_mult.o crypto/ec/ec_oct.o crypto/ec/ec_pmeth.o crypto/ec/ec_print.o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_ossl.o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_vrf.o crypto/ec/eck_prn.o crypto/ec/ecp_mont.o crypto/ec/ecp_nist.o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistputil.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/engine/eng_all.o crypto/engine/eng_cnf.o crypto/engine/eng_ctrl.o crypto/engine/eng_dyn.o crypto/engine/eng_err.o crypto/engine/eng_fat.o crypto/engine/eng_init.o crypto/engine/eng_lib.o crypto/engine/eng_list.o crypto/engine/eng_openssl.o crypto/engine/eng_pkey.o crypto/engine/eng_rdrand.o crypto/engine/eng_table.o crypto/engine/tb_asnmth.o crypto/engine/tb_cipher.o crypto/engine/tb_dh.o crypto/engine/tb_digest.o crypto/engine/tb_dsa.o crypto/engine/tb_eckey.o crypto/engine/tb_pkmeth.o crypto/engine/tb_rand.o crypto/engine/tb_rsa.o crypto/err/err.o crypto/err/err_all.o crypto/err/err_prn.o crypto/evp/bio_b64.o crypto/evp/bio_enc.o crypto/evp/bio_md.o crypto/evp/bio_ok.o crypto/evp/c_allc.o crypto/evp/c_alld.o crypto/evp/cmeth_lib.o crypto/evp/digest.o crypto/evp/e_aes.o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aria.o crypto/evp/e_bf.o crypto/evp/e_camellia.o crypto/evp/e_cast.o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_des.o crypto/evp/e_des3.o crypto/evp/e_idea.o crypto/evp/e_null.o crypto/evp/e_old.o crypto/evp/e_rc2.o crypto/evp/e_rc4.o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc5.o crypto/evp/e_seed.o crypto/evp/e_sm4.o crypto/evp/e_xcbc_d.o crypto/evp/encode.o crypto/evp/evp_cnf.o crypto/evp/evp_enc.o crypto/evp/evp_err.o crypto/evp/evp_key.o crypto/evp/evp_lib.o crypto/evp/evp_pbe.o crypto/evp/evp_pkey.o crypto/evp/m_md2.o crypto/evp/m_md4.o crypto/evp/m_md5.o crypto/evp/m_md5_sha1.o crypto/evp/m_mdc2.o crypto/evp/m_null.o crypto/evp/m_ripemd.o crypto/evp/m_sha1.o crypto/evp/m_sha3.o crypto/evp/m_sigver.o crypto/evp/m_wp.o crypto/evp/names.o crypto/evp/p5_crpt.o crypto/evp/p5_crpt2.o crypto/evp/p_dec.o crypto/evp/p_enc.o crypto/evp/p_lib.o crypto/evp/p_open.o crypto/evp/p_seal.o crypto/evp/p_sign.o crypto/evp/p_verify.o crypto/evp/pbe_scrypt.o crypto/evp/pmeth_fn.o crypto/evp/pmeth_gn.o crypto/evp/pmeth_lib.o crypto/ex_data.o crypto/getenv.o crypto/hmac/hm_ameth.o crypto/hmac/hm_pmeth.o crypto/hmac/hmac.o crypto/idea/i_cbc.o crypto/idea/i_cfb64.o crypto/idea/i_ecb.o crypto/idea/i_ofb64.o crypto/idea/i_skey.o crypto/init.o crypto/kdf/hkdf.o crypto/kdf/kdf_err.o crypto/kdf/scrypt.o crypto/kdf/tls1_prf.o crypto/lhash/lh_stats.o crypto/lhash/lhash.o crypto/md2/md2_dgst.o crypto/md2/md2_one.o crypto/md4/md4_dgst.o crypto/md4/md4_one.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mem.o crypto/mem_clr.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/cbc128.o crypto/modes/ccm128.o crypto/modes/cfb128.o crypto/modes/ctr128.o crypto/modes/cts128.o crypto/modes/gcm128.o crypto/modes/ocb128.o crypto/modes/ofb128.o crypto/modes/wrap128.o crypto/modes/xts128.o crypto/o_dir.o crypto/o_fips.o crypto/o_fopen.o crypto/o_init.o crypto/o_str.o crypto/o_time.o crypto/objects/o_names.o crypto/objects/obj_dat.o crypto/objects/obj_err.o crypto/objects/obj_lib.o crypto/objects/obj_xref.o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_vfy.o crypto/ocsp/v3_ocsp.o crypto/pem/pem_all.o crypto/pem/pem_err.o crypto/pem/pem_info.o crypto/pem/pem_lib.o crypto/pem/pem_oth.o crypto/pem/pem_pk8.o crypto/pem/pem_pkey.o crypto/pem/pem_sign.o crypto/pem/pem_x509.o crypto/pem/pem_xaux.o crypto/pem/pvkfmt.o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_utl.o crypto/pkcs12/pk12err.o crypto/pkcs7/bio_pk7.o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pkcs7err.o crypto/poly1305/poly1305.o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_pmeth.o crypto/rand/drbg_ctr.o crypto/rand/drbg_lib.o crypto/rand/rand_egd.o crypto/rand/rand_err.o crypto/rand/rand_lib.o crypto/rand/rand_unix.o crypto/rand/rand_vms.o crypto/rand/rand_win.o crypto/rand/randfile.o crypto/rc2/rc2_cbc.o crypto/rc2/rc2_ecb.o crypto/rc2/rc2_skey.o crypto/rc2/rc2cfb64.o crypto/rc2/rc2ofb64.o crypto/rc4/rc4_enc.o crypto/rc4/rc4_skey.o crypto/rc5/rc5_ecb.o crypto/rc5/rc5_enc.o crypto/rc5/rc5_skey.o crypto/rc5/rc5cfb64.o crypto/rc5/rc5ofb64.o crypto/ripemd/rmd_dgst.o crypto/ripemd/rmd_one.o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_chk.o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_depr.o crypto/rsa/rsa_err.o crypto/rsa/rsa_gen.o crypto/rsa/rsa_lib.o crypto/rsa/rsa_meth.o crypto/rsa/rsa_mp.o crypto/rsa/rsa_none.o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_prn.o crypto/rsa/rsa_pss.o crypto/rsa/rsa_saos.o crypto/rsa/rsa_sign.o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931g.o crypto/seed/seed.o crypto/seed/seed_cbc.o crypto/seed/seed_cfb.o crypto/seed/seed_ecb.o crypto/seed/seed_ofb.o crypto/sha/keccak1600.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256.o crypto/sha/sha512.o crypto/siphash/siphash.o crypto/siphash/siphash_ameth.o crypto/siphash/siphash_pmeth.o crypto/sm2/sm2_crypt.o crypto/sm2/sm2_err.o crypto/sm2/sm2_pmeth.o crypto/sm2/sm2_sign.o crypto/sm3/m_sm3.o crypto/sm3/sm3.o crypto/sm4/sm4.o crypto/srp/srp_lib.o crypto/srp/srp_vfy.o crypto/stack/stack.o crypto/store/loader_file.o crypto/store/store_err.o crypto/store/store_init.o crypto/store/store_lib.o crypto/store/store_register.o crypto/store/store_strings.o crypto/threads_none.o crypto/threads_pthread.o crypto/threads_win.o crypto/ts/ts_asn1.o crypto/ts/ts_conf.o crypto/ts/ts_err.o crypto/ts/ts_lib.o crypto/ts/ts_req_print.o crypto/ts/ts_req_utils.o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_verify.o crypto/ts/ts_verify_ctx.o crypto/txt_db/txt_db.o crypto/ui/ui_err.o crypto/ui/ui_lib.o crypto/ui/ui_null.o crypto/ui/ui_openssl.o crypto/ui/ui_util.o crypto/uid.o crypto/uplink-x86.o crypto/whrlpool/wp_block.o crypto/whrlpool/wp_dgst.o crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509/t_crl.o crypto/x509/t_req.o crypto/x509/t_x509.o crypto/x509/x509_att.o crypto/x509/x509_cmp.o crypto/x509/x509_d2.o crypto/x509/x509_def.o crypto/x509/x509_err.o crypto/x509/x509_ext.o crypto/x509/x509_lu.o crypto/x509/x509_meth.o crypto/x509/x509_obj.o crypto/x509/x509_r2x.o crypto/x509/x509_req.o crypto/x509/x509_set.o crypto/x509/x509_trs.o crypto/x509/x509_txt.o crypto/x509/x509_v3.o crypto/x509/x509_vfy.o crypto/x509/x509_vpm.o crypto/x509/x509cset.o crypto/x509/x509name.o crypto/x509/x509rset.o crypto/x509/x509spki.o crypto/x509/x509type.o crypto/x509/x_all.o crypto/x509/x_attrib.o crypto/x509/x_crl.o crypto/x509/x_exten.o crypto/x509/x_name.o crypto/x509/x_pubkey.o crypto/x509/x_req.o crypto/x509/x_x509.o crypto/x509/x_x509a.o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o ms/uplink.o C:\msys32\mingw32\bin\ar.exe: creating libcrypto.a ranlib libcrypto.a || echo Never mind. -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/bio_ssl.d.tmp -MT ssl/bio_ssl.o -c -o ssl/bio_ssl.o ../ssl/bio_ssl.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/d1_lib.d.tmp -MT ssl/d1_lib.o -c -o ssl/d1_lib.o ../ssl/d1_lib.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/d1_msg.d.tmp -MT ssl/d1_msg.o -c -o ssl/d1_msg.o ../ssl/d1_msg.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/d1_srtp.d.tmp -MT ssl/d1_srtp.o -c -o ssl/d1_srtp.o ../ssl/d1_srtp.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/methods.d.tmp -MT ssl/methods.o -c -o ssl/methods.o ../ssl/methods.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/packet.d.tmp -MT ssl/packet.o -c -o ssl/packet.o ../ssl/packet.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/pqueue.d.tmp -MT ssl/pqueue.o -c -o ssl/pqueue.o ../ssl/pqueue.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/dtls1_bitmap.d.tmp -MT ssl/record/dtls1_bitmap.o -c -o ssl/record/dtls1_bitmap.o ../ssl/record/dtls1_bitmap.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/rec_layer_d1.d.tmp -MT ssl/record/rec_layer_d1.o -c -o ssl/record/rec_layer_d1.o ../ssl/record/rec_layer_d1.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/rec_layer_s3.d.tmp -MT ssl/record/rec_layer_s3.o -c -o ssl/record/rec_layer_s3.o ../ssl/record/rec_layer_s3.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/ssl3_buffer.d.tmp -MT ssl/record/ssl3_buffer.o -c -o ssl/record/ssl3_buffer.o ../ssl/record/ssl3_buffer.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/ssl3_record.d.tmp -MT ssl/record/ssl3_record.o -c -o ssl/record/ssl3_record.o ../ssl/record/ssl3_record.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/ssl3_record_tls13.d.tmp -MT ssl/record/ssl3_record_tls13.o -c -o ssl/record/ssl3_record_tls13.o ../ssl/record/ssl3_record_tls13.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/s3_cbc.d.tmp -MT ssl/s3_cbc.o -c -o ssl/s3_cbc.o ../ssl/s3_cbc.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/s3_enc.d.tmp -MT ssl/s3_enc.o -c -o ssl/s3_enc.o ../ssl/s3_enc.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/s3_lib.d.tmp -MT ssl/s3_lib.o -c -o ssl/s3_lib.o ../ssl/s3_lib.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/s3_msg.d.tmp -MT ssl/s3_msg.o -c -o ssl/s3_msg.o ../ssl/s3_msg.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_asn1.d.tmp -MT ssl/ssl_asn1.o -c -o ssl/ssl_asn1.o ../ssl/ssl_asn1.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_cert.d.tmp -MT ssl/ssl_cert.o -c -o ssl/ssl_cert.o ../ssl/ssl_cert.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_ciph.d.tmp -MT ssl/ssl_ciph.o -c -o ssl/ssl_ciph.o ../ssl/ssl_ciph.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_conf.d.tmp -MT ssl/ssl_conf.o -c -o ssl/ssl_conf.o ../ssl/ssl_conf.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_err.d.tmp -MT ssl/ssl_err.o -c -o ssl/ssl_err.o ../ssl/ssl_err.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_init.d.tmp -MT ssl/ssl_init.o -c -o ssl/ssl_init.o ../ssl/ssl_init.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_lib.d.tmp -MT ssl/ssl_lib.o -c -o ssl/ssl_lib.o ../ssl/ssl_lib.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_mcnf.d.tmp -MT ssl/ssl_mcnf.o -c -o ssl/ssl_mcnf.o ../ssl/ssl_mcnf.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_rsa.d.tmp -MT ssl/ssl_rsa.o -c -o ssl/ssl_rsa.o ../ssl/ssl_rsa.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_sess.d.tmp -MT ssl/ssl_sess.o -c -o ssl/ssl_sess.o ../ssl/ssl_sess.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_stat.d.tmp -MT ssl/ssl_stat.o -c -o ssl/ssl_stat.o ../ssl/ssl_stat.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_txt.d.tmp -MT ssl/ssl_txt.o -c -o ssl/ssl_txt.o ../ssl/ssl_txt.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_utst.d.tmp -MT ssl/ssl_utst.o -c -o ssl/ssl_utst.o ../ssl/ssl_utst.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/extensions.d.tmp -MT ssl/statem/extensions.o -c -o ssl/statem/extensions.o ../ssl/statem/extensions.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/extensions_clnt.d.tmp -MT ssl/statem/extensions_clnt.o -c -o ssl/statem/extensions_clnt.o ../ssl/statem/extensions_clnt.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/extensions_cust.d.tmp -MT ssl/statem/extensions_cust.o -c -o ssl/statem/extensions_cust.o ../ssl/statem/extensions_cust.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/extensions_srvr.d.tmp -MT ssl/statem/extensions_srvr.o -c -o ssl/statem/extensions_srvr.o ../ssl/statem/extensions_srvr.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem.d.tmp -MT ssl/statem/statem.o -c -o ssl/statem/statem.o ../ssl/statem/statem.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem_clnt.d.tmp -MT ssl/statem/statem_clnt.o -c -o ssl/statem/statem_clnt.o ../ssl/statem/statem_clnt.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem_dtls.d.tmp -MT ssl/statem/statem_dtls.o -c -o ssl/statem/statem_dtls.o ../ssl/statem/statem_dtls.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem_lib.d.tmp -MT ssl/statem/statem_lib.o -c -o ssl/statem/statem_lib.o ../ssl/statem/statem_lib.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem_srvr.d.tmp -MT ssl/statem/statem_srvr.o -c -o ssl/statem/statem_srvr.o ../ssl/statem/statem_srvr.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/t1_enc.d.tmp -MT ssl/t1_enc.o -c -o ssl/t1_enc.o ../ssl/t1_enc.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/t1_lib.d.tmp -MT ssl/t1_lib.o -c -o ssl/t1_lib.o ../ssl/t1_lib.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/t1_trce.d.tmp -MT ssl/t1_trce.o -c -o ssl/t1_trce.o ../ssl/t1_trce.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/tls13_enc.d.tmp -MT ssl/tls13_enc.o -c -o ssl/tls13_enc.o ../ssl/tls13_enc.c -gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/tls_srp.d.tmp -MT ssl/tls_srp.o -c -o ssl/tls_srp.o ../ssl/tls_srp.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/bio_ssl.d.tmp -MT ssl/bio_ssl.o -c -o ssl/bio_ssl.o ../ssl/bio_ssl.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/d1_lib.d.tmp -MT ssl/d1_lib.o -c -o ssl/d1_lib.o ../ssl/d1_lib.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/d1_msg.d.tmp -MT ssl/d1_msg.o -c -o ssl/d1_msg.o ../ssl/d1_msg.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/d1_srtp.d.tmp -MT ssl/d1_srtp.o -c -o ssl/d1_srtp.o ../ssl/d1_srtp.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/methods.d.tmp -MT ssl/methods.o -c -o ssl/methods.o ../ssl/methods.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/packet.d.tmp -MT ssl/packet.o -c -o ssl/packet.o ../ssl/packet.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/pqueue.d.tmp -MT ssl/pqueue.o -c -o ssl/pqueue.o ../ssl/pqueue.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/dtls1_bitmap.d.tmp -MT ssl/record/dtls1_bitmap.o -c -o ssl/record/dtls1_bitmap.o ../ssl/record/dtls1_bitmap.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/rec_layer_d1.d.tmp -MT ssl/record/rec_layer_d1.o -c -o ssl/record/rec_layer_d1.o ../ssl/record/rec_layer_d1.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/rec_layer_s3.d.tmp -MT ssl/record/rec_layer_s3.o -c -o ssl/record/rec_layer_s3.o ../ssl/record/rec_layer_s3.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/ssl3_buffer.d.tmp -MT ssl/record/ssl3_buffer.o -c -o ssl/record/ssl3_buffer.o ../ssl/record/ssl3_buffer.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/ssl3_record.d.tmp -MT ssl/record/ssl3_record.o -c -o ssl/record/ssl3_record.o ../ssl/record/ssl3_record.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/ssl3_record_tls13.d.tmp -MT ssl/record/ssl3_record_tls13.o -c -o ssl/record/ssl3_record_tls13.o ../ssl/record/ssl3_record_tls13.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/s3_cbc.d.tmp -MT ssl/s3_cbc.o -c -o ssl/s3_cbc.o ../ssl/s3_cbc.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/s3_enc.d.tmp -MT ssl/s3_enc.o -c -o ssl/s3_enc.o ../ssl/s3_enc.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/s3_lib.d.tmp -MT ssl/s3_lib.o -c -o ssl/s3_lib.o ../ssl/s3_lib.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/s3_msg.d.tmp -MT ssl/s3_msg.o -c -o ssl/s3_msg.o ../ssl/s3_msg.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_asn1.d.tmp -MT ssl/ssl_asn1.o -c -o ssl/ssl_asn1.o ../ssl/ssl_asn1.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_cert.d.tmp -MT ssl/ssl_cert.o -c -o ssl/ssl_cert.o ../ssl/ssl_cert.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_ciph.d.tmp -MT ssl/ssl_ciph.o -c -o ssl/ssl_ciph.o ../ssl/ssl_ciph.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_conf.d.tmp -MT ssl/ssl_conf.o -c -o ssl/ssl_conf.o ../ssl/ssl_conf.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_err.d.tmp -MT ssl/ssl_err.o -c -o ssl/ssl_err.o ../ssl/ssl_err.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_init.d.tmp -MT ssl/ssl_init.o -c -o ssl/ssl_init.o ../ssl/ssl_init.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_lib.d.tmp -MT ssl/ssl_lib.o -c -o ssl/ssl_lib.o ../ssl/ssl_lib.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_mcnf.d.tmp -MT ssl/ssl_mcnf.o -c -o ssl/ssl_mcnf.o ../ssl/ssl_mcnf.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_rsa.d.tmp -MT ssl/ssl_rsa.o -c -o ssl/ssl_rsa.o ../ssl/ssl_rsa.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_sess.d.tmp -MT ssl/ssl_sess.o -c -o ssl/ssl_sess.o ../ssl/ssl_sess.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_stat.d.tmp -MT ssl/ssl_stat.o -c -o ssl/ssl_stat.o ../ssl/ssl_stat.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_txt.d.tmp -MT ssl/ssl_txt.o -c -o ssl/ssl_txt.o ../ssl/ssl_txt.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_utst.d.tmp -MT ssl/ssl_utst.o -c -o ssl/ssl_utst.o ../ssl/ssl_utst.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/extensions.d.tmp -MT ssl/statem/extensions.o -c -o ssl/statem/extensions.o ../ssl/statem/extensions.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/extensions_clnt.d.tmp -MT ssl/statem/extensions_clnt.o -c -o ssl/statem/extensions_clnt.o ../ssl/statem/extensions_clnt.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/extensions_cust.d.tmp -MT ssl/statem/extensions_cust.o -c -o ssl/statem/extensions_cust.o ../ssl/statem/extensions_cust.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/extensions_srvr.d.tmp -MT ssl/statem/extensions_srvr.o -c -o ssl/statem/extensions_srvr.o ../ssl/statem/extensions_srvr.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem.d.tmp -MT ssl/statem/statem.o -c -o ssl/statem/statem.o ../ssl/statem/statem.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem_clnt.d.tmp -MT ssl/statem/statem_clnt.o -c -o ssl/statem/statem_clnt.o ../ssl/statem/statem_clnt.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem_dtls.d.tmp -MT ssl/statem/statem_dtls.o -c -o ssl/statem/statem_dtls.o ../ssl/statem/statem_dtls.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem_lib.d.tmp -MT ssl/statem/statem_lib.o -c -o ssl/statem/statem_lib.o ../ssl/statem/statem_lib.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem_srvr.d.tmp -MT ssl/statem/statem_srvr.o -c -o ssl/statem/statem_srvr.o ../ssl/statem/statem_srvr.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/t1_enc.d.tmp -MT ssl/t1_enc.o -c -o ssl/t1_enc.o ../ssl/t1_enc.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/t1_lib.d.tmp -MT ssl/t1_lib.o -c -o ssl/t1_lib.o ../ssl/t1_lib.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/t1_trce.d.tmp -MT ssl/t1_trce.o -c -o ssl/t1_trce.o ../ssl/t1_trce.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/tls13_enc.d.tmp -MT ssl/tls13_enc.o -c -o ssl/tls13_enc.o ../ssl/tls13_enc.c +gcc -I. -Iinclude -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/tls_srp.d.tmp -MT ssl/tls_srp.o -c -o ssl/tls_srp.o ../ssl/tls_srp.c ar r libssl.a ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o C:\msys32\mingw32\bin\ar.exe: creating libssl.a ranlib libssl.a || echo Never mind. -gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/basic_output.d.tmp -MT test/testutil/basic_output.o -c -o test/testutil/basic_output.o ../test/testutil/basic_output.c -gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/cb.d.tmp -MT test/testutil/cb.o -c -o test/testutil/cb.o ../test/testutil/cb.c -gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/driver.d.tmp -MT test/testutil/driver.o -c -o test/testutil/driver.o ../test/testutil/driver.c -gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/format_output.d.tmp -MT test/testutil/format_output.o -c -o test/testutil/format_output.o ../test/testutil/format_output.c -gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/init.d.tmp -MT test/testutil/init.o -c -o test/testutil/init.o ../test/testutil/init.c -gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/main.d.tmp -MT test/testutil/main.o -c -o test/testutil/main.o ../test/testutil/main.c -gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/output_helpers.d.tmp -MT test/testutil/output_helpers.o -c -o test/testutil/output_helpers.o ../test/testutil/output_helpers.c -gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/stanza.d.tmp -MT test/testutil/stanza.o -c -o test/testutil/stanza.o ../test/testutil/stanza.c -gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/tap_bio.d.tmp -MT test/testutil/tap_bio.o -c -o test/testutil/tap_bio.o ../test/testutil/tap_bio.c -gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/test_cleanup.d.tmp -MT test/testutil/test_cleanup.o -c -o test/testutil/test_cleanup.o ../test/testutil/test_cleanup.c -gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/tests.d.tmp -MT test/testutil/tests.o -c -o test/testutil/tests.o ../test/testutil/tests.c +gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/basic_output.d.tmp -MT test/testutil/basic_output.o -c -o test/testutil/basic_output.o ../test/testutil/basic_output.c +gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/cb.d.tmp -MT test/testutil/cb.o -c -o test/testutil/cb.o ../test/testutil/cb.c +gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/driver.d.tmp -MT test/testutil/driver.o -c -o test/testutil/driver.o ../test/testutil/driver.c +gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/format_output.d.tmp -MT test/testutil/format_output.o -c -o test/testutil/format_output.o ../test/testutil/format_output.c +gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/init.d.tmp -MT test/testutil/init.o -c -o test/testutil/init.o ../test/testutil/init.c +gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/main.d.tmp -MT test/testutil/main.o -c -o test/testutil/main.o ../test/testutil/main.c +gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/output_helpers.d.tmp -MT test/testutil/output_helpers.o -c -o test/testutil/output_helpers.o ../test/testutil/output_helpers.c +gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/random.d.tmp -MT test/testutil/random.o -c -o test/testutil/random.o ../test/testutil/random.c +gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/stanza.d.tmp -MT test/testutil/stanza.o -c -o test/testutil/stanza.o ../test/testutil/stanza.c +gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/tap_bio.d.tmp -MT test/testutil/tap_bio.o -c -o test/testutil/tap_bio.o ../test/testutil/tap_bio.c +gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/test_cleanup.d.tmp -MT test/testutil/test_cleanup.o -c -o test/testutil/test_cleanup.o ../test/testutil/test_cleanup.c +gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/tests.d.tmp -MT test/testutil/tests.o -c -o test/testutil/tests.o ../test/testutil/tests.c ../test/testutil/tests.c: In function 'test_size_t_eq': ../test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=] 196 | "[" fmt "] compared to [" fmt "]", \ @@ -963,10 +964,10 @@ gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPE ../test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS' 215 | DEFINE_COMPARISONS(size_t, size_t, "%zu") | ^~~~~~~~~~~~~~~~~~ -ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o C:\msys32\mingw32\bin\ar.exe: creating test/libtestutil.a ranlib test/libtestutil.a || echo Never mind. -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dllmain.d.tmp -MT crypto/dllmain.o -c -o crypto/dllmain.o ../crypto/dllmain.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files (x86)/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dllmain.d.tmp -MT crypto/dllmain.o -c -o crypto/dllmain.o ../crypto/dllmain.c /usr/bin/perl ../util/mkrc.pl libcrypto > libcrypto.rc windres --target=pe-i386 -o libcrypto.res.o libcrypto.rc /usr/bin/perl ../util/mkdef.pl crypto 32 > libcrypto.def @@ -1057,7 +1058,7 @@ gcc -I. -Iinclude -Iapps -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer gcc -I. -Iinclude -Iapps -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/verify.d.tmp -MT apps/verify.o -c -o apps/verify.o ../apps/verify.c gcc -I. -Iinclude -Iapps -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/version.d.tmp -MT apps/version.o -c -o apps/version.o ../apps/version.c gcc -I. -Iinclude -Iapps -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/x509.d.tmp -MT apps/x509.o -c -o apps/x509.o ../apps/x509.c -gcc -I. -Iinclude -Iapps -I.. -I../include -I../apps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ms/applink.d.tmp -MT ms/applink.o -c -o ms/applink.o ../ms/applink.c +gcc -Iapps -I. -Iinclude -I../apps -I.. -I../include -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ms/applink.d.tmp -MT ms/applink.o -c -o ms/applink.o ../ms/applink.c rm -f apps/openssl.exe ${LDCMD:-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o apps/openssl.exe apps/asn1pars.o apps/ca.o apps/ciphers.o apps/cms.o apps/crl.o apps/crl2p7.o apps/dgst.o apps/dhparam.o apps/dsa.o apps/dsaparam.o apps/ec.o apps/ecparam.o apps/enc.o apps/engine.o apps/errstr.o apps/gendsa.o apps/genpkey.o apps/genrsa.o apps/nseq.o apps/ocsp.o apps/openssl.o apps/openssl.res.o apps/passwd.o apps/pkcs12.o apps/pkcs7.o apps/pkcs8.o apps/pkey.o apps/pkeyparam.o apps/pkeyutl.o apps/prime.o apps/rand.o apps/rehash.o apps/req.o apps/rsa.o apps/rsautl.o apps/s_client.o apps/s_server.o apps/s_time.o apps/sess_id.o apps/smime.o apps/speed.o apps/spkac.o apps/srp.o apps/storeutl.o apps/ts.o apps/verify.o apps/version.o apps/x509.o ms/applink.o \ @@ -2361,4 +2362,4 @@ chmod a+x tools/c_rehash /usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ "-oMakefile" ../util/shlib_wrap.sh.in > "util/shlib_wrap.sh" chmod a+x util/shlib_wrap.sh -make[1]: Leaving directory '/c/temp/openssl.1.1.1c/out-mingw.32' +make[1]: Leaving directory '/c/temp/openssl/out-mingw.32' diff --git a/upstream-build/build-log/i686-win32-msvc b/upstream-build/build-log/i686-win32-msvc index a335aad..1e38630 100644 --- a/upstream-build/build-log/i686-win32-msvc +++ b/upstream-build/build-log/i686-win32-msvc @@ -1,4 +1,4 @@ -Configuring OpenSSL version 1.1.1c (0x1010103fL) for VC-WIN32 +Configuring OpenSSL version 1.1.1d (0x1010104fL) for VC-WIN32 Using os-specific seed configuration It looks like you don't have either nmake.exe or dmake.exe on your PATH, @@ -61,7 +61,7 @@ s_socket.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foapps\win32_init.obj "..\apps\win32_init.c" win32_init.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\apps\win32_init.c" 2>&1 > apps\win32_init.d - lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nm66B5.tmp + lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nm3D9B.tmp cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\dllmain.obj "..\crypto\dllmain.c" dllmain.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\dllmain.c" 2>&1 > crypto\dllmain.d @@ -2003,7 +2003,7 @@ uplink.c "C:\Perl64\bin\perl.exe" "..\util\mkdef.pl" crypto 32 > libcrypto.def IF EXIST .manifest DEL /F /Q .manifest IF EXIST libcrypto-1_1.dll DEL /F /Q libcrypto-1_1.dll - link /nologo /debug /dll /nologo /debug /implib:libcrypto.lib /out:libcrypto-1_1.dll /def:libcrypto.def @C:\Users\build\AppData\Local\Temp\nm20E9.tmp || (DEL /Q libcrypto-1_1.* libcrypto.lib && EXIT 1) + link /nologo /debug /dll /nologo /debug /implib:libcrypto.lib /out:libcrypto-1_1.dll /def:libcrypto.def @C:\Users\build\AppData\Local\Temp\nm150B.tmp || (DEL /Q libcrypto-1_1.* libcrypto.lib && EXIT 1) Creating library libcrypto.lib and object libcrypto.exp IF EXIST libcrypto-1_1.dll.manifest mt -nologo -manifest libcrypto-1_1.dll.manifest -outputresource:libcrypto-1_1.dll IF EXIST apps\libcrypto-1_1.dll DEL /Q /F apps\libcrypto-1_1.dll @@ -2015,7 +2015,7 @@ uplink.c 1 file(s) copied. COPY libcrypto-1_1.dll fuzz 1 file(s) copied. - lib /nologo /out:libcrypto_static.lib @C:\Users\build\AppData\Local\Temp\nm25BD.tmp + lib /nologo /out:libcrypto_static.lib @C:\Users\build\AppData\Local\Temp\nm1AE8.tmp rand_egd.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library ecp_nistputil.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library ecp_nistp521.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library @@ -2162,7 +2162,7 @@ tls_srp.c "C:\Perl64\bin\perl.exe" "..\util\mkdef.pl" ssl 32 > libssl.def IF EXIST .manifest DEL /F /Q .manifest IF EXIST libssl-1_1.dll DEL /F /Q libssl-1_1.dll - link /nologo /debug /dll /nologo /debug /implib:libssl.lib /out:libssl-1_1.dll /def:libssl.def @C:\Users\build\AppData\Local\Temp\nm717C.tmp || (DEL /Q libssl-1_1.* libssl.lib && EXIT 1) + link /nologo /debug /dll /nologo /debug /implib:libssl.lib /out:libssl-1_1.dll /def:libssl.def @C:\Users\build\AppData\Local\Temp\nm6B4B.tmp || (DEL /Q libssl-1_1.* libssl.lib && EXIT 1) Creating library libssl.lib and object libssl.exp IF EXIST libssl-1_1.dll.manifest mt -nologo -manifest libssl-1_1.dll.manifest -outputresource:libssl-1_1.dll IF EXIST apps\libssl-1_1.dll DEL /Q /F apps\libssl-1_1.dll @@ -2174,7 +2174,7 @@ tls_srp.c 1 file(s) copied. COPY libssl-1_1.dll fuzz 1 file(s) copied. - lib /nologo /out:libssl_static.lib @C:\Users\build\AppData\Local\Temp\nm7333.tmp + lib /nologo /out:libssl_static.lib @C:\Users\build\AppData\Local\Temp\nm6D02.tmp cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\testutil\basic_output.obj "..\test\testutil\basic_output.c" basic_output.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\testutil\basic_output.c" 2>&1 > test\testutil\basic_output.d @@ -2196,6 +2196,9 @@ main.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\testutil\output_helpers.obj "..\test\testutil\output_helpers.c" output_helpers.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\testutil\output_helpers.c" 2>&1 > test\testutil\output_helpers.d + cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\testutil\random.obj "..\test\testutil\random.c" +random.c + cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\testutil\random.c" 2>&1 > test\testutil\random.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\testutil\stanza.obj "..\test\testutil\stanza.c" stanza.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\testutil\stanza.c" 2>&1 > test\testutil\stanza.d @@ -2208,33 +2211,33 @@ test_cleanup.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\testutil\tests.obj "..\test\testutil\tests.c" tests.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\testutil\tests.c" 2>&1 > test\testutil\tests.d - lib /nologo /out:test\libtestutil.lib @C:\Users\build\AppData\Local\Temp\nm7874.tmp + lib /nologo /out:test\libtestutil.lib @C:\Users\build\AppData\Local\Temp\nm736C.tmp cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foengines\e_capi.obj "..\engines\e_capi.c" e_capi.c cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\engines\e_capi.c" 2>&1 > engines\e_capi.d IF EXIST engines\capi.dll.manifest DEL /F /Q engines\capi.dll.manifest - link /nologo /debug /dll /nologo /debug /out:engines\capi.dll /def:C:\Users\build\AppData\Local\Temp\nm7A0B.tmp @C:\Users\build\AppData\Local\Temp\nm7A0C.tmp + link /nologo /debug /dll /nologo /debug /out:engines\capi.dll /def:C:\Users\build\AppData\Local\Temp\nm7522.tmp @C:\Users\build\AppData\Local\Temp\nm7523.tmp Creating library engines\capi.lib and object engines\capi.exp IF EXIST engines\capi.dll.manifest mt -nologo -manifest engines\capi.dll.manifest -outputresource:engines\capi.dll cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foengines\e_dasync.obj "..\engines\e_dasync.c" e_dasync.c cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\engines\e_dasync.c" 2>&1 > engines\e_dasync.d IF EXIST engines\dasync.dll.manifest DEL /F /Q engines\dasync.dll.manifest - link /nologo /debug /dll /nologo /debug /out:engines\dasync.dll /def:C:\Users\build\AppData\Local\Temp\nm7C8D.tmp @C:\Users\build\AppData\Local\Temp\nm7C8E.tmp + link /nologo /debug /dll /nologo /debug /out:engines\dasync.dll /def:C:\Users\build\AppData\Local\Temp\nm77F3.tmp @C:\Users\build\AppData\Local\Temp\nm77F4.tmp Creating library engines\dasync.lib and object engines\dasync.exp IF EXIST engines\dasync.dll.manifest mt -nologo -manifest engines\dasync.dll.manifest -outputresource:engines\dasync.dll cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foengines\e_ossltest.obj "..\engines\e_ossltest.c" e_ossltest.c cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\engines\e_ossltest.c" 2>&1 > engines\e_ossltest.d IF EXIST engines\ossltest.dll.manifest DEL /F /Q engines\ossltest.dll.manifest - link /nologo /debug /dll /nologo /debug /out:engines\ossltest.dll /def:C:\Users\build\AppData\Local\Temp\nm7E64.tmp @C:\Users\build\AppData\Local\Temp\nm7E65.tmp + link /nologo /debug /dll /nologo /debug /out:engines\ossltest.dll /def:C:\Users\build\AppData\Local\Temp\nm79D9.tmp @C:\Users\build\AppData\Local\Temp\nm79DA.tmp Creating library engines\ossltest.lib and object engines\ossltest.exp IF EXIST engines\ossltest.dll.manifest mt -nologo -manifest engines\ossltest.dll.manifest -outputresource:engines\ossltest.dll cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foengines\e_padlock.obj "..\engines\e_padlock.c" e_padlock.c cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\engines\e_padlock.c" 2>&1 > engines\e_padlock.d IF EXIST engines\padlock.dll.manifest DEL /F /Q engines\padlock.dll.manifest - link /nologo /debug /dll /nologo /debug /out:engines\padlock.dll /def:C:\Users\build\AppData\Local\Temp\nm7FDD.tmp @C:\Users\build\AppData\Local\Temp\nm7FDE.tmp + link /nologo /debug /dll /nologo /debug /out:engines\padlock.dll /def:C:\Users\build\AppData\Local\Temp\nm7B91.tmp @C:\Users\build\AppData\Local\Temp\nm7B92.tmp Creating library engines\padlock.lib and object engines\padlock.exp IF EXIST engines\padlock.dll.manifest mt -nologo -manifest engines\padlock.dll.manifest -outputresource:engines\padlock.dll "C:\Perl64\bin\perl.exe" "..\apps\progs.pl" "apps\openssl" > apps\progs.h @@ -2384,11 +2387,11 @@ version.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foapps\x509.obj "..\apps\x509.c" x509.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\apps\x509.c" 2>&1 > apps\x509.d - cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foms\applink.obj "..\ms\applink.c" + cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "apps" /I "." /I "include" /I "..\apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foms\applink.obj "..\ms\applink.c" applink.c - cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ms\applink.c" 2>&1 > ms\applink.d + cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "apps" /I "." /I "include" /I "..\apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ms\applink.c" 2>&1 > ms\applink.d IF EXIST apps\openssl.exe.manifest DEL /F /Q apps\openssl.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:apps\openssl.exe @C:\Users\build\AppData\Local\Temp\nmD032.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:apps\openssl.exe @C:\Users\build\AppData\Local\Temp\nmCE85.tmp Creating library apps\openssl.lib and object apps\openssl.exp IF EXIST apps\openssl.exe.manifest mt -nologo -manifest apps\openssl.exe.manifest -outputresource:apps\openssl.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\asn1.obj "..\fuzz\asn1.c" @@ -2398,109 +2401,109 @@ asn1.c test-corpus.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\test-corpus.c" 2>&1 > fuzz\test-corpus.d IF EXIST fuzz\asn1-test.exe.manifest DEL /F /Q fuzz\asn1-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1-test.exe @C:\Users\build\AppData\Local\Temp\nmD330.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1-test.exe @C:\Users\build\AppData\Local\Temp\nmD174.tmp IF EXIST fuzz\asn1-test.exe.manifest mt -nologo -manifest fuzz\asn1-test.exe.manifest -outputresource:fuzz\asn1-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\asn1parse.obj "..\fuzz\asn1parse.c" asn1parse.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\asn1parse.c" 2>&1 > fuzz\asn1parse.d IF EXIST fuzz\asn1parse-test.exe.manifest DEL /F /Q fuzz\asn1parse-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1parse-test.exe @C:\Users\build\AppData\Local\Temp\nmD4F6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1parse-test.exe @C:\Users\build\AppData\Local\Temp\nmD34A.tmp IF EXIST fuzz\asn1parse-test.exe.manifest mt -nologo -manifest fuzz\asn1parse-test.exe.manifest -outputresource:fuzz\asn1parse-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\bignum.obj "..\fuzz\bignum.c" bignum.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\bignum.c" 2>&1 > fuzz\bignum.d IF EXIST fuzz\bignum-test.exe.manifest DEL /F /Q fuzz\bignum-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bignum-test.exe @C:\Users\build\AppData\Local\Temp\nmD68E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bignum-test.exe @C:\Users\build\AppData\Local\Temp\nmD510.tmp IF EXIST fuzz\bignum-test.exe.manifest mt -nologo -manifest fuzz\bignum-test.exe.manifest -outputresource:fuzz\bignum-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\bndiv.obj "..\fuzz\bndiv.c" bndiv.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\bndiv.c" 2>&1 > fuzz\bndiv.d IF EXIST fuzz\bndiv-test.exe.manifest DEL /F /Q fuzz\bndiv-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bndiv-test.exe @C:\Users\build\AppData\Local\Temp\nmD806.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bndiv-test.exe @C:\Users\build\AppData\Local\Temp\nmD688.tmp IF EXIST fuzz\bndiv-test.exe.manifest mt -nologo -manifest fuzz\bndiv-test.exe.manifest -outputresource:fuzz\bndiv-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\client.obj "..\fuzz\client.c" client.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\client.c" 2>&1 > fuzz\client.d IF EXIST fuzz\client-test.exe.manifest DEL /F /Q fuzz\client-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\client-test.exe @C:\Users\build\AppData\Local\Temp\nmD9FB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\client-test.exe @C:\Users\build\AppData\Local\Temp\nmD88D.tmp IF EXIST fuzz\client-test.exe.manifest mt -nologo -manifest fuzz\client-test.exe.manifest -outputresource:fuzz\client-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\cms.obj "..\fuzz\cms.c" cms.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\cms.c" 2>&1 > fuzz\cms.d IF EXIST fuzz\cms-test.exe.manifest DEL /F /Q fuzz\cms-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\cms-test.exe @C:\Users\build\AppData\Local\Temp\nmDBE0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\cms-test.exe @C:\Users\build\AppData\Local\Temp\nmDA72.tmp IF EXIST fuzz\cms-test.exe.manifest mt -nologo -manifest fuzz\cms-test.exe.manifest -outputresource:fuzz\cms-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\conf.obj "..\fuzz\conf.c" conf.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\conf.c" 2>&1 > fuzz\conf.d IF EXIST fuzz\conf-test.exe.manifest DEL /F /Q fuzz\conf-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\conf-test.exe @C:\Users\build\AppData\Local\Temp\nmDD58.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\conf-test.exe @C:\Users\build\AppData\Local\Temp\nmDC19.tmp IF EXIST fuzz\conf-test.exe.manifest mt -nologo -manifest fuzz\conf-test.exe.manifest -outputresource:fuzz\conf-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\crl.obj "..\fuzz\crl.c" crl.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\crl.c" 2>&1 > fuzz\crl.d IF EXIST fuzz\crl-test.exe.manifest DEL /F /Q fuzz\crl-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\crl-test.exe @C:\Users\build\AppData\Local\Temp\nmDEE0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\crl-test.exe @C:\Users\build\AppData\Local\Temp\nmDDFE.tmp IF EXIST fuzz\crl-test.exe.manifest mt -nologo -manifest fuzz\crl-test.exe.manifest -outputresource:fuzz\crl-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\ct.obj "..\fuzz\ct.c" ct.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\ct.c" 2>&1 > fuzz\ct.d IF EXIST fuzz\ct-test.exe.manifest DEL /F /Q fuzz\ct-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\ct-test.exe @C:\Users\build\AppData\Local\Temp\nmE087.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\ct-test.exe @C:\Users\build\AppData\Local\Temp\nmDFF3.tmp IF EXIST fuzz\ct-test.exe.manifest mt -nologo -manifest fuzz\ct-test.exe.manifest -outputresource:fuzz\ct-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\server.obj "..\fuzz\server.c" server.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\server.c" 2>&1 > fuzz\server.d IF EXIST fuzz\server-test.exe.manifest DEL /F /Q fuzz\server-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\server-test.exe @C:\Users\build\AppData\Local\Temp\nmE29B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\server-test.exe @C:\Users\build\AppData\Local\Temp\nmE207.tmp IF EXIST fuzz\server-test.exe.manifest mt -nologo -manifest fuzz\server-test.exe.manifest -outputresource:fuzz\server-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\x509.obj "..\fuzz\x509.c" x509.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\x509.c" 2>&1 > fuzz\x509.d IF EXIST fuzz\x509-test.exe.manifest DEL /F /Q fuzz\x509-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\x509-test.exe @C:\Users\build\AppData\Local\Temp\nmE442.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\x509-test.exe @C:\Users\build\AppData\Local\Temp\nmE40C.tmp IF EXIST fuzz\x509-test.exe.manifest mt -nologo -manifest fuzz\x509-test.exe.manifest -outputresource:fuzz\x509-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\aborttest.obj "..\test\aborttest.c" aborttest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\aborttest.c" 2>&1 > test\aborttest.d IF EXIST test\aborttest.exe.manifest DEL /F /Q test\aborttest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\aborttest.exe @C:\Users\build\AppData\Local\Temp\nmE5BA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\aborttest.exe @C:\Users\build\AppData\Local\Temp\nmE5D2.tmp IF EXIST test\aborttest.exe.manifest mt -nologo -manifest test\aborttest.exe.manifest -outputresource:test\aborttest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\afalgtest.obj "..\test\afalgtest.c" afalgtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\afalgtest.c" 2>&1 > test\afalgtest.d IF EXIST test\afalgtest.exe.manifest DEL /F /Q test\afalgtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\afalgtest.exe @C:\Users\build\AppData\Local\Temp\nmE732.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\afalgtest.exe @C:\Users\build\AppData\Local\Temp\nmE7C7.tmp IF EXIST test\afalgtest.exe.manifest mt -nologo -manifest test\afalgtest.exe.manifest -outputresource:test\afalgtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asn1_decode_test.obj "..\test\asn1_decode_test.c" asn1_decode_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\asn1_decode_test.c" 2>&1 > test\asn1_decode_test.d IF EXIST test\asn1_decode_test.exe.manifest DEL /F /Q test\asn1_decode_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_decode_test.exe @C:\Users\build\AppData\Local\Temp\nmE8D9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_decode_test.exe @C:\Users\build\AppData\Local\Temp\nmE96E.tmp IF EXIST test\asn1_decode_test.exe.manifest mt -nologo -manifest test\asn1_decode_test.exe.manifest -outputresource:test\asn1_decode_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asn1_encode_test.obj "..\test\asn1_encode_test.c" asn1_encode_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\asn1_encode_test.c" 2>&1 > test\asn1_encode_test.d IF EXIST test\asn1_encode_test.exe.manifest DEL /F /Q test\asn1_encode_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_encode_test.exe @C:\Users\build\AppData\Local\Temp\nmEABE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_encode_test.exe @C:\Users\build\AppData\Local\Temp\nmEB44.tmp IF EXIST test\asn1_encode_test.exe.manifest mt -nologo -manifest test\asn1_encode_test.exe.manifest -outputresource:test\asn1_encode_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asn1_internal_test.obj "..\test\asn1_internal_test.c" asn1_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\asn1_internal_test.c" 2>&1 > test\asn1_internal_test.d IF EXIST test\asn1_internal_test.exe.manifest DEL /F /Q test\asn1_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmEC74.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmED29.tmp IF EXIST test\asn1_internal_test.exe.manifest mt -nologo -manifest test\asn1_internal_test.exe.manifest -outputresource:test\asn1_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asn1_string_table_test.obj "..\test\asn1_string_table_test.c" asn1_string_table_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\asn1_string_table_test.c" 2>&1 > test\asn1_string_table_test.d IF EXIST test\asn1_string_table_test.exe.manifest DEL /F /Q test\asn1_string_table_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_string_table_test.exe @C:\Users\build\AppData\Local\Temp\nmEF25.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_string_table_test.exe @C:\Users\build\AppData\Local\Temp\nmF037.tmp IF EXIST test\asn1_string_table_test.exe.manifest mt -nologo -manifest test\asn1_string_table_test.exe.manifest -outputresource:test\asn1_string_table_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asn1_time_test.obj "..\test\asn1_time_test.c" asn1_time_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\asn1_time_test.c" 2>&1 > test\asn1_time_test.d IF EXIST test\asn1_time_test.exe.manifest DEL /F /Q test\asn1_time_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_time_test.exe @C:\Users\build\AppData\Local\Temp\nmF11A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_time_test.exe @C:\Users\build\AppData\Local\Temp\nmF20D.tmp IF EXIST test\asn1_time_test.exe.manifest mt -nologo -manifest test\asn1_time_test.exe.manifest -outputresource:test\asn1_time_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asynciotest.obj "..\test\asynciotest.c" asynciotest.c @@ -2509,654 +2512,654 @@ asynciotest.c ssltestlib.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ssltestlib.c" 2>&1 > test\ssltestlib.d IF EXIST test\asynciotest.exe.manifest DEL /F /Q test\asynciotest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynciotest.exe @C:\Users\build\AppData\Local\Temp\nmF4B5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynciotest.exe @C:\Users\build\AppData\Local\Temp\nmF5B8.tmp IF EXIST test\asynciotest.exe.manifest mt -nologo -manifest test\asynciotest.exe.manifest -outputresource:test\asynciotest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asynctest.obj "..\test\asynctest.c" asynctest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\asynctest.c" 2>&1 > test\asynctest.d IF EXIST test\asynctest.exe.manifest DEL /F /Q test\asynctest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynctest.exe @C:\Users\build\AppData\Local\Temp\nmF6F8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynctest.exe @C:\Users\build\AppData\Local\Temp\nmF859.tmp IF EXIST test\asynctest.exe.manifest mt -nologo -manifest test\asynctest.exe.manifest -outputresource:test\asynctest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bad_dtls_test.obj "..\test\bad_dtls_test.c" bad_dtls_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bad_dtls_test.c" 2>&1 > test\bad_dtls_test.d IF EXIST test\bad_dtls_test.exe.manifest DEL /F /Q test\bad_dtls_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bad_dtls_test.exe @C:\Users\build\AppData\Local\Temp\nmF8BE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bad_dtls_test.exe @C:\Users\build\AppData\Local\Temp\nmFA4E.tmp IF EXIST test\bad_dtls_test.exe.manifest mt -nologo -manifest test\bad_dtls_test.exe.manifest -outputresource:test\bad_dtls_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bftest.obj "..\test\bftest.c" bftest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bftest.c" 2>&1 > test\bftest.d IF EXIST test\bftest.exe.manifest DEL /F /Q test\bftest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bftest.exe @C:\Users\build\AppData\Local\Temp\nmFA94.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bftest.exe @C:\Users\build\AppData\Local\Temp\nmFC04.tmp IF EXIST test\bftest.exe.manifest mt -nologo -manifest test\bftest.exe.manifest -outputresource:test\bftest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bio_callback_test.obj "..\test\bio_callback_test.c" bio_callback_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bio_callback_test.c" 2>&1 > test\bio_callback_test.d IF EXIST test\bio_callback_test.exe.manifest DEL /F /Q test\bio_callback_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_callback_test.exe @C:\Users\build\AppData\Local\Temp\nmFC0C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_callback_test.exe @C:\Users\build\AppData\Local\Temp\nmFD9B.tmp IF EXIST test\bio_callback_test.exe.manifest mt -nologo -manifest test\bio_callback_test.exe.manifest -outputresource:test\bio_callback_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bio_enc_test.obj "..\test\bio_enc_test.c" bio_enc_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bio_enc_test.c" 2>&1 > test\bio_enc_test.d IF EXIST test\bio_enc_test.exe.manifest DEL /F /Q test\bio_enc_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_enc_test.exe @C:\Users\build\AppData\Local\Temp\nmFDD2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_enc_test.exe @C:\Users\build\AppData\Local\Temp\nmFF90.tmp IF EXIST test\bio_enc_test.exe.manifest mt -nologo -manifest test\bio_enc_test.exe.manifest -outputresource:test\bio_enc_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bio_memleak_test.obj "..\test\bio_memleak_test.c" bio_memleak_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bio_memleak_test.c" 2>&1 > test\bio_memleak_test.d IF EXIST test\bio_memleak_test.exe.manifest DEL /F /Q test\bio_memleak_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_memleak_test.exe @C:\Users\build\AppData\Local\Temp\nmFFD7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_memleak_test.exe @C:\Users\build\AppData\Local\Temp\nm156.tmp IF EXIST test\bio_memleak_test.exe.manifest mt -nologo -manifest test\bio_memleak_test.exe.manifest -outputresource:test\bio_memleak_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bioprinttest.obj "..\test\bioprinttest.c" bioprinttest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bioprinttest.c" 2>&1 > test\bioprinttest.d IF EXIST test\bioprinttest.exe.manifest DEL /F /Q test\bioprinttest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bioprinttest.exe @C:\Users\build\AppData\Local\Temp\nm18D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bioprinttest.exe @C:\Users\build\AppData\Local\Temp\nm31D.tmp IF EXIST test\bioprinttest.exe.manifest mt -nologo -manifest test\bioprinttest.exe.manifest -outputresource:test\bioprinttest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bntest.obj "..\test\bntest.c" bntest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bntest.c" 2>&1 > test\bntest.d IF EXIST test\bntest.exe.manifest DEL /F /Q test\bntest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bntest.exe @C:\Users\build\AppData\Local\Temp\nm324.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bntest.exe @C:\Users\build\AppData\Local\Temp\nm4C3.tmp IF EXIST test\bntest.exe.manifest mt -nologo -manifest test\bntest.exe.manifest -outputresource:test\bntest.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" aes > test\buildtest_aes.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_aes.obj "test\buildtest_aes.c" buildtest_aes.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_aes.c" 2>&1 > test\buildtest_aes.d IF EXIST test\buildtest_c_aes.exe.manifest DEL /F /Q test\buildtest_c_aes.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_aes.exe @C:\Users\build\AppData\Local\Temp\nm47D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_aes.exe @C:\Users\build\AppData\Local\Temp\nm68A.tmp IF EXIST test\buildtest_c_aes.exe.manifest mt -nologo -manifest test\buildtest_c_aes.exe.manifest -outputresource:test\buildtest_c_aes.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" asn1 > test\buildtest_asn1.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_asn1.obj "test\buildtest_asn1.c" buildtest_asn1.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_asn1.c" 2>&1 > test\buildtest_asn1.d IF EXIST test\buildtest_c_asn1.exe.manifest DEL /F /Q test\buildtest_c_asn1.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1.exe @C:\Users\build\AppData\Local\Temp\nm614.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1.exe @C:\Users\build\AppData\Local\Temp\nm86F.tmp IF EXIST test\buildtest_c_asn1.exe.manifest mt -nologo -manifest test\buildtest_c_asn1.exe.manifest -outputresource:test\buildtest_c_asn1.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" asn1t > test\buildtest_asn1t.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_asn1t.obj "test\buildtest_asn1t.c" buildtest_asn1t.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_asn1t.c" 2>&1 > test\buildtest_asn1t.d IF EXIST test\buildtest_c_asn1t.exe.manifest DEL /F /Q test\buildtest_c_asn1t.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1t.exe @C:\Users\build\AppData\Local\Temp\nm74E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1t.exe @C:\Users\build\AppData\Local\Temp\nmA45.tmp IF EXIST test\buildtest_c_asn1t.exe.manifest mt -nologo -manifest test\buildtest_c_asn1t.exe.manifest -outputresource:test\buildtest_c_asn1t.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" async > test\buildtest_async.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_async.obj "test\buildtest_async.c" buildtest_async.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_async.c" 2>&1 > test\buildtest_async.d IF EXIST test\buildtest_c_async.exe.manifest DEL /F /Q test\buildtest_c_async.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_async.exe @C:\Users\build\AppData\Local\Temp\nm8B6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_async.exe @C:\Users\build\AppData\Local\Temp\nmC0B.tmp IF EXIST test\buildtest_c_async.exe.manifest mt -nologo -manifest test\buildtest_c_async.exe.manifest -outputresource:test\buildtest_c_async.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" bio > test\buildtest_bio.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_bio.obj "test\buildtest_bio.c" buildtest_bio.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_bio.c" 2>&1 > test\buildtest_bio.d IF EXIST test\buildtest_c_bio.exe.manifest DEL /F /Q test\buildtest_c_bio.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bio.exe @C:\Users\build\AppData\Local\Temp\nmA3E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bio.exe @C:\Users\build\AppData\Local\Temp\nmDF0.tmp IF EXIST test\buildtest_c_bio.exe.manifest mt -nologo -manifest test\buildtest_c_bio.exe.manifest -outputresource:test\buildtest_c_bio.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" blowfish > test\buildtest_blowfish.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_blowfish.obj "test\buildtest_blowfish.c" buildtest_blowfish.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_blowfish.c" 2>&1 > test\buildtest_blowfish.d IF EXIST test\buildtest_c_blowfish.exe.manifest DEL /F /Q test\buildtest_c_blowfish.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_blowfish.exe @C:\Users\build\AppData\Local\Temp\nmBA6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_blowfish.exe @C:\Users\build\AppData\Local\Temp\nmFB6.tmp IF EXIST test\buildtest_c_blowfish.exe.manifest mt -nologo -manifest test\buildtest_c_blowfish.exe.manifest -outputresource:test\buildtest_c_blowfish.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" bn > test\buildtest_bn.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_bn.obj "test\buildtest_bn.c" buildtest_bn.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_bn.c" 2>&1 > test\buildtest_bn.d IF EXIST test\buildtest_c_bn.exe.manifest DEL /F /Q test\buildtest_c_bn.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bn.exe @C:\Users\build\AppData\Local\Temp\nmD6C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bn.exe @C:\Users\build\AppData\Local\Temp\nm119C.tmp IF EXIST test\buildtest_c_bn.exe.manifest mt -nologo -manifest test\buildtest_c_bn.exe.manifest -outputresource:test\buildtest_c_bn.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" buffer > test\buildtest_buffer.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_buffer.obj "test\buildtest_buffer.c" buildtest_buffer.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_buffer.c" 2>&1 > test\buildtest_buffer.d IF EXIST test\buildtest_c_buffer.exe.manifest DEL /F /Q test\buildtest_c_buffer.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_buffer.exe @C:\Users\build\AppData\Local\Temp\nmEE4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_buffer.exe @C:\Users\build\AppData\Local\Temp\nm1343.tmp IF EXIST test\buildtest_c_buffer.exe.manifest mt -nologo -manifest test\buildtest_c_buffer.exe.manifest -outputresource:test\buildtest_c_buffer.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" camellia > test\buildtest_camellia.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_camellia.obj "test\buildtest_camellia.c" buildtest_camellia.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_camellia.c" 2>&1 > test\buildtest_camellia.d IF EXIST test\buildtest_c_camellia.exe.manifest DEL /F /Q test\buildtest_c_camellia.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_camellia.exe @C:\Users\build\AppData\Local\Temp\nm102D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_camellia.exe @C:\Users\build\AppData\Local\Temp\nm14F9.tmp IF EXIST test\buildtest_c_camellia.exe.manifest mt -nologo -manifest test\buildtest_c_camellia.exe.manifest -outputresource:test\buildtest_c_camellia.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" cast > test\buildtest_cast.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_cast.obj "test\buildtest_cast.c" buildtest_cast.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_cast.c" 2>&1 > test\buildtest_cast.d IF EXIST test\buildtest_c_cast.exe.manifest DEL /F /Q test\buildtest_c_cast.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cast.exe @C:\Users\build\AppData\Local\Temp\nm11B5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cast.exe @C:\Users\build\AppData\Local\Temp\nm16A0.tmp IF EXIST test\buildtest_c_cast.exe.manifest mt -nologo -manifest test\buildtest_c_cast.exe.manifest -outputresource:test\buildtest_c_cast.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" cmac > test\buildtest_cmac.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_cmac.obj "test\buildtest_cmac.c" buildtest_cmac.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_cmac.c" 2>&1 > test\buildtest_cmac.d IF EXIST test\buildtest_c_cmac.exe.manifest DEL /F /Q test\buildtest_c_cmac.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cmac.exe @C:\Users\build\AppData\Local\Temp\nm132D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cmac.exe @C:\Users\build\AppData\Local\Temp\nm1885.tmp IF EXIST test\buildtest_c_cmac.exe.manifest mt -nologo -manifest test\buildtest_c_cmac.exe.manifest -outputresource:test\buildtest_c_cmac.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" cms > test\buildtest_cms.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_cms.obj "test\buildtest_cms.c" buildtest_cms.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_cms.c" 2>&1 > test\buildtest_cms.d IF EXIST test\buildtest_c_cms.exe.manifest DEL /F /Q test\buildtest_c_cms.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cms.exe @C:\Users\build\AppData\Local\Temp\nm1512.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cms.exe @C:\Users\build\AppData\Local\Temp\nm1A6B.tmp IF EXIST test\buildtest_c_cms.exe.manifest mt -nologo -manifest test\buildtest_c_cms.exe.manifest -outputresource:test\buildtest_c_cms.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" comp > test\buildtest_comp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_comp.obj "test\buildtest_comp.c" buildtest_comp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_comp.c" 2>&1 > test\buildtest_comp.d IF EXIST test\buildtest_c_comp.exe.manifest DEL /F /Q test\buildtest_c_comp.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_comp.exe @C:\Users\build\AppData\Local\Temp\nm16C9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_comp.exe @C:\Users\build\AppData\Local\Temp\nm1C6F.tmp IF EXIST test\buildtest_c_comp.exe.manifest mt -nologo -manifest test\buildtest_c_comp.exe.manifest -outputresource:test\buildtest_c_comp.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" conf > test\buildtest_conf.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_conf.obj "test\buildtest_conf.c" buildtest_conf.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_conf.c" 2>&1 > test\buildtest_conf.d IF EXIST test\buildtest_c_conf.exe.manifest DEL /F /Q test\buildtest_c_conf.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf.exe @C:\Users\build\AppData\Local\Temp\nm1831.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf.exe @C:\Users\build\AppData\Local\Temp\nm1E55.tmp IF EXIST test\buildtest_c_conf.exe.manifest mt -nologo -manifest test\buildtest_c_conf.exe.manifest -outputresource:test\buildtest_c_conf.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" conf_api > test\buildtest_conf_api.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_conf_api.obj "test\buildtest_conf_api.c" buildtest_conf_api.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_conf_api.c" 2>&1 > test\buildtest_conf_api.d IF EXIST test\buildtest_c_conf_api.exe.manifest DEL /F /Q test\buildtest_c_conf_api.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf_api.exe @C:\Users\build\AppData\Local\Temp\nm19D8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf_api.exe @C:\Users\build\AppData\Local\Temp\nm204A.tmp IF EXIST test\buildtest_c_conf_api.exe.manifest mt -nologo -manifest test\buildtest_c_conf_api.exe.manifest -outputresource:test\buildtest_c_conf_api.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" crypto > test\buildtest_crypto.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_crypto.obj "test\buildtest_crypto.c" buildtest_crypto.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_crypto.c" 2>&1 > test\buildtest_crypto.d IF EXIST test\buildtest_c_crypto.exe.manifest DEL /F /Q test\buildtest_c_crypto.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_crypto.exe @C:\Users\build\AppData\Local\Temp\nm1BAE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_crypto.exe @C:\Users\build\AppData\Local\Temp\nm21F1.tmp IF EXIST test\buildtest_c_crypto.exe.manifest mt -nologo -manifest test\buildtest_c_crypto.exe.manifest -outputresource:test\buildtest_c_crypto.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ct > test\buildtest_ct.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ct.obj "test\buildtest_ct.c" buildtest_ct.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ct.c" 2>&1 > test\buildtest_ct.d IF EXIST test\buildtest_c_ct.exe.manifest DEL /F /Q test\buildtest_c_ct.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ct.exe @C:\Users\build\AppData\Local\Temp\nm1D93.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ct.exe @C:\Users\build\AppData\Local\Temp\nm2405.tmp IF EXIST test\buildtest_c_ct.exe.manifest mt -nologo -manifest test\buildtest_c_ct.exe.manifest -outputresource:test\buildtest_c_ct.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" des > test\buildtest_des.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_des.obj "test\buildtest_des.c" buildtest_des.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_des.c" 2>&1 > test\buildtest_des.d IF EXIST test\buildtest_c_des.exe.manifest DEL /F /Q test\buildtest_c_des.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_des.exe @C:\Users\build\AppData\Local\Temp\nm1F0B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_des.exe @C:\Users\build\AppData\Local\Temp\nm259C.tmp IF EXIST test\buildtest_c_des.exe.manifest mt -nologo -manifest test\buildtest_c_des.exe.manifest -outputresource:test\buildtest_c_des.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" dh > test\buildtest_dh.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_dh.obj "test\buildtest_dh.c" buildtest_dh.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_dh.c" 2>&1 > test\buildtest_dh.d IF EXIST test\buildtest_c_dh.exe.manifest DEL /F /Q test\buildtest_c_dh.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dh.exe @C:\Users\build\AppData\Local\Temp\nm20F1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dh.exe @C:\Users\build\AppData\Local\Temp\nm2762.tmp IF EXIST test\buildtest_c_dh.exe.manifest mt -nologo -manifest test\buildtest_c_dh.exe.manifest -outputresource:test\buildtest_c_dh.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" dsa > test\buildtest_dsa.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_dsa.obj "test\buildtest_dsa.c" buildtest_dsa.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_dsa.c" 2>&1 > test\buildtest_dsa.d IF EXIST test\buildtest_c_dsa.exe.manifest DEL /F /Q test\buildtest_c_dsa.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dsa.exe @C:\Users\build\AppData\Local\Temp\nm2343.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dsa.exe @C:\Users\build\AppData\Local\Temp\nm2948.tmp IF EXIST test\buildtest_c_dsa.exe.manifest mt -nologo -manifest test\buildtest_c_dsa.exe.manifest -outputresource:test\buildtest_c_dsa.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" dtls1 > test\buildtest_dtls1.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_dtls1.obj "test\buildtest_dtls1.c" buildtest_dtls1.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_dtls1.c" 2>&1 > test\buildtest_dtls1.d IF EXIST test\buildtest_c_dtls1.exe.manifest DEL /F /Q test\buildtest_c_dtls1.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dtls1.exe @C:\Users\build\AppData\Local\Temp\nm24DB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dtls1.exe @C:\Users\build\AppData\Local\Temp\nm2B2D.tmp IF EXIST test\buildtest_c_dtls1.exe.manifest mt -nologo -manifest test\buildtest_c_dtls1.exe.manifest -outputresource:test\buildtest_c_dtls1.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" e_os2 > test\buildtest_e_os2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_e_os2.obj "test\buildtest_e_os2.c" buildtest_e_os2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_e_os2.c" 2>&1 > test\buildtest_e_os2.d IF EXIST test\buildtest_c_e_os2.exe.manifest DEL /F /Q test\buildtest_c_e_os2.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_e_os2.exe @C:\Users\build\AppData\Local\Temp\nm2662.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_e_os2.exe @C:\Users\build\AppData\Local\Temp\nm2CD4.tmp IF EXIST test\buildtest_c_e_os2.exe.manifest mt -nologo -manifest test\buildtest_c_e_os2.exe.manifest -outputresource:test\buildtest_c_e_os2.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ebcdic > test\buildtest_ebcdic.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ebcdic.obj "test\buildtest_ebcdic.c" buildtest_ebcdic.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ebcdic.c" 2>&1 > test\buildtest_ebcdic.d IF EXIST test\buildtest_c_ebcdic.exe.manifest DEL /F /Q test\buildtest_c_ebcdic.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ebcdic.exe @C:\Users\build\AppData\Local\Temp\nm2809.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ebcdic.exe @C:\Users\build\AppData\Local\Temp\nm2EAA.tmp IF EXIST test\buildtest_c_ebcdic.exe.manifest mt -nologo -manifest test\buildtest_c_ebcdic.exe.manifest -outputresource:test\buildtest_c_ebcdic.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ec > test\buildtest_ec.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ec.obj "test\buildtest_ec.c" buildtest_ec.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ec.c" 2>&1 > test\buildtest_ec.d IF EXIST test\buildtest_c_ec.exe.manifest DEL /F /Q test\buildtest_c_ec.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ec.exe @C:\Users\build\AppData\Local\Temp\nm2991.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ec.exe @C:\Users\build\AppData\Local\Temp\nm3070.tmp IF EXIST test\buildtest_c_ec.exe.manifest mt -nologo -manifest test\buildtest_c_ec.exe.manifest -outputresource:test\buildtest_c_ec.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ecdh > test\buildtest_ecdh.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ecdh.obj "test\buildtest_ecdh.c" buildtest_ecdh.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ecdh.c" 2>&1 > test\buildtest_ecdh.d IF EXIST test\buildtest_c_ecdh.exe.manifest DEL /F /Q test\buildtest_c_ecdh.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdh.exe @C:\Users\build\AppData\Local\Temp\nm2B18.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdh.exe @C:\Users\build\AppData\Local\Temp\nm32A3.tmp IF EXIST test\buildtest_c_ecdh.exe.manifest mt -nologo -manifest test\buildtest_c_ecdh.exe.manifest -outputresource:test\buildtest_c_ecdh.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ecdsa > test\buildtest_ecdsa.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ecdsa.obj "test\buildtest_ecdsa.c" buildtest_ecdsa.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ecdsa.c" 2>&1 > test\buildtest_ecdsa.d IF EXIST test\buildtest_c_ecdsa.exe.manifest DEL /F /Q test\buildtest_c_ecdsa.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdsa.exe @C:\Users\build\AppData\Local\Temp\nm2CCF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdsa.exe @C:\Users\build\AppData\Local\Temp\nm344A.tmp IF EXIST test\buildtest_c_ecdsa.exe.manifest mt -nologo -manifest test\buildtest_c_ecdsa.exe.manifest -outputresource:test\buildtest_c_ecdsa.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" engine > test\buildtest_engine.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_engine.obj "test\buildtest_engine.c" buildtest_engine.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_engine.c" 2>&1 > test\buildtest_engine.d IF EXIST test\buildtest_c_engine.exe.manifest DEL /F /Q test\buildtest_c_engine.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_engine.exe @C:\Users\build\AppData\Local\Temp\nm2E76.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_engine.exe @C:\Users\build\AppData\Local\Temp\nm3601.tmp IF EXIST test\buildtest_c_engine.exe.manifest mt -nologo -manifest test\buildtest_c_engine.exe.manifest -outputresource:test\buildtest_c_engine.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" evp > test\buildtest_evp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_evp.obj "test\buildtest_evp.c" buildtest_evp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_evp.c" 2>&1 > test\buildtest_evp.d IF EXIST test\buildtest_c_evp.exe.manifest DEL /F /Q test\buildtest_c_evp.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_evp.exe @C:\Users\build\AppData\Local\Temp\nm2FFD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_evp.exe @C:\Users\build\AppData\Local\Temp\nm37D6.tmp IF EXIST test\buildtest_c_evp.exe.manifest mt -nologo -manifest test\buildtest_c_evp.exe.manifest -outputresource:test\buildtest_c_evp.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" hmac > test\buildtest_hmac.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_hmac.obj "test\buildtest_hmac.c" buildtest_hmac.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_hmac.c" 2>&1 > test\buildtest_hmac.d IF EXIST test\buildtest_c_hmac.exe.manifest DEL /F /Q test\buildtest_c_hmac.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_hmac.exe @C:\Users\build\AppData\Local\Temp\nm3241.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_hmac.exe @C:\Users\build\AppData\Local\Temp\nm39AC.tmp IF EXIST test\buildtest_c_hmac.exe.manifest mt -nologo -manifest test\buildtest_c_hmac.exe.manifest -outputresource:test\buildtest_c_hmac.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" idea > test\buildtest_idea.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_idea.obj "test\buildtest_idea.c" buildtest_idea.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_idea.c" 2>&1 > test\buildtest_idea.d IF EXIST test\buildtest_c_idea.exe.manifest DEL /F /Q test\buildtest_c_idea.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_idea.exe @C:\Users\build\AppData\Local\Temp\nm336A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_idea.exe @C:\Users\build\AppData\Local\Temp\nm3B24.tmp IF EXIST test\buildtest_c_idea.exe.manifest mt -nologo -manifest test\buildtest_c_idea.exe.manifest -outputresource:test\buildtest_c_idea.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" kdf > test\buildtest_kdf.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_kdf.obj "test\buildtest_kdf.c" buildtest_kdf.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_kdf.c" 2>&1 > test\buildtest_kdf.d IF EXIST test\buildtest_c_kdf.exe.manifest DEL /F /Q test\buildtest_c_kdf.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_kdf.exe @C:\Users\build\AppData\Local\Temp\nm34D3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_kdf.exe @C:\Users\build\AppData\Local\Temp\nm3CDB.tmp IF EXIST test\buildtest_c_kdf.exe.manifest mt -nologo -manifest test\buildtest_c_kdf.exe.manifest -outputresource:test\buildtest_c_kdf.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" lhash > test\buildtest_lhash.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_lhash.obj "test\buildtest_lhash.c" buildtest_lhash.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_lhash.c" 2>&1 > test\buildtest_lhash.d IF EXIST test\buildtest_c_lhash.exe.manifest DEL /F /Q test\buildtest_c_lhash.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_lhash.exe @C:\Users\build\AppData\Local\Temp\nm365A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_lhash.exe @C:\Users\build\AppData\Local\Temp\nm3E91.tmp IF EXIST test\buildtest_c_lhash.exe.manifest mt -nologo -manifest test\buildtest_c_lhash.exe.manifest -outputresource:test\buildtest_c_lhash.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" md2 > test\buildtest_md2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_md2.obj "test\buildtest_md2.c" buildtest_md2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_md2.c" 2>&1 > test\buildtest_md2.d IF EXIST test\buildtest_c_md2.exe.manifest DEL /F /Q test\buildtest_c_md2.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md2.exe @C:\Users\build\AppData\Local\Temp\nm3801.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md2.exe @C:\Users\build\AppData\Local\Temp\nm4009.tmp IF EXIST test\buildtest_c_md2.exe.manifest mt -nologo -manifest test\buildtest_c_md2.exe.manifest -outputresource:test\buildtest_c_md2.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" md4 > test\buildtest_md4.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_md4.obj "test\buildtest_md4.c" buildtest_md4.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_md4.c" 2>&1 > test\buildtest_md4.d IF EXIST test\buildtest_c_md4.exe.manifest DEL /F /Q test\buildtest_c_md4.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md4.exe @C:\Users\build\AppData\Local\Temp\nm3989.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md4.exe @C:\Users\build\AppData\Local\Temp\nm4191.tmp IF EXIST test\buildtest_c_md4.exe.manifest mt -nologo -manifest test\buildtest_c_md4.exe.manifest -outputresource:test\buildtest_c_md4.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" md5 > test\buildtest_md5.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_md5.obj "test\buildtest_md5.c" buildtest_md5.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_md5.c" 2>&1 > test\buildtest_md5.d IF EXIST test\buildtest_c_md5.exe.manifest DEL /F /Q test\buildtest_c_md5.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md5.exe @C:\Users\build\AppData\Local\Temp\nm3AF1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md5.exe @C:\Users\build\AppData\Local\Temp\nm4309.tmp IF EXIST test\buildtest_c_md5.exe.manifest mt -nologo -manifest test\buildtest_c_md5.exe.manifest -outputresource:test\buildtest_c_md5.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" modes > test\buildtest_modes.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_modes.obj "test\buildtest_modes.c" buildtest_modes.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_modes.c" 2>&1 > test\buildtest_modes.d IF EXIST test\buildtest_c_modes.exe.manifest DEL /F /Q test\buildtest_c_modes.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_modes.exe @C:\Users\build\AppData\Local\Temp\nm3C3A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_modes.exe @C:\Users\build\AppData\Local\Temp\nm44DE.tmp IF EXIST test\buildtest_c_modes.exe.manifest mt -nologo -manifest test\buildtest_c_modes.exe.manifest -outputresource:test\buildtest_c_modes.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" obj_mac > test\buildtest_obj_mac.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_obj_mac.obj "test\buildtest_obj_mac.c" buildtest_obj_mac.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_obj_mac.c" 2>&1 > test\buildtest_obj_mac.d IF EXIST test\buildtest_c_obj_mac.exe.manifest DEL /F /Q test\buildtest_c_obj_mac.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_obj_mac.exe @C:\Users\build\AppData\Local\Temp\nm3DC2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_obj_mac.exe @C:\Users\build\AppData\Local\Temp\nm46B4.tmp IF EXIST test\buildtest_c_obj_mac.exe.manifest mt -nologo -manifest test\buildtest_c_obj_mac.exe.manifest -outputresource:test\buildtest_c_obj_mac.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" objects > test\buildtest_objects.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_objects.obj "test\buildtest_objects.c" buildtest_objects.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_objects.c" 2>&1 > test\buildtest_objects.d IF EXIST test\buildtest_c_objects.exe.manifest DEL /F /Q test\buildtest_c_objects.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_objects.exe @C:\Users\build\AppData\Local\Temp\nm3F59.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_objects.exe @C:\Users\build\AppData\Local\Temp\nm489A.tmp IF EXIST test\buildtest_c_objects.exe.manifest mt -nologo -manifest test\buildtest_c_objects.exe.manifest -outputresource:test\buildtest_c_objects.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ocsp > test\buildtest_ocsp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ocsp.obj "test\buildtest_ocsp.c" buildtest_ocsp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ocsp.c" 2>&1 > test\buildtest_ocsp.d IF EXIST test\buildtest_c_ocsp.exe.manifest DEL /F /Q test\buildtest_c_ocsp.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ocsp.exe @C:\Users\build\AppData\Local\Temp\nm411F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ocsp.exe @C:\Users\build\AppData\Local\Temp\nm4A9E.tmp IF EXIST test\buildtest_c_ocsp.exe.manifest mt -nologo -manifest test\buildtest_c_ocsp.exe.manifest -outputresource:test\buildtest_c_ocsp.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" opensslv > test\buildtest_opensslv.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_opensslv.obj "test\buildtest_opensslv.c" buildtest_opensslv.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_opensslv.c" 2>&1 > test\buildtest_opensslv.d IF EXIST test\buildtest_c_opensslv.exe.manifest DEL /F /Q test\buildtest_c_opensslv.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_opensslv.exe @C:\Users\build\AppData\Local\Temp\nm42A7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_opensslv.exe @C:\Users\build\AppData\Local\Temp\nm4C26.tmp IF EXIST test\buildtest_c_opensslv.exe.manifest mt -nologo -manifest test\buildtest_c_opensslv.exe.manifest -outputresource:test\buildtest_c_opensslv.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ossl_typ > test\buildtest_ossl_typ.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ossl_typ.obj "test\buildtest_ossl_typ.c" buildtest_ossl_typ.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ossl_typ.c" 2>&1 > test\buildtest_ossl_typ.d IF EXIST test\buildtest_c_ossl_typ.exe.manifest DEL /F /Q test\buildtest_c_ossl_typ.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ossl_typ.exe @C:\Users\build\AppData\Local\Temp\nm444E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ossl_typ.exe @C:\Users\build\AppData\Local\Temp\nm4DCD.tmp IF EXIST test\buildtest_c_ossl_typ.exe.manifest mt -nologo -manifest test\buildtest_c_ossl_typ.exe.manifest -outputresource:test\buildtest_c_ossl_typ.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" pem > test\buildtest_pem.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_pem.obj "test\buildtest_pem.c" buildtest_pem.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_pem.c" 2>&1 > test\buildtest_pem.d IF EXIST test\buildtest_c_pem.exe.manifest DEL /F /Q test\buildtest_c_pem.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem.exe @C:\Users\build\AppData\Local\Temp\nm4624.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem.exe @C:\Users\build\AppData\Local\Temp\nm4FC2.tmp IF EXIST test\buildtest_c_pem.exe.manifest mt -nologo -manifest test\buildtest_c_pem.exe.manifest -outputresource:test\buildtest_c_pem.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" pem2 > test\buildtest_pem2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_pem2.obj "test\buildtest_pem2.c" buildtest_pem2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_pem2.c" 2>&1 > test\buildtest_pem2.d IF EXIST test\buildtest_c_pem2.exe.manifest DEL /F /Q test\buildtest_c_pem2.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem2.exe @C:\Users\build\AppData\Local\Temp\nm479C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem2.exe @C:\Users\build\AppData\Local\Temp\nm51A7.tmp IF EXIST test\buildtest_c_pem2.exe.manifest mt -nologo -manifest test\buildtest_c_pem2.exe.manifest -outputresource:test\buildtest_c_pem2.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" pkcs12 > test\buildtest_pkcs12.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_pkcs12.obj "test\buildtest_pkcs12.c" buildtest_pkcs12.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_pkcs12.c" 2>&1 > test\buildtest_pkcs12.d IF EXIST test\buildtest_c_pkcs12.exe.manifest DEL /F /Q test\buildtest_c_pkcs12.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs12.exe @C:\Users\build\AppData\Local\Temp\nm4991.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs12.exe @C:\Users\build\AppData\Local\Temp\nm53BB.tmp IF EXIST test\buildtest_c_pkcs12.exe.manifest mt -nologo -manifest test\buildtest_c_pkcs12.exe.manifest -outputresource:test\buildtest_c_pkcs12.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" pkcs7 > test\buildtest_pkcs7.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_pkcs7.obj "test\buildtest_pkcs7.c" buildtest_pkcs7.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_pkcs7.c" 2>&1 > test\buildtest_pkcs7.d IF EXIST test\buildtest_c_pkcs7.exe.manifest DEL /F /Q test\buildtest_c_pkcs7.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs7.exe @C:\Users\build\AppData\Local\Temp\nm4AE9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs7.exe @C:\Users\build\AppData\Local\Temp\nm5591.tmp IF EXIST test\buildtest_c_pkcs7.exe.manifest mt -nologo -manifest test\buildtest_c_pkcs7.exe.manifest -outputresource:test\buildtest_c_pkcs7.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" rand > test\buildtest_rand.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_rand.obj "test\buildtest_rand.c" buildtest_rand.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_rand.c" 2>&1 > test\buildtest_rand.d IF EXIST test\buildtest_c_rand.exe.manifest DEL /F /Q test\buildtest_c_rand.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand.exe @C:\Users\build\AppData\Local\Temp\nm4C61.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand.exe @C:\Users\build\AppData\Local\Temp\nm5757.tmp IF EXIST test\buildtest_c_rand.exe.manifest mt -nologo -manifest test\buildtest_c_rand.exe.manifest -outputresource:test\buildtest_c_rand.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" rand_drbg > test\buildtest_rand_drbg.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_rand_drbg.obj "test\buildtest_rand_drbg.c" buildtest_rand_drbg.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_rand_drbg.c" 2>&1 > test\buildtest_rand_drbg.d IF EXIST test\buildtest_c_rand_drbg.exe.manifest DEL /F /Q test\buildtest_c_rand_drbg.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand_drbg.exe @C:\Users\build\AppData\Local\Temp\nm4E28.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand_drbg.exe @C:\Users\build\AppData\Local\Temp\nm58FE.tmp IF EXIST test\buildtest_c_rand_drbg.exe.manifest mt -nologo -manifest test\buildtest_c_rand_drbg.exe.manifest -outputresource:test\buildtest_c_rand_drbg.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" rc2 > test\buildtest_rc2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_rc2.obj "test\buildtest_rc2.c" buildtest_rc2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_rc2.c" 2>&1 > test\buildtest_rc2.d IF EXIST test\buildtest_c_rc2.exe.manifest DEL /F /Q test\buildtest_c_rc2.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc2.exe @C:\Users\build\AppData\Local\Temp\nm4FDE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc2.exe @C:\Users\build\AppData\Local\Temp\nm5AB5.tmp IF EXIST test\buildtest_c_rc2.exe.manifest mt -nologo -manifest test\buildtest_c_rc2.exe.manifest -outputresource:test\buildtest_c_rc2.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" rc4 > test\buildtest_rc4.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_rc4.obj "test\buildtest_rc4.c" buildtest_rc4.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_rc4.c" 2>&1 > test\buildtest_rc4.d IF EXIST test\buildtest_c_rc4.exe.manifest DEL /F /Q test\buildtest_c_rc4.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc4.exe @C:\Users\build\AppData\Local\Temp\nm5156.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc4.exe @C:\Users\build\AppData\Local\Temp\nm5C6B.tmp IF EXIST test\buildtest_c_rc4.exe.manifest mt -nologo -manifest test\buildtest_c_rc4.exe.manifest -outputresource:test\buildtest_c_rc4.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" rc5 > test\buildtest_rc5.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_rc5.obj "test\buildtest_rc5.c" buildtest_rc5.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_rc5.c" 2>&1 > test\buildtest_rc5.d IF EXIST test\buildtest_c_rc5.exe.manifest DEL /F /Q test\buildtest_c_rc5.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc5.exe @C:\Users\build\AppData\Local\Temp\nm52ED.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc5.exe @C:\Users\build\AppData\Local\Temp\nm5DF3.tmp IF EXIST test\buildtest_c_rc5.exe.manifest mt -nologo -manifest test\buildtest_c_rc5.exe.manifest -outputresource:test\buildtest_c_rc5.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ripemd > test\buildtest_ripemd.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ripemd.obj "test\buildtest_ripemd.c" buildtest_ripemd.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ripemd.c" 2>&1 > test\buildtest_ripemd.d IF EXIST test\buildtest_c_ripemd.exe.manifest DEL /F /Q test\buildtest_c_ripemd.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ripemd.exe @C:\Users\build\AppData\Local\Temp\nm5417.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ripemd.exe @C:\Users\build\AppData\Local\Temp\nm5FB9.tmp IF EXIST test\buildtest_c_ripemd.exe.manifest mt -nologo -manifest test\buildtest_c_ripemd.exe.manifest -outputresource:test\buildtest_c_ripemd.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" rsa > test\buildtest_rsa.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_rsa.obj "test\buildtest_rsa.c" buildtest_rsa.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_rsa.c" 2>&1 > test\buildtest_rsa.d IF EXIST test\buildtest_c_rsa.exe.manifest DEL /F /Q test\buildtest_c_rsa.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rsa.exe @C:\Users\build\AppData\Local\Temp\nm558F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rsa.exe @C:\Users\build\AppData\Local\Temp\nm617F.tmp IF EXIST test\buildtest_c_rsa.exe.manifest mt -nologo -manifest test\buildtest_c_rsa.exe.manifest -outputresource:test\buildtest_c_rsa.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" safestack > test\buildtest_safestack.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_safestack.obj "test\buildtest_safestack.c" buildtest_safestack.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_safestack.c" 2>&1 > test\buildtest_safestack.d IF EXIST test\buildtest_c_safestack.exe.manifest DEL /F /Q test\buildtest_c_safestack.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_safestack.exe @C:\Users\build\AppData\Local\Temp\nm56F8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_safestack.exe @C:\Users\build\AppData\Local\Temp\nm6335.tmp IF EXIST test\buildtest_c_safestack.exe.manifest mt -nologo -manifest test\buildtest_c_safestack.exe.manifest -outputresource:test\buildtest_c_safestack.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" seed > test\buildtest_seed.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_seed.obj "test\buildtest_seed.c" buildtest_seed.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_seed.c" 2>&1 > test\buildtest_seed.d IF EXIST test\buildtest_c_seed.exe.manifest DEL /F /Q test\buildtest_c_seed.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_seed.exe @C:\Users\build\AppData\Local\Temp\nm5870.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_seed.exe @C:\Users\build\AppData\Local\Temp\nm650B.tmp IF EXIST test\buildtest_c_seed.exe.manifest mt -nologo -manifest test\buildtest_c_seed.exe.manifest -outputresource:test\buildtest_c_seed.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" sha > test\buildtest_sha.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_sha.obj "test\buildtest_sha.c" buildtest_sha.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_sha.c" 2>&1 > test\buildtest_sha.d IF EXIST test\buildtest_c_sha.exe.manifest DEL /F /Q test\buildtest_c_sha.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_sha.exe @C:\Users\build\AppData\Local\Temp\nm5A07.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_sha.exe @C:\Users\build\AppData\Local\Temp\nm66B2.tmp IF EXIST test\buildtest_c_sha.exe.manifest mt -nologo -manifest test\buildtest_c_sha.exe.manifest -outputresource:test\buildtest_c_sha.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" srp > test\buildtest_srp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_srp.obj "test\buildtest_srp.c" buildtest_srp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_srp.c" 2>&1 > test\buildtest_srp.d IF EXIST test\buildtest_c_srp.exe.manifest DEL /F /Q test\buildtest_c_srp.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srp.exe @C:\Users\build\AppData\Local\Temp\nm5B50.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srp.exe @C:\Users\build\AppData\Local\Temp\nm6897.tmp IF EXIST test\buildtest_c_srp.exe.manifest mt -nologo -manifest test\buildtest_c_srp.exe.manifest -outputresource:test\buildtest_c_srp.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" srtp > test\buildtest_srtp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_srtp.obj "test\buildtest_srtp.c" buildtest_srtp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_srtp.c" 2>&1 > test\buildtest_srtp.d IF EXIST test\buildtest_c_srtp.exe.manifest DEL /F /Q test\buildtest_c_srtp.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srtp.exe @C:\Users\build\AppData\Local\Temp\nm5D06.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srtp.exe @C:\Users\build\AppData\Local\Temp\nm6ACB.tmp IF EXIST test\buildtest_c_srtp.exe.manifest mt -nologo -manifest test\buildtest_c_srtp.exe.manifest -outputresource:test\buildtest_c_srtp.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ssl > test\buildtest_ssl.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ssl.obj "test\buildtest_ssl.c" buildtest_ssl.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ssl.c" 2>&1 > test\buildtest_ssl.d IF EXIST test\buildtest_c_ssl.exe.manifest DEL /F /Q test\buildtest_c_ssl.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl.exe @C:\Users\build\AppData\Local\Temp\nm5EEC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl.exe @C:\Users\build\AppData\Local\Temp\nm6CD0.tmp IF EXIST test\buildtest_c_ssl.exe.manifest mt -nologo -manifest test\buildtest_c_ssl.exe.manifest -outputresource:test\buildtest_c_ssl.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ssl2 > test\buildtest_ssl2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ssl2.obj "test\buildtest_ssl2.c" buildtest_ssl2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ssl2.c" 2>&1 > test\buildtest_ssl2.d IF EXIST test\buildtest_c_ssl2.exe.manifest DEL /F /Q test\buildtest_c_ssl2.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl2.exe @C:\Users\build\AppData\Local\Temp\nm60A2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl2.exe @C:\Users\build\AppData\Local\Temp\nm6E67.tmp IF EXIST test\buildtest_c_ssl2.exe.manifest mt -nologo -manifest test\buildtest_c_ssl2.exe.manifest -outputresource:test\buildtest_c_ssl2.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ssl3 > test\buildtest_ssl3.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ssl3.obj "test\buildtest_ssl3.c" buildtest_ssl3.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ssl3.c" 2>&1 > test\buildtest_ssl3.d IF EXIST test\buildtest_c_ssl3.exe.manifest DEL /F /Q test\buildtest_c_ssl3.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl3.exe @C:\Users\build\AppData\Local\Temp\nm6278.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl3.exe @C:\Users\build\AppData\Local\Temp\nm705C.tmp IF EXIST test\buildtest_c_ssl3.exe.manifest mt -nologo -manifest test\buildtest_c_ssl3.exe.manifest -outputresource:test\buildtest_c_ssl3.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" stack > test\buildtest_stack.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_stack.obj "test\buildtest_stack.c" buildtest_stack.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_stack.c" 2>&1 > test\buildtest_stack.d IF EXIST test\buildtest_c_stack.exe.manifest DEL /F /Q test\buildtest_c_stack.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_stack.exe @C:\Users\build\AppData\Local\Temp\nm63E0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_stack.exe @C:\Users\build\AppData\Local\Temp\nm7212.tmp IF EXIST test\buildtest_c_stack.exe.manifest mt -nologo -manifest test\buildtest_c_stack.exe.manifest -outputresource:test\buildtest_c_stack.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" store > test\buildtest_store.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_store.obj "test\buildtest_store.c" buildtest_store.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_store.c" 2>&1 > test\buildtest_store.d IF EXIST test\buildtest_c_store.exe.manifest DEL /F /Q test\buildtest_c_store.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_store.exe @C:\Users\build\AppData\Local\Temp\nm65A7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_store.exe @C:\Users\build\AppData\Local\Temp\nm7417.tmp IF EXIST test\buildtest_c_store.exe.manifest mt -nologo -manifest test\buildtest_c_store.exe.manifest -outputresource:test\buildtest_c_store.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" symhacks > test\buildtest_symhacks.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_symhacks.obj "test\buildtest_symhacks.c" buildtest_symhacks.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_symhacks.c" 2>&1 > test\buildtest_symhacks.d IF EXIST test\buildtest_c_symhacks.exe.manifest DEL /F /Q test\buildtest_c_symhacks.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_symhacks.exe @C:\Users\build\AppData\Local\Temp\nm671F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_symhacks.exe @C:\Users\build\AppData\Local\Temp\nm759F.tmp IF EXIST test\buildtest_c_symhacks.exe.manifest mt -nologo -manifest test\buildtest_c_symhacks.exe.manifest -outputresource:test\buildtest_c_symhacks.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" tls1 > test\buildtest_tls1.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_tls1.obj "test\buildtest_tls1.c" buildtest_tls1.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_tls1.c" 2>&1 > test\buildtest_tls1.d IF EXIST test\buildtest_c_tls1.exe.manifest DEL /F /Q test\buildtest_c_tls1.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_tls1.exe @C:\Users\build\AppData\Local\Temp\nm68B6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_tls1.exe @C:\Users\build\AppData\Local\Temp\nm7794.tmp IF EXIST test\buildtest_c_tls1.exe.manifest mt -nologo -manifest test\buildtest_c_tls1.exe.manifest -outputresource:test\buildtest_c_tls1.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ts > test\buildtest_ts.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ts.obj "test\buildtest_ts.c" buildtest_ts.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ts.c" 2>&1 > test\buildtest_ts.d IF EXIST test\buildtest_c_ts.exe.manifest DEL /F /Q test\buildtest_c_ts.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ts.exe @C:\Users\build\AppData\Local\Temp\nm6AAB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ts.exe @C:\Users\build\AppData\Local\Temp\nm7998.tmp IF EXIST test\buildtest_c_ts.exe.manifest mt -nologo -manifest test\buildtest_c_ts.exe.manifest -outputresource:test\buildtest_c_ts.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" txt_db > test\buildtest_txt_db.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_txt_db.obj "test\buildtest_txt_db.c" buildtest_txt_db.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_txt_db.c" 2>&1 > test\buildtest_txt_db.d IF EXIST test\buildtest_c_txt_db.exe.manifest DEL /F /Q test\buildtest_c_txt_db.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_txt_db.exe @C:\Users\build\AppData\Local\Temp\nm6C61.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_txt_db.exe @C:\Users\build\AppData\Local\Temp\nm7B9D.tmp IF EXIST test\buildtest_c_txt_db.exe.manifest mt -nologo -manifest test\buildtest_c_txt_db.exe.manifest -outputresource:test\buildtest_c_txt_db.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ui > test\buildtest_ui.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ui.obj "test\buildtest_ui.c" buildtest_ui.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ui.c" 2>&1 > test\buildtest_ui.d IF EXIST test\buildtest_c_ui.exe.manifest DEL /F /Q test\buildtest_c_ui.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ui.exe @C:\Users\build\AppData\Local\Temp\nm6E27.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ui.exe @C:\Users\build\AppData\Local\Temp\nm7DC1.tmp IF EXIST test\buildtest_c_ui.exe.manifest mt -nologo -manifest test\buildtest_c_ui.exe.manifest -outputresource:test\buildtest_c_ui.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" whrlpool > test\buildtest_whrlpool.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_whrlpool.obj "test\buildtest_whrlpool.c" buildtest_whrlpool.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_whrlpool.c" 2>&1 > test\buildtest_whrlpool.d IF EXIST test\buildtest_c_whrlpool.exe.manifest DEL /F /Q test\buildtest_c_whrlpool.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_whrlpool.exe @C:\Users\build\AppData\Local\Temp\nm6FBF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_whrlpool.exe @C:\Users\build\AppData\Local\Temp\nm7F68.tmp IF EXIST test\buildtest_c_whrlpool.exe.manifest mt -nologo -manifest test\buildtest_c_whrlpool.exe.manifest -outputresource:test\buildtest_c_whrlpool.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" x509 > test\buildtest_x509.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_x509.obj "test\buildtest_x509.c" buildtest_x509.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_x509.c" 2>&1 > test\buildtest_x509.d IF EXIST test\buildtest_c_x509.exe.manifest DEL /F /Q test\buildtest_c_x509.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509.exe @C:\Users\build\AppData\Local\Temp\nm7194.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509.exe @C:\Users\build\AppData\Local\Temp\nm818B.tmp IF EXIST test\buildtest_c_x509.exe.manifest mt -nologo -manifest test\buildtest_c_x509.exe.manifest -outputresource:test\buildtest_c_x509.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" x509_vfy > test\buildtest_x509_vfy.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_x509_vfy.obj "test\buildtest_x509_vfy.c" buildtest_x509_vfy.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_x509_vfy.c" 2>&1 > test\buildtest_x509_vfy.d IF EXIST test\buildtest_c_x509_vfy.exe.manifest DEL /F /Q test\buildtest_c_x509_vfy.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509_vfy.exe @C:\Users\build\AppData\Local\Temp\nm731C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509_vfy.exe @C:\Users\build\AppData\Local\Temp\nm8371.tmp IF EXIST test\buildtest_c_x509_vfy.exe.manifest mt -nologo -manifest test\buildtest_c_x509_vfy.exe.manifest -outputresource:test\buildtest_c_x509_vfy.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" x509v3 > test\buildtest_x509v3.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_x509v3.obj "test\buildtest_x509v3.c" buildtest_x509v3.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_x509v3.c" 2>&1 > test\buildtest_x509v3.d IF EXIST test\buildtest_c_x509v3.exe.manifest DEL /F /Q test\buildtest_c_x509v3.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509v3.exe @C:\Users\build\AppData\Local\Temp\nm7521.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509v3.exe @C:\Users\build\AppData\Local\Temp\nm8595.tmp IF EXIST test\buildtest_c_x509v3.exe.manifest mt -nologo -manifest test\buildtest_c_x509v3.exe.manifest -outputresource:test\buildtest_c_x509v3.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\casttest.obj "..\test\casttest.c" casttest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\casttest.c" 2>&1 > test\casttest.d IF EXIST test\casttest.exe.manifest DEL /F /Q test\casttest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\casttest.exe @C:\Users\build\AppData\Local\Temp\nm7699.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\casttest.exe @C:\Users\build\AppData\Local\Temp\nm877A.tmp IF EXIST test\casttest.exe.manifest mt -nologo -manifest test\casttest.exe.manifest -outputresource:test\casttest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\chacha_internal_test.obj "..\test\chacha_internal_test.c" chacha_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\chacha_internal_test.c" 2>&1 > test\chacha_internal_test.d IF EXIST test\chacha_internal_test.exe.manifest DEL /F /Q test\chacha_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\chacha_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm784F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\chacha_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm8940.tmp IF EXIST test\chacha_internal_test.exe.manifest mt -nologo -manifest test\chacha_internal_test.exe.manifest -outputresource:test\chacha_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\cipherbytes_test.obj "..\test\cipherbytes_test.c" cipherbytes_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\cipherbytes_test.c" 2>&1 > test\cipherbytes_test.d IF EXIST test\cipherbytes_test.exe.manifest DEL /F /Q test\cipherbytes_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherbytes_test.exe @C:\Users\build\AppData\Local\Temp\nm7B2F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherbytes_test.exe @C:\Users\build\AppData\Local\Temp\nm8C6E.tmp IF EXIST test\cipherbytes_test.exe.manifest mt -nologo -manifest test\cipherbytes_test.exe.manifest -outputresource:test\cipherbytes_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\cipherlist_test.obj "..\test\cipherlist_test.c" cipherlist_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\cipherlist_test.c" 2>&1 > test\cipherlist_test.d IF EXIST test\cipherlist_test.exe.manifest DEL /F /Q test\cipherlist_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherlist_test.exe @C:\Users\build\AppData\Local\Temp\nm7D33.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherlist_test.exe @C:\Users\build\AppData\Local\Temp\nm8E82.tmp IF EXIST test\cipherlist_test.exe.manifest mt -nologo -manifest test\cipherlist_test.exe.manifest -outputresource:test\cipherlist_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ciphername_test.obj "..\test\ciphername_test.c" ciphername_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ciphername_test.c" 2>&1 > test\ciphername_test.d IF EXIST test\ciphername_test.exe.manifest DEL /F /Q test\ciphername_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ciphername_test.exe @C:\Users\build\AppData\Local\Temp\nm7E9C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ciphername_test.exe @C:\Users\build\AppData\Local\Temp\nm9019.tmp IF EXIST test\ciphername_test.exe.manifest mt -nologo -manifest test\ciphername_test.exe.manifest -outputresource:test\ciphername_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\clienthellotest.obj "..\test\clienthellotest.c" clienthellotest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\clienthellotest.c" 2>&1 > test\clienthellotest.d IF EXIST test\clienthellotest.exe.manifest DEL /F /Q test\clienthellotest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\clienthellotest.exe @C:\Users\build\AppData\Local\Temp\nm8071.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\clienthellotest.exe @C:\Users\build\AppData\Local\Temp\nm921E.tmp IF EXIST test\clienthellotest.exe.manifest mt -nologo -manifest test\clienthellotest.exe.manifest -outputresource:test\clienthellotest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\cmsapitest.obj "..\test\cmsapitest.c" cmsapitest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\cmsapitest.c" 2>&1 > test\cmsapitest.d IF EXIST test\cmsapitest.exe.manifest DEL /F /Q test\cmsapitest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmsapitest.exe @C:\Users\build\AppData\Local\Temp\nm8286.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmsapitest.exe @C:\Users\build\AppData\Local\Temp\nm9432.tmp IF EXIST test\cmsapitest.exe.manifest mt -nologo -manifest test\cmsapitest.exe.manifest -outputresource:test\cmsapitest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\conf_include_test.obj "..\test\conf_include_test.c" conf_include_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\conf_include_test.c" 2>&1 > test\conf_include_test.d IF EXIST test\conf_include_test.exe.manifest DEL /F /Q test\conf_include_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\conf_include_test.exe @C:\Users\build\AppData\Local\Temp\nm848A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\conf_include_test.exe @C:\Users\build\AppData\Local\Temp\nm95BA.tmp IF EXIST test\conf_include_test.exe.manifest mt -nologo -manifest test\conf_include_test.exe.manifest -outputresource:test\conf_include_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\constant_time_test.obj "..\test\constant_time_test.c" constant_time_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\constant_time_test.c" 2>&1 > test\constant_time_test.d IF EXIST test\constant_time_test.exe.manifest DEL /F /Q test\constant_time_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\constant_time_test.exe @C:\Users\build\AppData\Local\Temp\nm8602.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\constant_time_test.exe @C:\Users\build\AppData\Local\Temp\nm9780.tmp IF EXIST test\constant_time_test.exe.manifest mt -nologo -manifest test\constant_time_test.exe.manifest -outputresource:test\constant_time_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\crltest.obj "..\test\crltest.c" crltest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\crltest.c" 2>&1 > test\crltest.d IF EXIST test\crltest.exe.manifest DEL /F /Q test\crltest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\crltest.exe @C:\Users\build\AppData\Local\Temp\nm87A9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\crltest.exe @C:\Users\build\AppData\Local\Temp\nm9975.tmp IF EXIST test\crltest.exe.manifest mt -nologo -manifest test\crltest.exe.manifest -outputresource:test\crltest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ct_test.obj "..\test\ct_test.c" ct_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ct_test.c" 2>&1 > test\ct_test.d IF EXIST test\ct_test.exe.manifest DEL /F /Q test\ct_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ct_test.exe @C:\Users\build\AppData\Local\Temp\nm897F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ct_test.exe @C:\Users\build\AppData\Local\Temp\nm9B79.tmp IF EXIST test\ct_test.exe.manifest mt -nologo -manifest test\ct_test.exe.manifest -outputresource:test\ct_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ctype_internal_test.obj "..\test\ctype_internal_test.c" ctype_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ctype_internal_test.c" 2>&1 > test\ctype_internal_test.d IF EXIST test\ctype_internal_test.exe.manifest DEL /F /Q test\ctype_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ctype_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm8B06.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ctype_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm9D4F.tmp IF EXIST test\ctype_internal_test.exe.manifest mt -nologo -manifest test\ctype_internal_test.exe.manifest -outputresource:test\ctype_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "crypto\ec\curve448" /I ".." /I "..\include" /I "..\crypto\ec\curve448" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\curve448_internal_test.obj "..\test\curve448_internal_test.c" curve448_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "crypto\ec\curve448" /I ".." /I "..\include" /I "..\crypto\ec\curve448" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\curve448_internal_test.c" 2>&1 > test\curve448_internal_test.d IF EXIST test\curve448_internal_test.exe.manifest DEL /F /Q test\curve448_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\curve448_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm8DA7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\curve448_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmA02F.tmp IF EXIST test\curve448_internal_test.exe.manifest mt -nologo -manifest test\curve448_internal_test.exe.manifest -outputresource:test\curve448_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\d2i_test.obj "..\test\d2i_test.c" d2i_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\d2i_test.c" 2>&1 > test\d2i_test.d IF EXIST test\d2i_test.exe.manifest DEL /F /Q test\d2i_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\d2i_test.exe @C:\Users\build\AppData\Local\Temp\nm90A6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\d2i_test.exe @C:\Users\build\AppData\Local\Temp\nmA34C.tmp IF EXIST test\d2i_test.exe.manifest mt -nologo -manifest test\d2i_test.exe.manifest -outputresource:test\d2i_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\danetest.obj "..\test\danetest.c" danetest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\danetest.c" 2>&1 > test\danetest.d IF EXIST test\danetest.exe.manifest DEL /F /Q test\danetest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\danetest.exe @C:\Users\build\AppData\Local\Temp\nm92BA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\danetest.exe @C:\Users\build\AppData\Local\Temp\nmA561.tmp IF EXIST test\danetest.exe.manifest mt -nologo -manifest test\danetest.exe.manifest -outputresource:test\danetest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\destest.obj "..\test\destest.c" destest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\destest.c" 2>&1 > test\destest.d IF EXIST test\destest.exe.manifest DEL /F /Q test\destest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\destest.exe @C:\Users\build\AppData\Local\Temp\nm9451.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\destest.exe @C:\Users\build\AppData\Local\Temp\nmA708.tmp IF EXIST test\destest.exe.manifest mt -nologo -manifest test\destest.exe.manifest -outputresource:test\destest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\dhtest.obj "..\test\dhtest.c" dhtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\dhtest.c" 2>&1 > test\dhtest.d IF EXIST test\dhtest.exe.manifest DEL /F /Q test\dhtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dhtest.exe @C:\Users\build\AppData\Local\Temp\nm95C9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dhtest.exe @C:\Users\build\AppData\Local\Temp\nmA8DD.tmp IF EXIST test\dhtest.exe.manifest mt -nologo -manifest test\dhtest.exe.manifest -outputresource:test\dhtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "test" /I "." /I "..\include" /I "..\test" /I ".." -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\drbg_cavs_data.obj "..\test\drbg_cavs_data.c" drbg_cavs_data.c @@ -3165,313 +3168,313 @@ drbg_cavs_data.c drbg_cavs_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "test" /I "." /I "..\include" /I "..\test" /I ".." -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\drbg_cavs_test.c" 2>&1 > test\drbg_cavs_test.d IF EXIST test\drbg_cavs_test.exe.manifest DEL /F /Q test\drbg_cavs_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbg_cavs_test.exe @C:\Users\build\AppData\Local\Temp\nm9DF8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbg_cavs_test.exe @C:\Users\build\AppData\Local\Temp\nmB1A8.tmp IF EXIST test\drbg_cavs_test.exe.manifest mt -nologo -manifest test\drbg_cavs_test.exe.manifest -outputresource:test\drbg_cavs_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\drbgtest.obj "..\test\drbgtest.c" drbgtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\drbgtest.c" 2>&1 > test\drbgtest.d IF EXIST test\drbgtest.exe.manifest DEL /F /Q test\drbgtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbgtest.exe @C:\Users\build\AppData\Local\Temp\nmA07A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbgtest.exe @C:\Users\build\AppData\Local\Temp\nmB478.tmp IF EXIST test\drbgtest.exe.manifest mt -nologo -manifest test\drbgtest.exe.manifest -outputresource:test\drbgtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\dsa_no_digest_size_test.obj "..\test\dsa_no_digest_size_test.c" dsa_no_digest_size_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\dsa_no_digest_size_test.c" 2>&1 > test\dsa_no_digest_size_test.d IF EXIST test\dsa_no_digest_size_test.exe.manifest DEL /F /Q test\dsa_no_digest_size_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsa_no_digest_size_test.exe @C:\Users\build\AppData\Local\Temp\nmA33A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsa_no_digest_size_test.exe @C:\Users\build\AppData\Local\Temp\nmB796.tmp IF EXIST test\dsa_no_digest_size_test.exe.manifest mt -nologo -manifest test\dsa_no_digest_size_test.exe.manifest -outputresource:test\dsa_no_digest_size_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\dsatest.obj "..\test\dsatest.c" dsatest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\dsatest.c" 2>&1 > test\dsatest.d IF EXIST test\dsatest.exe.manifest DEL /F /Q test\dsatest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsatest.exe @C:\Users\build\AppData\Local\Temp\nmA4D1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsatest.exe @C:\Users\build\AppData\Local\Temp\nmB96C.tmp IF EXIST test\dsatest.exe.manifest mt -nologo -manifest test\dsatest.exe.manifest -outputresource:test\dsatest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\dtls_mtu_test.obj "..\test\dtls_mtu_test.c" dtls_mtu_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\dtls_mtu_test.c" 2>&1 > test\dtls_mtu_test.d IF EXIST test\dtls_mtu_test.exe.manifest DEL /F /Q test\dtls_mtu_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtls_mtu_test.exe @C:\Users\build\AppData\Local\Temp\nmA791.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtls_mtu_test.exe @C:\Users\build\AppData\Local\Temp\nmBC3B.tmp IF EXIST test\dtls_mtu_test.exe.manifest mt -nologo -manifest test\dtls_mtu_test.exe.manifest -outputresource:test\dtls_mtu_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\dtlstest.obj "..\test\dtlstest.c" dtlstest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\dtlstest.c" 2>&1 > test\dtlstest.d IF EXIST test\dtlstest.exe.manifest DEL /F /Q test\dtlstest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlstest.exe @C:\Users\build\AppData\Local\Temp\nmA957.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlstest.exe @C:\Users\build\AppData\Local\Temp\nmBE8E.tmp IF EXIST test\dtlstest.exe.manifest mt -nologo -manifest test\dtlstest.exe.manifest -outputresource:test\dtlstest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\dtlsv1listentest.obj "..\test\dtlsv1listentest.c" dtlsv1listentest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\dtlsv1listentest.c" 2>&1 > test\dtlsv1listentest.d IF EXIST test\dtlsv1listentest.exe.manifest DEL /F /Q test\dtlsv1listentest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlsv1listentest.exe @C:\Users\build\AppData\Local\Temp\nmAB3D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlsv1listentest.exe @C:\Users\build\AppData\Local\Temp\nmC0A2.tmp IF EXIST test\dtlsv1listentest.exe.manifest mt -nologo -manifest test\dtlsv1listentest.exe.manifest -outputresource:test\dtlsv1listentest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "crypto\ec" /I "crypto\include" /I "..\include" /I "..\crypto\ec" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ec_internal_test.obj "..\test\ec_internal_test.c" ec_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "crypto\ec" /I "crypto\include" /I "..\include" /I "..\crypto\ec" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ec_internal_test.c" 2>&1 > test\ec_internal_test.d IF EXIST test\ec_internal_test.exe.manifest DEL /F /Q test\ec_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ec_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmAD13.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ec_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmC297.tmp IF EXIST test\ec_internal_test.exe.manifest mt -nologo -manifest test\ec_internal_test.exe.manifest -outputresource:test\ec_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ecdsatest.obj "..\test\ecdsatest.c" ecdsatest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ecdsatest.c" 2>&1 > test\ecdsatest.d IF EXIST test\ecdsatest.exe.manifest DEL /F /Q test\ecdsatest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecdsatest.exe @C:\Users\build\AppData\Local\Temp\nmB002.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecdsatest.exe @C:\Users\build\AppData\Local\Temp\nmC613.tmp IF EXIST test\ecdsatest.exe.manifest mt -nologo -manifest test\ecdsatest.exe.manifest -outputresource:test\ecdsatest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ecstresstest.obj "..\test\ecstresstest.c" ecstresstest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ecstresstest.c" 2>&1 > test\ecstresstest.d IF EXIST test\ecstresstest.exe.manifest DEL /F /Q test\ecstresstest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecstresstest.exe @C:\Users\build\AppData\Local\Temp\nmB189.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecstresstest.exe @C:\Users\build\AppData\Local\Temp\nmC7CA.tmp IF EXIST test\ecstresstest.exe.manifest mt -nologo -manifest test\ecstresstest.exe.manifest -outputresource:test\ecstresstest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ectest.obj "..\test\ectest.c" ectest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ectest.c" 2>&1 > test\ectest.d IF EXIST test\ectest.exe.manifest DEL /F /Q test\ectest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ectest.exe @C:\Users\build\AppData\Local\Temp\nmB36F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ectest.exe @C:\Users\build\AppData\Local\Temp\nmC9DE.tmp IF EXIST test\ectest.exe.manifest mt -nologo -manifest test\ectest.exe.manifest -outputresource:test\ectest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\enginetest.obj "..\test\enginetest.c" enginetest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\enginetest.c" 2>&1 > test\enginetest.d IF EXIST test\enginetest.exe.manifest DEL /F /Q test\enginetest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\enginetest.exe @C:\Users\build\AppData\Local\Temp\nmB554.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\enginetest.exe @C:\Users\build\AppData\Local\Temp\nmCBA4.tmp IF EXIST test\enginetest.exe.manifest mt -nologo -manifest test\enginetest.exe.manifest -outputresource:test\enginetest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\errtest.obj "..\test\errtest.c" errtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\errtest.c" 2>&1 > test\errtest.d IF EXIST test\errtest.exe.manifest DEL /F /Q test\errtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\errtest.exe @C:\Users\build\AppData\Local\Temp\nmB7B6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\errtest.exe @C:\Users\build\AppData\Local\Temp\nmCE35.tmp IF EXIST test\errtest.exe.manifest mt -nologo -manifest test\errtest.exe.manifest -outputresource:test\errtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "crypto\include" /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\evp_extra_test.obj "..\test\evp_extra_test.c" evp_extra_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "crypto\include" /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\evp_extra_test.c" 2>&1 > test\evp_extra_test.d IF EXIST test\evp_extra_test.exe.manifest DEL /F /Q test\evp_extra_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_extra_test.exe @C:\Users\build\AppData\Local\Temp\nmB96D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_extra_test.exe @C:\Users\build\AppData\Local\Temp\nmD049.tmp IF EXIST test\evp_extra_test.exe.manifest mt -nologo -manifest test\evp_extra_test.exe.manifest -outputresource:test\evp_extra_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\evp_test.obj "..\test\evp_test.c" evp_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\evp_test.c" 2>&1 > test\evp_test.d IF EXIST test\evp_test.exe.manifest DEL /F /Q test\evp_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_test.exe @C:\Users\build\AppData\Local\Temp\nmBB91.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_test.exe @C:\Users\build\AppData\Local\Temp\nmD22F.tmp IF EXIST test\evp_test.exe.manifest mt -nologo -manifest test\evp_test.exe.manifest -outputresource:test\evp_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\exdatatest.obj "..\test\exdatatest.c" exdatatest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\exdatatest.c" 2>&1 > test\exdatatest.d IF EXIST test\exdatatest.exe.manifest DEL /F /Q test\exdatatest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exdatatest.exe @C:\Users\build\AppData\Local\Temp\nmBD28.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exdatatest.exe @C:\Users\build\AppData\Local\Temp\nmD405.tmp IF EXIST test\exdatatest.exe.manifest mt -nologo -manifest test\exdatatest.exe.manifest -outputresource:test\exdatatest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\exptest.obj "..\test\exptest.c" exptest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\exptest.c" 2>&1 > test\exptest.d IF EXIST test\exptest.exe.manifest DEL /F /Q test\exptest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exptest.exe @C:\Users\build\AppData\Local\Temp\nmBECF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exptest.exe @C:\Users\build\AppData\Local\Temp\nmD58C.tmp IF EXIST test\exptest.exe.manifest mt -nologo -manifest test\exptest.exe.manifest -outputresource:test\exptest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\fatalerrtest.obj "..\test\fatalerrtest.c" fatalerrtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\fatalerrtest.c" 2>&1 > test\fatalerrtest.d IF EXIST test\fatalerrtest.exe.manifest DEL /F /Q test\fatalerrtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\fatalerrtest.exe @C:\Users\build\AppData\Local\Temp\nmC0C4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\fatalerrtest.exe @C:\Users\build\AppData\Local\Temp\nmD781.tmp IF EXIST test\fatalerrtest.exe.manifest mt -nologo -manifest test\fatalerrtest.exe.manifest -outputresource:test\fatalerrtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\gmdifftest.obj "..\test\gmdifftest.c" gmdifftest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\gmdifftest.c" 2>&1 > test\gmdifftest.d IF EXIST test\gmdifftest.exe.manifest DEL /F /Q test\gmdifftest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gmdifftest.exe @C:\Users\build\AppData\Local\Temp\nmC2C8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gmdifftest.exe @C:\Users\build\AppData\Local\Temp\nmD957.tmp IF EXIST test\gmdifftest.exe.manifest mt -nologo -manifest test\gmdifftest.exe.manifest -outputresource:test\gmdifftest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "." /I "..\include" /I ".." -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\gosttest.obj "..\test\gosttest.c" gosttest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "." /I "..\include" /I ".." -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\gosttest.c" 2>&1 > test\gosttest.d IF EXIST test\gosttest.exe.manifest DEL /F /Q test\gosttest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gosttest.exe @C:\Users\build\AppData\Local\Temp\nmC4DD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gosttest.exe @C:\Users\build\AppData\Local\Temp\nmDB7B.tmp IF EXIST test\gosttest.exe.manifest mt -nologo -manifest test\gosttest.exe.manifest -outputresource:test\gosttest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\hmactest.obj "..\test\hmactest.c" hmactest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\hmactest.c" 2>&1 > test\hmactest.d IF EXIST test\hmactest.exe.manifest DEL /F /Q test\hmactest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\hmactest.exe @C:\Users\build\AppData\Local\Temp\nmC6D2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\hmactest.exe @C:\Users\build\AppData\Local\Temp\nmDD60.tmp IF EXIST test\hmactest.exe.manifest mt -nologo -manifest test\hmactest.exe.manifest -outputresource:test\hmactest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ideatest.obj "..\test\ideatest.c" ideatest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ideatest.c" 2>&1 > test\ideatest.d IF EXIST test\ideatest.exe.manifest DEL /F /Q test\ideatest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ideatest.exe @C:\Users\build\AppData\Local\Temp\nmC859.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ideatest.exe @C:\Users\build\AppData\Local\Temp\nmDF46.tmp IF EXIST test\ideatest.exe.manifest mt -nologo -manifest test\ideatest.exe.manifest -outputresource:test\ideatest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\igetest.obj "..\test\igetest.c" igetest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\igetest.c" 2>&1 > test\igetest.d IF EXIST test\igetest.exe.manifest DEL /F /Q test\igetest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\igetest.exe @C:\Users\build\AppData\Local\Temp\nmCA10.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\igetest.exe @C:\Users\build\AppData\Local\Temp\nmE14A.tmp IF EXIST test\igetest.exe.manifest mt -nologo -manifest test\igetest.exe.manifest -outputresource:test\igetest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\lhash_test.obj "..\test\lhash_test.c" lhash_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\lhash_test.c" 2>&1 > test\lhash_test.d IF EXIST test\lhash_test.exe.manifest DEL /F /Q test\lhash_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\lhash_test.exe @C:\Users\build\AppData\Local\Temp\nmCBA7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\lhash_test.exe @C:\Users\build\AppData\Local\Temp\nmE301.tmp IF EXIST test\lhash_test.exe.manifest mt -nologo -manifest test\lhash_test.exe.manifest -outputresource:test\lhash_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\md2test.obj "..\test\md2test.c" md2test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\md2test.c" 2>&1 > test\md2test.d IF EXIST test\md2test.exe.manifest DEL /F /Q test\md2test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\md2test.exe @C:\Users\build\AppData\Local\Temp\nmCD4E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\md2test.exe @C:\Users\build\AppData\Local\Temp\nmE4B7.tmp IF EXIST test\md2test.exe.manifest mt -nologo -manifest test\md2test.exe.manifest -outputresource:test\md2test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\mdc2test.obj "..\test\mdc2test.c" mdc2test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\mdc2test.c" 2>&1 > test\mdc2test.d IF EXIST test\mdc2test.exe.manifest DEL /F /Q test\mdc2test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\mdc2test.exe @C:\Users\build\AppData\Local\Temp\nmCEE5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\mdc2test.exe @C:\Users\build\AppData\Local\Temp\nmE67D.tmp IF EXIST test\mdc2test.exe.manifest mt -nologo -manifest test\mdc2test.exe.manifest -outputresource:test\mdc2test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\memleaktest.obj "..\test\memleaktest.c" memleaktest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\memleaktest.c" 2>&1 > test\memleaktest.d IF EXIST test\memleaktest.exe.manifest DEL /F /Q test\memleaktest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\memleaktest.exe @C:\Users\build\AppData\Local\Temp\nmD0AB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\memleaktest.exe @C:\Users\build\AppData\Local\Temp\nmE843.tmp IF EXIST test\memleaktest.exe.manifest mt -nologo -manifest test\memleaktest.exe.manifest -outputresource:test\memleaktest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\modes_internal_test.obj "..\test\modes_internal_test.c" modes_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\modes_internal_test.c" 2>&1 > test\modes_internal_test.d IF EXIST test\modes_internal_test.exe.manifest DEL /F /Q test\modes_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\modes_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmD262.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\modes_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmE9EA.tmp IF EXIST test\modes_internal_test.exe.manifest mt -nologo -manifest test\modes_internal_test.exe.manifest -outputresource:test\modes_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ocspapitest.obj "..\test\ocspapitest.c" ocspapitest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ocspapitest.c" 2>&1 > test\ocspapitest.d IF EXIST test\ocspapitest.exe.manifest DEL /F /Q test\ocspapitest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ocspapitest.exe @C:\Users\build\AppData\Local\Temp\nmD551.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ocspapitest.exe @C:\Users\build\AppData\Local\Temp\nmED37.tmp IF EXIST test\ocspapitest.exe.manifest mt -nologo -manifest test\ocspapitest.exe.manifest -outputresource:test\ocspapitest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\packettest.obj "..\test\packettest.c" packettest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\packettest.c" 2>&1 > test\packettest.d IF EXIST test\packettest.exe.manifest DEL /F /Q test\packettest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\packettest.exe @C:\Users\build\AppData\Local\Temp\nmD6F8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\packettest.exe @C:\Users\build\AppData\Local\Temp\nmEEDE.tmp IF EXIST test\packettest.exe.manifest mt -nologo -manifest test\packettest.exe.manifest -outputresource:test\packettest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\pbelutest.obj "..\test\pbelutest.c" pbelutest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\pbelutest.c" 2>&1 > test\pbelutest.d IF EXIST test\pbelutest.exe.manifest DEL /F /Q test\pbelutest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pbelutest.exe @C:\Users\build\AppData\Local\Temp\nmD8BE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pbelutest.exe @C:\Users\build\AppData\Local\Temp\nmF0B4.tmp IF EXIST test\pbelutest.exe.manifest mt -nologo -manifest test\pbelutest.exe.manifest -outputresource:test\pbelutest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\pemtest.obj "..\test\pemtest.c" pemtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\pemtest.c" 2>&1 > test\pemtest.d IF EXIST test\pemtest.exe.manifest DEL /F /Q test\pemtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pemtest.exe @C:\Users\build\AppData\Local\Temp\nmDA84.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pemtest.exe @C:\Users\build\AppData\Local\Temp\nmF2A9.tmp IF EXIST test\pemtest.exe.manifest mt -nologo -manifest test\pemtest.exe.manifest -outputresource:test\pemtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\pkey_meth_kdf_test.obj "..\test\pkey_meth_kdf_test.c" pkey_meth_kdf_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\pkey_meth_kdf_test.c" 2>&1 > test\pkey_meth_kdf_test.d IF EXIST test\pkey_meth_kdf_test.exe.manifest DEL /F /Q test\pkey_meth_kdf_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_kdf_test.exe @C:\Users\build\AppData\Local\Temp\nmDC4A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_kdf_test.exe @C:\Users\build\AppData\Local\Temp\nmF578.tmp IF EXIST test\pkey_meth_kdf_test.exe.manifest mt -nologo -manifest test\pkey_meth_kdf_test.exe.manifest -outputresource:test\pkey_meth_kdf_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\pkey_meth_test.obj "..\test\pkey_meth_test.c" pkey_meth_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\pkey_meth_test.c" 2>&1 > test\pkey_meth_test.d IF EXIST test\pkey_meth_test.exe.manifest DEL /F /Q test\pkey_meth_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_test.exe @C:\Users\build\AppData\Local\Temp\nmDE01.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_test.exe @C:\Users\build\AppData\Local\Temp\nmF710.tmp IF EXIST test\pkey_meth_test.exe.manifest mt -nologo -manifest test\pkey_meth_test.exe.manifest -outputresource:test\pkey_meth_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\poly1305_internal_test.obj "..\test\poly1305_internal_test.c" poly1305_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\poly1305_internal_test.c" 2>&1 > test\poly1305_internal_test.d IF EXIST test\poly1305_internal_test.exe.manifest DEL /F /Q test\poly1305_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\poly1305_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmDFC7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\poly1305_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmF8E5.tmp IF EXIST test\poly1305_internal_test.exe.manifest mt -nologo -manifest test\poly1305_internal_test.exe.manifest -outputresource:test\poly1305_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rc2test.obj "..\test\rc2test.c" rc2test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rc2test.c" 2>&1 > test\rc2test.d IF EXIST test\rc2test.exe.manifest DEL /F /Q test\rc2test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc2test.exe @C:\Users\build\AppData\Local\Temp\nmE239.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc2test.exe @C:\Users\build\AppData\Local\Temp\nmFBC5.tmp IF EXIST test\rc2test.exe.manifest mt -nologo -manifest test\rc2test.exe.manifest -outputresource:test\rc2test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rc4test.obj "..\test\rc4test.c" rc4test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rc4test.c" 2>&1 > test\rc4test.d IF EXIST test\rc4test.exe.manifest DEL /F /Q test\rc4test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc4test.exe @C:\Users\build\AppData\Local\Temp\nmE43D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc4test.exe @C:\Users\build\AppData\Local\Temp\nmFD9C.tmp IF EXIST test\rc4test.exe.manifest mt -nologo -manifest test\rc4test.exe.manifest -outputresource:test\rc4test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rc5test.obj "..\test\rc5test.c" rc5test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rc5test.c" 2>&1 > test\rc5test.d IF EXIST test\rc5test.exe.manifest DEL /F /Q test\rc5test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc5test.exe @C:\Users\build\AppData\Local\Temp\nmE5C5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc5test.exe @C:\Users\build\AppData\Local\Temp\nmFF41.tmp IF EXIST test\rc5test.exe.manifest mt -nologo -manifest test\rc5test.exe.manifest -outputresource:test\rc5test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rdrand_sanitytest.obj "..\test\rdrand_sanitytest.c" rdrand_sanitytest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rdrand_sanitytest.c" 2>&1 > test\rdrand_sanitytest.d IF EXIST test\rdrand_sanitytest.exe.manifest DEL /F /Q test\rdrand_sanitytest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rdrand_sanitytest.exe @C:\Users\build\AppData\Local\Temp\nmE78B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rdrand_sanitytest.exe @C:\Users\build\AppData\Local\Temp\nm108.tmp IF EXIST test\rdrand_sanitytest.exe.manifest mt -nologo -manifest test\rdrand_sanitytest.exe.manifest -outputresource:test\rdrand_sanitytest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\recordlentest.obj "..\test\recordlentest.c" recordlentest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\recordlentest.c" 2>&1 > test\recordlentest.d IF EXIST test\recordlentest.exe.manifest DEL /F /Q test\recordlentest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\recordlentest.exe @C:\Users\build\AppData\Local\Temp\nmEA6A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\recordlentest.exe @C:\Users\build\AppData\Local\Temp\nm435.tmp IF EXIST test\recordlentest.exe.manifest mt -nologo -manifest test\recordlentest.exe.manifest -outputresource:test\recordlentest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rsa_complex.obj "..\test\rsa_complex.c" rsa_complex.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rsa_complex.c" 2>&1 > test\rsa_complex.d IF EXIST test\rsa_complex.exe.manifest DEL /F /Q test\rsa_complex.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_complex.exe @C:\Users\build\AppData\Local\Temp\nmEC6F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_complex.exe @C:\Users\build\AppData\Local\Temp\nm5EC.tmp IF EXIST test\rsa_complex.exe.manifest mt -nologo -manifest test\rsa_complex.exe.manifest -outputresource:test\rsa_complex.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rsa_mp_test.obj "..\test\rsa_mp_test.c" rsa_mp_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rsa_mp_test.c" 2>&1 > test\rsa_mp_test.d IF EXIST test\rsa_mp_test.exe.manifest DEL /F /Q test\rsa_mp_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_mp_test.exe @C:\Users\build\AppData\Local\Temp\nmEE06.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_mp_test.exe @C:\Users\build\AppData\Local\Temp\nm792.tmp IF EXIST test\rsa_mp_test.exe.manifest mt -nologo -manifest test\rsa_mp_test.exe.manifest -outputresource:test\rsa_mp_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rsa_test.obj "..\test\rsa_test.c" rsa_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rsa_test.c" 2>&1 > test\rsa_test.d IF EXIST test\rsa_test.exe.manifest DEL /F /Q test\rsa_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_test.exe @C:\Users\build\AppData\Local\Temp\nmEFAD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_test.exe @C:\Users\build\AppData\Local\Temp\nm959.tmp IF EXIST test\rsa_test.exe.manifest mt -nologo -manifest test\rsa_test.exe.manifest -outputresource:test\rsa_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sanitytest.obj "..\test\sanitytest.c" sanitytest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sanitytest.c" 2>&1 > test\sanitytest.d IF EXIST test\sanitytest.exe.manifest DEL /F /Q test\sanitytest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sanitytest.exe @C:\Users\build\AppData\Local\Temp\nmF183.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sanitytest.exe @C:\Users\build\AppData\Local\Temp\nmAD1.tmp IF EXIST test\sanitytest.exe.manifest mt -nologo -manifest test\sanitytest.exe.manifest -outputresource:test\sanitytest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\secmemtest.obj "..\test\secmemtest.c" secmemtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\secmemtest.c" 2>&1 > test\secmemtest.d IF EXIST test\secmemtest.exe.manifest DEL /F /Q test\secmemtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\secmemtest.exe @C:\Users\build\AppData\Local\Temp\nmF3F5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\secmemtest.exe @C:\Users\build\AppData\Local\Temp\nmD33.tmp IF EXIST test\secmemtest.exe.manifest mt -nologo -manifest test\secmemtest.exe.manifest -outputresource:test\secmemtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\servername_test.obj "..\test\servername_test.c" servername_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\servername_test.c" 2>&1 > test\servername_test.d IF EXIST test\servername_test.exe.manifest DEL /F /Q test\servername_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\servername_test.exe @C:\Users\build\AppData\Local\Temp\nmF5AB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\servername_test.exe @C:\Users\build\AppData\Local\Temp\nmEF9.tmp IF EXIST test\servername_test.exe.manifest mt -nologo -manifest test\servername_test.exe.manifest -outputresource:test\servername_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "crypto\include" /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\shlibloadtest.obj "..\test\shlibloadtest.c" shlibloadtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "crypto\include" /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\shlibloadtest.c" 2>&1 > test\shlibloadtest.d IF EXIST test\shlibloadtest.exe.manifest DEL /F /Q test\shlibloadtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\shlibloadtest.exe @C:\Users\build\AppData\Local\Temp\nmF88B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\shlibloadtest.exe @C:\Users\build\AppData\Local\Temp\nm11B9.tmp IF EXIST test\shlibloadtest.exe.manifest mt -nologo -manifest test\shlibloadtest.exe.manifest -outputresource:test\shlibloadtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\siphash_internal_test.obj "..\test\siphash_internal_test.c" siphash_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\siphash_internal_test.c" 2>&1 > test\siphash_internal_test.d IF EXIST test\siphash_internal_test.exe.manifest DEL /F /Q test\siphash_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\siphash_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmFA41.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\siphash_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm137F.tmp IF EXIST test\siphash_internal_test.exe.manifest mt -nologo -manifest test\siphash_internal_test.exe.manifest -outputresource:test\siphash_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "crypto\include" /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sm2_internal_test.obj "..\test\sm2_internal_test.c" sm2_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "crypto\include" /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sm2_internal_test.c" 2>&1 > test\sm2_internal_test.d IF EXIST test\sm2_internal_test.exe.manifest DEL /F /Q test\sm2_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm2_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmFD21.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm2_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm16CC.tmp IF EXIST test\sm2_internal_test.exe.manifest mt -nologo -manifest test\sm2_internal_test.exe.manifest -outputresource:test\sm2_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sm4_internal_test.obj "..\test\sm4_internal_test.c" sm4_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sm4_internal_test.c" 2>&1 > test\sm4_internal_test.d IF EXIST test\sm4_internal_test.exe.manifest DEL /F /Q test\sm4_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm4_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm4_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm199C.tmp IF EXIST test\sm4_internal_test.exe.manifest mt -nologo -manifest test\sm4_internal_test.exe.manifest -outputresource:test\sm4_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\srptest.obj "..\test\srptest.c" srptest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\srptest.c" 2>&1 > test\srptest.d IF EXIST test\srptest.exe.manifest DEL /F /Q test\srptest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\srptest.exe @C:\Users\build\AppData\Local\Temp\nm291.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\srptest.exe @C:\Users\build\AppData\Local\Temp\nm1C7B.tmp IF EXIST test\srptest.exe.manifest mt -nologo -manifest test\srptest.exe.manifest -outputresource:test\srptest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ssl_cert_table_internal_test.obj "..\test\ssl_cert_table_internal_test.c" ssl_cert_table_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ssl_cert_table_internal_test.c" 2>&1 > test\ssl_cert_table_internal_test.d IF EXIST test\ssl_cert_table_internal_test.exe.manifest DEL /F /Q test\ssl_cert_table_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_cert_table_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm542.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_cert_table_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm1F6A.tmp IF EXIST test\ssl_cert_table_internal_test.exe.manifest mt -nologo -manifest test\ssl_cert_table_internal_test.exe.manifest -outputresource:test\ssl_cert_table_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\handshake_helper.obj "..\test\handshake_helper.c" handshake_helper.c @@ -3483,152 +3486,152 @@ ssl_test.c ssl_test_ctx.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ssl_test_ctx.c" 2>&1 > test\ssl_test_ctx.d IF EXIST test\ssl_test.exe.manifest DEL /F /Q test\ssl_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test.exe @C:\Users\build\AppData\Local\Temp\nm9F6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test.exe @C:\Users\build\AppData\Local\Temp\nm240F.tmp IF EXIST test\ssl_test.exe.manifest mt -nologo -manifest test\ssl_test.exe.manifest -outputresource:test\ssl_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ssl_test_ctx_test.obj "..\test\ssl_test_ctx_test.c" ssl_test_ctx_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ssl_test_ctx_test.c" 2>&1 > test\ssl_test_ctx_test.d IF EXIST test\ssl_test_ctx_test.exe.manifest DEL /F /Q test\ssl_test_ctx_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nmBBC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nm2642.tmp IF EXIST test\ssl_test_ctx_test.exe.manifest mt -nologo -manifest test\ssl_test_ctx_test.exe.manifest -outputresource:test\ssl_test_ctx_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "." /I "..\include" /I ".." -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sslapitest.obj "..\test\sslapitest.c" sslapitest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "." /I "..\include" /I ".." -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sslapitest.c" 2>&1 > test\sslapitest.d IF EXIST test\sslapitest.exe.manifest DEL /F /Q test\sslapitest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslapitest.exe @C:\Users\build\AppData\Local\Temp\nmEBB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslapitest.exe @C:\Users\build\AppData\Local\Temp\nm29BE.tmp IF EXIST test\sslapitest.exe.manifest mt -nologo -manifest test\sslapitest.exe.manifest -outputresource:test\sslapitest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sslbuffertest.obj "..\test\sslbuffertest.c" sslbuffertest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sslbuffertest.c" 2>&1 > test\sslbuffertest.d IF EXIST test\sslbuffertest.exe.manifest DEL /F /Q test\sslbuffertest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslbuffertest.exe @C:\Users\build\AppData\Local\Temp\nm10A0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslbuffertest.exe @C:\Users\build\AppData\Local\Temp\nm2BD2.tmp IF EXIST test\sslbuffertest.exe.manifest mt -nologo -manifest test\sslbuffertest.exe.manifest -outputresource:test\sslbuffertest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sslcorrupttest.obj "..\test\sslcorrupttest.c" sslcorrupttest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sslcorrupttest.c" 2>&1 > test\sslcorrupttest.d IF EXIST test\sslcorrupttest.exe.manifest DEL /F /Q test\sslcorrupttest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslcorrupttest.exe @C:\Users\build\AppData\Local\Temp\nm1266.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslcorrupttest.exe @C:\Users\build\AppData\Local\Temp\nm2DC7.tmp IF EXIST test\sslcorrupttest.exe.manifest mt -nologo -manifest test\sslcorrupttest.exe.manifest -outputresource:test\sslcorrupttest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ssltest_old.obj "..\test\ssltest_old.c" ssltest_old.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ssltest_old.c" 2>&1 > test\ssltest_old.d IF EXIST test\ssltest_old.exe.manifest DEL /F /Q test\ssltest_old.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssltest_old.exe @C:\Users\build\AppData\Local\Temp\nm1546.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssltest_old.exe @C:\Users\build\AppData\Local\Temp\nm30D5.tmp IF EXIST test\ssltest_old.exe.manifest mt -nologo -manifest test\ssltest_old.exe.manifest -outputresource:test\ssltest_old.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\stack_test.obj "..\test\stack_test.c" stack_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\stack_test.c" 2>&1 > test\stack_test.d IF EXIST test\stack_test.exe.manifest DEL /F /Q test\stack_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\stack_test.exe @C:\Users\build\AppData\Local\Temp\nm16DD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\stack_test.exe @C:\Users\build\AppData\Local\Temp\nm32AB.tmp IF EXIST test\stack_test.exe.manifest mt -nologo -manifest test\stack_test.exe.manifest -outputresource:test\stack_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sysdefaulttest.obj "..\test\sysdefaulttest.c" sysdefaulttest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sysdefaulttest.c" 2>&1 > test\sysdefaulttest.d IF EXIST test\sysdefaulttest.exe.manifest DEL /F /Q test\sysdefaulttest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sysdefaulttest.exe @C:\Users\build\AppData\Local\Temp\nm18D2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sysdefaulttest.exe @C:\Users\build\AppData\Local\Temp\nm34A0.tmp IF EXIST test\sysdefaulttest.exe.manifest mt -nologo -manifest test\sysdefaulttest.exe.manifest -outputresource:test\sysdefaulttest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\test_test.obj "..\test\test_test.c" test_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\test_test.c" 2>&1 > test\test_test.d IF EXIST test\test_test.exe.manifest DEL /F /Q test\test_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\test_test.exe @C:\Users\build\AppData\Local\Temp\nm1A79.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\test_test.exe @C:\Users\build\AppData\Local\Temp\nm3637.tmp IF EXIST test\test_test.exe.manifest mt -nologo -manifest test\test_test.exe.manifest -outputresource:test\test_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\threadstest.obj "..\test\threadstest.c" threadstest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\threadstest.c" 2>&1 > test\threadstest.d IF EXIST test\threadstest.exe.manifest DEL /F /Q test\threadstest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\threadstest.exe @C:\Users\build\AppData\Local\Temp\nm1CEB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\threadstest.exe @C:\Users\build\AppData\Local\Temp\nm38A9.tmp IF EXIST test\threadstest.exe.manifest mt -nologo -manifest test\threadstest.exe.manifest -outputresource:test\threadstest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\time_offset_test.obj "..\test\time_offset_test.c" time_offset_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\time_offset_test.c" 2>&1 > test\time_offset_test.d IF EXIST test\time_offset_test.exe.manifest DEL /F /Q test\time_offset_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\time_offset_test.exe @C:\Users\build\AppData\Local\Temp\nm1E92.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\time_offset_test.exe @C:\Users\build\AppData\Local\Temp\nm3A6F.tmp IF EXIST test\time_offset_test.exe.manifest mt -nologo -manifest test\time_offset_test.exe.manifest -outputresource:test\time_offset_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\tls13ccstest.obj "..\test\tls13ccstest.c" tls13ccstest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\tls13ccstest.c" 2>&1 > test\tls13ccstest.d IF EXIST test\tls13ccstest.exe.manifest DEL /F /Q test\tls13ccstest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13ccstest.exe @C:\Users\build\AppData\Local\Temp\nm2038.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13ccstest.exe @C:\Users\build\AppData\Local\Temp\nm3CC2.tmp IF EXIST test\tls13ccstest.exe.manifest mt -nologo -manifest test\tls13ccstest.exe.manifest -outputresource:test\tls13ccstest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\tls13encryptiontest.obj "..\test\tls13encryptiontest.c" tls13encryptiontest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\tls13encryptiontest.c" 2>&1 > test\tls13encryptiontest.d IF EXIST test\tls13encryptiontest.exe.manifest DEL /F /Q test\tls13encryptiontest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13encryptiontest.exe @C:\Users\build\AppData\Local\Temp\nm22D9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13encryptiontest.exe @C:\Users\build\AppData\Local\Temp\nm3FA2.tmp IF EXIST test\tls13encryptiontest.exe.manifest mt -nologo -manifest test\tls13encryptiontest.exe.manifest -outputresource:test\tls13encryptiontest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\tls13secretstest.obj "..\test\tls13secretstest.c" tls13secretstest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\tls13secretstest.c" 2>&1 > test\tls13secretstest.d IF EXIST test\tls13secretstest.exe.manifest DEL /F /Q test\tls13secretstest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13secretstest.exe @C:\Users\build\AppData\Local\Temp\nm258A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13secretstest.exe @C:\Users\build\AppData\Local\Temp\nm42A0.tmp IF EXIST test\tls13secretstest.exe.manifest mt -nologo -manifest test\tls13secretstest.exe.manifest -outputresource:test\tls13secretstest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\uitest.obj "..\test\uitest.c" uitest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\uitest.c" 2>&1 > test\uitest.d IF EXIST test\uitest.exe.manifest DEL /F /Q test\uitest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\uitest.exe @C:\Users\build\AppData\Local\Temp\nm2879.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\uitest.exe @C:\Users\build\AppData\Local\Temp\nm4580.tmp Creating library test\uitest.lib and object test\uitest.exp IF EXIST test\uitest.exe.manifest mt -nologo -manifest test\uitest.exe.manifest -outputresource:test\uitest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\v3ext.obj "..\test\v3ext.c" v3ext.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\v3ext.c" 2>&1 > test\v3ext.d IF EXIST test\v3ext.exe.manifest DEL /F /Q test\v3ext.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3ext.exe @C:\Users\build\AppData\Local\Temp\nm2AAC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3ext.exe @C:\Users\build\AppData\Local\Temp\nm47B3.tmp IF EXIST test\v3ext.exe.manifest mt -nologo -manifest test\v3ext.exe.manifest -outputresource:test\v3ext.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\v3nametest.obj "..\test\v3nametest.c" v3nametest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\v3nametest.c" 2>&1 > test\v3nametest.d IF EXIST test\v3nametest.exe.manifest DEL /F /Q test\v3nametest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3nametest.exe @C:\Users\build\AppData\Local\Temp\nm2C92.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3nametest.exe @C:\Users\build\AppData\Local\Temp\nm49D7.tmp IF EXIST test\v3nametest.exe.manifest mt -nologo -manifest test\v3nametest.exe.manifest -outputresource:test\v3nametest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\verify_extra_test.obj "..\test\verify_extra_test.c" verify_extra_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\verify_extra_test.c" 2>&1 > test\verify_extra_test.d IF EXIST test\verify_extra_test.exe.manifest DEL /F /Q test\verify_extra_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\verify_extra_test.exe @C:\Users\build\AppData\Local\Temp\nm2EB6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\verify_extra_test.exe @C:\Users\build\AppData\Local\Temp\nm4B9D.tmp IF EXIST test\verify_extra_test.exe.manifest mt -nologo -manifest test\verify_extra_test.exe.manifest -outputresource:test\verify_extra_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\versions.obj "..\test\versions.c" versions.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\versions.c" 2>&1 > test\versions.d IF EXIST test\versions.exe.manifest DEL /F /Q test\versions.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\versions.exe @C:\Users\build\AppData\Local\Temp\nm305C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\versions.exe @C:\Users\build\AppData\Local\Temp\nm4D05.tmp IF EXIST test\versions.exe.manifest mt -nologo -manifest test\versions.exe.manifest -outputresource:test\versions.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\wpackettest.obj "..\test\wpackettest.c" wpackettest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\wpackettest.c" 2>&1 > test\wpackettest.d IF EXIST test\wpackettest.exe.manifest DEL /F /Q test\wpackettest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\wpackettest.exe @C:\Users\build\AppData\Local\Temp\nm31E4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\wpackettest.exe @C:\Users\build\AppData\Local\Temp\nm4EBC.tmp IF EXIST test\wpackettest.exe.manifest mt -nologo -manifest test\wpackettest.exe.manifest -outputresource:test\wpackettest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\x509_check_cert_pkey_test.obj "..\test\x509_check_cert_pkey_test.c" x509_check_cert_pkey_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\x509_check_cert_pkey_test.c" 2>&1 > test\x509_check_cert_pkey_test.d IF EXIST test\x509_check_cert_pkey_test.exe.manifest DEL /F /Q test\x509_check_cert_pkey_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_check_cert_pkey_test.exe @C:\Users\build\AppData\Local\Temp\nm33BA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_check_cert_pkey_test.exe @C:\Users\build\AppData\Local\Temp\nm50C1.tmp IF EXIST test\x509_check_cert_pkey_test.exe.manifest mt -nologo -manifest test\x509_check_cert_pkey_test.exe.manifest -outputresource:test\x509_check_cert_pkey_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\x509_dup_cert_test.obj "..\test\x509_dup_cert_test.c" x509_dup_cert_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\x509_dup_cert_test.c" 2>&1 > test\x509_dup_cert_test.d IF EXIST test\x509_dup_cert_test.exe.manifest DEL /F /Q test\x509_dup_cert_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_dup_cert_test.exe @C:\Users\build\AppData\Local\Temp\nm3551.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_dup_cert_test.exe @C:\Users\build\AppData\Local\Temp\nm52B6.tmp IF EXIST test\x509_dup_cert_test.exe.manifest mt -nologo -manifest test\x509_dup_cert_test.exe.manifest -outputresource:test\x509_dup_cert_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\x509_internal_test.obj "..\test\x509_internal_test.c" x509_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\x509_internal_test.c" 2>&1 > test\x509_internal_test.d IF EXIST test\x509_internal_test.exe.manifest DEL /F /Q test\x509_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm3736.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm5508.tmp IF EXIST test\x509_internal_test.exe.manifest mt -nologo -manifest test\x509_internal_test.exe.manifest -outputresource:test\x509_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\x509_time_test.obj "..\test\x509_time_test.c" x509_time_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\x509_time_test.c" 2>&1 > test\x509_time_test.d IF EXIST test\x509_time_test.exe.manifest DEL /F /Q test\x509_time_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_time_test.exe @C:\Users\build\AppData\Local\Temp\nm3A06.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_time_test.exe @C:\Users\build\AppData\Local\Temp\nm5807.tmp IF EXIST test\x509_time_test.exe.manifest mt -nologo -manifest test\x509_time_test.exe.manifest -outputresource:test\x509_time_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\x509aux.obj "..\test\x509aux.c" x509aux.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /WX /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\x509aux.c" 2>&1 > test\x509aux.d IF EXIST test\x509aux.exe.manifest DEL /F /Q test\x509aux.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509aux.exe @C:\Users\build\AppData\Local\Temp\nm3C0B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509aux.exe @C:\Users\build\AppData\Local\Temp\nm59CD.tmp IF EXIST test\x509aux.exe.manifest mt -nologo -manifest test\x509aux.exe.manifest -outputresource:test\x509aux.exe "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\apps\CA.pl.in" > "apps\CA.pl" "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\apps\tsget.in" > "apps\tsget.pl" diff --git a/upstream-build/build-log/x86_64-freebsd b/upstream-build/build-log/x86_64-freebsd index b8682d7..422135a 100644 --- a/upstream-build/build-log/x86_64-freebsd +++ b/upstream-build/build-log/x86_64-freebsd @@ -1,5 +1,5 @@ Operating system: amd64-whatever-freebsd -Configuring OpenSSL version 1.1.1c (0x1010103fL) for BSD-x86_64 +Configuring OpenSSL version 1.1.1d (0x1010104fL) for BSD-x86_64 Using os-specific seed configuration Creating configdata.pm Creating Makefile @@ -731,11 +731,12 @@ cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DO cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/init.d.tmp -MT test/testutil/init.o -c -o test/testutil/init.o ../test/testutil/init.c cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/main.d.tmp -MT test/testutil/main.o -c -o test/testutil/main.o ../test/testutil/main.c cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/output_helpers.d.tmp -MT test/testutil/output_helpers.o -c -o test/testutil/output_helpers.o ../test/testutil/output_helpers.c +cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/random.d.tmp -MT test/testutil/random.o -c -o test/testutil/random.o ../test/testutil/random.c cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/stanza.d.tmp -MT test/testutil/stanza.o -c -o test/testutil/stanza.o ../test/testutil/stanza.c cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/tap_bio.d.tmp -MT test/testutil/tap_bio.o -c -o test/testutil/tap_bio.o ../test/testutil/tap_bio.c cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/test_cleanup.d.tmp -MT test/testutil/test_cleanup.o -c -o test/testutil/test_cleanup.o ../test/testutil/test_cleanup.c cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/tests.d.tmp -MT test/testutil/tests.o -c -o test/testutil/tests.o ../test/testutil/tests.c -ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o ar: warning: creating test/libtestutil.a ranlib test/libtestutil.a || echo Never mind. /usr/local/bin/perl ../util/mkdef.pl crypto linux > libcrypto.map diff --git a/upstream-build/build-log/x86_64-linux b/upstream-build/build-log/x86_64-linux index ad9eec9..9c4ceca 100644 --- a/upstream-build/build-log/x86_64-linux +++ b/upstream-build/build-log/x86_64-linux @@ -1,5 +1,5 @@ Operating system: x86_64-whatever-linux2 -Configuring OpenSSL version 1.1.1c (0x1010103fL) for linux-x86_64 +Configuring OpenSSL version 1.1.1d (0x1010104fL) for linux-x86_64 Using os-specific seed configuration Creating configdata.pm Creating Makefile @@ -25,9 +25,9 @@ Creating Makefile /usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ "-oMakefile" ../include/openssl/opensslconf.h.in > include/openssl/opensslconf.h make depend && make _all -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1c/openssl.1.1.1c/out-fedora.64' -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1c/openssl.1.1.1c/out-fedora.64' -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1c/openssl.1.1.1c/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1d/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1d/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1d/openssl/out-fedora.64' gcc -I. -Iinclude -I.. -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib64/engines-1.1\"" -DNDEBUG -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o ../apps/app_rand.c gcc -I. -Iinclude -I.. -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib64/engines-1.1\"" -DNDEBUG -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o ../apps/apps.c gcc -I. -Iinclude -I.. -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib64/engines-1.1\"" -DNDEBUG -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o ../apps/bf_prefix.c @@ -737,11 +737,12 @@ gcc -Iinclude -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE gcc -Iinclude -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib64/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/init.d.tmp -MT test/testutil/init.o -c -o test/testutil/init.o ../test/testutil/init.c gcc -Iinclude -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib64/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/main.d.tmp -MT test/testutil/main.o -c -o test/testutil/main.o ../test/testutil/main.c gcc -Iinclude -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib64/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/output_helpers.d.tmp -MT test/testutil/output_helpers.o -c -o test/testutil/output_helpers.o ../test/testutil/output_helpers.c +gcc -Iinclude -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib64/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/random.d.tmp -MT test/testutil/random.o -c -o test/testutil/random.o ../test/testutil/random.c gcc -Iinclude -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib64/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/stanza.d.tmp -MT test/testutil/stanza.o -c -o test/testutil/stanza.o ../test/testutil/stanza.c gcc -Iinclude -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib64/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/tap_bio.d.tmp -MT test/testutil/tap_bio.o -c -o test/testutil/tap_bio.o ../test/testutil/tap_bio.c gcc -Iinclude -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib64/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/test_cleanup.d.tmp -MT test/testutil/test_cleanup.o -c -o test/testutil/test_cleanup.o ../test/testutil/test_cleanup.c gcc -Iinclude -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib64/engines-1.1\"" -DNDEBUG -MMD -MF test/testutil/tests.d.tmp -MT test/testutil/tests.o -c -o test/testutil/tests.o ../test/testutil/tests.c -ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o ar: creating test/libtestutil.a ranlib test/libtestutil.a || echo Never mind. /usr/bin/perl ../util/mkdef.pl crypto linux > libcrypto.map @@ -1880,4 +1881,4 @@ chmod a+x tools/c_rehash /usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ "-oMakefile" ../util/shlib_wrap.sh.in > "util/shlib_wrap.sh" chmod a+x util/shlib_wrap.sh -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1c/openssl.1.1.1c/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1d/openssl/out-fedora.64' diff --git a/upstream-build/build-log/x86_64-macos b/upstream-build/build-log/x86_64-macos index b2b43c8..eb4d9f6 100644 --- a/upstream-build/build-log/x86_64-macos +++ b/upstream-build/build-log/x86_64-macos @@ -1,5 +1,5 @@ Operating system: x86_64-apple-darwinDarwin Kernel Version 17.5.0: Mon Mar 5 22:24:32 PST 2018; root:xnu-4570.51.1~1/RELEASE_X86_64 -Configuring OpenSSL version 1.1.1c (0x1010103fL) for darwin64-x86_64-cc +Configuring OpenSSL version 1.1.1d (0x1010104fL) for darwin64-x86_64-cc Using os-specific seed configuration Creating configdata.pm Creating Makefile @@ -776,11 +776,12 @@ cc -Iinclude -I../include -fPIC -arch x86_64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC cc -Iinclude -I../include -fPIC -arch x86_64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/init.d.tmp -MT test/testutil/init.o -c -o test/testutil/init.o ../test/testutil/init.c cc -Iinclude -I../include -fPIC -arch x86_64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/main.d.tmp -MT test/testutil/main.o -c -o test/testutil/main.o ../test/testutil/main.c cc -Iinclude -I../include -fPIC -arch x86_64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/output_helpers.d.tmp -MT test/testutil/output_helpers.o -c -o test/testutil/output_helpers.o ../test/testutil/output_helpers.c +cc -Iinclude -I../include -fPIC -arch x86_64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/random.d.tmp -MT test/testutil/random.o -c -o test/testutil/random.o ../test/testutil/random.c cc -Iinclude -I../include -fPIC -arch x86_64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/stanza.d.tmp -MT test/testutil/stanza.o -c -o test/testutil/stanza.o ../test/testutil/stanza.c cc -Iinclude -I../include -fPIC -arch x86_64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/tap_bio.d.tmp -MT test/testutil/tap_bio.o -c -o test/testutil/tap_bio.o ../test/testutil/tap_bio.c cc -Iinclude -I../include -fPIC -arch x86_64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/test_cleanup.d.tmp -MT test/testutil/test_cleanup.o -c -o test/testutil/test_cleanup.o ../test/testutil/test_cleanup.c cc -Iinclude -I../include -fPIC -arch x86_64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DNDEBUG -MMD -MF test/testutil/tests.d.tmp -MT test/testutil/tests.o -c -o test/testutil/tests.o ../test/testutil/tests.c -ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o ar: creating archive test/libtestutil.a ranlib -c test/libtestutil.a || echo Never mind. cc -fPIC -arch x86_64 -O3 -Wall -L. -dynamiclib -current_version 1.1 -compatibility_version 1.1 -Wl,-search_paths_first -install_name /usr/local/lib/libcrypto.1.1.dylib \ diff --git a/upstream-build/build-log/x86_64-win32-mingw32 b/upstream-build/build-log/x86_64-win32-mingw32 index 0f93157..d5fa6ec 100644 --- a/upstream-build/build-log/x86_64-win32-mingw32 +++ b/upstream-build/build-log/x86_64-win32-mingw32 @@ -1,5 +1,5 @@ Operating system: x86_64-whatever-mingw64 -Configuring OpenSSL version 1.1.1c (0x1010103fL) for mingw64 +Configuring OpenSSL version 1.1.1d (0x1010104fL) for mingw64 Using os-specific seed configuration Creating configdata.pm Creating Makefile @@ -25,15 +25,15 @@ Creating Makefile /usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ "-oMakefile" ../include/openssl/opensslconf.h.in > include/openssl/opensslconf.h make depend && make _all -make[1]: Entering directory '/c/temp/openssl.1.1.1c/out-mingw.64' -make[1]: Leaving directory '/c/temp/openssl.1.1.1c/out-mingw.64' -make[1]: Entering directory '/c/temp/openssl.1.1.1c/out-mingw.64' -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o ../apps/app_rand.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o ../apps/apps.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o ../apps/bf_prefix.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/opt.d.tmp -MT apps/opt.o -c -o apps/opt.o ../apps/opt.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/s_cb.d.tmp -MT apps/s_cb.o -c -o apps/s_cb.o ../apps/s_cb.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/s_socket.d.tmp -MT apps/s_socket.o -c -o apps/s_socket.o ../apps/s_socket.c +make[1]: Entering directory '/c/temp/openssl/out-mingw.64' +make[1]: Leaving directory '/c/temp/openssl/out-mingw.64' +make[1]: Entering directory '/c/temp/openssl/out-mingw.64' +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o ../apps/app_rand.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o ../apps/apps.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o ../apps/bf_prefix.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/opt.d.tmp -MT apps/opt.o -c -o apps/opt.o ../apps/opt.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/s_cb.d.tmp -MT apps/s_cb.o -c -o apps/s_cb.o ../apps/s_cb.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/s_socket.d.tmp -MT apps/s_socket.o -c -o apps/s_socket.o ../apps/s_socket.c ../apps/s_socket.c: In function 'init_client': ../apps/s_socket.c:126:25: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] 126 | *sock = INVALID_SOCKET; @@ -41,98 +41,98 @@ gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DO ../apps/s_socket.c:152:21: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] 152 | *sock = INVALID_SOCKET; | ^~~~~~~~~~~~~~ -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/win32_init.d.tmp -MT apps/win32_init.o -c -o apps/win32_init.o ../apps/win32_init.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF apps/win32_init.d.tmp -MT apps/win32_init.o -c -o apps/win32_init.o ../apps/win32_init.c ar r apps/libapps.a apps/app_rand.o apps/apps.o apps/bf_prefix.o apps/opt.o apps/s_cb.o apps/s_socket.o apps/win32_init.o C:\msys64\mingw64\bin\ar.exe: creating apps/libapps.a ranlib apps/libapps.a || echo Never mind. -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_cbc.d.tmp -MT crypto/aes/aes_cbc.o -c -o crypto/aes/aes_cbc.o ../crypto/aes/aes_cbc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_cfb.d.tmp -MT crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o ../crypto/aes/aes_cfb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_core.d.tmp -MT crypto/aes/aes_core.o -c -o crypto/aes/aes_core.o ../crypto/aes/aes_core.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_ecb.d.tmp -MT crypto/aes/aes_ecb.o -c -o crypto/aes/aes_ecb.o ../crypto/aes/aes_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_ige.d.tmp -MT crypto/aes/aes_ige.o -c -o crypto/aes/aes_ige.o ../crypto/aes/aes_ige.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_misc.d.tmp -MT crypto/aes/aes_misc.o -c -o crypto/aes/aes_misc.o ../crypto/aes/aes_misc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_ofb.d.tmp -MT crypto/aes/aes_ofb.o -c -o crypto/aes/aes_ofb.o ../crypto/aes/aes_ofb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_wrap.d.tmp -MT crypto/aes/aes_wrap.o -c -o crypto/aes/aes_wrap.o ../crypto/aes/aes_wrap.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aria/aria.d.tmp -MT crypto/aria/aria.o -c -o crypto/aria/aria.o ../crypto/aria/aria.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_bitstr.d.tmp -MT crypto/asn1/a_bitstr.o -c -o crypto/asn1/a_bitstr.o ../crypto/asn1/a_bitstr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_d2i_fp.d.tmp -MT crypto/asn1/a_d2i_fp.o -c -o crypto/asn1/a_d2i_fp.o ../crypto/asn1/a_d2i_fp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_digest.d.tmp -MT crypto/asn1/a_digest.o -c -o crypto/asn1/a_digest.o ../crypto/asn1/a_digest.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_dup.d.tmp -MT crypto/asn1/a_dup.o -c -o crypto/asn1/a_dup.o ../crypto/asn1/a_dup.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_gentm.d.tmp -MT crypto/asn1/a_gentm.o -c -o crypto/asn1/a_gentm.o ../crypto/asn1/a_gentm.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_i2d_fp.d.tmp -MT crypto/asn1/a_i2d_fp.o -c -o crypto/asn1/a_i2d_fp.o ../crypto/asn1/a_i2d_fp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_int.d.tmp -MT crypto/asn1/a_int.o -c -o crypto/asn1/a_int.o ../crypto/asn1/a_int.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_mbstr.d.tmp -MT crypto/asn1/a_mbstr.o -c -o crypto/asn1/a_mbstr.o ../crypto/asn1/a_mbstr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_object.d.tmp -MT crypto/asn1/a_object.o -c -o crypto/asn1/a_object.o ../crypto/asn1/a_object.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_octet.d.tmp -MT crypto/asn1/a_octet.o -c -o crypto/asn1/a_octet.o ../crypto/asn1/a_octet.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_print.d.tmp -MT crypto/asn1/a_print.o -c -o crypto/asn1/a_print.o ../crypto/asn1/a_print.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_sign.d.tmp -MT crypto/asn1/a_sign.o -c -o crypto/asn1/a_sign.o ../crypto/asn1/a_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_strex.d.tmp -MT crypto/asn1/a_strex.o -c -o crypto/asn1/a_strex.o ../crypto/asn1/a_strex.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_strnid.d.tmp -MT crypto/asn1/a_strnid.o -c -o crypto/asn1/a_strnid.o ../crypto/asn1/a_strnid.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_time.d.tmp -MT crypto/asn1/a_time.o -c -o crypto/asn1/a_time.o ../crypto/asn1/a_time.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_type.d.tmp -MT crypto/asn1/a_type.o -c -o crypto/asn1/a_type.o ../crypto/asn1/a_type.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_utctm.d.tmp -MT crypto/asn1/a_utctm.o -c -o crypto/asn1/a_utctm.o ../crypto/asn1/a_utctm.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_utf8.d.tmp -MT crypto/asn1/a_utf8.o -c -o crypto/asn1/a_utf8.o ../crypto/asn1/a_utf8.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_verify.d.tmp -MT crypto/asn1/a_verify.o -c -o crypto/asn1/a_verify.o ../crypto/asn1/a_verify.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/ameth_lib.d.tmp -MT crypto/asn1/ameth_lib.o -c -o crypto/asn1/ameth_lib.o ../crypto/asn1/ameth_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn1_err.d.tmp -MT crypto/asn1/asn1_err.o -c -o crypto/asn1/asn1_err.o ../crypto/asn1/asn1_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn1_gen.d.tmp -MT crypto/asn1/asn1_gen.o -c -o crypto/asn1/asn1_gen.o ../crypto/asn1/asn1_gen.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn1_item_list.d.tmp -MT crypto/asn1/asn1_item_list.o -c -o crypto/asn1/asn1_item_list.o ../crypto/asn1/asn1_item_list.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn1_lib.d.tmp -MT crypto/asn1/asn1_lib.o -c -o crypto/asn1/asn1_lib.o ../crypto/asn1/asn1_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn1_par.d.tmp -MT crypto/asn1/asn1_par.o -c -o crypto/asn1/asn1_par.o ../crypto/asn1/asn1_par.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn_mime.d.tmp -MT crypto/asn1/asn_mime.o -c -o crypto/asn1/asn_mime.o ../crypto/asn1/asn_mime.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn_moid.d.tmp -MT crypto/asn1/asn_moid.o -c -o crypto/asn1/asn_moid.o ../crypto/asn1/asn_moid.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn_mstbl.d.tmp -MT crypto/asn1/asn_mstbl.o -c -o crypto/asn1/asn_mstbl.o ../crypto/asn1/asn_mstbl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn_pack.d.tmp -MT crypto/asn1/asn_pack.o -c -o crypto/asn1/asn_pack.o ../crypto/asn1/asn_pack.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/bio_asn1.d.tmp -MT crypto/asn1/bio_asn1.o -c -o crypto/asn1/bio_asn1.o ../crypto/asn1/bio_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/bio_ndef.d.tmp -MT crypto/asn1/bio_ndef.o -c -o crypto/asn1/bio_ndef.o ../crypto/asn1/bio_ndef.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/d2i_pr.d.tmp -MT crypto/asn1/d2i_pr.o -c -o crypto/asn1/d2i_pr.o ../crypto/asn1/d2i_pr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/d2i_pu.d.tmp -MT crypto/asn1/d2i_pu.o -c -o crypto/asn1/d2i_pu.o ../crypto/asn1/d2i_pu.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/evp_asn1.d.tmp -MT crypto/asn1/evp_asn1.o -c -o crypto/asn1/evp_asn1.o ../crypto/asn1/evp_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/f_int.d.tmp -MT crypto/asn1/f_int.o -c -o crypto/asn1/f_int.o ../crypto/asn1/f_int.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/f_string.d.tmp -MT crypto/asn1/f_string.o -c -o crypto/asn1/f_string.o ../crypto/asn1/f_string.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/i2d_pr.d.tmp -MT crypto/asn1/i2d_pr.o -c -o crypto/asn1/i2d_pr.o ../crypto/asn1/i2d_pr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/i2d_pu.d.tmp -MT crypto/asn1/i2d_pu.o -c -o crypto/asn1/i2d_pu.o ../crypto/asn1/i2d_pu.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/n_pkey.d.tmp -MT crypto/asn1/n_pkey.o -c -o crypto/asn1/n_pkey.o ../crypto/asn1/n_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/nsseq.d.tmp -MT crypto/asn1/nsseq.o -c -o crypto/asn1/nsseq.o ../crypto/asn1/nsseq.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/p5_pbe.d.tmp -MT crypto/asn1/p5_pbe.o -c -o crypto/asn1/p5_pbe.o ../crypto/asn1/p5_pbe.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/p5_pbev2.d.tmp -MT crypto/asn1/p5_pbev2.o -c -o crypto/asn1/p5_pbev2.o ../crypto/asn1/p5_pbev2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/p5_scrypt.d.tmp -MT crypto/asn1/p5_scrypt.o -c -o crypto/asn1/p5_scrypt.o ../crypto/asn1/p5_scrypt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/p8_pkey.d.tmp -MT crypto/asn1/p8_pkey.o -c -o crypto/asn1/p8_pkey.o ../crypto/asn1/p8_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/t_bitst.d.tmp -MT crypto/asn1/t_bitst.o -c -o crypto/asn1/t_bitst.o ../crypto/asn1/t_bitst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/t_pkey.d.tmp -MT crypto/asn1/t_pkey.o -c -o crypto/asn1/t_pkey.o ../crypto/asn1/t_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/t_spki.d.tmp -MT crypto/asn1/t_spki.o -c -o crypto/asn1/t_spki.o ../crypto/asn1/t_spki.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_dec.d.tmp -MT crypto/asn1/tasn_dec.o -c -o crypto/asn1/tasn_dec.o ../crypto/asn1/tasn_dec.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_enc.d.tmp -MT crypto/asn1/tasn_enc.o -c -o crypto/asn1/tasn_enc.o ../crypto/asn1/tasn_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_fre.d.tmp -MT crypto/asn1/tasn_fre.o -c -o crypto/asn1/tasn_fre.o ../crypto/asn1/tasn_fre.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_new.d.tmp -MT crypto/asn1/tasn_new.o -c -o crypto/asn1/tasn_new.o ../crypto/asn1/tasn_new.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_prn.d.tmp -MT crypto/asn1/tasn_prn.o -c -o crypto/asn1/tasn_prn.o ../crypto/asn1/tasn_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_scn.d.tmp -MT crypto/asn1/tasn_scn.o -c -o crypto/asn1/tasn_scn.o ../crypto/asn1/tasn_scn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_typ.d.tmp -MT crypto/asn1/tasn_typ.o -c -o crypto/asn1/tasn_typ.o ../crypto/asn1/tasn_typ.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_utl.d.tmp -MT crypto/asn1/tasn_utl.o -c -o crypto/asn1/tasn_utl.o ../crypto/asn1/tasn_utl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_algor.d.tmp -MT crypto/asn1/x_algor.o -c -o crypto/asn1/x_algor.o ../crypto/asn1/x_algor.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_bignum.d.tmp -MT crypto/asn1/x_bignum.o -c -o crypto/asn1/x_bignum.o ../crypto/asn1/x_bignum.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_info.d.tmp -MT crypto/asn1/x_info.o -c -o crypto/asn1/x_info.o ../crypto/asn1/x_info.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_int64.d.tmp -MT crypto/asn1/x_int64.o -c -o crypto/asn1/x_int64.o ../crypto/asn1/x_int64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_long.d.tmp -MT crypto/asn1/x_long.o -c -o crypto/asn1/x_long.o ../crypto/asn1/x_long.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_pkey.d.tmp -MT crypto/asn1/x_pkey.o -c -o crypto/asn1/x_pkey.o ../crypto/asn1/x_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_sig.d.tmp -MT crypto/asn1/x_sig.o -c -o crypto/asn1/x_sig.o ../crypto/asn1/x_sig.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_spki.d.tmp -MT crypto/asn1/x_spki.o -c -o crypto/asn1/x_spki.o ../crypto/asn1/x_spki.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_val.d.tmp -MT crypto/asn1/x_val.o -c -o crypto/asn1/x_val.o ../crypto/asn1/x_val.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/async/arch/async_null.d.tmp -MT crypto/async/arch/async_null.o -c -o crypto/async/arch/async_null.o ../crypto/async/arch/async_null.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/async/arch/async_posix.d.tmp -MT crypto/async/arch/async_posix.o -c -o crypto/async/arch/async_posix.o ../crypto/async/arch/async_posix.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/async/arch/async_win.d.tmp -MT crypto/async/arch/async_win.o -c -o crypto/async/arch/async_win.o ../crypto/async/arch/async_win.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/async/async.d.tmp -MT crypto/async/async.o -c -o crypto/async/async.o ../crypto/async/async.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/async/async_err.d.tmp -MT crypto/async/async_err.o -c -o crypto/async/async_err.o ../crypto/async/async_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/async/async_wait.d.tmp -MT crypto/async/async_wait.o -c -o crypto/async/async_wait.o ../crypto/async/async_wait.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bf/bf_cfb64.d.tmp -MT crypto/bf/bf_cfb64.o -c -o crypto/bf/bf_cfb64.o ../crypto/bf/bf_cfb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bf/bf_ecb.d.tmp -MT crypto/bf/bf_ecb.o -c -o crypto/bf/bf_ecb.o ../crypto/bf/bf_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bf/bf_enc.d.tmp -MT crypto/bf/bf_enc.o -c -o crypto/bf/bf_enc.o ../crypto/bf/bf_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bf/bf_ofb64.d.tmp -MT crypto/bf/bf_ofb64.o -c -o crypto/bf/bf_ofb64.o ../crypto/bf/bf_ofb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bf/bf_skey.d.tmp -MT crypto/bf/bf_skey.o -c -o crypto/bf/bf_skey.o ../crypto/bf/bf_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/b_addr.d.tmp -MT crypto/bio/b_addr.o -c -o crypto/bio/b_addr.o ../crypto/bio/b_addr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/b_dump.d.tmp -MT crypto/bio/b_dump.o -c -o crypto/bio/b_dump.o ../crypto/bio/b_dump.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/b_print.d.tmp -MT crypto/bio/b_print.o -c -o crypto/bio/b_print.o ../crypto/bio/b_print.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/b_sock.d.tmp -MT crypto/bio/b_sock.o -c -o crypto/bio/b_sock.o ../crypto/bio/b_sock.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_cbc.d.tmp -MT crypto/aes/aes_cbc.o -c -o crypto/aes/aes_cbc.o ../crypto/aes/aes_cbc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_cfb.d.tmp -MT crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o ../crypto/aes/aes_cfb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_core.d.tmp -MT crypto/aes/aes_core.o -c -o crypto/aes/aes_core.o ../crypto/aes/aes_core.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_ecb.d.tmp -MT crypto/aes/aes_ecb.o -c -o crypto/aes/aes_ecb.o ../crypto/aes/aes_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_ige.d.tmp -MT crypto/aes/aes_ige.o -c -o crypto/aes/aes_ige.o ../crypto/aes/aes_ige.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_misc.d.tmp -MT crypto/aes/aes_misc.o -c -o crypto/aes/aes_misc.o ../crypto/aes/aes_misc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_ofb.d.tmp -MT crypto/aes/aes_ofb.o -c -o crypto/aes/aes_ofb.o ../crypto/aes/aes_ofb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aes/aes_wrap.d.tmp -MT crypto/aes/aes_wrap.o -c -o crypto/aes/aes_wrap.o ../crypto/aes/aes_wrap.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/aria/aria.d.tmp -MT crypto/aria/aria.o -c -o crypto/aria/aria.o ../crypto/aria/aria.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_bitstr.d.tmp -MT crypto/asn1/a_bitstr.o -c -o crypto/asn1/a_bitstr.o ../crypto/asn1/a_bitstr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_d2i_fp.d.tmp -MT crypto/asn1/a_d2i_fp.o -c -o crypto/asn1/a_d2i_fp.o ../crypto/asn1/a_d2i_fp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_digest.d.tmp -MT crypto/asn1/a_digest.o -c -o crypto/asn1/a_digest.o ../crypto/asn1/a_digest.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_dup.d.tmp -MT crypto/asn1/a_dup.o -c -o crypto/asn1/a_dup.o ../crypto/asn1/a_dup.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_gentm.d.tmp -MT crypto/asn1/a_gentm.o -c -o crypto/asn1/a_gentm.o ../crypto/asn1/a_gentm.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_i2d_fp.d.tmp -MT crypto/asn1/a_i2d_fp.o -c -o crypto/asn1/a_i2d_fp.o ../crypto/asn1/a_i2d_fp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_int.d.tmp -MT crypto/asn1/a_int.o -c -o crypto/asn1/a_int.o ../crypto/asn1/a_int.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_mbstr.d.tmp -MT crypto/asn1/a_mbstr.o -c -o crypto/asn1/a_mbstr.o ../crypto/asn1/a_mbstr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_object.d.tmp -MT crypto/asn1/a_object.o -c -o crypto/asn1/a_object.o ../crypto/asn1/a_object.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_octet.d.tmp -MT crypto/asn1/a_octet.o -c -o crypto/asn1/a_octet.o ../crypto/asn1/a_octet.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_print.d.tmp -MT crypto/asn1/a_print.o -c -o crypto/asn1/a_print.o ../crypto/asn1/a_print.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_sign.d.tmp -MT crypto/asn1/a_sign.o -c -o crypto/asn1/a_sign.o ../crypto/asn1/a_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_strex.d.tmp -MT crypto/asn1/a_strex.o -c -o crypto/asn1/a_strex.o ../crypto/asn1/a_strex.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_strnid.d.tmp -MT crypto/asn1/a_strnid.o -c -o crypto/asn1/a_strnid.o ../crypto/asn1/a_strnid.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_time.d.tmp -MT crypto/asn1/a_time.o -c -o crypto/asn1/a_time.o ../crypto/asn1/a_time.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_type.d.tmp -MT crypto/asn1/a_type.o -c -o crypto/asn1/a_type.o ../crypto/asn1/a_type.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_utctm.d.tmp -MT crypto/asn1/a_utctm.o -c -o crypto/asn1/a_utctm.o ../crypto/asn1/a_utctm.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_utf8.d.tmp -MT crypto/asn1/a_utf8.o -c -o crypto/asn1/a_utf8.o ../crypto/asn1/a_utf8.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/a_verify.d.tmp -MT crypto/asn1/a_verify.o -c -o crypto/asn1/a_verify.o ../crypto/asn1/a_verify.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/ameth_lib.d.tmp -MT crypto/asn1/ameth_lib.o -c -o crypto/asn1/ameth_lib.o ../crypto/asn1/ameth_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn1_err.d.tmp -MT crypto/asn1/asn1_err.o -c -o crypto/asn1/asn1_err.o ../crypto/asn1/asn1_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn1_gen.d.tmp -MT crypto/asn1/asn1_gen.o -c -o crypto/asn1/asn1_gen.o ../crypto/asn1/asn1_gen.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn1_item_list.d.tmp -MT crypto/asn1/asn1_item_list.o -c -o crypto/asn1/asn1_item_list.o ../crypto/asn1/asn1_item_list.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn1_lib.d.tmp -MT crypto/asn1/asn1_lib.o -c -o crypto/asn1/asn1_lib.o ../crypto/asn1/asn1_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn1_par.d.tmp -MT crypto/asn1/asn1_par.o -c -o crypto/asn1/asn1_par.o ../crypto/asn1/asn1_par.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn_mime.d.tmp -MT crypto/asn1/asn_mime.o -c -o crypto/asn1/asn_mime.o ../crypto/asn1/asn_mime.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn_moid.d.tmp -MT crypto/asn1/asn_moid.o -c -o crypto/asn1/asn_moid.o ../crypto/asn1/asn_moid.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn_mstbl.d.tmp -MT crypto/asn1/asn_mstbl.o -c -o crypto/asn1/asn_mstbl.o ../crypto/asn1/asn_mstbl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/asn_pack.d.tmp -MT crypto/asn1/asn_pack.o -c -o crypto/asn1/asn_pack.o ../crypto/asn1/asn_pack.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/bio_asn1.d.tmp -MT crypto/asn1/bio_asn1.o -c -o crypto/asn1/bio_asn1.o ../crypto/asn1/bio_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/bio_ndef.d.tmp -MT crypto/asn1/bio_ndef.o -c -o crypto/asn1/bio_ndef.o ../crypto/asn1/bio_ndef.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/d2i_pr.d.tmp -MT crypto/asn1/d2i_pr.o -c -o crypto/asn1/d2i_pr.o ../crypto/asn1/d2i_pr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/d2i_pu.d.tmp -MT crypto/asn1/d2i_pu.o -c -o crypto/asn1/d2i_pu.o ../crypto/asn1/d2i_pu.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/evp_asn1.d.tmp -MT crypto/asn1/evp_asn1.o -c -o crypto/asn1/evp_asn1.o ../crypto/asn1/evp_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/f_int.d.tmp -MT crypto/asn1/f_int.o -c -o crypto/asn1/f_int.o ../crypto/asn1/f_int.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/f_string.d.tmp -MT crypto/asn1/f_string.o -c -o crypto/asn1/f_string.o ../crypto/asn1/f_string.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/i2d_pr.d.tmp -MT crypto/asn1/i2d_pr.o -c -o crypto/asn1/i2d_pr.o ../crypto/asn1/i2d_pr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/i2d_pu.d.tmp -MT crypto/asn1/i2d_pu.o -c -o crypto/asn1/i2d_pu.o ../crypto/asn1/i2d_pu.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/n_pkey.d.tmp -MT crypto/asn1/n_pkey.o -c -o crypto/asn1/n_pkey.o ../crypto/asn1/n_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/nsseq.d.tmp -MT crypto/asn1/nsseq.o -c -o crypto/asn1/nsseq.o ../crypto/asn1/nsseq.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/p5_pbe.d.tmp -MT crypto/asn1/p5_pbe.o -c -o crypto/asn1/p5_pbe.o ../crypto/asn1/p5_pbe.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/p5_pbev2.d.tmp -MT crypto/asn1/p5_pbev2.o -c -o crypto/asn1/p5_pbev2.o ../crypto/asn1/p5_pbev2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/p5_scrypt.d.tmp -MT crypto/asn1/p5_scrypt.o -c -o crypto/asn1/p5_scrypt.o ../crypto/asn1/p5_scrypt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/p8_pkey.d.tmp -MT crypto/asn1/p8_pkey.o -c -o crypto/asn1/p8_pkey.o ../crypto/asn1/p8_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/t_bitst.d.tmp -MT crypto/asn1/t_bitst.o -c -o crypto/asn1/t_bitst.o ../crypto/asn1/t_bitst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/t_pkey.d.tmp -MT crypto/asn1/t_pkey.o -c -o crypto/asn1/t_pkey.o ../crypto/asn1/t_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/t_spki.d.tmp -MT crypto/asn1/t_spki.o -c -o crypto/asn1/t_spki.o ../crypto/asn1/t_spki.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_dec.d.tmp -MT crypto/asn1/tasn_dec.o -c -o crypto/asn1/tasn_dec.o ../crypto/asn1/tasn_dec.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_enc.d.tmp -MT crypto/asn1/tasn_enc.o -c -o crypto/asn1/tasn_enc.o ../crypto/asn1/tasn_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_fre.d.tmp -MT crypto/asn1/tasn_fre.o -c -o crypto/asn1/tasn_fre.o ../crypto/asn1/tasn_fre.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_new.d.tmp -MT crypto/asn1/tasn_new.o -c -o crypto/asn1/tasn_new.o ../crypto/asn1/tasn_new.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_prn.d.tmp -MT crypto/asn1/tasn_prn.o -c -o crypto/asn1/tasn_prn.o ../crypto/asn1/tasn_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_scn.d.tmp -MT crypto/asn1/tasn_scn.o -c -o crypto/asn1/tasn_scn.o ../crypto/asn1/tasn_scn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_typ.d.tmp -MT crypto/asn1/tasn_typ.o -c -o crypto/asn1/tasn_typ.o ../crypto/asn1/tasn_typ.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/tasn_utl.d.tmp -MT crypto/asn1/tasn_utl.o -c -o crypto/asn1/tasn_utl.o ../crypto/asn1/tasn_utl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_algor.d.tmp -MT crypto/asn1/x_algor.o -c -o crypto/asn1/x_algor.o ../crypto/asn1/x_algor.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_bignum.d.tmp -MT crypto/asn1/x_bignum.o -c -o crypto/asn1/x_bignum.o ../crypto/asn1/x_bignum.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_info.d.tmp -MT crypto/asn1/x_info.o -c -o crypto/asn1/x_info.o ../crypto/asn1/x_info.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_int64.d.tmp -MT crypto/asn1/x_int64.o -c -o crypto/asn1/x_int64.o ../crypto/asn1/x_int64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_long.d.tmp -MT crypto/asn1/x_long.o -c -o crypto/asn1/x_long.o ../crypto/asn1/x_long.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_pkey.d.tmp -MT crypto/asn1/x_pkey.o -c -o crypto/asn1/x_pkey.o ../crypto/asn1/x_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_sig.d.tmp -MT crypto/asn1/x_sig.o -c -o crypto/asn1/x_sig.o ../crypto/asn1/x_sig.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_spki.d.tmp -MT crypto/asn1/x_spki.o -c -o crypto/asn1/x_spki.o ../crypto/asn1/x_spki.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/asn1/x_val.d.tmp -MT crypto/asn1/x_val.o -c -o crypto/asn1/x_val.o ../crypto/asn1/x_val.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/async/arch/async_null.d.tmp -MT crypto/async/arch/async_null.o -c -o crypto/async/arch/async_null.o ../crypto/async/arch/async_null.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/async/arch/async_posix.d.tmp -MT crypto/async/arch/async_posix.o -c -o crypto/async/arch/async_posix.o ../crypto/async/arch/async_posix.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/async/arch/async_win.d.tmp -MT crypto/async/arch/async_win.o -c -o crypto/async/arch/async_win.o ../crypto/async/arch/async_win.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/async/async.d.tmp -MT crypto/async/async.o -c -o crypto/async/async.o ../crypto/async/async.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/async/async_err.d.tmp -MT crypto/async/async_err.o -c -o crypto/async/async_err.o ../crypto/async/async_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/async/async_wait.d.tmp -MT crypto/async/async_wait.o -c -o crypto/async/async_wait.o ../crypto/async/async_wait.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bf/bf_cfb64.d.tmp -MT crypto/bf/bf_cfb64.o -c -o crypto/bf/bf_cfb64.o ../crypto/bf/bf_cfb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bf/bf_ecb.d.tmp -MT crypto/bf/bf_ecb.o -c -o crypto/bf/bf_ecb.o ../crypto/bf/bf_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bf/bf_enc.d.tmp -MT crypto/bf/bf_enc.o -c -o crypto/bf/bf_enc.o ../crypto/bf/bf_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bf/bf_ofb64.d.tmp -MT crypto/bf/bf_ofb64.o -c -o crypto/bf/bf_ofb64.o ../crypto/bf/bf_ofb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bf/bf_skey.d.tmp -MT crypto/bf/bf_skey.o -c -o crypto/bf/bf_skey.o ../crypto/bf/bf_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/b_addr.d.tmp -MT crypto/bio/b_addr.o -c -o crypto/bio/b_addr.o ../crypto/bio/b_addr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/b_dump.d.tmp -MT crypto/bio/b_dump.o -c -o crypto/bio/b_dump.o ../crypto/bio/b_dump.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/b_print.d.tmp -MT crypto/bio/b_print.o -c -o crypto/bio/b_print.o ../crypto/bio/b_print.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/b_sock.d.tmp -MT crypto/bio/b_sock.o -c -o crypto/bio/b_sock.o ../crypto/bio/b_sock.c ../crypto/bio/b_sock.c: In function 'BIO_get_accept_socket': ../crypto/bio/b_sock.c:202:13: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] 202 | int s = INVALID_SOCKET; @@ -149,7 +149,7 @@ gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 - ../crypto/bio/b_sock.c:224:13: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] 224 | s = INVALID_SOCKET; | ^~~~~~~~~~~~~~ -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/b_sock2.d.tmp -MT crypto/bio/b_sock2.o -c -o crypto/bio/b_sock2.o ../crypto/bio/b_sock2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/b_sock2.d.tmp -MT crypto/bio/b_sock2.o -c -o crypto/bio/b_sock2.o ../crypto/bio/b_sock2.c ../crypto/bio/b_sock2.c: In function 'BIO_socket': ../crypto/bio/b_sock2.c:45:16: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] 45 | return INVALID_SOCKET; @@ -164,467 +164,467 @@ gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 - ../crypto/bio/b_sock2.c:301:16: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] 301 | return INVALID_SOCKET; | ^~~~~~~~~~~~~~ -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bf_buff.d.tmp -MT crypto/bio/bf_buff.o -c -o crypto/bio/bf_buff.o ../crypto/bio/bf_buff.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bf_lbuf.d.tmp -MT crypto/bio/bf_lbuf.o -c -o crypto/bio/bf_lbuf.o ../crypto/bio/bf_lbuf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bf_nbio.d.tmp -MT crypto/bio/bf_nbio.o -c -o crypto/bio/bf_nbio.o ../crypto/bio/bf_nbio.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bf_null.d.tmp -MT crypto/bio/bf_null.o -c -o crypto/bio/bf_null.o ../crypto/bio/bf_null.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bio_cb.d.tmp -MT crypto/bio/bio_cb.o -c -o crypto/bio/bio_cb.o ../crypto/bio/bio_cb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bio_err.d.tmp -MT crypto/bio/bio_err.o -c -o crypto/bio/bio_err.o ../crypto/bio/bio_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bio_lib.d.tmp -MT crypto/bio/bio_lib.o -c -o crypto/bio/bio_lib.o ../crypto/bio/bio_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bio_meth.d.tmp -MT crypto/bio/bio_meth.o -c -o crypto/bio/bio_meth.o ../crypto/bio/bio_meth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_acpt.d.tmp -MT crypto/bio/bss_acpt.o -c -o crypto/bio/bss_acpt.o ../crypto/bio/bss_acpt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_bio.d.tmp -MT crypto/bio/bss_bio.o -c -o crypto/bio/bss_bio.o ../crypto/bio/bss_bio.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_conn.d.tmp -MT crypto/bio/bss_conn.o -c -o crypto/bio/bss_conn.o ../crypto/bio/bss_conn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_dgram.d.tmp -MT crypto/bio/bss_dgram.o -c -o crypto/bio/bss_dgram.o ../crypto/bio/bss_dgram.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_fd.d.tmp -MT crypto/bio/bss_fd.o -c -o crypto/bio/bss_fd.o ../crypto/bio/bss_fd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_file.d.tmp -MT crypto/bio/bss_file.o -c -o crypto/bio/bss_file.o ../crypto/bio/bss_file.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_log.d.tmp -MT crypto/bio/bss_log.o -c -o crypto/bio/bss_log.o ../crypto/bio/bss_log.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_mem.d.tmp -MT crypto/bio/bss_mem.o -c -o crypto/bio/bss_mem.o ../crypto/bio/bss_mem.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_null.d.tmp -MT crypto/bio/bss_null.o -c -o crypto/bio/bss_null.o ../crypto/bio/bss_null.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_sock.d.tmp -MT crypto/bio/bss_sock.o -c -o crypto/bio/bss_sock.o ../crypto/bio/bss_sock.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/blake2/blake2b.d.tmp -MT crypto/blake2/blake2b.o -c -o crypto/blake2/blake2b.o ../crypto/blake2/blake2b.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/blake2/blake2s.d.tmp -MT crypto/blake2/blake2s.o -c -o crypto/blake2/blake2s.o ../crypto/blake2/blake2s.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/blake2/m_blake2b.d.tmp -MT crypto/blake2/m_blake2b.o -c -o crypto/blake2/m_blake2b.o ../crypto/blake2/m_blake2b.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/blake2/m_blake2s.d.tmp -MT crypto/blake2/m_blake2s.o -c -o crypto/blake2/m_blake2s.o ../crypto/blake2/m_blake2s.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_add.d.tmp -MT crypto/bn/bn_add.o -c -o crypto/bn/bn_add.o ../crypto/bn/bn_add.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_asm.d.tmp -MT crypto/bn/bn_asm.o -c -o crypto/bn/bn_asm.o ../crypto/bn/bn_asm.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_blind.d.tmp -MT crypto/bn/bn_blind.o -c -o crypto/bn/bn_blind.o ../crypto/bn/bn_blind.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_const.d.tmp -MT crypto/bn/bn_const.o -c -o crypto/bn/bn_const.o ../crypto/bn/bn_const.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_ctx.d.tmp -MT crypto/bn/bn_ctx.o -c -o crypto/bn/bn_ctx.o ../crypto/bn/bn_ctx.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_depr.d.tmp -MT crypto/bn/bn_depr.o -c -o crypto/bn/bn_depr.o ../crypto/bn/bn_depr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_dh.d.tmp -MT crypto/bn/bn_dh.o -c -o crypto/bn/bn_dh.o ../crypto/bn/bn_dh.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_div.d.tmp -MT crypto/bn/bn_div.o -c -o crypto/bn/bn_div.o ../crypto/bn/bn_div.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_err.d.tmp -MT crypto/bn/bn_err.o -c -o crypto/bn/bn_err.o ../crypto/bn/bn_err.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_exp.d.tmp -MT crypto/bn/bn_exp.o -c -o crypto/bn/bn_exp.o ../crypto/bn/bn_exp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_exp2.d.tmp -MT crypto/bn/bn_exp2.o -c -o crypto/bn/bn_exp2.o ../crypto/bn/bn_exp2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_gcd.d.tmp -MT crypto/bn/bn_gcd.o -c -o crypto/bn/bn_gcd.o ../crypto/bn/bn_gcd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_gf2m.d.tmp -MT crypto/bn/bn_gf2m.o -c -o crypto/bn/bn_gf2m.o ../crypto/bn/bn_gf2m.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_intern.d.tmp -MT crypto/bn/bn_intern.o -c -o crypto/bn/bn_intern.o ../crypto/bn/bn_intern.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_kron.d.tmp -MT crypto/bn/bn_kron.o -c -o crypto/bn/bn_kron.o ../crypto/bn/bn_kron.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_lib.d.tmp -MT crypto/bn/bn_lib.o -c -o crypto/bn/bn_lib.o ../crypto/bn/bn_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_mod.d.tmp -MT crypto/bn/bn_mod.o -c -o crypto/bn/bn_mod.o ../crypto/bn/bn_mod.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_mont.d.tmp -MT crypto/bn/bn_mont.o -c -o crypto/bn/bn_mont.o ../crypto/bn/bn_mont.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_mpi.d.tmp -MT crypto/bn/bn_mpi.o -c -o crypto/bn/bn_mpi.o ../crypto/bn/bn_mpi.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_mul.d.tmp -MT crypto/bn/bn_mul.o -c -o crypto/bn/bn_mul.o ../crypto/bn/bn_mul.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_nist.d.tmp -MT crypto/bn/bn_nist.o -c -o crypto/bn/bn_nist.o ../crypto/bn/bn_nist.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_prime.d.tmp -MT crypto/bn/bn_prime.o -c -o crypto/bn/bn_prime.o ../crypto/bn/bn_prime.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_print.d.tmp -MT crypto/bn/bn_print.o -c -o crypto/bn/bn_print.o ../crypto/bn/bn_print.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_rand.d.tmp -MT crypto/bn/bn_rand.o -c -o crypto/bn/bn_rand.o ../crypto/bn/bn_rand.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_recp.d.tmp -MT crypto/bn/bn_recp.o -c -o crypto/bn/bn_recp.o ../crypto/bn/bn_recp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_shift.d.tmp -MT crypto/bn/bn_shift.o -c -o crypto/bn/bn_shift.o ../crypto/bn/bn_shift.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_sqr.d.tmp -MT crypto/bn/bn_sqr.o -c -o crypto/bn/bn_sqr.o ../crypto/bn/bn_sqr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_sqrt.d.tmp -MT crypto/bn/bn_sqrt.o -c -o crypto/bn/bn_sqrt.o ../crypto/bn/bn_sqrt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_srp.d.tmp -MT crypto/bn/bn_srp.o -c -o crypto/bn/bn_srp.o ../crypto/bn/bn_srp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_word.d.tmp -MT crypto/bn/bn_word.o -c -o crypto/bn/bn_word.o ../crypto/bn/bn_word.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_x931p.d.tmp -MT crypto/bn/bn_x931p.o -c -o crypto/bn/bn_x931p.o ../crypto/bn/bn_x931p.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/buffer/buf_err.d.tmp -MT crypto/buffer/buf_err.o -c -o crypto/buffer/buf_err.o ../crypto/buffer/buf_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/buffer/buffer.d.tmp -MT crypto/buffer/buffer.o -c -o crypto/buffer/buffer.o ../crypto/buffer/buffer.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/camellia.d.tmp -MT crypto/camellia/camellia.o -c -o crypto/camellia/camellia.o ../crypto/camellia/camellia.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/cmll_cbc.d.tmp -MT crypto/camellia/cmll_cbc.o -c -o crypto/camellia/cmll_cbc.o ../crypto/camellia/cmll_cbc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/cmll_cfb.d.tmp -MT crypto/camellia/cmll_cfb.o -c -o crypto/camellia/cmll_cfb.o ../crypto/camellia/cmll_cfb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/cmll_ctr.d.tmp -MT crypto/camellia/cmll_ctr.o -c -o crypto/camellia/cmll_ctr.o ../crypto/camellia/cmll_ctr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/cmll_ecb.d.tmp -MT crypto/camellia/cmll_ecb.o -c -o crypto/camellia/cmll_ecb.o ../crypto/camellia/cmll_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/cmll_misc.d.tmp -MT crypto/camellia/cmll_misc.o -c -o crypto/camellia/cmll_misc.o ../crypto/camellia/cmll_misc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/cmll_ofb.d.tmp -MT crypto/camellia/cmll_ofb.o -c -o crypto/camellia/cmll_ofb.o ../crypto/camellia/cmll_ofb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cast/c_cfb64.d.tmp -MT crypto/cast/c_cfb64.o -c -o crypto/cast/c_cfb64.o ../crypto/cast/c_cfb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cast/c_ecb.d.tmp -MT crypto/cast/c_ecb.o -c -o crypto/cast/c_ecb.o ../crypto/cast/c_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cast/c_enc.d.tmp -MT crypto/cast/c_enc.o -c -o crypto/cast/c_enc.o ../crypto/cast/c_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cast/c_ofb64.d.tmp -MT crypto/cast/c_ofb64.o -c -o crypto/cast/c_ofb64.o ../crypto/cast/c_ofb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cast/c_skey.d.tmp -MT crypto/cast/c_skey.o -c -o crypto/cast/c_skey.o ../crypto/cast/c_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/chacha/chacha_enc.d.tmp -MT crypto/chacha/chacha_enc.o -c -o crypto/chacha/chacha_enc.o ../crypto/chacha/chacha_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cmac/cm_ameth.d.tmp -MT crypto/cmac/cm_ameth.o -c -o crypto/cmac/cm_ameth.o ../crypto/cmac/cm_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cmac/cm_pmeth.d.tmp -MT crypto/cmac/cm_pmeth.o -c -o crypto/cmac/cm_pmeth.o ../crypto/cmac/cm_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cmac/cmac.d.tmp -MT crypto/cmac/cmac.o -c -o crypto/cmac/cmac.o ../crypto/cmac/cmac.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_asn1.d.tmp -MT crypto/cms/cms_asn1.o -c -o crypto/cms/cms_asn1.o ../crypto/cms/cms_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_att.d.tmp -MT crypto/cms/cms_att.o -c -o crypto/cms/cms_att.o ../crypto/cms/cms_att.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_cd.d.tmp -MT crypto/cms/cms_cd.o -c -o crypto/cms/cms_cd.o ../crypto/cms/cms_cd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_dd.d.tmp -MT crypto/cms/cms_dd.o -c -o crypto/cms/cms_dd.o ../crypto/cms/cms_dd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_enc.d.tmp -MT crypto/cms/cms_enc.o -c -o crypto/cms/cms_enc.o ../crypto/cms/cms_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_env.d.tmp -MT crypto/cms/cms_env.o -c -o crypto/cms/cms_env.o ../crypto/cms/cms_env.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_err.d.tmp -MT crypto/cms/cms_err.o -c -o crypto/cms/cms_err.o ../crypto/cms/cms_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_ess.d.tmp -MT crypto/cms/cms_ess.o -c -o crypto/cms/cms_ess.o ../crypto/cms/cms_ess.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_io.d.tmp -MT crypto/cms/cms_io.o -c -o crypto/cms/cms_io.o ../crypto/cms/cms_io.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_kari.d.tmp -MT crypto/cms/cms_kari.o -c -o crypto/cms/cms_kari.o ../crypto/cms/cms_kari.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_lib.d.tmp -MT crypto/cms/cms_lib.o -c -o crypto/cms/cms_lib.o ../crypto/cms/cms_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_pwri.d.tmp -MT crypto/cms/cms_pwri.o -c -o crypto/cms/cms_pwri.o ../crypto/cms/cms_pwri.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_sd.d.tmp -MT crypto/cms/cms_sd.o -c -o crypto/cms/cms_sd.o ../crypto/cms/cms_sd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_smime.d.tmp -MT crypto/cms/cms_smime.o -c -o crypto/cms/cms_smime.o ../crypto/cms/cms_smime.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/comp/c_zlib.d.tmp -MT crypto/comp/c_zlib.o -c -o crypto/comp/c_zlib.o ../crypto/comp/c_zlib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/comp/comp_err.d.tmp -MT crypto/comp/comp_err.o -c -o crypto/comp/comp_err.o ../crypto/comp/comp_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/comp/comp_lib.d.tmp -MT crypto/comp/comp_lib.o -c -o crypto/comp/comp_lib.o ../crypto/comp/comp_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_api.d.tmp -MT crypto/conf/conf_api.o -c -o crypto/conf/conf_api.o ../crypto/conf/conf_api.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_def.d.tmp -MT crypto/conf/conf_def.o -c -o crypto/conf/conf_def.o ../crypto/conf/conf_def.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_err.d.tmp -MT crypto/conf/conf_err.o -c -o crypto/conf/conf_err.o ../crypto/conf/conf_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_lib.d.tmp -MT crypto/conf/conf_lib.o -c -o crypto/conf/conf_lib.o ../crypto/conf/conf_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_mall.d.tmp -MT crypto/conf/conf_mall.o -c -o crypto/conf/conf_mall.o ../crypto/conf/conf_mall.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_mod.d.tmp -MT crypto/conf/conf_mod.o -c -o crypto/conf/conf_mod.o ../crypto/conf/conf_mod.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_sap.d.tmp -MT crypto/conf/conf_sap.o -c -o crypto/conf/conf_sap.o ../crypto/conf/conf_sap.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_ssl.d.tmp -MT crypto/conf/conf_ssl.o -c -o crypto/conf/conf_ssl.o ../crypto/conf/conf_ssl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cpt_err.d.tmp -MT crypto/cpt_err.o -c -o crypto/cpt_err.o ../crypto/cpt_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cryptlib.d.tmp -MT crypto/cryptlib.o -c -o crypto/cryptlib.o ../crypto/cryptlib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_b64.d.tmp -MT crypto/ct/ct_b64.o -c -o crypto/ct/ct_b64.o ../crypto/ct/ct_b64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_err.d.tmp -MT crypto/ct/ct_err.o -c -o crypto/ct/ct_err.o ../crypto/ct/ct_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_log.d.tmp -MT crypto/ct/ct_log.o -c -o crypto/ct/ct_log.o ../crypto/ct/ct_log.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_oct.d.tmp -MT crypto/ct/ct_oct.o -c -o crypto/ct/ct_oct.o ../crypto/ct/ct_oct.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_policy.d.tmp -MT crypto/ct/ct_policy.o -c -o crypto/ct/ct_policy.o ../crypto/ct/ct_policy.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_prn.d.tmp -MT crypto/ct/ct_prn.o -c -o crypto/ct/ct_prn.o ../crypto/ct/ct_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_sct.d.tmp -MT crypto/ct/ct_sct.o -c -o crypto/ct/ct_sct.o ../crypto/ct/ct_sct.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_sct_ctx.d.tmp -MT crypto/ct/ct_sct_ctx.o -c -o crypto/ct/ct_sct_ctx.o ../crypto/ct/ct_sct_ctx.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_vfy.d.tmp -MT crypto/ct/ct_vfy.o -c -o crypto/ct/ct_vfy.o ../crypto/ct/ct_vfy.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_x509v3.d.tmp -MT crypto/ct/ct_x509v3.o -c -o crypto/ct/ct_x509v3.o ../crypto/ct/ct_x509v3.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ctype.d.tmp -MT crypto/ctype.o -c -o crypto/ctype.o ../crypto/ctype.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bf_buff.d.tmp -MT crypto/bio/bf_buff.o -c -o crypto/bio/bf_buff.o ../crypto/bio/bf_buff.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bf_lbuf.d.tmp -MT crypto/bio/bf_lbuf.o -c -o crypto/bio/bf_lbuf.o ../crypto/bio/bf_lbuf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bf_nbio.d.tmp -MT crypto/bio/bf_nbio.o -c -o crypto/bio/bf_nbio.o ../crypto/bio/bf_nbio.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bf_null.d.tmp -MT crypto/bio/bf_null.o -c -o crypto/bio/bf_null.o ../crypto/bio/bf_null.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bio_cb.d.tmp -MT crypto/bio/bio_cb.o -c -o crypto/bio/bio_cb.o ../crypto/bio/bio_cb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bio_err.d.tmp -MT crypto/bio/bio_err.o -c -o crypto/bio/bio_err.o ../crypto/bio/bio_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bio_lib.d.tmp -MT crypto/bio/bio_lib.o -c -o crypto/bio/bio_lib.o ../crypto/bio/bio_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bio_meth.d.tmp -MT crypto/bio/bio_meth.o -c -o crypto/bio/bio_meth.o ../crypto/bio/bio_meth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_acpt.d.tmp -MT crypto/bio/bss_acpt.o -c -o crypto/bio/bss_acpt.o ../crypto/bio/bss_acpt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_bio.d.tmp -MT crypto/bio/bss_bio.o -c -o crypto/bio/bss_bio.o ../crypto/bio/bss_bio.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_conn.d.tmp -MT crypto/bio/bss_conn.o -c -o crypto/bio/bss_conn.o ../crypto/bio/bss_conn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_dgram.d.tmp -MT crypto/bio/bss_dgram.o -c -o crypto/bio/bss_dgram.o ../crypto/bio/bss_dgram.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_fd.d.tmp -MT crypto/bio/bss_fd.o -c -o crypto/bio/bss_fd.o ../crypto/bio/bss_fd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_file.d.tmp -MT crypto/bio/bss_file.o -c -o crypto/bio/bss_file.o ../crypto/bio/bss_file.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_log.d.tmp -MT crypto/bio/bss_log.o -c -o crypto/bio/bss_log.o ../crypto/bio/bss_log.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_mem.d.tmp -MT crypto/bio/bss_mem.o -c -o crypto/bio/bss_mem.o ../crypto/bio/bss_mem.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_null.d.tmp -MT crypto/bio/bss_null.o -c -o crypto/bio/bss_null.o ../crypto/bio/bss_null.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bio/bss_sock.d.tmp -MT crypto/bio/bss_sock.o -c -o crypto/bio/bss_sock.o ../crypto/bio/bss_sock.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/blake2/blake2b.d.tmp -MT crypto/blake2/blake2b.o -c -o crypto/blake2/blake2b.o ../crypto/blake2/blake2b.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/blake2/blake2s.d.tmp -MT crypto/blake2/blake2s.o -c -o crypto/blake2/blake2s.o ../crypto/blake2/blake2s.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/blake2/m_blake2b.d.tmp -MT crypto/blake2/m_blake2b.o -c -o crypto/blake2/m_blake2b.o ../crypto/blake2/m_blake2b.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/blake2/m_blake2s.d.tmp -MT crypto/blake2/m_blake2s.o -c -o crypto/blake2/m_blake2s.o ../crypto/blake2/m_blake2s.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_add.d.tmp -MT crypto/bn/bn_add.o -c -o crypto/bn/bn_add.o ../crypto/bn/bn_add.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_asm.d.tmp -MT crypto/bn/bn_asm.o -c -o crypto/bn/bn_asm.o ../crypto/bn/bn_asm.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_blind.d.tmp -MT crypto/bn/bn_blind.o -c -o crypto/bn/bn_blind.o ../crypto/bn/bn_blind.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_const.d.tmp -MT crypto/bn/bn_const.o -c -o crypto/bn/bn_const.o ../crypto/bn/bn_const.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_ctx.d.tmp -MT crypto/bn/bn_ctx.o -c -o crypto/bn/bn_ctx.o ../crypto/bn/bn_ctx.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_depr.d.tmp -MT crypto/bn/bn_depr.o -c -o crypto/bn/bn_depr.o ../crypto/bn/bn_depr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_dh.d.tmp -MT crypto/bn/bn_dh.o -c -o crypto/bn/bn_dh.o ../crypto/bn/bn_dh.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_div.d.tmp -MT crypto/bn/bn_div.o -c -o crypto/bn/bn_div.o ../crypto/bn/bn_div.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_err.d.tmp -MT crypto/bn/bn_err.o -c -o crypto/bn/bn_err.o ../crypto/bn/bn_err.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_exp.d.tmp -MT crypto/bn/bn_exp.o -c -o crypto/bn/bn_exp.o ../crypto/bn/bn_exp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_exp2.d.tmp -MT crypto/bn/bn_exp2.o -c -o crypto/bn/bn_exp2.o ../crypto/bn/bn_exp2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_gcd.d.tmp -MT crypto/bn/bn_gcd.o -c -o crypto/bn/bn_gcd.o ../crypto/bn/bn_gcd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_gf2m.d.tmp -MT crypto/bn/bn_gf2m.o -c -o crypto/bn/bn_gf2m.o ../crypto/bn/bn_gf2m.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_intern.d.tmp -MT crypto/bn/bn_intern.o -c -o crypto/bn/bn_intern.o ../crypto/bn/bn_intern.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_kron.d.tmp -MT crypto/bn/bn_kron.o -c -o crypto/bn/bn_kron.o ../crypto/bn/bn_kron.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_lib.d.tmp -MT crypto/bn/bn_lib.o -c -o crypto/bn/bn_lib.o ../crypto/bn/bn_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_mod.d.tmp -MT crypto/bn/bn_mod.o -c -o crypto/bn/bn_mod.o ../crypto/bn/bn_mod.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_mont.d.tmp -MT crypto/bn/bn_mont.o -c -o crypto/bn/bn_mont.o ../crypto/bn/bn_mont.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_mpi.d.tmp -MT crypto/bn/bn_mpi.o -c -o crypto/bn/bn_mpi.o ../crypto/bn/bn_mpi.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_mul.d.tmp -MT crypto/bn/bn_mul.o -c -o crypto/bn/bn_mul.o ../crypto/bn/bn_mul.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_nist.d.tmp -MT crypto/bn/bn_nist.o -c -o crypto/bn/bn_nist.o ../crypto/bn/bn_nist.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_prime.d.tmp -MT crypto/bn/bn_prime.o -c -o crypto/bn/bn_prime.o ../crypto/bn/bn_prime.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_print.d.tmp -MT crypto/bn/bn_print.o -c -o crypto/bn/bn_print.o ../crypto/bn/bn_print.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_rand.d.tmp -MT crypto/bn/bn_rand.o -c -o crypto/bn/bn_rand.o ../crypto/bn/bn_rand.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_recp.d.tmp -MT crypto/bn/bn_recp.o -c -o crypto/bn/bn_recp.o ../crypto/bn/bn_recp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_shift.d.tmp -MT crypto/bn/bn_shift.o -c -o crypto/bn/bn_shift.o ../crypto/bn/bn_shift.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_sqr.d.tmp -MT crypto/bn/bn_sqr.o -c -o crypto/bn/bn_sqr.o ../crypto/bn/bn_sqr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_sqrt.d.tmp -MT crypto/bn/bn_sqrt.o -c -o crypto/bn/bn_sqrt.o ../crypto/bn/bn_sqrt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_srp.d.tmp -MT crypto/bn/bn_srp.o -c -o crypto/bn/bn_srp.o ../crypto/bn/bn_srp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_word.d.tmp -MT crypto/bn/bn_word.o -c -o crypto/bn/bn_word.o ../crypto/bn/bn_word.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/bn/bn_x931p.d.tmp -MT crypto/bn/bn_x931p.o -c -o crypto/bn/bn_x931p.o ../crypto/bn/bn_x931p.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/buffer/buf_err.d.tmp -MT crypto/buffer/buf_err.o -c -o crypto/buffer/buf_err.o ../crypto/buffer/buf_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/buffer/buffer.d.tmp -MT crypto/buffer/buffer.o -c -o crypto/buffer/buffer.o ../crypto/buffer/buffer.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/camellia.d.tmp -MT crypto/camellia/camellia.o -c -o crypto/camellia/camellia.o ../crypto/camellia/camellia.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/cmll_cbc.d.tmp -MT crypto/camellia/cmll_cbc.o -c -o crypto/camellia/cmll_cbc.o ../crypto/camellia/cmll_cbc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/cmll_cfb.d.tmp -MT crypto/camellia/cmll_cfb.o -c -o crypto/camellia/cmll_cfb.o ../crypto/camellia/cmll_cfb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/cmll_ctr.d.tmp -MT crypto/camellia/cmll_ctr.o -c -o crypto/camellia/cmll_ctr.o ../crypto/camellia/cmll_ctr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/cmll_ecb.d.tmp -MT crypto/camellia/cmll_ecb.o -c -o crypto/camellia/cmll_ecb.o ../crypto/camellia/cmll_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/cmll_misc.d.tmp -MT crypto/camellia/cmll_misc.o -c -o crypto/camellia/cmll_misc.o ../crypto/camellia/cmll_misc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/camellia/cmll_ofb.d.tmp -MT crypto/camellia/cmll_ofb.o -c -o crypto/camellia/cmll_ofb.o ../crypto/camellia/cmll_ofb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cast/c_cfb64.d.tmp -MT crypto/cast/c_cfb64.o -c -o crypto/cast/c_cfb64.o ../crypto/cast/c_cfb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cast/c_ecb.d.tmp -MT crypto/cast/c_ecb.o -c -o crypto/cast/c_ecb.o ../crypto/cast/c_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cast/c_enc.d.tmp -MT crypto/cast/c_enc.o -c -o crypto/cast/c_enc.o ../crypto/cast/c_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cast/c_ofb64.d.tmp -MT crypto/cast/c_ofb64.o -c -o crypto/cast/c_ofb64.o ../crypto/cast/c_ofb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cast/c_skey.d.tmp -MT crypto/cast/c_skey.o -c -o crypto/cast/c_skey.o ../crypto/cast/c_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/chacha/chacha_enc.d.tmp -MT crypto/chacha/chacha_enc.o -c -o crypto/chacha/chacha_enc.o ../crypto/chacha/chacha_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cmac/cm_ameth.d.tmp -MT crypto/cmac/cm_ameth.o -c -o crypto/cmac/cm_ameth.o ../crypto/cmac/cm_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cmac/cm_pmeth.d.tmp -MT crypto/cmac/cm_pmeth.o -c -o crypto/cmac/cm_pmeth.o ../crypto/cmac/cm_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cmac/cmac.d.tmp -MT crypto/cmac/cmac.o -c -o crypto/cmac/cmac.o ../crypto/cmac/cmac.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_asn1.d.tmp -MT crypto/cms/cms_asn1.o -c -o crypto/cms/cms_asn1.o ../crypto/cms/cms_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_att.d.tmp -MT crypto/cms/cms_att.o -c -o crypto/cms/cms_att.o ../crypto/cms/cms_att.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_cd.d.tmp -MT crypto/cms/cms_cd.o -c -o crypto/cms/cms_cd.o ../crypto/cms/cms_cd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_dd.d.tmp -MT crypto/cms/cms_dd.o -c -o crypto/cms/cms_dd.o ../crypto/cms/cms_dd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_enc.d.tmp -MT crypto/cms/cms_enc.o -c -o crypto/cms/cms_enc.o ../crypto/cms/cms_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_env.d.tmp -MT crypto/cms/cms_env.o -c -o crypto/cms/cms_env.o ../crypto/cms/cms_env.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_err.d.tmp -MT crypto/cms/cms_err.o -c -o crypto/cms/cms_err.o ../crypto/cms/cms_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_ess.d.tmp -MT crypto/cms/cms_ess.o -c -o crypto/cms/cms_ess.o ../crypto/cms/cms_ess.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_io.d.tmp -MT crypto/cms/cms_io.o -c -o crypto/cms/cms_io.o ../crypto/cms/cms_io.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_kari.d.tmp -MT crypto/cms/cms_kari.o -c -o crypto/cms/cms_kari.o ../crypto/cms/cms_kari.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_lib.d.tmp -MT crypto/cms/cms_lib.o -c -o crypto/cms/cms_lib.o ../crypto/cms/cms_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_pwri.d.tmp -MT crypto/cms/cms_pwri.o -c -o crypto/cms/cms_pwri.o ../crypto/cms/cms_pwri.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_sd.d.tmp -MT crypto/cms/cms_sd.o -c -o crypto/cms/cms_sd.o ../crypto/cms/cms_sd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cms/cms_smime.d.tmp -MT crypto/cms/cms_smime.o -c -o crypto/cms/cms_smime.o ../crypto/cms/cms_smime.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/comp/c_zlib.d.tmp -MT crypto/comp/c_zlib.o -c -o crypto/comp/c_zlib.o ../crypto/comp/c_zlib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/comp/comp_err.d.tmp -MT crypto/comp/comp_err.o -c -o crypto/comp/comp_err.o ../crypto/comp/comp_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/comp/comp_lib.d.tmp -MT crypto/comp/comp_lib.o -c -o crypto/comp/comp_lib.o ../crypto/comp/comp_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_api.d.tmp -MT crypto/conf/conf_api.o -c -o crypto/conf/conf_api.o ../crypto/conf/conf_api.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_def.d.tmp -MT crypto/conf/conf_def.o -c -o crypto/conf/conf_def.o ../crypto/conf/conf_def.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_err.d.tmp -MT crypto/conf/conf_err.o -c -o crypto/conf/conf_err.o ../crypto/conf/conf_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_lib.d.tmp -MT crypto/conf/conf_lib.o -c -o crypto/conf/conf_lib.o ../crypto/conf/conf_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_mall.d.tmp -MT crypto/conf/conf_mall.o -c -o crypto/conf/conf_mall.o ../crypto/conf/conf_mall.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_mod.d.tmp -MT crypto/conf/conf_mod.o -c -o crypto/conf/conf_mod.o ../crypto/conf/conf_mod.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_sap.d.tmp -MT crypto/conf/conf_sap.o -c -o crypto/conf/conf_sap.o ../crypto/conf/conf_sap.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/conf/conf_ssl.d.tmp -MT crypto/conf/conf_ssl.o -c -o crypto/conf/conf_ssl.o ../crypto/conf/conf_ssl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cpt_err.d.tmp -MT crypto/cpt_err.o -c -o crypto/cpt_err.o ../crypto/cpt_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cryptlib.d.tmp -MT crypto/cryptlib.o -c -o crypto/cryptlib.o ../crypto/cryptlib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_b64.d.tmp -MT crypto/ct/ct_b64.o -c -o crypto/ct/ct_b64.o ../crypto/ct/ct_b64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_err.d.tmp -MT crypto/ct/ct_err.o -c -o crypto/ct/ct_err.o ../crypto/ct/ct_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_log.d.tmp -MT crypto/ct/ct_log.o -c -o crypto/ct/ct_log.o ../crypto/ct/ct_log.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_oct.d.tmp -MT crypto/ct/ct_oct.o -c -o crypto/ct/ct_oct.o ../crypto/ct/ct_oct.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_policy.d.tmp -MT crypto/ct/ct_policy.o -c -o crypto/ct/ct_policy.o ../crypto/ct/ct_policy.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_prn.d.tmp -MT crypto/ct/ct_prn.o -c -o crypto/ct/ct_prn.o ../crypto/ct/ct_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_sct.d.tmp -MT crypto/ct/ct_sct.o -c -o crypto/ct/ct_sct.o ../crypto/ct/ct_sct.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_sct_ctx.d.tmp -MT crypto/ct/ct_sct_ctx.o -c -o crypto/ct/ct_sct_ctx.o ../crypto/ct/ct_sct_ctx.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_vfy.d.tmp -MT crypto/ct/ct_vfy.o -c -o crypto/ct/ct_vfy.o ../crypto/ct/ct_vfy.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ct/ct_x509v3.d.tmp -MT crypto/ct/ct_x509v3.o -c -o crypto/ct/ct_x509v3.o ../crypto/ct/ct_x509v3.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ctype.d.tmp -MT crypto/ctype.o -c -o crypto/ctype.o ../crypto/ctype.c /usr/bin/perl ../util/mkbuildinf.pl "gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG" "mingw64" > crypto/buildinf.h -gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cversion.d.tmp -MT crypto/cversion.o -c -o crypto/cversion.o ../crypto/cversion.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/cbc_cksm.d.tmp -MT crypto/des/cbc_cksm.o -c -o crypto/des/cbc_cksm.o ../crypto/des/cbc_cksm.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/cbc_enc.d.tmp -MT crypto/des/cbc_enc.o -c -o crypto/des/cbc_enc.o ../crypto/des/cbc_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/cfb64ede.d.tmp -MT crypto/des/cfb64ede.o -c -o crypto/des/cfb64ede.o ../crypto/des/cfb64ede.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/cfb64enc.d.tmp -MT crypto/des/cfb64enc.o -c -o crypto/des/cfb64enc.o ../crypto/des/cfb64enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/cfb_enc.d.tmp -MT crypto/des/cfb_enc.o -c -o crypto/des/cfb_enc.o ../crypto/des/cfb_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/des_enc.d.tmp -MT crypto/des/des_enc.o -c -o crypto/des/des_enc.o ../crypto/des/des_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/ecb3_enc.d.tmp -MT crypto/des/ecb3_enc.o -c -o crypto/des/ecb3_enc.o ../crypto/des/ecb3_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/ecb_enc.d.tmp -MT crypto/des/ecb_enc.o -c -o crypto/des/ecb_enc.o ../crypto/des/ecb_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/fcrypt.d.tmp -MT crypto/des/fcrypt.o -c -o crypto/des/fcrypt.o ../crypto/des/fcrypt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/fcrypt_b.d.tmp -MT crypto/des/fcrypt_b.o -c -o crypto/des/fcrypt_b.o ../crypto/des/fcrypt_b.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/ofb64ede.d.tmp -MT crypto/des/ofb64ede.o -c -o crypto/des/ofb64ede.o ../crypto/des/ofb64ede.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/ofb64enc.d.tmp -MT crypto/des/ofb64enc.o -c -o crypto/des/ofb64enc.o ../crypto/des/ofb64enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/ofb_enc.d.tmp -MT crypto/des/ofb_enc.o -c -o crypto/des/ofb_enc.o ../crypto/des/ofb_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/pcbc_enc.d.tmp -MT crypto/des/pcbc_enc.o -c -o crypto/des/pcbc_enc.o ../crypto/des/pcbc_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/qud_cksm.d.tmp -MT crypto/des/qud_cksm.o -c -o crypto/des/qud_cksm.o ../crypto/des/qud_cksm.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/rand_key.d.tmp -MT crypto/des/rand_key.o -c -o crypto/des/rand_key.o ../crypto/des/rand_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/set_key.d.tmp -MT crypto/des/set_key.o -c -o crypto/des/set_key.o ../crypto/des/set_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/str2key.d.tmp -MT crypto/des/str2key.o -c -o crypto/des/str2key.o ../crypto/des/str2key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/xcbc_enc.d.tmp -MT crypto/des/xcbc_enc.o -c -o crypto/des/xcbc_enc.o ../crypto/des/xcbc_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_ameth.d.tmp -MT crypto/dh/dh_ameth.o -c -o crypto/dh/dh_ameth.o ../crypto/dh/dh_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_asn1.d.tmp -MT crypto/dh/dh_asn1.o -c -o crypto/dh/dh_asn1.o ../crypto/dh/dh_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_check.d.tmp -MT crypto/dh/dh_check.o -c -o crypto/dh/dh_check.o ../crypto/dh/dh_check.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_depr.d.tmp -MT crypto/dh/dh_depr.o -c -o crypto/dh/dh_depr.o ../crypto/dh/dh_depr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_err.d.tmp -MT crypto/dh/dh_err.o -c -o crypto/dh/dh_err.o ../crypto/dh/dh_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_gen.d.tmp -MT crypto/dh/dh_gen.o -c -o crypto/dh/dh_gen.o ../crypto/dh/dh_gen.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_kdf.d.tmp -MT crypto/dh/dh_kdf.o -c -o crypto/dh/dh_kdf.o ../crypto/dh/dh_kdf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_key.d.tmp -MT crypto/dh/dh_key.o -c -o crypto/dh/dh_key.o ../crypto/dh/dh_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_lib.d.tmp -MT crypto/dh/dh_lib.o -c -o crypto/dh/dh_lib.o ../crypto/dh/dh_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_meth.d.tmp -MT crypto/dh/dh_meth.o -c -o crypto/dh/dh_meth.o ../crypto/dh/dh_meth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_pmeth.d.tmp -MT crypto/dh/dh_pmeth.o -c -o crypto/dh/dh_pmeth.o ../crypto/dh/dh_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_prn.d.tmp -MT crypto/dh/dh_prn.o -c -o crypto/dh/dh_prn.o ../crypto/dh/dh_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_rfc5114.d.tmp -MT crypto/dh/dh_rfc5114.o -c -o crypto/dh/dh_rfc5114.o ../crypto/dh/dh_rfc5114.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_rfc7919.d.tmp -MT crypto/dh/dh_rfc7919.o -c -o crypto/dh/dh_rfc7919.o ../crypto/dh/dh_rfc7919.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_ameth.d.tmp -MT crypto/dsa/dsa_ameth.o -c -o crypto/dsa/dsa_ameth.o ../crypto/dsa/dsa_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_asn1.d.tmp -MT crypto/dsa/dsa_asn1.o -c -o crypto/dsa/dsa_asn1.o ../crypto/dsa/dsa_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_depr.d.tmp -MT crypto/dsa/dsa_depr.o -c -o crypto/dsa/dsa_depr.o ../crypto/dsa/dsa_depr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_err.d.tmp -MT crypto/dsa/dsa_err.o -c -o crypto/dsa/dsa_err.o ../crypto/dsa/dsa_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_gen.d.tmp -MT crypto/dsa/dsa_gen.o -c -o crypto/dsa/dsa_gen.o ../crypto/dsa/dsa_gen.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_key.d.tmp -MT crypto/dsa/dsa_key.o -c -o crypto/dsa/dsa_key.o ../crypto/dsa/dsa_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_lib.d.tmp -MT crypto/dsa/dsa_lib.o -c -o crypto/dsa/dsa_lib.o ../crypto/dsa/dsa_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_meth.d.tmp -MT crypto/dsa/dsa_meth.o -c -o crypto/dsa/dsa_meth.o ../crypto/dsa/dsa_meth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_ossl.d.tmp -MT crypto/dsa/dsa_ossl.o -c -o crypto/dsa/dsa_ossl.o ../crypto/dsa/dsa_ossl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_pmeth.d.tmp -MT crypto/dsa/dsa_pmeth.o -c -o crypto/dsa/dsa_pmeth.o ../crypto/dsa/dsa_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_prn.d.tmp -MT crypto/dsa/dsa_prn.o -c -o crypto/dsa/dsa_prn.o ../crypto/dsa/dsa_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_sign.d.tmp -MT crypto/dsa/dsa_sign.o -c -o crypto/dsa/dsa_sign.o ../crypto/dsa/dsa_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_vrf.d.tmp -MT crypto/dsa/dsa_vrf.o -c -o crypto/dsa/dsa_vrf.o ../crypto/dsa/dsa_vrf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_dl.d.tmp -MT crypto/dso/dso_dl.o -c -o crypto/dso/dso_dl.o ../crypto/dso/dso_dl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_dlfcn.d.tmp -MT crypto/dso/dso_dlfcn.o -c -o crypto/dso/dso_dlfcn.o ../crypto/dso/dso_dlfcn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_err.d.tmp -MT crypto/dso/dso_err.o -c -o crypto/dso/dso_err.o ../crypto/dso/dso_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_lib.d.tmp -MT crypto/dso/dso_lib.o -c -o crypto/dso/dso_lib.o ../crypto/dso/dso_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_openssl.d.tmp -MT crypto/dso/dso_openssl.o -c -o crypto/dso/dso_openssl.o ../crypto/dso/dso_openssl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_vms.d.tmp -MT crypto/dso/dso_vms.o -c -o crypto/dso/dso_vms.o ../crypto/dso/dso_vms.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_win32.d.tmp -MT crypto/dso/dso_win32.o -c -o crypto/dso/dso_win32.o ../crypto/dso/dso_win32.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ebcdic.d.tmp -MT crypto/ebcdic.o -c -o crypto/ebcdic.o ../crypto/ebcdic.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve25519.d.tmp -MT crypto/ec/curve25519.o -c -o crypto/ec/curve25519.o ../crypto/ec/curve25519.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve448/arch_32/f_impl.d.tmp -MT crypto/ec/curve448/arch_32/f_impl.o -c -o crypto/ec/curve448/arch_32/f_impl.o ../crypto/ec/curve448/arch_32/f_impl.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve448/curve448.d.tmp -MT crypto/ec/curve448/curve448.o -c -o crypto/ec/curve448/curve448.o ../crypto/ec/curve448/curve448.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve448/curve448_tables.d.tmp -MT crypto/ec/curve448/curve448_tables.o -c -o crypto/ec/curve448/curve448_tables.o ../crypto/ec/curve448/curve448_tables.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve448/eddsa.d.tmp -MT crypto/ec/curve448/eddsa.o -c -o crypto/ec/curve448/eddsa.o ../crypto/ec/curve448/eddsa.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve448/f_generic.d.tmp -MT crypto/ec/curve448/f_generic.o -c -o crypto/ec/curve448/f_generic.o ../crypto/ec/curve448/f_generic.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve448/scalar.d.tmp -MT crypto/ec/curve448/scalar.o -c -o crypto/ec/curve448/scalar.o ../crypto/ec/curve448/scalar.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec2_oct.d.tmp -MT crypto/ec/ec2_oct.o -c -o crypto/ec/ec2_oct.o ../crypto/ec/ec2_oct.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec2_smpl.d.tmp -MT crypto/ec/ec2_smpl.o -c -o crypto/ec/ec2_smpl.o ../crypto/ec/ec2_smpl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_ameth.d.tmp -MT crypto/ec/ec_ameth.o -c -o crypto/ec/ec_ameth.o ../crypto/ec/ec_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_asn1.d.tmp -MT crypto/ec/ec_asn1.o -c -o crypto/ec/ec_asn1.o ../crypto/ec/ec_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_check.d.tmp -MT crypto/ec/ec_check.o -c -o crypto/ec/ec_check.o ../crypto/ec/ec_check.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_curve.d.tmp -MT crypto/ec/ec_curve.o -c -o crypto/ec/ec_curve.o ../crypto/ec/ec_curve.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_cvt.d.tmp -MT crypto/ec/ec_cvt.o -c -o crypto/ec/ec_cvt.o ../crypto/ec/ec_cvt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_err.d.tmp -MT crypto/ec/ec_err.o -c -o crypto/ec/ec_err.o ../crypto/ec/ec_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_key.d.tmp -MT crypto/ec/ec_key.o -c -o crypto/ec/ec_key.o ../crypto/ec/ec_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_kmeth.d.tmp -MT crypto/ec/ec_kmeth.o -c -o crypto/ec/ec_kmeth.o ../crypto/ec/ec_kmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_lib.d.tmp -MT crypto/ec/ec_lib.o -c -o crypto/ec/ec_lib.o ../crypto/ec/ec_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_mult.d.tmp -MT crypto/ec/ec_mult.o -c -o crypto/ec/ec_mult.o ../crypto/ec/ec_mult.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_oct.d.tmp -MT crypto/ec/ec_oct.o -c -o crypto/ec/ec_oct.o ../crypto/ec/ec_oct.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_pmeth.d.tmp -MT crypto/ec/ec_pmeth.o -c -o crypto/ec/ec_pmeth.o ../crypto/ec/ec_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_print.d.tmp -MT crypto/ec/ec_print.o -c -o crypto/ec/ec_print.o ../crypto/ec/ec_print.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecdh_kdf.d.tmp -MT crypto/ec/ecdh_kdf.o -c -o crypto/ec/ecdh_kdf.o ../crypto/ec/ecdh_kdf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecdh_ossl.d.tmp -MT crypto/ec/ecdh_ossl.o -c -o crypto/ec/ecdh_ossl.o ../crypto/ec/ecdh_ossl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecdsa_ossl.d.tmp -MT crypto/ec/ecdsa_ossl.o -c -o crypto/ec/ecdsa_ossl.o ../crypto/ec/ecdsa_ossl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecdsa_sign.d.tmp -MT crypto/ec/ecdsa_sign.o -c -o crypto/ec/ecdsa_sign.o ../crypto/ec/ecdsa_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecdsa_vrf.d.tmp -MT crypto/ec/ecdsa_vrf.o -c -o crypto/ec/ecdsa_vrf.o ../crypto/ec/ecdsa_vrf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/eck_prn.d.tmp -MT crypto/ec/eck_prn.o -c -o crypto/ec/eck_prn.o ../crypto/ec/eck_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_mont.d.tmp -MT crypto/ec/ecp_mont.o -c -o crypto/ec/ecp_mont.o ../crypto/ec/ecp_mont.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_nist.d.tmp -MT crypto/ec/ecp_nist.o -c -o crypto/ec/ecp_nist.o ../crypto/ec/ecp_nist.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_nistp224.d.tmp -MT crypto/ec/ecp_nistp224.o -c -o crypto/ec/ecp_nistp224.o ../crypto/ec/ecp_nistp224.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_nistp256.d.tmp -MT crypto/ec/ecp_nistp256.o -c -o crypto/ec/ecp_nistp256.o ../crypto/ec/ecp_nistp256.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_nistp521.d.tmp -MT crypto/ec/ecp_nistp521.o -c -o crypto/ec/ecp_nistp521.o ../crypto/ec/ecp_nistp521.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_nistputil.d.tmp -MT crypto/ec/ecp_nistputil.o -c -o crypto/ec/ecp_nistputil.o ../crypto/ec/ecp_nistputil.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_oct.d.tmp -MT crypto/ec/ecp_oct.o -c -o crypto/ec/ecp_oct.o ../crypto/ec/ecp_oct.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_smpl.d.tmp -MT crypto/ec/ecp_smpl.o -c -o crypto/ec/ecp_smpl.o ../crypto/ec/ecp_smpl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecx_meth.d.tmp -MT crypto/ec/ecx_meth.o -c -o crypto/ec/ecx_meth.o ../crypto/ec/ecx_meth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_all.d.tmp -MT crypto/engine/eng_all.o -c -o crypto/engine/eng_all.o ../crypto/engine/eng_all.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_cnf.d.tmp -MT crypto/engine/eng_cnf.o -c -o crypto/engine/eng_cnf.o ../crypto/engine/eng_cnf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_ctrl.d.tmp -MT crypto/engine/eng_ctrl.o -c -o crypto/engine/eng_ctrl.o ../crypto/engine/eng_ctrl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_dyn.d.tmp -MT crypto/engine/eng_dyn.o -c -o crypto/engine/eng_dyn.o ../crypto/engine/eng_dyn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_err.d.tmp -MT crypto/engine/eng_err.o -c -o crypto/engine/eng_err.o ../crypto/engine/eng_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_fat.d.tmp -MT crypto/engine/eng_fat.o -c -o crypto/engine/eng_fat.o ../crypto/engine/eng_fat.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_init.d.tmp -MT crypto/engine/eng_init.o -c -o crypto/engine/eng_init.o ../crypto/engine/eng_init.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_lib.d.tmp -MT crypto/engine/eng_lib.o -c -o crypto/engine/eng_lib.o ../crypto/engine/eng_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_list.d.tmp -MT crypto/engine/eng_list.o -c -o crypto/engine/eng_list.o ../crypto/engine/eng_list.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_openssl.d.tmp -MT crypto/engine/eng_openssl.o -c -o crypto/engine/eng_openssl.o ../crypto/engine/eng_openssl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_pkey.d.tmp -MT crypto/engine/eng_pkey.o -c -o crypto/engine/eng_pkey.o ../crypto/engine/eng_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_rdrand.d.tmp -MT crypto/engine/eng_rdrand.o -c -o crypto/engine/eng_rdrand.o ../crypto/engine/eng_rdrand.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_table.d.tmp -MT crypto/engine/eng_table.o -c -o crypto/engine/eng_table.o ../crypto/engine/eng_table.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_asnmth.d.tmp -MT crypto/engine/tb_asnmth.o -c -o crypto/engine/tb_asnmth.o ../crypto/engine/tb_asnmth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_cipher.d.tmp -MT crypto/engine/tb_cipher.o -c -o crypto/engine/tb_cipher.o ../crypto/engine/tb_cipher.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_dh.d.tmp -MT crypto/engine/tb_dh.o -c -o crypto/engine/tb_dh.o ../crypto/engine/tb_dh.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_digest.d.tmp -MT crypto/engine/tb_digest.o -c -o crypto/engine/tb_digest.o ../crypto/engine/tb_digest.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_dsa.d.tmp -MT crypto/engine/tb_dsa.o -c -o crypto/engine/tb_dsa.o ../crypto/engine/tb_dsa.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_eckey.d.tmp -MT crypto/engine/tb_eckey.o -c -o crypto/engine/tb_eckey.o ../crypto/engine/tb_eckey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_pkmeth.d.tmp -MT crypto/engine/tb_pkmeth.o -c -o crypto/engine/tb_pkmeth.o ../crypto/engine/tb_pkmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_rand.d.tmp -MT crypto/engine/tb_rand.o -c -o crypto/engine/tb_rand.o ../crypto/engine/tb_rand.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_rsa.d.tmp -MT crypto/engine/tb_rsa.o -c -o crypto/engine/tb_rsa.o ../crypto/engine/tb_rsa.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/err/err.d.tmp -MT crypto/err/err.o -c -o crypto/err/err.o ../crypto/err/err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/err/err_all.d.tmp -MT crypto/err/err_all.o -c -o crypto/err/err_all.o ../crypto/err/err_all.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/err/err_prn.d.tmp -MT crypto/err/err_prn.o -c -o crypto/err/err_prn.o ../crypto/err/err_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/bio_b64.d.tmp -MT crypto/evp/bio_b64.o -c -o crypto/evp/bio_b64.o ../crypto/evp/bio_b64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/bio_enc.d.tmp -MT crypto/evp/bio_enc.o -c -o crypto/evp/bio_enc.o ../crypto/evp/bio_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/bio_md.d.tmp -MT crypto/evp/bio_md.o -c -o crypto/evp/bio_md.o ../crypto/evp/bio_md.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/bio_ok.d.tmp -MT crypto/evp/bio_ok.o -c -o crypto/evp/bio_ok.o ../crypto/evp/bio_ok.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/c_allc.d.tmp -MT crypto/evp/c_allc.o -c -o crypto/evp/c_allc.o ../crypto/evp/c_allc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/c_alld.d.tmp -MT crypto/evp/c_alld.o -c -o crypto/evp/c_alld.o ../crypto/evp/c_alld.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/cmeth_lib.d.tmp -MT crypto/evp/cmeth_lib.o -c -o crypto/evp/cmeth_lib.o ../crypto/evp/cmeth_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/digest.d.tmp -MT crypto/evp/digest.o -c -o crypto/evp/digest.o ../crypto/evp/digest.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_aes.d.tmp -MT crypto/evp/e_aes.o -c -o crypto/evp/e_aes.o ../crypto/evp/e_aes.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_aes_cbc_hmac_sha1.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha1.o -c -o crypto/evp/e_aes_cbc_hmac_sha1.o ../crypto/evp/e_aes_cbc_hmac_sha1.c -gcc -I. -Icrypto/include -Iinclude -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_aes_cbc_hmac_sha256.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha256.o -c -o crypto/evp/e_aes_cbc_hmac_sha256.o ../crypto/evp/e_aes_cbc_hmac_sha256.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_aria.d.tmp -MT crypto/evp/e_aria.o -c -o crypto/evp/e_aria.o ../crypto/evp/e_aria.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_bf.d.tmp -MT crypto/evp/e_bf.o -c -o crypto/evp/e_bf.o ../crypto/evp/e_bf.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_camellia.d.tmp -MT crypto/evp/e_camellia.o -c -o crypto/evp/e_camellia.o ../crypto/evp/e_camellia.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_cast.d.tmp -MT crypto/evp/e_cast.o -c -o crypto/evp/e_cast.o ../crypto/evp/e_cast.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_chacha20_poly1305.d.tmp -MT crypto/evp/e_chacha20_poly1305.o -c -o crypto/evp/e_chacha20_poly1305.o ../crypto/evp/e_chacha20_poly1305.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_des.d.tmp -MT crypto/evp/e_des.o -c -o crypto/evp/e_des.o ../crypto/evp/e_des.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_des3.d.tmp -MT crypto/evp/e_des3.o -c -o crypto/evp/e_des3.o ../crypto/evp/e_des3.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_idea.d.tmp -MT crypto/evp/e_idea.o -c -o crypto/evp/e_idea.o ../crypto/evp/e_idea.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_null.d.tmp -MT crypto/evp/e_null.o -c -o crypto/evp/e_null.o ../crypto/evp/e_null.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_old.d.tmp -MT crypto/evp/e_old.o -c -o crypto/evp/e_old.o ../crypto/evp/e_old.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_rc2.d.tmp -MT crypto/evp/e_rc2.o -c -o crypto/evp/e_rc2.o ../crypto/evp/e_rc2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_rc4.d.tmp -MT crypto/evp/e_rc4.o -c -o crypto/evp/e_rc4.o ../crypto/evp/e_rc4.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_rc4_hmac_md5.d.tmp -MT crypto/evp/e_rc4_hmac_md5.o -c -o crypto/evp/e_rc4_hmac_md5.o ../crypto/evp/e_rc4_hmac_md5.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_rc5.d.tmp -MT crypto/evp/e_rc5.o -c -o crypto/evp/e_rc5.o ../crypto/evp/e_rc5.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_seed.d.tmp -MT crypto/evp/e_seed.o -c -o crypto/evp/e_seed.o ../crypto/evp/e_seed.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_sm4.d.tmp -MT crypto/evp/e_sm4.o -c -o crypto/evp/e_sm4.o ../crypto/evp/e_sm4.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_xcbc_d.d.tmp -MT crypto/evp/e_xcbc_d.o -c -o crypto/evp/e_xcbc_d.o ../crypto/evp/e_xcbc_d.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/encode.d.tmp -MT crypto/evp/encode.o -c -o crypto/evp/encode.o ../crypto/evp/encode.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_cnf.d.tmp -MT crypto/evp/evp_cnf.o -c -o crypto/evp/evp_cnf.o ../crypto/evp/evp_cnf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_enc.d.tmp -MT crypto/evp/evp_enc.o -c -o crypto/evp/evp_enc.o ../crypto/evp/evp_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_err.d.tmp -MT crypto/evp/evp_err.o -c -o crypto/evp/evp_err.o ../crypto/evp/evp_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_key.d.tmp -MT crypto/evp/evp_key.o -c -o crypto/evp/evp_key.o ../crypto/evp/evp_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_lib.d.tmp -MT crypto/evp/evp_lib.o -c -o crypto/evp/evp_lib.o ../crypto/evp/evp_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_pbe.d.tmp -MT crypto/evp/evp_pbe.o -c -o crypto/evp/evp_pbe.o ../crypto/evp/evp_pbe.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_pkey.d.tmp -MT crypto/evp/evp_pkey.o -c -o crypto/evp/evp_pkey.o ../crypto/evp/evp_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_md2.d.tmp -MT crypto/evp/m_md2.o -c -o crypto/evp/m_md2.o ../crypto/evp/m_md2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_md4.d.tmp -MT crypto/evp/m_md4.o -c -o crypto/evp/m_md4.o ../crypto/evp/m_md4.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_md5.d.tmp -MT crypto/evp/m_md5.o -c -o crypto/evp/m_md5.o ../crypto/evp/m_md5.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_md5_sha1.d.tmp -MT crypto/evp/m_md5_sha1.o -c -o crypto/evp/m_md5_sha1.o ../crypto/evp/m_md5_sha1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_mdc2.d.tmp -MT crypto/evp/m_mdc2.o -c -o crypto/evp/m_mdc2.o ../crypto/evp/m_mdc2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_null.d.tmp -MT crypto/evp/m_null.o -c -o crypto/evp/m_null.o ../crypto/evp/m_null.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_ripemd.d.tmp -MT crypto/evp/m_ripemd.o -c -o crypto/evp/m_ripemd.o ../crypto/evp/m_ripemd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_sha1.d.tmp -MT crypto/evp/m_sha1.o -c -o crypto/evp/m_sha1.o ../crypto/evp/m_sha1.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_sha3.d.tmp -MT crypto/evp/m_sha3.o -c -o crypto/evp/m_sha3.o ../crypto/evp/m_sha3.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_sigver.d.tmp -MT crypto/evp/m_sigver.o -c -o crypto/evp/m_sigver.o ../crypto/evp/m_sigver.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_wp.d.tmp -MT crypto/evp/m_wp.o -c -o crypto/evp/m_wp.o ../crypto/evp/m_wp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/names.d.tmp -MT crypto/evp/names.o -c -o crypto/evp/names.o ../crypto/evp/names.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p5_crpt.d.tmp -MT crypto/evp/p5_crpt.o -c -o crypto/evp/p5_crpt.o ../crypto/evp/p5_crpt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p5_crpt2.d.tmp -MT crypto/evp/p5_crpt2.o -c -o crypto/evp/p5_crpt2.o ../crypto/evp/p5_crpt2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_dec.d.tmp -MT crypto/evp/p_dec.o -c -o crypto/evp/p_dec.o ../crypto/evp/p_dec.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_enc.d.tmp -MT crypto/evp/p_enc.o -c -o crypto/evp/p_enc.o ../crypto/evp/p_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_lib.d.tmp -MT crypto/evp/p_lib.o -c -o crypto/evp/p_lib.o ../crypto/evp/p_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_open.d.tmp -MT crypto/evp/p_open.o -c -o crypto/evp/p_open.o ../crypto/evp/p_open.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_seal.d.tmp -MT crypto/evp/p_seal.o -c -o crypto/evp/p_seal.o ../crypto/evp/p_seal.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_sign.d.tmp -MT crypto/evp/p_sign.o -c -o crypto/evp/p_sign.o ../crypto/evp/p_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_verify.d.tmp -MT crypto/evp/p_verify.o -c -o crypto/evp/p_verify.o ../crypto/evp/p_verify.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/pbe_scrypt.d.tmp -MT crypto/evp/pbe_scrypt.o -c -o crypto/evp/pbe_scrypt.o ../crypto/evp/pbe_scrypt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/pmeth_fn.d.tmp -MT crypto/evp/pmeth_fn.o -c -o crypto/evp/pmeth_fn.o ../crypto/evp/pmeth_fn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/pmeth_gn.d.tmp -MT crypto/evp/pmeth_gn.o -c -o crypto/evp/pmeth_gn.o ../crypto/evp/pmeth_gn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/pmeth_lib.d.tmp -MT crypto/evp/pmeth_lib.o -c -o crypto/evp/pmeth_lib.o ../crypto/evp/pmeth_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ex_data.d.tmp -MT crypto/ex_data.o -c -o crypto/ex_data.o ../crypto/ex_data.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/getenv.d.tmp -MT crypto/getenv.o -c -o crypto/getenv.o ../crypto/getenv.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/hmac/hm_ameth.d.tmp -MT crypto/hmac/hm_ameth.o -c -o crypto/hmac/hm_ameth.o ../crypto/hmac/hm_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/hmac/hm_pmeth.d.tmp -MT crypto/hmac/hm_pmeth.o -c -o crypto/hmac/hm_pmeth.o ../crypto/hmac/hm_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/hmac/hmac.d.tmp -MT crypto/hmac/hmac.o -c -o crypto/hmac/hmac.o ../crypto/hmac/hmac.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/idea/i_cbc.d.tmp -MT crypto/idea/i_cbc.o -c -o crypto/idea/i_cbc.o ../crypto/idea/i_cbc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/idea/i_cfb64.d.tmp -MT crypto/idea/i_cfb64.o -c -o crypto/idea/i_cfb64.o ../crypto/idea/i_cfb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/idea/i_ecb.d.tmp -MT crypto/idea/i_ecb.o -c -o crypto/idea/i_ecb.o ../crypto/idea/i_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/idea/i_ofb64.d.tmp -MT crypto/idea/i_ofb64.o -c -o crypto/idea/i_ofb64.o ../crypto/idea/i_ofb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/idea/i_skey.d.tmp -MT crypto/idea/i_skey.o -c -o crypto/idea/i_skey.o ../crypto/idea/i_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/init.d.tmp -MT crypto/init.o -c -o crypto/init.o ../crypto/init.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/kdf/hkdf.d.tmp -MT crypto/kdf/hkdf.o -c -o crypto/kdf/hkdf.o ../crypto/kdf/hkdf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/kdf/kdf_err.d.tmp -MT crypto/kdf/kdf_err.o -c -o crypto/kdf/kdf_err.o ../crypto/kdf/kdf_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/kdf/scrypt.d.tmp -MT crypto/kdf/scrypt.o -c -o crypto/kdf/scrypt.o ../crypto/kdf/scrypt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/kdf/tls1_prf.d.tmp -MT crypto/kdf/tls1_prf.o -c -o crypto/kdf/tls1_prf.o ../crypto/kdf/tls1_prf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/lhash/lh_stats.d.tmp -MT crypto/lhash/lh_stats.o -c -o crypto/lhash/lh_stats.o ../crypto/lhash/lh_stats.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/lhash/lhash.d.tmp -MT crypto/lhash/lhash.o -c -o crypto/lhash/lhash.o ../crypto/lhash/lhash.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/md2/md2_dgst.d.tmp -MT crypto/md2/md2_dgst.o -c -o crypto/md2/md2_dgst.o ../crypto/md2/md2_dgst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/md2/md2_one.d.tmp -MT crypto/md2/md2_one.o -c -o crypto/md2/md2_one.o ../crypto/md2/md2_one.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/md4/md4_dgst.d.tmp -MT crypto/md4/md4_dgst.o -c -o crypto/md4/md4_dgst.o ../crypto/md4/md4_dgst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/md4/md4_one.d.tmp -MT crypto/md4/md4_one.o -c -o crypto/md4/md4_one.o ../crypto/md4/md4_one.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/md5/md5_dgst.d.tmp -MT crypto/md5/md5_dgst.o -c -o crypto/md5/md5_dgst.o ../crypto/md5/md5_dgst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/md5/md5_one.d.tmp -MT crypto/md5/md5_one.o -c -o crypto/md5/md5_one.o ../crypto/md5/md5_one.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/mem.d.tmp -MT crypto/mem.o -c -o crypto/mem.o ../crypto/mem.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/mem_clr.d.tmp -MT crypto/mem_clr.o -c -o crypto/mem_clr.o ../crypto/mem_clr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/mem_dbg.d.tmp -MT crypto/mem_dbg.o -c -o crypto/mem_dbg.o ../crypto/mem_dbg.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/mem_sec.d.tmp -MT crypto/mem_sec.o -c -o crypto/mem_sec.o ../crypto/mem_sec.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/cbc128.d.tmp -MT crypto/modes/cbc128.o -c -o crypto/modes/cbc128.o ../crypto/modes/cbc128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/ccm128.d.tmp -MT crypto/modes/ccm128.o -c -o crypto/modes/ccm128.o ../crypto/modes/ccm128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/cfb128.d.tmp -MT crypto/modes/cfb128.o -c -o crypto/modes/cfb128.o ../crypto/modes/cfb128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/ctr128.d.tmp -MT crypto/modes/ctr128.o -c -o crypto/modes/ctr128.o ../crypto/modes/ctr128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/cts128.d.tmp -MT crypto/modes/cts128.o -c -o crypto/modes/cts128.o ../crypto/modes/cts128.c -gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/gcm128.d.tmp -MT crypto/modes/gcm128.o -c -o crypto/modes/gcm128.o ../crypto/modes/gcm128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/ocb128.d.tmp -MT crypto/modes/ocb128.o -c -o crypto/modes/ocb128.o ../crypto/modes/ocb128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/ofb128.d.tmp -MT crypto/modes/ofb128.o -c -o crypto/modes/ofb128.o ../crypto/modes/ofb128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/wrap128.d.tmp -MT crypto/modes/wrap128.o -c -o crypto/modes/wrap128.o ../crypto/modes/wrap128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/xts128.d.tmp -MT crypto/modes/xts128.o -c -o crypto/modes/xts128.o ../crypto/modes/xts128.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/o_dir.d.tmp -MT crypto/o_dir.o -c -o crypto/o_dir.o ../crypto/o_dir.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/o_fips.d.tmp -MT crypto/o_fips.o -c -o crypto/o_fips.o ../crypto/o_fips.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/o_fopen.d.tmp -MT crypto/o_fopen.o -c -o crypto/o_fopen.o ../crypto/o_fopen.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/o_init.d.tmp -MT crypto/o_init.o -c -o crypto/o_init.o ../crypto/o_init.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/o_str.d.tmp -MT crypto/o_str.o -c -o crypto/o_str.o ../crypto/o_str.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/o_time.d.tmp -MT crypto/o_time.o -c -o crypto/o_time.o ../crypto/o_time.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/objects/o_names.d.tmp -MT crypto/objects/o_names.o -c -o crypto/objects/o_names.o ../crypto/objects/o_names.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/objects/obj_dat.d.tmp -MT crypto/objects/obj_dat.o -c -o crypto/objects/obj_dat.o ../crypto/objects/obj_dat.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/objects/obj_err.d.tmp -MT crypto/objects/obj_err.o -c -o crypto/objects/obj_err.o ../crypto/objects/obj_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/objects/obj_lib.d.tmp -MT crypto/objects/obj_lib.o -c -o crypto/objects/obj_lib.o ../crypto/objects/obj_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/objects/obj_xref.d.tmp -MT crypto/objects/obj_xref.o -c -o crypto/objects/obj_xref.o ../crypto/objects/obj_xref.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_asn.d.tmp -MT crypto/ocsp/ocsp_asn.o -c -o crypto/ocsp/ocsp_asn.o ../crypto/ocsp/ocsp_asn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_cl.d.tmp -MT crypto/ocsp/ocsp_cl.o -c -o crypto/ocsp/ocsp_cl.o ../crypto/ocsp/ocsp_cl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_err.d.tmp -MT crypto/ocsp/ocsp_err.o -c -o crypto/ocsp/ocsp_err.o ../crypto/ocsp/ocsp_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_ext.d.tmp -MT crypto/ocsp/ocsp_ext.o -c -o crypto/ocsp/ocsp_ext.o ../crypto/ocsp/ocsp_ext.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_ht.d.tmp -MT crypto/ocsp/ocsp_ht.o -c -o crypto/ocsp/ocsp_ht.o ../crypto/ocsp/ocsp_ht.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_lib.d.tmp -MT crypto/ocsp/ocsp_lib.o -c -o crypto/ocsp/ocsp_lib.o ../crypto/ocsp/ocsp_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_prn.d.tmp -MT crypto/ocsp/ocsp_prn.o -c -o crypto/ocsp/ocsp_prn.o ../crypto/ocsp/ocsp_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_srv.d.tmp -MT crypto/ocsp/ocsp_srv.o -c -o crypto/ocsp/ocsp_srv.o ../crypto/ocsp/ocsp_srv.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_vfy.d.tmp -MT crypto/ocsp/ocsp_vfy.o -c -o crypto/ocsp/ocsp_vfy.o ../crypto/ocsp/ocsp_vfy.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/v3_ocsp.d.tmp -MT crypto/ocsp/v3_ocsp.o -c -o crypto/ocsp/v3_ocsp.o ../crypto/ocsp/v3_ocsp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_all.d.tmp -MT crypto/pem/pem_all.o -c -o crypto/pem/pem_all.o ../crypto/pem/pem_all.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_err.d.tmp -MT crypto/pem/pem_err.o -c -o crypto/pem/pem_err.o ../crypto/pem/pem_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_info.d.tmp -MT crypto/pem/pem_info.o -c -o crypto/pem/pem_info.o ../crypto/pem/pem_info.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_lib.d.tmp -MT crypto/pem/pem_lib.o -c -o crypto/pem/pem_lib.o ../crypto/pem/pem_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_oth.d.tmp -MT crypto/pem/pem_oth.o -c -o crypto/pem/pem_oth.o ../crypto/pem/pem_oth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_pk8.d.tmp -MT crypto/pem/pem_pk8.o -c -o crypto/pem/pem_pk8.o ../crypto/pem/pem_pk8.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_pkey.d.tmp -MT crypto/pem/pem_pkey.o -c -o crypto/pem/pem_pkey.o ../crypto/pem/pem_pkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_sign.d.tmp -MT crypto/pem/pem_sign.o -c -o crypto/pem/pem_sign.o ../crypto/pem/pem_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_x509.d.tmp -MT crypto/pem/pem_x509.o -c -o crypto/pem/pem_x509.o ../crypto/pem/pem_x509.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_xaux.d.tmp -MT crypto/pem/pem_xaux.o -c -o crypto/pem/pem_xaux.o ../crypto/pem/pem_xaux.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pvkfmt.d.tmp -MT crypto/pem/pvkfmt.o -c -o crypto/pem/pvkfmt.o ../crypto/pem/pvkfmt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_add.d.tmp -MT crypto/pkcs12/p12_add.o -c -o crypto/pkcs12/p12_add.o ../crypto/pkcs12/p12_add.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_asn.d.tmp -MT crypto/pkcs12/p12_asn.o -c -o crypto/pkcs12/p12_asn.o ../crypto/pkcs12/p12_asn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_attr.d.tmp -MT crypto/pkcs12/p12_attr.o -c -o crypto/pkcs12/p12_attr.o ../crypto/pkcs12/p12_attr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_crpt.d.tmp -MT crypto/pkcs12/p12_crpt.o -c -o crypto/pkcs12/p12_crpt.o ../crypto/pkcs12/p12_crpt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_crt.d.tmp -MT crypto/pkcs12/p12_crt.o -c -o crypto/pkcs12/p12_crt.o ../crypto/pkcs12/p12_crt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_decr.d.tmp -MT crypto/pkcs12/p12_decr.o -c -o crypto/pkcs12/p12_decr.o ../crypto/pkcs12/p12_decr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_init.d.tmp -MT crypto/pkcs12/p12_init.o -c -o crypto/pkcs12/p12_init.o ../crypto/pkcs12/p12_init.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_key.d.tmp -MT crypto/pkcs12/p12_key.o -c -o crypto/pkcs12/p12_key.o ../crypto/pkcs12/p12_key.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_kiss.d.tmp -MT crypto/pkcs12/p12_kiss.o -c -o crypto/pkcs12/p12_kiss.o ../crypto/pkcs12/p12_kiss.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_mutl.d.tmp -MT crypto/pkcs12/p12_mutl.o -c -o crypto/pkcs12/p12_mutl.o ../crypto/pkcs12/p12_mutl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_npas.d.tmp -MT crypto/pkcs12/p12_npas.o -c -o crypto/pkcs12/p12_npas.o ../crypto/pkcs12/p12_npas.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_p8d.d.tmp -MT crypto/pkcs12/p12_p8d.o -c -o crypto/pkcs12/p12_p8d.o ../crypto/pkcs12/p12_p8d.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_p8e.d.tmp -MT crypto/pkcs12/p12_p8e.o -c -o crypto/pkcs12/p12_p8e.o ../crypto/pkcs12/p12_p8e.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_sbag.d.tmp -MT crypto/pkcs12/p12_sbag.o -c -o crypto/pkcs12/p12_sbag.o ../crypto/pkcs12/p12_sbag.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_utl.d.tmp -MT crypto/pkcs12/p12_utl.o -c -o crypto/pkcs12/p12_utl.o ../crypto/pkcs12/p12_utl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/pk12err.d.tmp -MT crypto/pkcs12/pk12err.o -c -o crypto/pkcs12/pk12err.o ../crypto/pkcs12/pk12err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/bio_pk7.d.tmp -MT crypto/pkcs7/bio_pk7.o -c -o crypto/pkcs7/bio_pk7.o ../crypto/pkcs7/bio_pk7.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pk7_asn1.d.tmp -MT crypto/pkcs7/pk7_asn1.o -c -o crypto/pkcs7/pk7_asn1.o ../crypto/pkcs7/pk7_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pk7_attr.d.tmp -MT crypto/pkcs7/pk7_attr.o -c -o crypto/pkcs7/pk7_attr.o ../crypto/pkcs7/pk7_attr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pk7_doit.d.tmp -MT crypto/pkcs7/pk7_doit.o -c -o crypto/pkcs7/pk7_doit.o ../crypto/pkcs7/pk7_doit.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pk7_lib.d.tmp -MT crypto/pkcs7/pk7_lib.o -c -o crypto/pkcs7/pk7_lib.o ../crypto/pkcs7/pk7_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pk7_mime.d.tmp -MT crypto/pkcs7/pk7_mime.o -c -o crypto/pkcs7/pk7_mime.o ../crypto/pkcs7/pk7_mime.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pk7_smime.d.tmp -MT crypto/pkcs7/pk7_smime.o -c -o crypto/pkcs7/pk7_smime.o ../crypto/pkcs7/pk7_smime.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pkcs7err.d.tmp -MT crypto/pkcs7/pkcs7err.o -c -o crypto/pkcs7/pkcs7err.o ../crypto/pkcs7/pkcs7err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/poly1305/poly1305.d.tmp -MT crypto/poly1305/poly1305.o -c -o crypto/poly1305/poly1305.o ../crypto/poly1305/poly1305.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/poly1305/poly1305_ameth.d.tmp -MT crypto/poly1305/poly1305_ameth.o -c -o crypto/poly1305/poly1305_ameth.o ../crypto/poly1305/poly1305_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/poly1305/poly1305_pmeth.d.tmp -MT crypto/poly1305/poly1305_pmeth.o -c -o crypto/poly1305/poly1305_pmeth.o ../crypto/poly1305/poly1305_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/drbg_ctr.d.tmp -MT crypto/rand/drbg_ctr.o -c -o crypto/rand/drbg_ctr.o ../crypto/rand/drbg_ctr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/drbg_lib.d.tmp -MT crypto/rand/drbg_lib.o -c -o crypto/rand/drbg_lib.o ../crypto/rand/drbg_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/rand_egd.d.tmp -MT crypto/rand/rand_egd.o -c -o crypto/rand/rand_egd.o ../crypto/rand/rand_egd.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/rand_err.d.tmp -MT crypto/rand/rand_err.o -c -o crypto/rand/rand_err.o ../crypto/rand/rand_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/rand_lib.d.tmp -MT crypto/rand/rand_lib.o -c -o crypto/rand/rand_lib.o ../crypto/rand/rand_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/rand_unix.d.tmp -MT crypto/rand/rand_unix.o -c -o crypto/rand/rand_unix.o ../crypto/rand/rand_unix.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/rand_vms.d.tmp -MT crypto/rand/rand_vms.o -c -o crypto/rand/rand_vms.o ../crypto/rand/rand_vms.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/rand_win.d.tmp -MT crypto/rand/rand_win.o -c -o crypto/rand/rand_win.o ../crypto/rand/rand_win.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/randfile.d.tmp -MT crypto/rand/randfile.o -c -o crypto/rand/randfile.o ../crypto/rand/randfile.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc2/rc2_cbc.d.tmp -MT crypto/rc2/rc2_cbc.o -c -o crypto/rc2/rc2_cbc.o ../crypto/rc2/rc2_cbc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc2/rc2_ecb.d.tmp -MT crypto/rc2/rc2_ecb.o -c -o crypto/rc2/rc2_ecb.o ../crypto/rc2/rc2_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc2/rc2_skey.d.tmp -MT crypto/rc2/rc2_skey.o -c -o crypto/rc2/rc2_skey.o ../crypto/rc2/rc2_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc2/rc2cfb64.d.tmp -MT crypto/rc2/rc2cfb64.o -c -o crypto/rc2/rc2cfb64.o ../crypto/rc2/rc2cfb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc2/rc2ofb64.d.tmp -MT crypto/rc2/rc2ofb64.o -c -o crypto/rc2/rc2ofb64.o ../crypto/rc2/rc2ofb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc4/rc4_enc.d.tmp -MT crypto/rc4/rc4_enc.o -c -o crypto/rc4/rc4_enc.o ../crypto/rc4/rc4_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc4/rc4_skey.d.tmp -MT crypto/rc4/rc4_skey.o -c -o crypto/rc4/rc4_skey.o ../crypto/rc4/rc4_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc5/rc5_ecb.d.tmp -MT crypto/rc5/rc5_ecb.o -c -o crypto/rc5/rc5_ecb.o ../crypto/rc5/rc5_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc5/rc5_enc.d.tmp -MT crypto/rc5/rc5_enc.o -c -o crypto/rc5/rc5_enc.o ../crypto/rc5/rc5_enc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc5/rc5_skey.d.tmp -MT crypto/rc5/rc5_skey.o -c -o crypto/rc5/rc5_skey.o ../crypto/rc5/rc5_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc5/rc5cfb64.d.tmp -MT crypto/rc5/rc5cfb64.o -c -o crypto/rc5/rc5cfb64.o ../crypto/rc5/rc5cfb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc5/rc5ofb64.d.tmp -MT crypto/rc5/rc5ofb64.o -c -o crypto/rc5/rc5ofb64.o ../crypto/rc5/rc5ofb64.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ripemd/rmd_dgst.d.tmp -MT crypto/ripemd/rmd_dgst.o -c -o crypto/ripemd/rmd_dgst.o ../crypto/ripemd/rmd_dgst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ripemd/rmd_one.d.tmp -MT crypto/ripemd/rmd_one.o -c -o crypto/ripemd/rmd_one.o ../crypto/ripemd/rmd_one.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_ameth.d.tmp -MT crypto/rsa/rsa_ameth.o -c -o crypto/rsa/rsa_ameth.o ../crypto/rsa/rsa_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_asn1.d.tmp -MT crypto/rsa/rsa_asn1.o -c -o crypto/rsa/rsa_asn1.o ../crypto/rsa/rsa_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_chk.d.tmp -MT crypto/rsa/rsa_chk.o -c -o crypto/rsa/rsa_chk.o ../crypto/rsa/rsa_chk.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_crpt.d.tmp -MT crypto/rsa/rsa_crpt.o -c -o crypto/rsa/rsa_crpt.o ../crypto/rsa/rsa_crpt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_depr.d.tmp -MT crypto/rsa/rsa_depr.o -c -o crypto/rsa/rsa_depr.o ../crypto/rsa/rsa_depr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_err.d.tmp -MT crypto/rsa/rsa_err.o -c -o crypto/rsa/rsa_err.o ../crypto/rsa/rsa_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_gen.d.tmp -MT crypto/rsa/rsa_gen.o -c -o crypto/rsa/rsa_gen.o ../crypto/rsa/rsa_gen.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_lib.d.tmp -MT crypto/rsa/rsa_lib.o -c -o crypto/rsa/rsa_lib.o ../crypto/rsa/rsa_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_meth.d.tmp -MT crypto/rsa/rsa_meth.o -c -o crypto/rsa/rsa_meth.o ../crypto/rsa/rsa_meth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_mp.d.tmp -MT crypto/rsa/rsa_mp.o -c -o crypto/rsa/rsa_mp.o ../crypto/rsa/rsa_mp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_none.d.tmp -MT crypto/rsa/rsa_none.o -c -o crypto/rsa/rsa_none.o ../crypto/rsa/rsa_none.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_oaep.d.tmp -MT crypto/rsa/rsa_oaep.o -c -o crypto/rsa/rsa_oaep.o ../crypto/rsa/rsa_oaep.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_ossl.d.tmp -MT crypto/rsa/rsa_ossl.o -c -o crypto/rsa/rsa_ossl.o ../crypto/rsa/rsa_ossl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_pk1.d.tmp -MT crypto/rsa/rsa_pk1.o -c -o crypto/rsa/rsa_pk1.o ../crypto/rsa/rsa_pk1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_pmeth.d.tmp -MT crypto/rsa/rsa_pmeth.o -c -o crypto/rsa/rsa_pmeth.o ../crypto/rsa/rsa_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_prn.d.tmp -MT crypto/rsa/rsa_prn.o -c -o crypto/rsa/rsa_prn.o ../crypto/rsa/rsa_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_pss.d.tmp -MT crypto/rsa/rsa_pss.o -c -o crypto/rsa/rsa_pss.o ../crypto/rsa/rsa_pss.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_saos.d.tmp -MT crypto/rsa/rsa_saos.o -c -o crypto/rsa/rsa_saos.o ../crypto/rsa/rsa_saos.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_sign.d.tmp -MT crypto/rsa/rsa_sign.o -c -o crypto/rsa/rsa_sign.o ../crypto/rsa/rsa_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_ssl.d.tmp -MT crypto/rsa/rsa_ssl.o -c -o crypto/rsa/rsa_ssl.o ../crypto/rsa/rsa_ssl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_x931.d.tmp -MT crypto/rsa/rsa_x931.o -c -o crypto/rsa/rsa_x931.o ../crypto/rsa/rsa_x931.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_x931g.d.tmp -MT crypto/rsa/rsa_x931g.o -c -o crypto/rsa/rsa_x931g.o ../crypto/rsa/rsa_x931g.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/seed/seed.d.tmp -MT crypto/seed/seed.o -c -o crypto/seed/seed.o ../crypto/seed/seed.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/seed/seed_cbc.d.tmp -MT crypto/seed/seed_cbc.o -c -o crypto/seed/seed_cbc.o ../crypto/seed/seed_cbc.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/seed/seed_cfb.d.tmp -MT crypto/seed/seed_cfb.o -c -o crypto/seed/seed_cfb.o ../crypto/seed/seed_cfb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/seed/seed_ecb.d.tmp -MT crypto/seed/seed_ecb.o -c -o crypto/seed/seed_ecb.o ../crypto/seed/seed_ecb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/seed/seed_ofb.d.tmp -MT crypto/seed/seed_ofb.o -c -o crypto/seed/seed_ofb.o ../crypto/seed/seed_ofb.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sha/keccak1600.d.tmp -MT crypto/sha/keccak1600.o -c -o crypto/sha/keccak1600.o ../crypto/sha/keccak1600.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sha/sha1_one.d.tmp -MT crypto/sha/sha1_one.o -c -o crypto/sha/sha1_one.o ../crypto/sha/sha1_one.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sha/sha1dgst.d.tmp -MT crypto/sha/sha1dgst.o -c -o crypto/sha/sha1dgst.o ../crypto/sha/sha1dgst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sha/sha256.d.tmp -MT crypto/sha/sha256.o -c -o crypto/sha/sha256.o ../crypto/sha/sha256.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sha/sha512.d.tmp -MT crypto/sha/sha512.o -c -o crypto/sha/sha512.o ../crypto/sha/sha512.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/siphash/siphash.d.tmp -MT crypto/siphash/siphash.o -c -o crypto/siphash/siphash.o ../crypto/siphash/siphash.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/siphash/siphash_ameth.d.tmp -MT crypto/siphash/siphash_ameth.o -c -o crypto/siphash/siphash_ameth.o ../crypto/siphash/siphash_ameth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/siphash/siphash_pmeth.d.tmp -MT crypto/siphash/siphash_pmeth.o -c -o crypto/siphash/siphash_pmeth.o ../crypto/siphash/siphash_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm2/sm2_crypt.d.tmp -MT crypto/sm2/sm2_crypt.o -c -o crypto/sm2/sm2_crypt.o ../crypto/sm2/sm2_crypt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm2/sm2_err.d.tmp -MT crypto/sm2/sm2_err.o -c -o crypto/sm2/sm2_err.o ../crypto/sm2/sm2_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm2/sm2_pmeth.d.tmp -MT crypto/sm2/sm2_pmeth.o -c -o crypto/sm2/sm2_pmeth.o ../crypto/sm2/sm2_pmeth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm2/sm2_sign.d.tmp -MT crypto/sm2/sm2_sign.o -c -o crypto/sm2/sm2_sign.o ../crypto/sm2/sm2_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm3/m_sm3.d.tmp -MT crypto/sm3/m_sm3.o -c -o crypto/sm3/m_sm3.o ../crypto/sm3/m_sm3.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm3/sm3.d.tmp -MT crypto/sm3/sm3.o -c -o crypto/sm3/sm3.o ../crypto/sm3/sm3.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm4/sm4.d.tmp -MT crypto/sm4/sm4.o -c -o crypto/sm4/sm4.o ../crypto/sm4/sm4.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/srp/srp_lib.d.tmp -MT crypto/srp/srp_lib.o -c -o crypto/srp/srp_lib.o ../crypto/srp/srp_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/srp/srp_vfy.d.tmp -MT crypto/srp/srp_vfy.o -c -o crypto/srp/srp_vfy.o ../crypto/srp/srp_vfy.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/stack/stack.d.tmp -MT crypto/stack/stack.o -c -o crypto/stack/stack.o ../crypto/stack/stack.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/store/loader_file.d.tmp -MT crypto/store/loader_file.o -c -o crypto/store/loader_file.o ../crypto/store/loader_file.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/store/store_err.d.tmp -MT crypto/store/store_err.o -c -o crypto/store/store_err.o ../crypto/store/store_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/store/store_init.d.tmp -MT crypto/store/store_init.o -c -o crypto/store/store_init.o ../crypto/store/store_init.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/store/store_lib.d.tmp -MT crypto/store/store_lib.o -c -o crypto/store/store_lib.o ../crypto/store/store_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/store/store_register.d.tmp -MT crypto/store/store_register.o -c -o crypto/store/store_register.o ../crypto/store/store_register.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/store/store_strings.d.tmp -MT crypto/store/store_strings.o -c -o crypto/store/store_strings.o ../crypto/store/store_strings.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/threads_none.d.tmp -MT crypto/threads_none.o -c -o crypto/threads_none.o ../crypto/threads_none.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/threads_pthread.d.tmp -MT crypto/threads_pthread.o -c -o crypto/threads_pthread.o ../crypto/threads_pthread.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/threads_win.d.tmp -MT crypto/threads_win.o -c -o crypto/threads_win.o ../crypto/threads_win.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/cversion.d.tmp -MT crypto/cversion.o -c -o crypto/cversion.o ../crypto/cversion.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/cbc_cksm.d.tmp -MT crypto/des/cbc_cksm.o -c -o crypto/des/cbc_cksm.o ../crypto/des/cbc_cksm.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/cbc_enc.d.tmp -MT crypto/des/cbc_enc.o -c -o crypto/des/cbc_enc.o ../crypto/des/cbc_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/cfb64ede.d.tmp -MT crypto/des/cfb64ede.o -c -o crypto/des/cfb64ede.o ../crypto/des/cfb64ede.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/cfb64enc.d.tmp -MT crypto/des/cfb64enc.o -c -o crypto/des/cfb64enc.o ../crypto/des/cfb64enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/cfb_enc.d.tmp -MT crypto/des/cfb_enc.o -c -o crypto/des/cfb_enc.o ../crypto/des/cfb_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/des_enc.d.tmp -MT crypto/des/des_enc.o -c -o crypto/des/des_enc.o ../crypto/des/des_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/ecb3_enc.d.tmp -MT crypto/des/ecb3_enc.o -c -o crypto/des/ecb3_enc.o ../crypto/des/ecb3_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/ecb_enc.d.tmp -MT crypto/des/ecb_enc.o -c -o crypto/des/ecb_enc.o ../crypto/des/ecb_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/fcrypt.d.tmp -MT crypto/des/fcrypt.o -c -o crypto/des/fcrypt.o ../crypto/des/fcrypt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/fcrypt_b.d.tmp -MT crypto/des/fcrypt_b.o -c -o crypto/des/fcrypt_b.o ../crypto/des/fcrypt_b.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/ofb64ede.d.tmp -MT crypto/des/ofb64ede.o -c -o crypto/des/ofb64ede.o ../crypto/des/ofb64ede.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/ofb64enc.d.tmp -MT crypto/des/ofb64enc.o -c -o crypto/des/ofb64enc.o ../crypto/des/ofb64enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/ofb_enc.d.tmp -MT crypto/des/ofb_enc.o -c -o crypto/des/ofb_enc.o ../crypto/des/ofb_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/pcbc_enc.d.tmp -MT crypto/des/pcbc_enc.o -c -o crypto/des/pcbc_enc.o ../crypto/des/pcbc_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/qud_cksm.d.tmp -MT crypto/des/qud_cksm.o -c -o crypto/des/qud_cksm.o ../crypto/des/qud_cksm.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/rand_key.d.tmp -MT crypto/des/rand_key.o -c -o crypto/des/rand_key.o ../crypto/des/rand_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/set_key.d.tmp -MT crypto/des/set_key.o -c -o crypto/des/set_key.o ../crypto/des/set_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/str2key.d.tmp -MT crypto/des/str2key.o -c -o crypto/des/str2key.o ../crypto/des/str2key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/des/xcbc_enc.d.tmp -MT crypto/des/xcbc_enc.o -c -o crypto/des/xcbc_enc.o ../crypto/des/xcbc_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_ameth.d.tmp -MT crypto/dh/dh_ameth.o -c -o crypto/dh/dh_ameth.o ../crypto/dh/dh_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_asn1.d.tmp -MT crypto/dh/dh_asn1.o -c -o crypto/dh/dh_asn1.o ../crypto/dh/dh_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_check.d.tmp -MT crypto/dh/dh_check.o -c -o crypto/dh/dh_check.o ../crypto/dh/dh_check.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_depr.d.tmp -MT crypto/dh/dh_depr.o -c -o crypto/dh/dh_depr.o ../crypto/dh/dh_depr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_err.d.tmp -MT crypto/dh/dh_err.o -c -o crypto/dh/dh_err.o ../crypto/dh/dh_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_gen.d.tmp -MT crypto/dh/dh_gen.o -c -o crypto/dh/dh_gen.o ../crypto/dh/dh_gen.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_kdf.d.tmp -MT crypto/dh/dh_kdf.o -c -o crypto/dh/dh_kdf.o ../crypto/dh/dh_kdf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_key.d.tmp -MT crypto/dh/dh_key.o -c -o crypto/dh/dh_key.o ../crypto/dh/dh_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_lib.d.tmp -MT crypto/dh/dh_lib.o -c -o crypto/dh/dh_lib.o ../crypto/dh/dh_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_meth.d.tmp -MT crypto/dh/dh_meth.o -c -o crypto/dh/dh_meth.o ../crypto/dh/dh_meth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_pmeth.d.tmp -MT crypto/dh/dh_pmeth.o -c -o crypto/dh/dh_pmeth.o ../crypto/dh/dh_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_prn.d.tmp -MT crypto/dh/dh_prn.o -c -o crypto/dh/dh_prn.o ../crypto/dh/dh_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_rfc5114.d.tmp -MT crypto/dh/dh_rfc5114.o -c -o crypto/dh/dh_rfc5114.o ../crypto/dh/dh_rfc5114.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dh/dh_rfc7919.d.tmp -MT crypto/dh/dh_rfc7919.o -c -o crypto/dh/dh_rfc7919.o ../crypto/dh/dh_rfc7919.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_ameth.d.tmp -MT crypto/dsa/dsa_ameth.o -c -o crypto/dsa/dsa_ameth.o ../crypto/dsa/dsa_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_asn1.d.tmp -MT crypto/dsa/dsa_asn1.o -c -o crypto/dsa/dsa_asn1.o ../crypto/dsa/dsa_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_depr.d.tmp -MT crypto/dsa/dsa_depr.o -c -o crypto/dsa/dsa_depr.o ../crypto/dsa/dsa_depr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_err.d.tmp -MT crypto/dsa/dsa_err.o -c -o crypto/dsa/dsa_err.o ../crypto/dsa/dsa_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_gen.d.tmp -MT crypto/dsa/dsa_gen.o -c -o crypto/dsa/dsa_gen.o ../crypto/dsa/dsa_gen.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_key.d.tmp -MT crypto/dsa/dsa_key.o -c -o crypto/dsa/dsa_key.o ../crypto/dsa/dsa_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_lib.d.tmp -MT crypto/dsa/dsa_lib.o -c -o crypto/dsa/dsa_lib.o ../crypto/dsa/dsa_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_meth.d.tmp -MT crypto/dsa/dsa_meth.o -c -o crypto/dsa/dsa_meth.o ../crypto/dsa/dsa_meth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_ossl.d.tmp -MT crypto/dsa/dsa_ossl.o -c -o crypto/dsa/dsa_ossl.o ../crypto/dsa/dsa_ossl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_pmeth.d.tmp -MT crypto/dsa/dsa_pmeth.o -c -o crypto/dsa/dsa_pmeth.o ../crypto/dsa/dsa_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_prn.d.tmp -MT crypto/dsa/dsa_prn.o -c -o crypto/dsa/dsa_prn.o ../crypto/dsa/dsa_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_sign.d.tmp -MT crypto/dsa/dsa_sign.o -c -o crypto/dsa/dsa_sign.o ../crypto/dsa/dsa_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dsa/dsa_vrf.d.tmp -MT crypto/dsa/dsa_vrf.o -c -o crypto/dsa/dsa_vrf.o ../crypto/dsa/dsa_vrf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_dl.d.tmp -MT crypto/dso/dso_dl.o -c -o crypto/dso/dso_dl.o ../crypto/dso/dso_dl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_dlfcn.d.tmp -MT crypto/dso/dso_dlfcn.o -c -o crypto/dso/dso_dlfcn.o ../crypto/dso/dso_dlfcn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_err.d.tmp -MT crypto/dso/dso_err.o -c -o crypto/dso/dso_err.o ../crypto/dso/dso_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_lib.d.tmp -MT crypto/dso/dso_lib.o -c -o crypto/dso/dso_lib.o ../crypto/dso/dso_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_openssl.d.tmp -MT crypto/dso/dso_openssl.o -c -o crypto/dso/dso_openssl.o ../crypto/dso/dso_openssl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_vms.d.tmp -MT crypto/dso/dso_vms.o -c -o crypto/dso/dso_vms.o ../crypto/dso/dso_vms.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dso/dso_win32.d.tmp -MT crypto/dso/dso_win32.o -c -o crypto/dso/dso_win32.o ../crypto/dso/dso_win32.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ebcdic.d.tmp -MT crypto/ebcdic.o -c -o crypto/ebcdic.o ../crypto/ebcdic.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve25519.d.tmp -MT crypto/ec/curve25519.o -c -o crypto/ec/curve25519.o ../crypto/ec/curve25519.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve448/arch_32/f_impl.d.tmp -MT crypto/ec/curve448/arch_32/f_impl.o -c -o crypto/ec/curve448/arch_32/f_impl.o ../crypto/ec/curve448/arch_32/f_impl.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve448/curve448.d.tmp -MT crypto/ec/curve448/curve448.o -c -o crypto/ec/curve448/curve448.o ../crypto/ec/curve448/curve448.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve448/curve448_tables.d.tmp -MT crypto/ec/curve448/curve448_tables.o -c -o crypto/ec/curve448/curve448_tables.o ../crypto/ec/curve448/curve448_tables.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve448/eddsa.d.tmp -MT crypto/ec/curve448/eddsa.o -c -o crypto/ec/curve448/eddsa.o ../crypto/ec/curve448/eddsa.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve448/f_generic.d.tmp -MT crypto/ec/curve448/f_generic.o -c -o crypto/ec/curve448/f_generic.o ../crypto/ec/curve448/f_generic.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../crypto/include -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/curve448/scalar.d.tmp -MT crypto/ec/curve448/scalar.o -c -o crypto/ec/curve448/scalar.o ../crypto/ec/curve448/scalar.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec2_oct.d.tmp -MT crypto/ec/ec2_oct.o -c -o crypto/ec/ec2_oct.o ../crypto/ec/ec2_oct.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec2_smpl.d.tmp -MT crypto/ec/ec2_smpl.o -c -o crypto/ec/ec2_smpl.o ../crypto/ec/ec2_smpl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_ameth.d.tmp -MT crypto/ec/ec_ameth.o -c -o crypto/ec/ec_ameth.o ../crypto/ec/ec_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_asn1.d.tmp -MT crypto/ec/ec_asn1.o -c -o crypto/ec/ec_asn1.o ../crypto/ec/ec_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_check.d.tmp -MT crypto/ec/ec_check.o -c -o crypto/ec/ec_check.o ../crypto/ec/ec_check.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_curve.d.tmp -MT crypto/ec/ec_curve.o -c -o crypto/ec/ec_curve.o ../crypto/ec/ec_curve.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_cvt.d.tmp -MT crypto/ec/ec_cvt.o -c -o crypto/ec/ec_cvt.o ../crypto/ec/ec_cvt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_err.d.tmp -MT crypto/ec/ec_err.o -c -o crypto/ec/ec_err.o ../crypto/ec/ec_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_key.d.tmp -MT crypto/ec/ec_key.o -c -o crypto/ec/ec_key.o ../crypto/ec/ec_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_kmeth.d.tmp -MT crypto/ec/ec_kmeth.o -c -o crypto/ec/ec_kmeth.o ../crypto/ec/ec_kmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_lib.d.tmp -MT crypto/ec/ec_lib.o -c -o crypto/ec/ec_lib.o ../crypto/ec/ec_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_mult.d.tmp -MT crypto/ec/ec_mult.o -c -o crypto/ec/ec_mult.o ../crypto/ec/ec_mult.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_oct.d.tmp -MT crypto/ec/ec_oct.o -c -o crypto/ec/ec_oct.o ../crypto/ec/ec_oct.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_pmeth.d.tmp -MT crypto/ec/ec_pmeth.o -c -o crypto/ec/ec_pmeth.o ../crypto/ec/ec_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ec_print.d.tmp -MT crypto/ec/ec_print.o -c -o crypto/ec/ec_print.o ../crypto/ec/ec_print.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecdh_kdf.d.tmp -MT crypto/ec/ecdh_kdf.o -c -o crypto/ec/ecdh_kdf.o ../crypto/ec/ecdh_kdf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecdh_ossl.d.tmp -MT crypto/ec/ecdh_ossl.o -c -o crypto/ec/ecdh_ossl.o ../crypto/ec/ecdh_ossl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecdsa_ossl.d.tmp -MT crypto/ec/ecdsa_ossl.o -c -o crypto/ec/ecdsa_ossl.o ../crypto/ec/ecdsa_ossl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecdsa_sign.d.tmp -MT crypto/ec/ecdsa_sign.o -c -o crypto/ec/ecdsa_sign.o ../crypto/ec/ecdsa_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecdsa_vrf.d.tmp -MT crypto/ec/ecdsa_vrf.o -c -o crypto/ec/ecdsa_vrf.o ../crypto/ec/ecdsa_vrf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/eck_prn.d.tmp -MT crypto/ec/eck_prn.o -c -o crypto/ec/eck_prn.o ../crypto/ec/eck_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_mont.d.tmp -MT crypto/ec/ecp_mont.o -c -o crypto/ec/ecp_mont.o ../crypto/ec/ecp_mont.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_nist.d.tmp -MT crypto/ec/ecp_nist.o -c -o crypto/ec/ecp_nist.o ../crypto/ec/ecp_nist.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_nistp224.d.tmp -MT crypto/ec/ecp_nistp224.o -c -o crypto/ec/ecp_nistp224.o ../crypto/ec/ecp_nistp224.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_nistp256.d.tmp -MT crypto/ec/ecp_nistp256.o -c -o crypto/ec/ecp_nistp256.o ../crypto/ec/ecp_nistp256.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_nistp521.d.tmp -MT crypto/ec/ecp_nistp521.o -c -o crypto/ec/ecp_nistp521.o ../crypto/ec/ecp_nistp521.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_nistputil.d.tmp -MT crypto/ec/ecp_nistputil.o -c -o crypto/ec/ecp_nistputil.o ../crypto/ec/ecp_nistputil.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_oct.d.tmp -MT crypto/ec/ecp_oct.o -c -o crypto/ec/ecp_oct.o ../crypto/ec/ecp_oct.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecp_smpl.d.tmp -MT crypto/ec/ecp_smpl.o -c -o crypto/ec/ecp_smpl.o ../crypto/ec/ecp_smpl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ec/ecx_meth.d.tmp -MT crypto/ec/ecx_meth.o -c -o crypto/ec/ecx_meth.o ../crypto/ec/ecx_meth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_all.d.tmp -MT crypto/engine/eng_all.o -c -o crypto/engine/eng_all.o ../crypto/engine/eng_all.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_cnf.d.tmp -MT crypto/engine/eng_cnf.o -c -o crypto/engine/eng_cnf.o ../crypto/engine/eng_cnf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_ctrl.d.tmp -MT crypto/engine/eng_ctrl.o -c -o crypto/engine/eng_ctrl.o ../crypto/engine/eng_ctrl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_dyn.d.tmp -MT crypto/engine/eng_dyn.o -c -o crypto/engine/eng_dyn.o ../crypto/engine/eng_dyn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_err.d.tmp -MT crypto/engine/eng_err.o -c -o crypto/engine/eng_err.o ../crypto/engine/eng_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_fat.d.tmp -MT crypto/engine/eng_fat.o -c -o crypto/engine/eng_fat.o ../crypto/engine/eng_fat.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_init.d.tmp -MT crypto/engine/eng_init.o -c -o crypto/engine/eng_init.o ../crypto/engine/eng_init.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_lib.d.tmp -MT crypto/engine/eng_lib.o -c -o crypto/engine/eng_lib.o ../crypto/engine/eng_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_list.d.tmp -MT crypto/engine/eng_list.o -c -o crypto/engine/eng_list.o ../crypto/engine/eng_list.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_openssl.d.tmp -MT crypto/engine/eng_openssl.o -c -o crypto/engine/eng_openssl.o ../crypto/engine/eng_openssl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_pkey.d.tmp -MT crypto/engine/eng_pkey.o -c -o crypto/engine/eng_pkey.o ../crypto/engine/eng_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_rdrand.d.tmp -MT crypto/engine/eng_rdrand.o -c -o crypto/engine/eng_rdrand.o ../crypto/engine/eng_rdrand.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/eng_table.d.tmp -MT crypto/engine/eng_table.o -c -o crypto/engine/eng_table.o ../crypto/engine/eng_table.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_asnmth.d.tmp -MT crypto/engine/tb_asnmth.o -c -o crypto/engine/tb_asnmth.o ../crypto/engine/tb_asnmth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_cipher.d.tmp -MT crypto/engine/tb_cipher.o -c -o crypto/engine/tb_cipher.o ../crypto/engine/tb_cipher.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_dh.d.tmp -MT crypto/engine/tb_dh.o -c -o crypto/engine/tb_dh.o ../crypto/engine/tb_dh.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_digest.d.tmp -MT crypto/engine/tb_digest.o -c -o crypto/engine/tb_digest.o ../crypto/engine/tb_digest.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_dsa.d.tmp -MT crypto/engine/tb_dsa.o -c -o crypto/engine/tb_dsa.o ../crypto/engine/tb_dsa.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_eckey.d.tmp -MT crypto/engine/tb_eckey.o -c -o crypto/engine/tb_eckey.o ../crypto/engine/tb_eckey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_pkmeth.d.tmp -MT crypto/engine/tb_pkmeth.o -c -o crypto/engine/tb_pkmeth.o ../crypto/engine/tb_pkmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_rand.d.tmp -MT crypto/engine/tb_rand.o -c -o crypto/engine/tb_rand.o ../crypto/engine/tb_rand.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/engine/tb_rsa.d.tmp -MT crypto/engine/tb_rsa.o -c -o crypto/engine/tb_rsa.o ../crypto/engine/tb_rsa.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/err/err.d.tmp -MT crypto/err/err.o -c -o crypto/err/err.o ../crypto/err/err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/err/err_all.d.tmp -MT crypto/err/err_all.o -c -o crypto/err/err_all.o ../crypto/err/err_all.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/err/err_prn.d.tmp -MT crypto/err/err_prn.o -c -o crypto/err/err_prn.o ../crypto/err/err_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/bio_b64.d.tmp -MT crypto/evp/bio_b64.o -c -o crypto/evp/bio_b64.o ../crypto/evp/bio_b64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/bio_enc.d.tmp -MT crypto/evp/bio_enc.o -c -o crypto/evp/bio_enc.o ../crypto/evp/bio_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/bio_md.d.tmp -MT crypto/evp/bio_md.o -c -o crypto/evp/bio_md.o ../crypto/evp/bio_md.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/bio_ok.d.tmp -MT crypto/evp/bio_ok.o -c -o crypto/evp/bio_ok.o ../crypto/evp/bio_ok.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/c_allc.d.tmp -MT crypto/evp/c_allc.o -c -o crypto/evp/c_allc.o ../crypto/evp/c_allc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/c_alld.d.tmp -MT crypto/evp/c_alld.o -c -o crypto/evp/c_alld.o ../crypto/evp/c_alld.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/cmeth_lib.d.tmp -MT crypto/evp/cmeth_lib.o -c -o crypto/evp/cmeth_lib.o ../crypto/evp/cmeth_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/digest.d.tmp -MT crypto/evp/digest.o -c -o crypto/evp/digest.o ../crypto/evp/digest.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_aes.d.tmp -MT crypto/evp/e_aes.o -c -o crypto/evp/e_aes.o ../crypto/evp/e_aes.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_aes_cbc_hmac_sha1.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha1.o -c -o crypto/evp/e_aes_cbc_hmac_sha1.o ../crypto/evp/e_aes_cbc_hmac_sha1.c +gcc -I. -Icrypto/include -Iinclude -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_aes_cbc_hmac_sha256.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha256.o -c -o crypto/evp/e_aes_cbc_hmac_sha256.o ../crypto/evp/e_aes_cbc_hmac_sha256.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_aria.d.tmp -MT crypto/evp/e_aria.o -c -o crypto/evp/e_aria.o ../crypto/evp/e_aria.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_bf.d.tmp -MT crypto/evp/e_bf.o -c -o crypto/evp/e_bf.o ../crypto/evp/e_bf.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_camellia.d.tmp -MT crypto/evp/e_camellia.o -c -o crypto/evp/e_camellia.o ../crypto/evp/e_camellia.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_cast.d.tmp -MT crypto/evp/e_cast.o -c -o crypto/evp/e_cast.o ../crypto/evp/e_cast.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_chacha20_poly1305.d.tmp -MT crypto/evp/e_chacha20_poly1305.o -c -o crypto/evp/e_chacha20_poly1305.o ../crypto/evp/e_chacha20_poly1305.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_des.d.tmp -MT crypto/evp/e_des.o -c -o crypto/evp/e_des.o ../crypto/evp/e_des.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_des3.d.tmp -MT crypto/evp/e_des3.o -c -o crypto/evp/e_des3.o ../crypto/evp/e_des3.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_idea.d.tmp -MT crypto/evp/e_idea.o -c -o crypto/evp/e_idea.o ../crypto/evp/e_idea.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_null.d.tmp -MT crypto/evp/e_null.o -c -o crypto/evp/e_null.o ../crypto/evp/e_null.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_old.d.tmp -MT crypto/evp/e_old.o -c -o crypto/evp/e_old.o ../crypto/evp/e_old.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_rc2.d.tmp -MT crypto/evp/e_rc2.o -c -o crypto/evp/e_rc2.o ../crypto/evp/e_rc2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_rc4.d.tmp -MT crypto/evp/e_rc4.o -c -o crypto/evp/e_rc4.o ../crypto/evp/e_rc4.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_rc4_hmac_md5.d.tmp -MT crypto/evp/e_rc4_hmac_md5.o -c -o crypto/evp/e_rc4_hmac_md5.o ../crypto/evp/e_rc4_hmac_md5.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_rc5.d.tmp -MT crypto/evp/e_rc5.o -c -o crypto/evp/e_rc5.o ../crypto/evp/e_rc5.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_seed.d.tmp -MT crypto/evp/e_seed.o -c -o crypto/evp/e_seed.o ../crypto/evp/e_seed.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -Icrypto/modes -I.. -I../crypto/include -I../include -I../crypto -I../crypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_sm4.d.tmp -MT crypto/evp/e_sm4.o -c -o crypto/evp/e_sm4.o ../crypto/evp/e_sm4.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/e_xcbc_d.d.tmp -MT crypto/evp/e_xcbc_d.o -c -o crypto/evp/e_xcbc_d.o ../crypto/evp/e_xcbc_d.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/encode.d.tmp -MT crypto/evp/encode.o -c -o crypto/evp/encode.o ../crypto/evp/encode.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_cnf.d.tmp -MT crypto/evp/evp_cnf.o -c -o crypto/evp/evp_cnf.o ../crypto/evp/evp_cnf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_enc.d.tmp -MT crypto/evp/evp_enc.o -c -o crypto/evp/evp_enc.o ../crypto/evp/evp_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_err.d.tmp -MT crypto/evp/evp_err.o -c -o crypto/evp/evp_err.o ../crypto/evp/evp_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_key.d.tmp -MT crypto/evp/evp_key.o -c -o crypto/evp/evp_key.o ../crypto/evp/evp_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_lib.d.tmp -MT crypto/evp/evp_lib.o -c -o crypto/evp/evp_lib.o ../crypto/evp/evp_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_pbe.d.tmp -MT crypto/evp/evp_pbe.o -c -o crypto/evp/evp_pbe.o ../crypto/evp/evp_pbe.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/evp_pkey.d.tmp -MT crypto/evp/evp_pkey.o -c -o crypto/evp/evp_pkey.o ../crypto/evp/evp_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_md2.d.tmp -MT crypto/evp/m_md2.o -c -o crypto/evp/m_md2.o ../crypto/evp/m_md2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_md4.d.tmp -MT crypto/evp/m_md4.o -c -o crypto/evp/m_md4.o ../crypto/evp/m_md4.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_md5.d.tmp -MT crypto/evp/m_md5.o -c -o crypto/evp/m_md5.o ../crypto/evp/m_md5.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_md5_sha1.d.tmp -MT crypto/evp/m_md5_sha1.o -c -o crypto/evp/m_md5_sha1.o ../crypto/evp/m_md5_sha1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_mdc2.d.tmp -MT crypto/evp/m_mdc2.o -c -o crypto/evp/m_mdc2.o ../crypto/evp/m_mdc2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_null.d.tmp -MT crypto/evp/m_null.o -c -o crypto/evp/m_null.o ../crypto/evp/m_null.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_ripemd.d.tmp -MT crypto/evp/m_ripemd.o -c -o crypto/evp/m_ripemd.o ../crypto/evp/m_ripemd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_sha1.d.tmp -MT crypto/evp/m_sha1.o -c -o crypto/evp/m_sha1.o ../crypto/evp/m_sha1.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_sha3.d.tmp -MT crypto/evp/m_sha3.o -c -o crypto/evp/m_sha3.o ../crypto/evp/m_sha3.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_sigver.d.tmp -MT crypto/evp/m_sigver.o -c -o crypto/evp/m_sigver.o ../crypto/evp/m_sigver.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/m_wp.d.tmp -MT crypto/evp/m_wp.o -c -o crypto/evp/m_wp.o ../crypto/evp/m_wp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/names.d.tmp -MT crypto/evp/names.o -c -o crypto/evp/names.o ../crypto/evp/names.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p5_crpt.d.tmp -MT crypto/evp/p5_crpt.o -c -o crypto/evp/p5_crpt.o ../crypto/evp/p5_crpt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p5_crpt2.d.tmp -MT crypto/evp/p5_crpt2.o -c -o crypto/evp/p5_crpt2.o ../crypto/evp/p5_crpt2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_dec.d.tmp -MT crypto/evp/p_dec.o -c -o crypto/evp/p_dec.o ../crypto/evp/p_dec.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_enc.d.tmp -MT crypto/evp/p_enc.o -c -o crypto/evp/p_enc.o ../crypto/evp/p_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_lib.d.tmp -MT crypto/evp/p_lib.o -c -o crypto/evp/p_lib.o ../crypto/evp/p_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_open.d.tmp -MT crypto/evp/p_open.o -c -o crypto/evp/p_open.o ../crypto/evp/p_open.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_seal.d.tmp -MT crypto/evp/p_seal.o -c -o crypto/evp/p_seal.o ../crypto/evp/p_seal.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_sign.d.tmp -MT crypto/evp/p_sign.o -c -o crypto/evp/p_sign.o ../crypto/evp/p_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/p_verify.d.tmp -MT crypto/evp/p_verify.o -c -o crypto/evp/p_verify.o ../crypto/evp/p_verify.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/pbe_scrypt.d.tmp -MT crypto/evp/pbe_scrypt.o -c -o crypto/evp/pbe_scrypt.o ../crypto/evp/pbe_scrypt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/pmeth_fn.d.tmp -MT crypto/evp/pmeth_fn.o -c -o crypto/evp/pmeth_fn.o ../crypto/evp/pmeth_fn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/pmeth_gn.d.tmp -MT crypto/evp/pmeth_gn.o -c -o crypto/evp/pmeth_gn.o ../crypto/evp/pmeth_gn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/evp/pmeth_lib.d.tmp -MT crypto/evp/pmeth_lib.o -c -o crypto/evp/pmeth_lib.o ../crypto/evp/pmeth_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ex_data.d.tmp -MT crypto/ex_data.o -c -o crypto/ex_data.o ../crypto/ex_data.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/getenv.d.tmp -MT crypto/getenv.o -c -o crypto/getenv.o ../crypto/getenv.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/hmac/hm_ameth.d.tmp -MT crypto/hmac/hm_ameth.o -c -o crypto/hmac/hm_ameth.o ../crypto/hmac/hm_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/hmac/hm_pmeth.d.tmp -MT crypto/hmac/hm_pmeth.o -c -o crypto/hmac/hm_pmeth.o ../crypto/hmac/hm_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/hmac/hmac.d.tmp -MT crypto/hmac/hmac.o -c -o crypto/hmac/hmac.o ../crypto/hmac/hmac.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/idea/i_cbc.d.tmp -MT crypto/idea/i_cbc.o -c -o crypto/idea/i_cbc.o ../crypto/idea/i_cbc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/idea/i_cfb64.d.tmp -MT crypto/idea/i_cfb64.o -c -o crypto/idea/i_cfb64.o ../crypto/idea/i_cfb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/idea/i_ecb.d.tmp -MT crypto/idea/i_ecb.o -c -o crypto/idea/i_ecb.o ../crypto/idea/i_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/idea/i_ofb64.d.tmp -MT crypto/idea/i_ofb64.o -c -o crypto/idea/i_ofb64.o ../crypto/idea/i_ofb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/idea/i_skey.d.tmp -MT crypto/idea/i_skey.o -c -o crypto/idea/i_skey.o ../crypto/idea/i_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/init.d.tmp -MT crypto/init.o -c -o crypto/init.o ../crypto/init.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/kdf/hkdf.d.tmp -MT crypto/kdf/hkdf.o -c -o crypto/kdf/hkdf.o ../crypto/kdf/hkdf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/kdf/kdf_err.d.tmp -MT crypto/kdf/kdf_err.o -c -o crypto/kdf/kdf_err.o ../crypto/kdf/kdf_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/kdf/scrypt.d.tmp -MT crypto/kdf/scrypt.o -c -o crypto/kdf/scrypt.o ../crypto/kdf/scrypt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/kdf/tls1_prf.d.tmp -MT crypto/kdf/tls1_prf.o -c -o crypto/kdf/tls1_prf.o ../crypto/kdf/tls1_prf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/lhash/lh_stats.d.tmp -MT crypto/lhash/lh_stats.o -c -o crypto/lhash/lh_stats.o ../crypto/lhash/lh_stats.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/lhash/lhash.d.tmp -MT crypto/lhash/lhash.o -c -o crypto/lhash/lhash.o ../crypto/lhash/lhash.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/md2/md2_dgst.d.tmp -MT crypto/md2/md2_dgst.o -c -o crypto/md2/md2_dgst.o ../crypto/md2/md2_dgst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/md2/md2_one.d.tmp -MT crypto/md2/md2_one.o -c -o crypto/md2/md2_one.o ../crypto/md2/md2_one.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/md4/md4_dgst.d.tmp -MT crypto/md4/md4_dgst.o -c -o crypto/md4/md4_dgst.o ../crypto/md4/md4_dgst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/md4/md4_one.d.tmp -MT crypto/md4/md4_one.o -c -o crypto/md4/md4_one.o ../crypto/md4/md4_one.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/md5/md5_dgst.d.tmp -MT crypto/md5/md5_dgst.o -c -o crypto/md5/md5_dgst.o ../crypto/md5/md5_dgst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/md5/md5_one.d.tmp -MT crypto/md5/md5_one.o -c -o crypto/md5/md5_one.o ../crypto/md5/md5_one.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/mem.d.tmp -MT crypto/mem.o -c -o crypto/mem.o ../crypto/mem.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/mem_clr.d.tmp -MT crypto/mem_clr.o -c -o crypto/mem_clr.o ../crypto/mem_clr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/mem_dbg.d.tmp -MT crypto/mem_dbg.o -c -o crypto/mem_dbg.o ../crypto/mem_dbg.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/mem_sec.d.tmp -MT crypto/mem_sec.o -c -o crypto/mem_sec.o ../crypto/mem_sec.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/cbc128.d.tmp -MT crypto/modes/cbc128.o -c -o crypto/modes/cbc128.o ../crypto/modes/cbc128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/ccm128.d.tmp -MT crypto/modes/ccm128.o -c -o crypto/modes/ccm128.o ../crypto/modes/ccm128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/cfb128.d.tmp -MT crypto/modes/cfb128.o -c -o crypto/modes/cfb128.o ../crypto/modes/cfb128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/ctr128.d.tmp -MT crypto/modes/ctr128.o -c -o crypto/modes/ctr128.o ../crypto/modes/ctr128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/cts128.d.tmp -MT crypto/modes/cts128.o -c -o crypto/modes/cts128.o ../crypto/modes/cts128.c +gcc -I. -Icrypto/include -Iinclude -Icrypto -I.. -I../crypto/include -I../include -I../crypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/gcm128.d.tmp -MT crypto/modes/gcm128.o -c -o crypto/modes/gcm128.o ../crypto/modes/gcm128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/ocb128.d.tmp -MT crypto/modes/ocb128.o -c -o crypto/modes/ocb128.o ../crypto/modes/ocb128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/ofb128.d.tmp -MT crypto/modes/ofb128.o -c -o crypto/modes/ofb128.o ../crypto/modes/ofb128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/wrap128.d.tmp -MT crypto/modes/wrap128.o -c -o crypto/modes/wrap128.o ../crypto/modes/wrap128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/modes/xts128.d.tmp -MT crypto/modes/xts128.o -c -o crypto/modes/xts128.o ../crypto/modes/xts128.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/o_dir.d.tmp -MT crypto/o_dir.o -c -o crypto/o_dir.o ../crypto/o_dir.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/o_fips.d.tmp -MT crypto/o_fips.o -c -o crypto/o_fips.o ../crypto/o_fips.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/o_fopen.d.tmp -MT crypto/o_fopen.o -c -o crypto/o_fopen.o ../crypto/o_fopen.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/o_init.d.tmp -MT crypto/o_init.o -c -o crypto/o_init.o ../crypto/o_init.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/o_str.d.tmp -MT crypto/o_str.o -c -o crypto/o_str.o ../crypto/o_str.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/o_time.d.tmp -MT crypto/o_time.o -c -o crypto/o_time.o ../crypto/o_time.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/objects/o_names.d.tmp -MT crypto/objects/o_names.o -c -o crypto/objects/o_names.o ../crypto/objects/o_names.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/objects/obj_dat.d.tmp -MT crypto/objects/obj_dat.o -c -o crypto/objects/obj_dat.o ../crypto/objects/obj_dat.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/objects/obj_err.d.tmp -MT crypto/objects/obj_err.o -c -o crypto/objects/obj_err.o ../crypto/objects/obj_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/objects/obj_lib.d.tmp -MT crypto/objects/obj_lib.o -c -o crypto/objects/obj_lib.o ../crypto/objects/obj_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/objects/obj_xref.d.tmp -MT crypto/objects/obj_xref.o -c -o crypto/objects/obj_xref.o ../crypto/objects/obj_xref.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_asn.d.tmp -MT crypto/ocsp/ocsp_asn.o -c -o crypto/ocsp/ocsp_asn.o ../crypto/ocsp/ocsp_asn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_cl.d.tmp -MT crypto/ocsp/ocsp_cl.o -c -o crypto/ocsp/ocsp_cl.o ../crypto/ocsp/ocsp_cl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_err.d.tmp -MT crypto/ocsp/ocsp_err.o -c -o crypto/ocsp/ocsp_err.o ../crypto/ocsp/ocsp_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_ext.d.tmp -MT crypto/ocsp/ocsp_ext.o -c -o crypto/ocsp/ocsp_ext.o ../crypto/ocsp/ocsp_ext.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_ht.d.tmp -MT crypto/ocsp/ocsp_ht.o -c -o crypto/ocsp/ocsp_ht.o ../crypto/ocsp/ocsp_ht.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_lib.d.tmp -MT crypto/ocsp/ocsp_lib.o -c -o crypto/ocsp/ocsp_lib.o ../crypto/ocsp/ocsp_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_prn.d.tmp -MT crypto/ocsp/ocsp_prn.o -c -o crypto/ocsp/ocsp_prn.o ../crypto/ocsp/ocsp_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_srv.d.tmp -MT crypto/ocsp/ocsp_srv.o -c -o crypto/ocsp/ocsp_srv.o ../crypto/ocsp/ocsp_srv.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/ocsp_vfy.d.tmp -MT crypto/ocsp/ocsp_vfy.o -c -o crypto/ocsp/ocsp_vfy.o ../crypto/ocsp/ocsp_vfy.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ocsp/v3_ocsp.d.tmp -MT crypto/ocsp/v3_ocsp.o -c -o crypto/ocsp/v3_ocsp.o ../crypto/ocsp/v3_ocsp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_all.d.tmp -MT crypto/pem/pem_all.o -c -o crypto/pem/pem_all.o ../crypto/pem/pem_all.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_err.d.tmp -MT crypto/pem/pem_err.o -c -o crypto/pem/pem_err.o ../crypto/pem/pem_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_info.d.tmp -MT crypto/pem/pem_info.o -c -o crypto/pem/pem_info.o ../crypto/pem/pem_info.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_lib.d.tmp -MT crypto/pem/pem_lib.o -c -o crypto/pem/pem_lib.o ../crypto/pem/pem_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_oth.d.tmp -MT crypto/pem/pem_oth.o -c -o crypto/pem/pem_oth.o ../crypto/pem/pem_oth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_pk8.d.tmp -MT crypto/pem/pem_pk8.o -c -o crypto/pem/pem_pk8.o ../crypto/pem/pem_pk8.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_pkey.d.tmp -MT crypto/pem/pem_pkey.o -c -o crypto/pem/pem_pkey.o ../crypto/pem/pem_pkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_sign.d.tmp -MT crypto/pem/pem_sign.o -c -o crypto/pem/pem_sign.o ../crypto/pem/pem_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_x509.d.tmp -MT crypto/pem/pem_x509.o -c -o crypto/pem/pem_x509.o ../crypto/pem/pem_x509.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pem_xaux.d.tmp -MT crypto/pem/pem_xaux.o -c -o crypto/pem/pem_xaux.o ../crypto/pem/pem_xaux.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pem/pvkfmt.d.tmp -MT crypto/pem/pvkfmt.o -c -o crypto/pem/pvkfmt.o ../crypto/pem/pvkfmt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_add.d.tmp -MT crypto/pkcs12/p12_add.o -c -o crypto/pkcs12/p12_add.o ../crypto/pkcs12/p12_add.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_asn.d.tmp -MT crypto/pkcs12/p12_asn.o -c -o crypto/pkcs12/p12_asn.o ../crypto/pkcs12/p12_asn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_attr.d.tmp -MT crypto/pkcs12/p12_attr.o -c -o crypto/pkcs12/p12_attr.o ../crypto/pkcs12/p12_attr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_crpt.d.tmp -MT crypto/pkcs12/p12_crpt.o -c -o crypto/pkcs12/p12_crpt.o ../crypto/pkcs12/p12_crpt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_crt.d.tmp -MT crypto/pkcs12/p12_crt.o -c -o crypto/pkcs12/p12_crt.o ../crypto/pkcs12/p12_crt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_decr.d.tmp -MT crypto/pkcs12/p12_decr.o -c -o crypto/pkcs12/p12_decr.o ../crypto/pkcs12/p12_decr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_init.d.tmp -MT crypto/pkcs12/p12_init.o -c -o crypto/pkcs12/p12_init.o ../crypto/pkcs12/p12_init.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_key.d.tmp -MT crypto/pkcs12/p12_key.o -c -o crypto/pkcs12/p12_key.o ../crypto/pkcs12/p12_key.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_kiss.d.tmp -MT crypto/pkcs12/p12_kiss.o -c -o crypto/pkcs12/p12_kiss.o ../crypto/pkcs12/p12_kiss.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_mutl.d.tmp -MT crypto/pkcs12/p12_mutl.o -c -o crypto/pkcs12/p12_mutl.o ../crypto/pkcs12/p12_mutl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_npas.d.tmp -MT crypto/pkcs12/p12_npas.o -c -o crypto/pkcs12/p12_npas.o ../crypto/pkcs12/p12_npas.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_p8d.d.tmp -MT crypto/pkcs12/p12_p8d.o -c -o crypto/pkcs12/p12_p8d.o ../crypto/pkcs12/p12_p8d.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_p8e.d.tmp -MT crypto/pkcs12/p12_p8e.o -c -o crypto/pkcs12/p12_p8e.o ../crypto/pkcs12/p12_p8e.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_sbag.d.tmp -MT crypto/pkcs12/p12_sbag.o -c -o crypto/pkcs12/p12_sbag.o ../crypto/pkcs12/p12_sbag.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/p12_utl.d.tmp -MT crypto/pkcs12/p12_utl.o -c -o crypto/pkcs12/p12_utl.o ../crypto/pkcs12/p12_utl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs12/pk12err.d.tmp -MT crypto/pkcs12/pk12err.o -c -o crypto/pkcs12/pk12err.o ../crypto/pkcs12/pk12err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/bio_pk7.d.tmp -MT crypto/pkcs7/bio_pk7.o -c -o crypto/pkcs7/bio_pk7.o ../crypto/pkcs7/bio_pk7.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pk7_asn1.d.tmp -MT crypto/pkcs7/pk7_asn1.o -c -o crypto/pkcs7/pk7_asn1.o ../crypto/pkcs7/pk7_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pk7_attr.d.tmp -MT crypto/pkcs7/pk7_attr.o -c -o crypto/pkcs7/pk7_attr.o ../crypto/pkcs7/pk7_attr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pk7_doit.d.tmp -MT crypto/pkcs7/pk7_doit.o -c -o crypto/pkcs7/pk7_doit.o ../crypto/pkcs7/pk7_doit.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pk7_lib.d.tmp -MT crypto/pkcs7/pk7_lib.o -c -o crypto/pkcs7/pk7_lib.o ../crypto/pkcs7/pk7_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pk7_mime.d.tmp -MT crypto/pkcs7/pk7_mime.o -c -o crypto/pkcs7/pk7_mime.o ../crypto/pkcs7/pk7_mime.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pk7_smime.d.tmp -MT crypto/pkcs7/pk7_smime.o -c -o crypto/pkcs7/pk7_smime.o ../crypto/pkcs7/pk7_smime.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/pkcs7/pkcs7err.d.tmp -MT crypto/pkcs7/pkcs7err.o -c -o crypto/pkcs7/pkcs7err.o ../crypto/pkcs7/pkcs7err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/poly1305/poly1305.d.tmp -MT crypto/poly1305/poly1305.o -c -o crypto/poly1305/poly1305.o ../crypto/poly1305/poly1305.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/poly1305/poly1305_ameth.d.tmp -MT crypto/poly1305/poly1305_ameth.o -c -o crypto/poly1305/poly1305_ameth.o ../crypto/poly1305/poly1305_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/poly1305/poly1305_pmeth.d.tmp -MT crypto/poly1305/poly1305_pmeth.o -c -o crypto/poly1305/poly1305_pmeth.o ../crypto/poly1305/poly1305_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/drbg_ctr.d.tmp -MT crypto/rand/drbg_ctr.o -c -o crypto/rand/drbg_ctr.o ../crypto/rand/drbg_ctr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/drbg_lib.d.tmp -MT crypto/rand/drbg_lib.o -c -o crypto/rand/drbg_lib.o ../crypto/rand/drbg_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/rand_egd.d.tmp -MT crypto/rand/rand_egd.o -c -o crypto/rand/rand_egd.o ../crypto/rand/rand_egd.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/rand_err.d.tmp -MT crypto/rand/rand_err.o -c -o crypto/rand/rand_err.o ../crypto/rand/rand_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/rand_lib.d.tmp -MT crypto/rand/rand_lib.o -c -o crypto/rand/rand_lib.o ../crypto/rand/rand_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/rand_unix.d.tmp -MT crypto/rand/rand_unix.o -c -o crypto/rand/rand_unix.o ../crypto/rand/rand_unix.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/rand_vms.d.tmp -MT crypto/rand/rand_vms.o -c -o crypto/rand/rand_vms.o ../crypto/rand/rand_vms.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/rand_win.d.tmp -MT crypto/rand/rand_win.o -c -o crypto/rand/rand_win.o ../crypto/rand/rand_win.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rand/randfile.d.tmp -MT crypto/rand/randfile.o -c -o crypto/rand/randfile.o ../crypto/rand/randfile.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc2/rc2_cbc.d.tmp -MT crypto/rc2/rc2_cbc.o -c -o crypto/rc2/rc2_cbc.o ../crypto/rc2/rc2_cbc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc2/rc2_ecb.d.tmp -MT crypto/rc2/rc2_ecb.o -c -o crypto/rc2/rc2_ecb.o ../crypto/rc2/rc2_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc2/rc2_skey.d.tmp -MT crypto/rc2/rc2_skey.o -c -o crypto/rc2/rc2_skey.o ../crypto/rc2/rc2_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc2/rc2cfb64.d.tmp -MT crypto/rc2/rc2cfb64.o -c -o crypto/rc2/rc2cfb64.o ../crypto/rc2/rc2cfb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc2/rc2ofb64.d.tmp -MT crypto/rc2/rc2ofb64.o -c -o crypto/rc2/rc2ofb64.o ../crypto/rc2/rc2ofb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc4/rc4_enc.d.tmp -MT crypto/rc4/rc4_enc.o -c -o crypto/rc4/rc4_enc.o ../crypto/rc4/rc4_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc4/rc4_skey.d.tmp -MT crypto/rc4/rc4_skey.o -c -o crypto/rc4/rc4_skey.o ../crypto/rc4/rc4_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc5/rc5_ecb.d.tmp -MT crypto/rc5/rc5_ecb.o -c -o crypto/rc5/rc5_ecb.o ../crypto/rc5/rc5_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc5/rc5_enc.d.tmp -MT crypto/rc5/rc5_enc.o -c -o crypto/rc5/rc5_enc.o ../crypto/rc5/rc5_enc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc5/rc5_skey.d.tmp -MT crypto/rc5/rc5_skey.o -c -o crypto/rc5/rc5_skey.o ../crypto/rc5/rc5_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc5/rc5cfb64.d.tmp -MT crypto/rc5/rc5cfb64.o -c -o crypto/rc5/rc5cfb64.o ../crypto/rc5/rc5cfb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rc5/rc5ofb64.d.tmp -MT crypto/rc5/rc5ofb64.o -c -o crypto/rc5/rc5ofb64.o ../crypto/rc5/rc5ofb64.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ripemd/rmd_dgst.d.tmp -MT crypto/ripemd/rmd_dgst.o -c -o crypto/ripemd/rmd_dgst.o ../crypto/ripemd/rmd_dgst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ripemd/rmd_one.d.tmp -MT crypto/ripemd/rmd_one.o -c -o crypto/ripemd/rmd_one.o ../crypto/ripemd/rmd_one.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_ameth.d.tmp -MT crypto/rsa/rsa_ameth.o -c -o crypto/rsa/rsa_ameth.o ../crypto/rsa/rsa_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_asn1.d.tmp -MT crypto/rsa/rsa_asn1.o -c -o crypto/rsa/rsa_asn1.o ../crypto/rsa/rsa_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_chk.d.tmp -MT crypto/rsa/rsa_chk.o -c -o crypto/rsa/rsa_chk.o ../crypto/rsa/rsa_chk.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_crpt.d.tmp -MT crypto/rsa/rsa_crpt.o -c -o crypto/rsa/rsa_crpt.o ../crypto/rsa/rsa_crpt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_depr.d.tmp -MT crypto/rsa/rsa_depr.o -c -o crypto/rsa/rsa_depr.o ../crypto/rsa/rsa_depr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_err.d.tmp -MT crypto/rsa/rsa_err.o -c -o crypto/rsa/rsa_err.o ../crypto/rsa/rsa_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_gen.d.tmp -MT crypto/rsa/rsa_gen.o -c -o crypto/rsa/rsa_gen.o ../crypto/rsa/rsa_gen.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_lib.d.tmp -MT crypto/rsa/rsa_lib.o -c -o crypto/rsa/rsa_lib.o ../crypto/rsa/rsa_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_meth.d.tmp -MT crypto/rsa/rsa_meth.o -c -o crypto/rsa/rsa_meth.o ../crypto/rsa/rsa_meth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_mp.d.tmp -MT crypto/rsa/rsa_mp.o -c -o crypto/rsa/rsa_mp.o ../crypto/rsa/rsa_mp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_none.d.tmp -MT crypto/rsa/rsa_none.o -c -o crypto/rsa/rsa_none.o ../crypto/rsa/rsa_none.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_oaep.d.tmp -MT crypto/rsa/rsa_oaep.o -c -o crypto/rsa/rsa_oaep.o ../crypto/rsa/rsa_oaep.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_ossl.d.tmp -MT crypto/rsa/rsa_ossl.o -c -o crypto/rsa/rsa_ossl.o ../crypto/rsa/rsa_ossl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_pk1.d.tmp -MT crypto/rsa/rsa_pk1.o -c -o crypto/rsa/rsa_pk1.o ../crypto/rsa/rsa_pk1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_pmeth.d.tmp -MT crypto/rsa/rsa_pmeth.o -c -o crypto/rsa/rsa_pmeth.o ../crypto/rsa/rsa_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_prn.d.tmp -MT crypto/rsa/rsa_prn.o -c -o crypto/rsa/rsa_prn.o ../crypto/rsa/rsa_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_pss.d.tmp -MT crypto/rsa/rsa_pss.o -c -o crypto/rsa/rsa_pss.o ../crypto/rsa/rsa_pss.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_saos.d.tmp -MT crypto/rsa/rsa_saos.o -c -o crypto/rsa/rsa_saos.o ../crypto/rsa/rsa_saos.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_sign.d.tmp -MT crypto/rsa/rsa_sign.o -c -o crypto/rsa/rsa_sign.o ../crypto/rsa/rsa_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_ssl.d.tmp -MT crypto/rsa/rsa_ssl.o -c -o crypto/rsa/rsa_ssl.o ../crypto/rsa/rsa_ssl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_x931.d.tmp -MT crypto/rsa/rsa_x931.o -c -o crypto/rsa/rsa_x931.o ../crypto/rsa/rsa_x931.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/rsa/rsa_x931g.d.tmp -MT crypto/rsa/rsa_x931g.o -c -o crypto/rsa/rsa_x931g.o ../crypto/rsa/rsa_x931g.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/seed/seed.d.tmp -MT crypto/seed/seed.o -c -o crypto/seed/seed.o ../crypto/seed/seed.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/seed/seed_cbc.d.tmp -MT crypto/seed/seed_cbc.o -c -o crypto/seed/seed_cbc.o ../crypto/seed/seed_cbc.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/seed/seed_cfb.d.tmp -MT crypto/seed/seed_cfb.o -c -o crypto/seed/seed_cfb.o ../crypto/seed/seed_cfb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/seed/seed_ecb.d.tmp -MT crypto/seed/seed_ecb.o -c -o crypto/seed/seed_ecb.o ../crypto/seed/seed_ecb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/seed/seed_ofb.d.tmp -MT crypto/seed/seed_ofb.o -c -o crypto/seed/seed_ofb.o ../crypto/seed/seed_ofb.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sha/keccak1600.d.tmp -MT crypto/sha/keccak1600.o -c -o crypto/sha/keccak1600.o ../crypto/sha/keccak1600.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sha/sha1_one.d.tmp -MT crypto/sha/sha1_one.o -c -o crypto/sha/sha1_one.o ../crypto/sha/sha1_one.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sha/sha1dgst.d.tmp -MT crypto/sha/sha1dgst.o -c -o crypto/sha/sha1dgst.o ../crypto/sha/sha1dgst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sha/sha256.d.tmp -MT crypto/sha/sha256.o -c -o crypto/sha/sha256.o ../crypto/sha/sha256.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sha/sha512.d.tmp -MT crypto/sha/sha512.o -c -o crypto/sha/sha512.o ../crypto/sha/sha512.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/siphash/siphash.d.tmp -MT crypto/siphash/siphash.o -c -o crypto/siphash/siphash.o ../crypto/siphash/siphash.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/siphash/siphash_ameth.d.tmp -MT crypto/siphash/siphash_ameth.o -c -o crypto/siphash/siphash_ameth.o ../crypto/siphash/siphash_ameth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/siphash/siphash_pmeth.d.tmp -MT crypto/siphash/siphash_pmeth.o -c -o crypto/siphash/siphash_pmeth.o ../crypto/siphash/siphash_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm2/sm2_crypt.d.tmp -MT crypto/sm2/sm2_crypt.o -c -o crypto/sm2/sm2_crypt.o ../crypto/sm2/sm2_crypt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm2/sm2_err.d.tmp -MT crypto/sm2/sm2_err.o -c -o crypto/sm2/sm2_err.o ../crypto/sm2/sm2_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm2/sm2_pmeth.d.tmp -MT crypto/sm2/sm2_pmeth.o -c -o crypto/sm2/sm2_pmeth.o ../crypto/sm2/sm2_pmeth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm2/sm2_sign.d.tmp -MT crypto/sm2/sm2_sign.o -c -o crypto/sm2/sm2_sign.o ../crypto/sm2/sm2_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm3/m_sm3.d.tmp -MT crypto/sm3/m_sm3.o -c -o crypto/sm3/m_sm3.o ../crypto/sm3/m_sm3.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm3/sm3.d.tmp -MT crypto/sm3/sm3.o -c -o crypto/sm3/sm3.o ../crypto/sm3/sm3.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/sm4/sm4.d.tmp -MT crypto/sm4/sm4.o -c -o crypto/sm4/sm4.o ../crypto/sm4/sm4.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/srp/srp_lib.d.tmp -MT crypto/srp/srp_lib.o -c -o crypto/srp/srp_lib.o ../crypto/srp/srp_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/srp/srp_vfy.d.tmp -MT crypto/srp/srp_vfy.o -c -o crypto/srp/srp_vfy.o ../crypto/srp/srp_vfy.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/stack/stack.d.tmp -MT crypto/stack/stack.o -c -o crypto/stack/stack.o ../crypto/stack/stack.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/store/loader_file.d.tmp -MT crypto/store/loader_file.o -c -o crypto/store/loader_file.o ../crypto/store/loader_file.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/store/store_err.d.tmp -MT crypto/store/store_err.o -c -o crypto/store/store_err.o ../crypto/store/store_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/store/store_init.d.tmp -MT crypto/store/store_init.o -c -o crypto/store/store_init.o ../crypto/store/store_init.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/store/store_lib.d.tmp -MT crypto/store/store_lib.o -c -o crypto/store/store_lib.o ../crypto/store/store_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/store/store_register.d.tmp -MT crypto/store/store_register.o -c -o crypto/store/store_register.o ../crypto/store/store_register.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/store/store_strings.d.tmp -MT crypto/store/store_strings.o -c -o crypto/store/store_strings.o ../crypto/store/store_strings.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/threads_none.d.tmp -MT crypto/threads_none.o -c -o crypto/threads_none.o ../crypto/threads_none.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/threads_pthread.d.tmp -MT crypto/threads_pthread.o -c -o crypto/threads_pthread.o ../crypto/threads_pthread.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/threads_win.d.tmp -MT crypto/threads_win.o -c -o crypto/threads_win.o ../crypto/threads_win.c ../crypto/threads_win.c: In function 'CRYPTO_atomic_add': ../crypto/threads_win.c:158:35: warning: passing argument 1 of '_InterlockedExchangeAdd' from incompatible pointer type [-Wincompatible-pointer-types] 158 | *ret = InterlockedExchangeAdd(val, amount) + amount; @@ -639,160 +639,161 @@ In file included from C:/msys64/mingw64/x86_64-w64-mingw32/include/winnt.h:27, C:/msys64/mingw64/x86_64-w64-mingw32/include/psdk_inc/intrin-impl.h:1483:53: note: expected 'volatile long int *' but argument is of type 'int *' 1483 | __LONG32 _InterlockedExchangeAdd(__LONG32 volatile *Addend, __LONG32 Value) { | ^ -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_asn1.d.tmp -MT crypto/ts/ts_asn1.o -c -o crypto/ts/ts_asn1.o ../crypto/ts/ts_asn1.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_conf.d.tmp -MT crypto/ts/ts_conf.o -c -o crypto/ts/ts_conf.o ../crypto/ts/ts_conf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_err.d.tmp -MT crypto/ts/ts_err.o -c -o crypto/ts/ts_err.o ../crypto/ts/ts_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_lib.d.tmp -MT crypto/ts/ts_lib.o -c -o crypto/ts/ts_lib.o ../crypto/ts/ts_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_req_print.d.tmp -MT crypto/ts/ts_req_print.o -c -o crypto/ts/ts_req_print.o ../crypto/ts/ts_req_print.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_req_utils.d.tmp -MT crypto/ts/ts_req_utils.o -c -o crypto/ts/ts_req_utils.o ../crypto/ts/ts_req_utils.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_rsp_print.d.tmp -MT crypto/ts/ts_rsp_print.o -c -o crypto/ts/ts_rsp_print.o ../crypto/ts/ts_rsp_print.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_rsp_sign.d.tmp -MT crypto/ts/ts_rsp_sign.o -c -o crypto/ts/ts_rsp_sign.o ../crypto/ts/ts_rsp_sign.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_rsp_utils.d.tmp -MT crypto/ts/ts_rsp_utils.o -c -o crypto/ts/ts_rsp_utils.o ../crypto/ts/ts_rsp_utils.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_rsp_verify.d.tmp -MT crypto/ts/ts_rsp_verify.o -c -o crypto/ts/ts_rsp_verify.o ../crypto/ts/ts_rsp_verify.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_verify_ctx.d.tmp -MT crypto/ts/ts_verify_ctx.o -c -o crypto/ts/ts_verify_ctx.o ../crypto/ts/ts_verify_ctx.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/txt_db/txt_db.d.tmp -MT crypto/txt_db/txt_db.o -c -o crypto/txt_db/txt_db.o ../crypto/txt_db/txt_db.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ui/ui_err.d.tmp -MT crypto/ui/ui_err.o -c -o crypto/ui/ui_err.o ../crypto/ui/ui_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ui/ui_lib.d.tmp -MT crypto/ui/ui_lib.o -c -o crypto/ui/ui_lib.o ../crypto/ui/ui_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ui/ui_null.d.tmp -MT crypto/ui/ui_null.o -c -o crypto/ui/ui_null.o ../crypto/ui/ui_null.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ui/ui_openssl.d.tmp -MT crypto/ui/ui_openssl.o -c -o crypto/ui/ui_openssl.o ../crypto/ui/ui_openssl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ui/ui_util.d.tmp -MT crypto/ui/ui_util.o -c -o crypto/ui/ui_util.o ../crypto/ui/ui_util.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/uid.d.tmp -MT crypto/uid.o -c -o crypto/uid.o ../crypto/uid.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/whrlpool/wp_block.d.tmp -MT crypto/whrlpool/wp_block.o -c -o crypto/whrlpool/wp_block.o ../crypto/whrlpool/wp_block.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/whrlpool/wp_dgst.d.tmp -MT crypto/whrlpool/wp_dgst.o -c -o crypto/whrlpool/wp_dgst.o ../crypto/whrlpool/wp_dgst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/by_dir.d.tmp -MT crypto/x509/by_dir.o -c -o crypto/x509/by_dir.o ../crypto/x509/by_dir.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/by_file.d.tmp -MT crypto/x509/by_file.o -c -o crypto/x509/by_file.o ../crypto/x509/by_file.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/t_crl.d.tmp -MT crypto/x509/t_crl.o -c -o crypto/x509/t_crl.o ../crypto/x509/t_crl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/t_req.d.tmp -MT crypto/x509/t_req.o -c -o crypto/x509/t_req.o ../crypto/x509/t_req.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/t_x509.d.tmp -MT crypto/x509/t_x509.o -c -o crypto/x509/t_x509.o ../crypto/x509/t_x509.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_att.d.tmp -MT crypto/x509/x509_att.o -c -o crypto/x509/x509_att.o ../crypto/x509/x509_att.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_cmp.d.tmp -MT crypto/x509/x509_cmp.o -c -o crypto/x509/x509_cmp.o ../crypto/x509/x509_cmp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_d2.d.tmp -MT crypto/x509/x509_d2.o -c -o crypto/x509/x509_d2.o ../crypto/x509/x509_d2.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_def.d.tmp -MT crypto/x509/x509_def.o -c -o crypto/x509/x509_def.o ../crypto/x509/x509_def.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_err.d.tmp -MT crypto/x509/x509_err.o -c -o crypto/x509/x509_err.o ../crypto/x509/x509_err.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_ext.d.tmp -MT crypto/x509/x509_ext.o -c -o crypto/x509/x509_ext.o ../crypto/x509/x509_ext.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_lu.d.tmp -MT crypto/x509/x509_lu.o -c -o crypto/x509/x509_lu.o ../crypto/x509/x509_lu.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_meth.d.tmp -MT crypto/x509/x509_meth.o -c -o crypto/x509/x509_meth.o ../crypto/x509/x509_meth.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_obj.d.tmp -MT crypto/x509/x509_obj.o -c -o crypto/x509/x509_obj.o ../crypto/x509/x509_obj.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_r2x.d.tmp -MT crypto/x509/x509_r2x.o -c -o crypto/x509/x509_r2x.o ../crypto/x509/x509_r2x.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_req.d.tmp -MT crypto/x509/x509_req.o -c -o crypto/x509/x509_req.o ../crypto/x509/x509_req.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_set.d.tmp -MT crypto/x509/x509_set.o -c -o crypto/x509/x509_set.o ../crypto/x509/x509_set.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_trs.d.tmp -MT crypto/x509/x509_trs.o -c -o crypto/x509/x509_trs.o ../crypto/x509/x509_trs.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_txt.d.tmp -MT crypto/x509/x509_txt.o -c -o crypto/x509/x509_txt.o ../crypto/x509/x509_txt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_v3.d.tmp -MT crypto/x509/x509_v3.o -c -o crypto/x509/x509_v3.o ../crypto/x509/x509_v3.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_vfy.d.tmp -MT crypto/x509/x509_vfy.o -c -o crypto/x509/x509_vfy.o ../crypto/x509/x509_vfy.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_vpm.d.tmp -MT crypto/x509/x509_vpm.o -c -o crypto/x509/x509_vpm.o ../crypto/x509/x509_vpm.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509cset.d.tmp -MT crypto/x509/x509cset.o -c -o crypto/x509/x509cset.o ../crypto/x509/x509cset.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509name.d.tmp -MT crypto/x509/x509name.o -c -o crypto/x509/x509name.o ../crypto/x509/x509name.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509rset.d.tmp -MT crypto/x509/x509rset.o -c -o crypto/x509/x509rset.o ../crypto/x509/x509rset.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509spki.d.tmp -MT crypto/x509/x509spki.o -c -o crypto/x509/x509spki.o ../crypto/x509/x509spki.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509type.d.tmp -MT crypto/x509/x509type.o -c -o crypto/x509/x509type.o ../crypto/x509/x509type.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_all.d.tmp -MT crypto/x509/x_all.o -c -o crypto/x509/x_all.o ../crypto/x509/x_all.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_attrib.d.tmp -MT crypto/x509/x_attrib.o -c -o crypto/x509/x_attrib.o ../crypto/x509/x_attrib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_crl.d.tmp -MT crypto/x509/x_crl.o -c -o crypto/x509/x_crl.o ../crypto/x509/x_crl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_exten.d.tmp -MT crypto/x509/x_exten.o -c -o crypto/x509/x_exten.o ../crypto/x509/x_exten.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_name.d.tmp -MT crypto/x509/x_name.o -c -o crypto/x509/x_name.o ../crypto/x509/x_name.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_pubkey.d.tmp -MT crypto/x509/x_pubkey.o -c -o crypto/x509/x_pubkey.o ../crypto/x509/x_pubkey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_req.d.tmp -MT crypto/x509/x_req.o -c -o crypto/x509/x_req.o ../crypto/x509/x_req.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_x509.d.tmp -MT crypto/x509/x_x509.o -c -o crypto/x509/x_x509.o ../crypto/x509/x_x509.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_x509a.d.tmp -MT crypto/x509/x_x509a.o -c -o crypto/x509/x_x509a.o ../crypto/x509/x_x509a.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/pcy_cache.d.tmp -MT crypto/x509v3/pcy_cache.o -c -o crypto/x509v3/pcy_cache.o ../crypto/x509v3/pcy_cache.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/pcy_data.d.tmp -MT crypto/x509v3/pcy_data.o -c -o crypto/x509v3/pcy_data.o ../crypto/x509v3/pcy_data.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/pcy_lib.d.tmp -MT crypto/x509v3/pcy_lib.o -c -o crypto/x509v3/pcy_lib.o ../crypto/x509v3/pcy_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/pcy_map.d.tmp -MT crypto/x509v3/pcy_map.o -c -o crypto/x509v3/pcy_map.o ../crypto/x509v3/pcy_map.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/pcy_node.d.tmp -MT crypto/x509v3/pcy_node.o -c -o crypto/x509v3/pcy_node.o ../crypto/x509v3/pcy_node.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/pcy_tree.d.tmp -MT crypto/x509v3/pcy_tree.o -c -o crypto/x509v3/pcy_tree.o ../crypto/x509v3/pcy_tree.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_addr.d.tmp -MT crypto/x509v3/v3_addr.o -c -o crypto/x509v3/v3_addr.o ../crypto/x509v3/v3_addr.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_admis.d.tmp -MT crypto/x509v3/v3_admis.o -c -o crypto/x509v3/v3_admis.o ../crypto/x509v3/v3_admis.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_akey.d.tmp -MT crypto/x509v3/v3_akey.o -c -o crypto/x509v3/v3_akey.o ../crypto/x509v3/v3_akey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_akeya.d.tmp -MT crypto/x509v3/v3_akeya.o -c -o crypto/x509v3/v3_akeya.o ../crypto/x509v3/v3_akeya.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_alt.d.tmp -MT crypto/x509v3/v3_alt.o -c -o crypto/x509v3/v3_alt.o ../crypto/x509v3/v3_alt.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_asid.d.tmp -MT crypto/x509v3/v3_asid.o -c -o crypto/x509v3/v3_asid.o ../crypto/x509v3/v3_asid.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_bcons.d.tmp -MT crypto/x509v3/v3_bcons.o -c -o crypto/x509v3/v3_bcons.o ../crypto/x509v3/v3_bcons.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_bitst.d.tmp -MT crypto/x509v3/v3_bitst.o -c -o crypto/x509v3/v3_bitst.o ../crypto/x509v3/v3_bitst.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_conf.d.tmp -MT crypto/x509v3/v3_conf.o -c -o crypto/x509v3/v3_conf.o ../crypto/x509v3/v3_conf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_cpols.d.tmp -MT crypto/x509v3/v3_cpols.o -c -o crypto/x509v3/v3_cpols.o ../crypto/x509v3/v3_cpols.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_crld.d.tmp -MT crypto/x509v3/v3_crld.o -c -o crypto/x509v3/v3_crld.o ../crypto/x509v3/v3_crld.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_enum.d.tmp -MT crypto/x509v3/v3_enum.o -c -o crypto/x509v3/v3_enum.o ../crypto/x509v3/v3_enum.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_extku.d.tmp -MT crypto/x509v3/v3_extku.o -c -o crypto/x509v3/v3_extku.o ../crypto/x509v3/v3_extku.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_genn.d.tmp -MT crypto/x509v3/v3_genn.o -c -o crypto/x509v3/v3_genn.o ../crypto/x509v3/v3_genn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_ia5.d.tmp -MT crypto/x509v3/v3_ia5.o -c -o crypto/x509v3/v3_ia5.o ../crypto/x509v3/v3_ia5.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_info.d.tmp -MT crypto/x509v3/v3_info.o -c -o crypto/x509v3/v3_info.o ../crypto/x509v3/v3_info.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_int.d.tmp -MT crypto/x509v3/v3_int.o -c -o crypto/x509v3/v3_int.o ../crypto/x509v3/v3_int.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_lib.d.tmp -MT crypto/x509v3/v3_lib.o -c -o crypto/x509v3/v3_lib.o ../crypto/x509v3/v3_lib.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_ncons.d.tmp -MT crypto/x509v3/v3_ncons.o -c -o crypto/x509v3/v3_ncons.o ../crypto/x509v3/v3_ncons.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_pci.d.tmp -MT crypto/x509v3/v3_pci.o -c -o crypto/x509v3/v3_pci.o ../crypto/x509v3/v3_pci.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_pcia.d.tmp -MT crypto/x509v3/v3_pcia.o -c -o crypto/x509v3/v3_pcia.o ../crypto/x509v3/v3_pcia.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_pcons.d.tmp -MT crypto/x509v3/v3_pcons.o -c -o crypto/x509v3/v3_pcons.o ../crypto/x509v3/v3_pcons.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_pku.d.tmp -MT crypto/x509v3/v3_pku.o -c -o crypto/x509v3/v3_pku.o ../crypto/x509v3/v3_pku.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_pmaps.d.tmp -MT crypto/x509v3/v3_pmaps.o -c -o crypto/x509v3/v3_pmaps.o ../crypto/x509v3/v3_pmaps.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_prn.d.tmp -MT crypto/x509v3/v3_prn.o -c -o crypto/x509v3/v3_prn.o ../crypto/x509v3/v3_prn.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_purp.d.tmp -MT crypto/x509v3/v3_purp.o -c -o crypto/x509v3/v3_purp.o ../crypto/x509v3/v3_purp.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_skey.d.tmp -MT crypto/x509v3/v3_skey.o -c -o crypto/x509v3/v3_skey.o ../crypto/x509v3/v3_skey.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_sxnet.d.tmp -MT crypto/x509v3/v3_sxnet.o -c -o crypto/x509v3/v3_sxnet.o ../crypto/x509v3/v3_sxnet.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_tlsf.d.tmp -MT crypto/x509v3/v3_tlsf.o -c -o crypto/x509v3/v3_tlsf.o ../crypto/x509v3/v3_tlsf.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_utl.d.tmp -MT crypto/x509v3/v3_utl.o -c -o crypto/x509v3/v3_utl.o ../crypto/x509v3/v3_utl.c -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3err.d.tmp -MT crypto/x509v3/v3err.o -c -o crypto/x509v3/v3err.o ../crypto/x509v3/v3err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_asn1.d.tmp -MT crypto/ts/ts_asn1.o -c -o crypto/ts/ts_asn1.o ../crypto/ts/ts_asn1.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_conf.d.tmp -MT crypto/ts/ts_conf.o -c -o crypto/ts/ts_conf.o ../crypto/ts/ts_conf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_err.d.tmp -MT crypto/ts/ts_err.o -c -o crypto/ts/ts_err.o ../crypto/ts/ts_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_lib.d.tmp -MT crypto/ts/ts_lib.o -c -o crypto/ts/ts_lib.o ../crypto/ts/ts_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_req_print.d.tmp -MT crypto/ts/ts_req_print.o -c -o crypto/ts/ts_req_print.o ../crypto/ts/ts_req_print.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_req_utils.d.tmp -MT crypto/ts/ts_req_utils.o -c -o crypto/ts/ts_req_utils.o ../crypto/ts/ts_req_utils.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_rsp_print.d.tmp -MT crypto/ts/ts_rsp_print.o -c -o crypto/ts/ts_rsp_print.o ../crypto/ts/ts_rsp_print.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_rsp_sign.d.tmp -MT crypto/ts/ts_rsp_sign.o -c -o crypto/ts/ts_rsp_sign.o ../crypto/ts/ts_rsp_sign.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_rsp_utils.d.tmp -MT crypto/ts/ts_rsp_utils.o -c -o crypto/ts/ts_rsp_utils.o ../crypto/ts/ts_rsp_utils.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_rsp_verify.d.tmp -MT crypto/ts/ts_rsp_verify.o -c -o crypto/ts/ts_rsp_verify.o ../crypto/ts/ts_rsp_verify.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ts/ts_verify_ctx.d.tmp -MT crypto/ts/ts_verify_ctx.o -c -o crypto/ts/ts_verify_ctx.o ../crypto/ts/ts_verify_ctx.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/txt_db/txt_db.d.tmp -MT crypto/txt_db/txt_db.o -c -o crypto/txt_db/txt_db.o ../crypto/txt_db/txt_db.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ui/ui_err.d.tmp -MT crypto/ui/ui_err.o -c -o crypto/ui/ui_err.o ../crypto/ui/ui_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ui/ui_lib.d.tmp -MT crypto/ui/ui_lib.o -c -o crypto/ui/ui_lib.o ../crypto/ui/ui_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ui/ui_null.d.tmp -MT crypto/ui/ui_null.o -c -o crypto/ui/ui_null.o ../crypto/ui/ui_null.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ui/ui_openssl.d.tmp -MT crypto/ui/ui_openssl.o -c -o crypto/ui/ui_openssl.o ../crypto/ui/ui_openssl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/ui/ui_util.d.tmp -MT crypto/ui/ui_util.o -c -o crypto/ui/ui_util.o ../crypto/ui/ui_util.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/uid.d.tmp -MT crypto/uid.o -c -o crypto/uid.o ../crypto/uid.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/whrlpool/wp_block.d.tmp -MT crypto/whrlpool/wp_block.o -c -o crypto/whrlpool/wp_block.o ../crypto/whrlpool/wp_block.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/whrlpool/wp_dgst.d.tmp -MT crypto/whrlpool/wp_dgst.o -c -o crypto/whrlpool/wp_dgst.o ../crypto/whrlpool/wp_dgst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/by_dir.d.tmp -MT crypto/x509/by_dir.o -c -o crypto/x509/by_dir.o ../crypto/x509/by_dir.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/by_file.d.tmp -MT crypto/x509/by_file.o -c -o crypto/x509/by_file.o ../crypto/x509/by_file.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/t_crl.d.tmp -MT crypto/x509/t_crl.o -c -o crypto/x509/t_crl.o ../crypto/x509/t_crl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/t_req.d.tmp -MT crypto/x509/t_req.o -c -o crypto/x509/t_req.o ../crypto/x509/t_req.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/t_x509.d.tmp -MT crypto/x509/t_x509.o -c -o crypto/x509/t_x509.o ../crypto/x509/t_x509.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_att.d.tmp -MT crypto/x509/x509_att.o -c -o crypto/x509/x509_att.o ../crypto/x509/x509_att.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_cmp.d.tmp -MT crypto/x509/x509_cmp.o -c -o crypto/x509/x509_cmp.o ../crypto/x509/x509_cmp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_d2.d.tmp -MT crypto/x509/x509_d2.o -c -o crypto/x509/x509_d2.o ../crypto/x509/x509_d2.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_def.d.tmp -MT crypto/x509/x509_def.o -c -o crypto/x509/x509_def.o ../crypto/x509/x509_def.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_err.d.tmp -MT crypto/x509/x509_err.o -c -o crypto/x509/x509_err.o ../crypto/x509/x509_err.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_ext.d.tmp -MT crypto/x509/x509_ext.o -c -o crypto/x509/x509_ext.o ../crypto/x509/x509_ext.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_lu.d.tmp -MT crypto/x509/x509_lu.o -c -o crypto/x509/x509_lu.o ../crypto/x509/x509_lu.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_meth.d.tmp -MT crypto/x509/x509_meth.o -c -o crypto/x509/x509_meth.o ../crypto/x509/x509_meth.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_obj.d.tmp -MT crypto/x509/x509_obj.o -c -o crypto/x509/x509_obj.o ../crypto/x509/x509_obj.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_r2x.d.tmp -MT crypto/x509/x509_r2x.o -c -o crypto/x509/x509_r2x.o ../crypto/x509/x509_r2x.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_req.d.tmp -MT crypto/x509/x509_req.o -c -o crypto/x509/x509_req.o ../crypto/x509/x509_req.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_set.d.tmp -MT crypto/x509/x509_set.o -c -o crypto/x509/x509_set.o ../crypto/x509/x509_set.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_trs.d.tmp -MT crypto/x509/x509_trs.o -c -o crypto/x509/x509_trs.o ../crypto/x509/x509_trs.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_txt.d.tmp -MT crypto/x509/x509_txt.o -c -o crypto/x509/x509_txt.o ../crypto/x509/x509_txt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_v3.d.tmp -MT crypto/x509/x509_v3.o -c -o crypto/x509/x509_v3.o ../crypto/x509/x509_v3.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_vfy.d.tmp -MT crypto/x509/x509_vfy.o -c -o crypto/x509/x509_vfy.o ../crypto/x509/x509_vfy.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509_vpm.d.tmp -MT crypto/x509/x509_vpm.o -c -o crypto/x509/x509_vpm.o ../crypto/x509/x509_vpm.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509cset.d.tmp -MT crypto/x509/x509cset.o -c -o crypto/x509/x509cset.o ../crypto/x509/x509cset.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509name.d.tmp -MT crypto/x509/x509name.o -c -o crypto/x509/x509name.o ../crypto/x509/x509name.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509rset.d.tmp -MT crypto/x509/x509rset.o -c -o crypto/x509/x509rset.o ../crypto/x509/x509rset.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509spki.d.tmp -MT crypto/x509/x509spki.o -c -o crypto/x509/x509spki.o ../crypto/x509/x509spki.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x509type.d.tmp -MT crypto/x509/x509type.o -c -o crypto/x509/x509type.o ../crypto/x509/x509type.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_all.d.tmp -MT crypto/x509/x_all.o -c -o crypto/x509/x_all.o ../crypto/x509/x_all.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_attrib.d.tmp -MT crypto/x509/x_attrib.o -c -o crypto/x509/x_attrib.o ../crypto/x509/x_attrib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_crl.d.tmp -MT crypto/x509/x_crl.o -c -o crypto/x509/x_crl.o ../crypto/x509/x_crl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_exten.d.tmp -MT crypto/x509/x_exten.o -c -o crypto/x509/x_exten.o ../crypto/x509/x_exten.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_name.d.tmp -MT crypto/x509/x_name.o -c -o crypto/x509/x_name.o ../crypto/x509/x_name.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_pubkey.d.tmp -MT crypto/x509/x_pubkey.o -c -o crypto/x509/x_pubkey.o ../crypto/x509/x_pubkey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_req.d.tmp -MT crypto/x509/x_req.o -c -o crypto/x509/x_req.o ../crypto/x509/x_req.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_x509.d.tmp -MT crypto/x509/x_x509.o -c -o crypto/x509/x_x509.o ../crypto/x509/x_x509.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509/x_x509a.d.tmp -MT crypto/x509/x_x509a.o -c -o crypto/x509/x_x509a.o ../crypto/x509/x_x509a.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/pcy_cache.d.tmp -MT crypto/x509v3/pcy_cache.o -c -o crypto/x509v3/pcy_cache.o ../crypto/x509v3/pcy_cache.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/pcy_data.d.tmp -MT crypto/x509v3/pcy_data.o -c -o crypto/x509v3/pcy_data.o ../crypto/x509v3/pcy_data.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/pcy_lib.d.tmp -MT crypto/x509v3/pcy_lib.o -c -o crypto/x509v3/pcy_lib.o ../crypto/x509v3/pcy_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/pcy_map.d.tmp -MT crypto/x509v3/pcy_map.o -c -o crypto/x509v3/pcy_map.o ../crypto/x509v3/pcy_map.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/pcy_node.d.tmp -MT crypto/x509v3/pcy_node.o -c -o crypto/x509v3/pcy_node.o ../crypto/x509v3/pcy_node.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/pcy_tree.d.tmp -MT crypto/x509v3/pcy_tree.o -c -o crypto/x509v3/pcy_tree.o ../crypto/x509v3/pcy_tree.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_addr.d.tmp -MT crypto/x509v3/v3_addr.o -c -o crypto/x509v3/v3_addr.o ../crypto/x509v3/v3_addr.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_admis.d.tmp -MT crypto/x509v3/v3_admis.o -c -o crypto/x509v3/v3_admis.o ../crypto/x509v3/v3_admis.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_akey.d.tmp -MT crypto/x509v3/v3_akey.o -c -o crypto/x509v3/v3_akey.o ../crypto/x509v3/v3_akey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_akeya.d.tmp -MT crypto/x509v3/v3_akeya.o -c -o crypto/x509v3/v3_akeya.o ../crypto/x509v3/v3_akeya.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_alt.d.tmp -MT crypto/x509v3/v3_alt.o -c -o crypto/x509v3/v3_alt.o ../crypto/x509v3/v3_alt.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_asid.d.tmp -MT crypto/x509v3/v3_asid.o -c -o crypto/x509v3/v3_asid.o ../crypto/x509v3/v3_asid.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_bcons.d.tmp -MT crypto/x509v3/v3_bcons.o -c -o crypto/x509v3/v3_bcons.o ../crypto/x509v3/v3_bcons.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_bitst.d.tmp -MT crypto/x509v3/v3_bitst.o -c -o crypto/x509v3/v3_bitst.o ../crypto/x509v3/v3_bitst.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_conf.d.tmp -MT crypto/x509v3/v3_conf.o -c -o crypto/x509v3/v3_conf.o ../crypto/x509v3/v3_conf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_cpols.d.tmp -MT crypto/x509v3/v3_cpols.o -c -o crypto/x509v3/v3_cpols.o ../crypto/x509v3/v3_cpols.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_crld.d.tmp -MT crypto/x509v3/v3_crld.o -c -o crypto/x509v3/v3_crld.o ../crypto/x509v3/v3_crld.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_enum.d.tmp -MT crypto/x509v3/v3_enum.o -c -o crypto/x509v3/v3_enum.o ../crypto/x509v3/v3_enum.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_extku.d.tmp -MT crypto/x509v3/v3_extku.o -c -o crypto/x509v3/v3_extku.o ../crypto/x509v3/v3_extku.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_genn.d.tmp -MT crypto/x509v3/v3_genn.o -c -o crypto/x509v3/v3_genn.o ../crypto/x509v3/v3_genn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_ia5.d.tmp -MT crypto/x509v3/v3_ia5.o -c -o crypto/x509v3/v3_ia5.o ../crypto/x509v3/v3_ia5.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_info.d.tmp -MT crypto/x509v3/v3_info.o -c -o crypto/x509v3/v3_info.o ../crypto/x509v3/v3_info.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_int.d.tmp -MT crypto/x509v3/v3_int.o -c -o crypto/x509v3/v3_int.o ../crypto/x509v3/v3_int.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_lib.d.tmp -MT crypto/x509v3/v3_lib.o -c -o crypto/x509v3/v3_lib.o ../crypto/x509v3/v3_lib.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_ncons.d.tmp -MT crypto/x509v3/v3_ncons.o -c -o crypto/x509v3/v3_ncons.o ../crypto/x509v3/v3_ncons.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_pci.d.tmp -MT crypto/x509v3/v3_pci.o -c -o crypto/x509v3/v3_pci.o ../crypto/x509v3/v3_pci.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_pcia.d.tmp -MT crypto/x509v3/v3_pcia.o -c -o crypto/x509v3/v3_pcia.o ../crypto/x509v3/v3_pcia.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_pcons.d.tmp -MT crypto/x509v3/v3_pcons.o -c -o crypto/x509v3/v3_pcons.o ../crypto/x509v3/v3_pcons.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_pku.d.tmp -MT crypto/x509v3/v3_pku.o -c -o crypto/x509v3/v3_pku.o ../crypto/x509v3/v3_pku.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_pmaps.d.tmp -MT crypto/x509v3/v3_pmaps.o -c -o crypto/x509v3/v3_pmaps.o ../crypto/x509v3/v3_pmaps.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_prn.d.tmp -MT crypto/x509v3/v3_prn.o -c -o crypto/x509v3/v3_prn.o ../crypto/x509v3/v3_prn.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_purp.d.tmp -MT crypto/x509v3/v3_purp.o -c -o crypto/x509v3/v3_purp.o ../crypto/x509v3/v3_purp.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_skey.d.tmp -MT crypto/x509v3/v3_skey.o -c -o crypto/x509v3/v3_skey.o ../crypto/x509v3/v3_skey.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_sxnet.d.tmp -MT crypto/x509v3/v3_sxnet.o -c -o crypto/x509v3/v3_sxnet.o ../crypto/x509v3/v3_sxnet.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_tlsf.d.tmp -MT crypto/x509v3/v3_tlsf.o -c -o crypto/x509v3/v3_tlsf.o ../crypto/x509v3/v3_tlsf.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3_utl.d.tmp -MT crypto/x509v3/v3_utl.o -c -o crypto/x509v3/v3_utl.o ../crypto/x509v3/v3_utl.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/x509v3/v3err.d.tmp -MT crypto/x509v3/v3err.o -c -o crypto/x509v3/v3err.o ../crypto/x509v3/v3err.c ar r libcrypto.a crypto/aes/aes_cbc.o crypto/aes/aes_cfb.o crypto/aes/aes_core.o crypto/aes/aes_ecb.o crypto/aes/aes_ige.o crypto/aes/aes_misc.o crypto/aes/aes_ofb.o crypto/aes/aes_wrap.o crypto/aria/aria.o crypto/asn1/a_bitstr.o crypto/asn1/a_d2i_fp.o crypto/asn1/a_digest.o crypto/asn1/a_dup.o crypto/asn1/a_gentm.o crypto/asn1/a_i2d_fp.o crypto/asn1/a_int.o crypto/asn1/a_mbstr.o crypto/asn1/a_object.o crypto/asn1/a_octet.o crypto/asn1/a_print.o crypto/asn1/a_sign.o crypto/asn1/a_strex.o crypto/asn1/a_strnid.o crypto/asn1/a_time.o crypto/asn1/a_type.o crypto/asn1/a_utctm.o crypto/asn1/a_utf8.o crypto/asn1/a_verify.o crypto/asn1/ameth_lib.o crypto/asn1/asn1_err.o crypto/asn1/asn1_gen.o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_lib.o crypto/asn1/asn1_par.o crypto/asn1/asn_mime.o crypto/asn1/asn_moid.o crypto/asn1/asn_mstbl.o crypto/asn1/asn_pack.o crypto/asn1/bio_asn1.o crypto/asn1/bio_ndef.o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pu.o crypto/asn1/evp_asn1.o crypto/asn1/f_int.o crypto/asn1/f_string.o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pu.o crypto/asn1/n_pkey.o crypto/asn1/nsseq.o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbev2.o crypto/asn1/p5_scrypt.o crypto/asn1/p8_pkey.o crypto/asn1/t_bitst.o crypto/asn1/t_pkey.o crypto/asn1/t_spki.o crypto/asn1/tasn_dec.o crypto/asn1/tasn_enc.o crypto/asn1/tasn_fre.o crypto/asn1/tasn_new.o crypto/asn1/tasn_prn.o crypto/asn1/tasn_scn.o crypto/asn1/tasn_typ.o crypto/asn1/tasn_utl.o crypto/asn1/x_algor.o crypto/asn1/x_bignum.o crypto/asn1/x_info.o crypto/asn1/x_int64.o crypto/asn1/x_long.o crypto/asn1/x_pkey.o crypto/asn1/x_sig.o crypto/asn1/x_spki.o crypto/asn1/x_val.o crypto/async/arch/async_null.o crypto/async/arch/async_posix.o crypto/async/arch/async_win.o crypto/async/async.o crypto/async/async_err.o crypto/async/async_wait.o crypto/bf/bf_cfb64.o crypto/bf/bf_ecb.o crypto/bf/bf_enc.o crypto/bf/bf_ofb64.o crypto/bf/bf_skey.o crypto/bio/b_addr.o crypto/bio/b_dump.o crypto/bio/b_print.o crypto/bio/b_sock.o crypto/bio/b_sock2.o crypto/bio/bf_buff.o crypto/bio/bf_lbuf.o crypto/bio/bf_nbio.o crypto/bio/bf_null.o crypto/bio/bio_cb.o crypto/bio/bio_err.o crypto/bio/bio_lib.o crypto/bio/bio_meth.o crypto/bio/bss_acpt.o crypto/bio/bss_bio.o crypto/bio/bss_conn.o crypto/bio/bss_dgram.o crypto/bio/bss_fd.o crypto/bio/bss_file.o crypto/bio/bss_log.o crypto/bio/bss_mem.o crypto/bio/bss_null.o crypto/bio/bss_sock.o crypto/blake2/blake2b.o crypto/blake2/blake2s.o crypto/blake2/m_blake2b.o crypto/blake2/m_blake2s.o crypto/bn/bn_add.o crypto/bn/bn_asm.o crypto/bn/bn_blind.o crypto/bn/bn_const.o crypto/bn/bn_ctx.o crypto/bn/bn_depr.o crypto/bn/bn_dh.o crypto/bn/bn_div.o crypto/bn/bn_err.o crypto/bn/bn_exp.o crypto/bn/bn_exp2.o crypto/bn/bn_gcd.o crypto/bn/bn_gf2m.o crypto/bn/bn_intern.o crypto/bn/bn_kron.o crypto/bn/bn_lib.o crypto/bn/bn_mod.o crypto/bn/bn_mont.o crypto/bn/bn_mpi.o crypto/bn/bn_mul.o crypto/bn/bn_nist.o crypto/bn/bn_prime.o crypto/bn/bn_print.o crypto/bn/bn_rand.o crypto/bn/bn_recp.o crypto/bn/bn_shift.o crypto/bn/bn_sqr.o crypto/bn/bn_sqrt.o crypto/bn/bn_srp.o crypto/bn/bn_word.o crypto/bn/bn_x931p.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/camellia/camellia.o crypto/camellia/cmll_cbc.o crypto/camellia/cmll_cfb.o crypto/camellia/cmll_ctr.o crypto/camellia/cmll_ecb.o crypto/camellia/cmll_misc.o crypto/camellia/cmll_ofb.o crypto/cast/c_cfb64.o crypto/cast/c_ecb.o crypto/cast/c_enc.o crypto/cast/c_ofb64.o crypto/cast/c_skey.o crypto/chacha/chacha_enc.o crypto/cmac/cm_ameth.o crypto/cmac/cm_pmeth.o crypto/cmac/cmac.o crypto/cms/cms_asn1.o crypto/cms/cms_att.o crypto/cms/cms_cd.o crypto/cms/cms_dd.o crypto/cms/cms_enc.o crypto/cms/cms_env.o crypto/cms/cms_err.o crypto/cms/cms_ess.o crypto/cms/cms_io.o crypto/cms/cms_kari.o crypto/cms/cms_lib.o crypto/cms/cms_pwri.o crypto/cms/cms_sd.o crypto/cms/cms_smime.o crypto/comp/c_zlib.o crypto/comp/comp_err.o crypto/comp/comp_lib.o crypto/conf/conf_api.o crypto/conf/conf_def.o crypto/conf/conf_err.o crypto/conf/conf_lib.o crypto/conf/conf_mall.o crypto/conf/conf_mod.o crypto/conf/conf_sap.o crypto/conf/conf_ssl.o crypto/cpt_err.o crypto/cryptlib.o crypto/ct/ct_b64.o crypto/ct/ct_err.o crypto/ct/ct_log.o crypto/ct/ct_oct.o crypto/ct/ct_policy.o crypto/ct/ct_prn.o crypto/ct/ct_sct.o crypto/ct/ct_sct_ctx.o crypto/ct/ct_vfy.o crypto/ct/ct_x509v3.o crypto/ctype.o crypto/cversion.o crypto/des/cbc_cksm.o crypto/des/cbc_enc.o crypto/des/cfb64ede.o crypto/des/cfb64enc.o crypto/des/cfb_enc.o crypto/des/des_enc.o crypto/des/ecb3_enc.o crypto/des/ecb_enc.o crypto/des/fcrypt.o crypto/des/fcrypt_b.o crypto/des/ofb64ede.o crypto/des/ofb64enc.o crypto/des/ofb_enc.o crypto/des/pcbc_enc.o crypto/des/qud_cksm.o crypto/des/rand_key.o crypto/des/set_key.o crypto/des/str2key.o crypto/des/xcbc_enc.o crypto/dh/dh_ameth.o crypto/dh/dh_asn1.o crypto/dh/dh_check.o crypto/dh/dh_depr.o crypto/dh/dh_err.o crypto/dh/dh_gen.o crypto/dh/dh_kdf.o crypto/dh/dh_key.o crypto/dh/dh_lib.o crypto/dh/dh_meth.o crypto/dh/dh_pmeth.o crypto/dh/dh_prn.o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc7919.o crypto/dsa/dsa_ameth.o crypto/dsa/dsa_asn1.o crypto/dsa/dsa_depr.o crypto/dsa/dsa_err.o crypto/dsa/dsa_gen.o crypto/dsa/dsa_key.o crypto/dsa/dsa_lib.o crypto/dsa/dsa_meth.o crypto/dsa/dsa_ossl.o crypto/dsa/dsa_pmeth.o crypto/dsa/dsa_prn.o crypto/dsa/dsa_sign.o crypto/dsa/dsa_vrf.o crypto/dso/dso_dl.o crypto/dso/dso_dlfcn.o crypto/dso/dso_err.o crypto/dso/dso_lib.o crypto/dso/dso_openssl.o crypto/dso/dso_vms.o crypto/dso/dso_win32.o crypto/ebcdic.o crypto/ec/curve25519.o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/eddsa.o crypto/ec/curve448/f_generic.o crypto/ec/curve448/scalar.o crypto/ec/ec2_oct.o crypto/ec/ec2_smpl.o crypto/ec/ec_ameth.o crypto/ec/ec_asn1.o crypto/ec/ec_check.o crypto/ec/ec_curve.o crypto/ec/ec_cvt.o crypto/ec/ec_err.o crypto/ec/ec_key.o crypto/ec/ec_kmeth.o crypto/ec/ec_lib.o crypto/ec/ec_mult.o crypto/ec/ec_oct.o crypto/ec/ec_pmeth.o crypto/ec/ec_print.o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_ossl.o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_vrf.o crypto/ec/eck_prn.o crypto/ec/ecp_mont.o crypto/ec/ecp_nist.o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistputil.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/engine/eng_all.o crypto/engine/eng_cnf.o crypto/engine/eng_ctrl.o crypto/engine/eng_dyn.o crypto/engine/eng_err.o crypto/engine/eng_fat.o crypto/engine/eng_init.o crypto/engine/eng_lib.o crypto/engine/eng_list.o crypto/engine/eng_openssl.o crypto/engine/eng_pkey.o crypto/engine/eng_rdrand.o crypto/engine/eng_table.o crypto/engine/tb_asnmth.o crypto/engine/tb_cipher.o crypto/engine/tb_dh.o crypto/engine/tb_digest.o crypto/engine/tb_dsa.o crypto/engine/tb_eckey.o crypto/engine/tb_pkmeth.o crypto/engine/tb_rand.o crypto/engine/tb_rsa.o crypto/err/err.o crypto/err/err_all.o crypto/err/err_prn.o crypto/evp/bio_b64.o crypto/evp/bio_enc.o crypto/evp/bio_md.o crypto/evp/bio_ok.o crypto/evp/c_allc.o crypto/evp/c_alld.o crypto/evp/cmeth_lib.o crypto/evp/digest.o crypto/evp/e_aes.o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aria.o crypto/evp/e_bf.o crypto/evp/e_camellia.o crypto/evp/e_cast.o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_des.o crypto/evp/e_des3.o crypto/evp/e_idea.o crypto/evp/e_null.o crypto/evp/e_old.o crypto/evp/e_rc2.o crypto/evp/e_rc4.o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc5.o crypto/evp/e_seed.o crypto/evp/e_sm4.o crypto/evp/e_xcbc_d.o crypto/evp/encode.o crypto/evp/evp_cnf.o crypto/evp/evp_enc.o crypto/evp/evp_err.o crypto/evp/evp_key.o crypto/evp/evp_lib.o crypto/evp/evp_pbe.o crypto/evp/evp_pkey.o crypto/evp/m_md2.o crypto/evp/m_md4.o crypto/evp/m_md5.o crypto/evp/m_md5_sha1.o crypto/evp/m_mdc2.o crypto/evp/m_null.o crypto/evp/m_ripemd.o crypto/evp/m_sha1.o crypto/evp/m_sha3.o crypto/evp/m_sigver.o crypto/evp/m_wp.o crypto/evp/names.o crypto/evp/p5_crpt.o crypto/evp/p5_crpt2.o crypto/evp/p_dec.o crypto/evp/p_enc.o crypto/evp/p_lib.o crypto/evp/p_open.o crypto/evp/p_seal.o crypto/evp/p_sign.o crypto/evp/p_verify.o crypto/evp/pbe_scrypt.o crypto/evp/pmeth_fn.o crypto/evp/pmeth_gn.o crypto/evp/pmeth_lib.o crypto/ex_data.o crypto/getenv.o crypto/hmac/hm_ameth.o crypto/hmac/hm_pmeth.o crypto/hmac/hmac.o crypto/idea/i_cbc.o crypto/idea/i_cfb64.o crypto/idea/i_ecb.o crypto/idea/i_ofb64.o crypto/idea/i_skey.o crypto/init.o crypto/kdf/hkdf.o crypto/kdf/kdf_err.o crypto/kdf/scrypt.o crypto/kdf/tls1_prf.o crypto/lhash/lh_stats.o crypto/lhash/lhash.o crypto/md2/md2_dgst.o crypto/md2/md2_one.o crypto/md4/md4_dgst.o crypto/md4/md4_one.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mem.o crypto/mem_clr.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/cbc128.o crypto/modes/ccm128.o crypto/modes/cfb128.o crypto/modes/ctr128.o crypto/modes/cts128.o crypto/modes/gcm128.o crypto/modes/ocb128.o crypto/modes/ofb128.o crypto/modes/wrap128.o crypto/modes/xts128.o crypto/o_dir.o crypto/o_fips.o crypto/o_fopen.o crypto/o_init.o crypto/o_str.o crypto/o_time.o crypto/objects/o_names.o crypto/objects/obj_dat.o crypto/objects/obj_err.o crypto/objects/obj_lib.o crypto/objects/obj_xref.o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_vfy.o crypto/ocsp/v3_ocsp.o crypto/pem/pem_all.o crypto/pem/pem_err.o crypto/pem/pem_info.o crypto/pem/pem_lib.o crypto/pem/pem_oth.o crypto/pem/pem_pk8.o crypto/pem/pem_pkey.o crypto/pem/pem_sign.o crypto/pem/pem_x509.o crypto/pem/pem_xaux.o crypto/pem/pvkfmt.o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_utl.o crypto/pkcs12/pk12err.o crypto/pkcs7/bio_pk7.o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pkcs7err.o crypto/poly1305/poly1305.o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_pmeth.o crypto/rand/drbg_ctr.o crypto/rand/drbg_lib.o crypto/rand/rand_egd.o crypto/rand/rand_err.o crypto/rand/rand_lib.o crypto/rand/rand_unix.o crypto/rand/rand_vms.o crypto/rand/rand_win.o crypto/rand/randfile.o crypto/rc2/rc2_cbc.o crypto/rc2/rc2_ecb.o crypto/rc2/rc2_skey.o crypto/rc2/rc2cfb64.o crypto/rc2/rc2ofb64.o crypto/rc4/rc4_enc.o crypto/rc4/rc4_skey.o crypto/rc5/rc5_ecb.o crypto/rc5/rc5_enc.o crypto/rc5/rc5_skey.o crypto/rc5/rc5cfb64.o crypto/rc5/rc5ofb64.o crypto/ripemd/rmd_dgst.o crypto/ripemd/rmd_one.o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_chk.o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_depr.o crypto/rsa/rsa_err.o crypto/rsa/rsa_gen.o crypto/rsa/rsa_lib.o crypto/rsa/rsa_meth.o crypto/rsa/rsa_mp.o crypto/rsa/rsa_none.o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_prn.o crypto/rsa/rsa_pss.o crypto/rsa/rsa_saos.o crypto/rsa/rsa_sign.o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931g.o crypto/seed/seed.o crypto/seed/seed_cbc.o crypto/seed/seed_cfb.o crypto/seed/seed_ecb.o crypto/seed/seed_ofb.o crypto/sha/keccak1600.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256.o crypto/sha/sha512.o crypto/siphash/siphash.o crypto/siphash/siphash_ameth.o crypto/siphash/siphash_pmeth.o crypto/sm2/sm2_crypt.o crypto/sm2/sm2_err.o crypto/sm2/sm2_pmeth.o crypto/sm2/sm2_sign.o crypto/sm3/m_sm3.o crypto/sm3/sm3.o crypto/sm4/sm4.o crypto/srp/srp_lib.o crypto/srp/srp_vfy.o crypto/stack/stack.o crypto/store/loader_file.o crypto/store/store_err.o crypto/store/store_init.o crypto/store/store_lib.o crypto/store/store_register.o crypto/store/store_strings.o crypto/threads_none.o crypto/threads_pthread.o crypto/threads_win.o crypto/ts/ts_asn1.o crypto/ts/ts_conf.o crypto/ts/ts_err.o crypto/ts/ts_lib.o crypto/ts/ts_req_print.o crypto/ts/ts_req_utils.o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_verify.o crypto/ts/ts_verify_ctx.o crypto/txt_db/txt_db.o crypto/ui/ui_err.o crypto/ui/ui_lib.o crypto/ui/ui_null.o crypto/ui/ui_openssl.o crypto/ui/ui_util.o crypto/uid.o crypto/whrlpool/wp_block.o crypto/whrlpool/wp_dgst.o crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509/t_crl.o crypto/x509/t_req.o crypto/x509/t_x509.o crypto/x509/x509_att.o crypto/x509/x509_cmp.o crypto/x509/x509_d2.o crypto/x509/x509_def.o crypto/x509/x509_err.o crypto/x509/x509_ext.o crypto/x509/x509_lu.o crypto/x509/x509_meth.o crypto/x509/x509_obj.o crypto/x509/x509_r2x.o crypto/x509/x509_req.o crypto/x509/x509_set.o crypto/x509/x509_trs.o crypto/x509/x509_txt.o crypto/x509/x509_v3.o crypto/x509/x509_vfy.o crypto/x509/x509_vpm.o crypto/x509/x509cset.o crypto/x509/x509name.o crypto/x509/x509rset.o crypto/x509/x509spki.o crypto/x509/x509type.o crypto/x509/x_all.o crypto/x509/x_attrib.o crypto/x509/x_crl.o crypto/x509/x_exten.o crypto/x509/x_name.o crypto/x509/x_pubkey.o crypto/x509/x_req.o crypto/x509/x_x509.o crypto/x509/x_x509a.o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o C:\msys64\mingw64\bin\ar.exe: creating libcrypto.a ranlib libcrypto.a || echo Never mind. -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/bio_ssl.d.tmp -MT ssl/bio_ssl.o -c -o ssl/bio_ssl.o ../ssl/bio_ssl.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/d1_lib.d.tmp -MT ssl/d1_lib.o -c -o ssl/d1_lib.o ../ssl/d1_lib.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/d1_msg.d.tmp -MT ssl/d1_msg.o -c -o ssl/d1_msg.o ../ssl/d1_msg.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/d1_srtp.d.tmp -MT ssl/d1_srtp.o -c -o ssl/d1_srtp.o ../ssl/d1_srtp.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/methods.d.tmp -MT ssl/methods.o -c -o ssl/methods.o ../ssl/methods.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/packet.d.tmp -MT ssl/packet.o -c -o ssl/packet.o ../ssl/packet.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/pqueue.d.tmp -MT ssl/pqueue.o -c -o ssl/pqueue.o ../ssl/pqueue.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/record/dtls1_bitmap.d.tmp -MT ssl/record/dtls1_bitmap.o -c -o ssl/record/dtls1_bitmap.o ../ssl/record/dtls1_bitmap.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/record/rec_layer_d1.d.tmp -MT ssl/record/rec_layer_d1.o -c -o ssl/record/rec_layer_d1.o ../ssl/record/rec_layer_d1.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/record/rec_layer_s3.d.tmp -MT ssl/record/rec_layer_s3.o -c -o ssl/record/rec_layer_s3.o ../ssl/record/rec_layer_s3.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/record/ssl3_buffer.d.tmp -MT ssl/record/ssl3_buffer.o -c -o ssl/record/ssl3_buffer.o ../ssl/record/ssl3_buffer.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/record/ssl3_record.d.tmp -MT ssl/record/ssl3_record.o -c -o ssl/record/ssl3_record.o ../ssl/record/ssl3_record.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/record/ssl3_record_tls13.d.tmp -MT ssl/record/ssl3_record_tls13.o -c -o ssl/record/ssl3_record_tls13.o ../ssl/record/ssl3_record_tls13.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/s3_cbc.d.tmp -MT ssl/s3_cbc.o -c -o ssl/s3_cbc.o ../ssl/s3_cbc.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/s3_enc.d.tmp -MT ssl/s3_enc.o -c -o ssl/s3_enc.o ../ssl/s3_enc.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/s3_lib.d.tmp -MT ssl/s3_lib.o -c -o ssl/s3_lib.o ../ssl/s3_lib.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/s3_msg.d.tmp -MT ssl/s3_msg.o -c -o ssl/s3_msg.o ../ssl/s3_msg.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_asn1.d.tmp -MT ssl/ssl_asn1.o -c -o ssl/ssl_asn1.o ../ssl/ssl_asn1.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_cert.d.tmp -MT ssl/ssl_cert.o -c -o ssl/ssl_cert.o ../ssl/ssl_cert.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_ciph.d.tmp -MT ssl/ssl_ciph.o -c -o ssl/ssl_ciph.o ../ssl/ssl_ciph.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_conf.d.tmp -MT ssl/ssl_conf.o -c -o ssl/ssl_conf.o ../ssl/ssl_conf.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_err.d.tmp -MT ssl/ssl_err.o -c -o ssl/ssl_err.o ../ssl/ssl_err.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_init.d.tmp -MT ssl/ssl_init.o -c -o ssl/ssl_init.o ../ssl/ssl_init.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_lib.d.tmp -MT ssl/ssl_lib.o -c -o ssl/ssl_lib.o ../ssl/ssl_lib.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_mcnf.d.tmp -MT ssl/ssl_mcnf.o -c -o ssl/ssl_mcnf.o ../ssl/ssl_mcnf.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_rsa.d.tmp -MT ssl/ssl_rsa.o -c -o ssl/ssl_rsa.o ../ssl/ssl_rsa.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_sess.d.tmp -MT ssl/ssl_sess.o -c -o ssl/ssl_sess.o ../ssl/ssl_sess.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_stat.d.tmp -MT ssl/ssl_stat.o -c -o ssl/ssl_stat.o ../ssl/ssl_stat.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_txt.d.tmp -MT ssl/ssl_txt.o -c -o ssl/ssl_txt.o ../ssl/ssl_txt.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_utst.d.tmp -MT ssl/ssl_utst.o -c -o ssl/ssl_utst.o ../ssl/ssl_utst.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/extensions.d.tmp -MT ssl/statem/extensions.o -c -o ssl/statem/extensions.o ../ssl/statem/extensions.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/extensions_clnt.d.tmp -MT ssl/statem/extensions_clnt.o -c -o ssl/statem/extensions_clnt.o ../ssl/statem/extensions_clnt.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/extensions_cust.d.tmp -MT ssl/statem/extensions_cust.o -c -o ssl/statem/extensions_cust.o ../ssl/statem/extensions_cust.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/extensions_srvr.d.tmp -MT ssl/statem/extensions_srvr.o -c -o ssl/statem/extensions_srvr.o ../ssl/statem/extensions_srvr.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/statem.d.tmp -MT ssl/statem/statem.o -c -o ssl/statem/statem.o ../ssl/statem/statem.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/statem_clnt.d.tmp -MT ssl/statem/statem_clnt.o -c -o ssl/statem/statem_clnt.o ../ssl/statem/statem_clnt.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/statem_dtls.d.tmp -MT ssl/statem/statem_dtls.o -c -o ssl/statem/statem_dtls.o ../ssl/statem/statem_dtls.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/statem_lib.d.tmp -MT ssl/statem/statem_lib.o -c -o ssl/statem/statem_lib.o ../ssl/statem/statem_lib.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/statem_srvr.d.tmp -MT ssl/statem/statem_srvr.o -c -o ssl/statem/statem_srvr.o ../ssl/statem/statem_srvr.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/t1_enc.d.tmp -MT ssl/t1_enc.o -c -o ssl/t1_enc.o ../ssl/t1_enc.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/t1_lib.d.tmp -MT ssl/t1_lib.o -c -o ssl/t1_lib.o ../ssl/t1_lib.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/t1_trce.d.tmp -MT ssl/t1_trce.o -c -o ssl/t1_trce.o ../ssl/t1_trce.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/tls13_enc.d.tmp -MT ssl/tls13_enc.o -c -o ssl/tls13_enc.o ../ssl/tls13_enc.c -gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/tls_srp.d.tmp -MT ssl/tls_srp.o -c -o ssl/tls_srp.o ../ssl/tls_srp.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/bio_ssl.d.tmp -MT ssl/bio_ssl.o -c -o ssl/bio_ssl.o ../ssl/bio_ssl.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/d1_lib.d.tmp -MT ssl/d1_lib.o -c -o ssl/d1_lib.o ../ssl/d1_lib.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/d1_msg.d.tmp -MT ssl/d1_msg.o -c -o ssl/d1_msg.o ../ssl/d1_msg.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/d1_srtp.d.tmp -MT ssl/d1_srtp.o -c -o ssl/d1_srtp.o ../ssl/d1_srtp.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/methods.d.tmp -MT ssl/methods.o -c -o ssl/methods.o ../ssl/methods.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/packet.d.tmp -MT ssl/packet.o -c -o ssl/packet.o ../ssl/packet.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/pqueue.d.tmp -MT ssl/pqueue.o -c -o ssl/pqueue.o ../ssl/pqueue.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/record/dtls1_bitmap.d.tmp -MT ssl/record/dtls1_bitmap.o -c -o ssl/record/dtls1_bitmap.o ../ssl/record/dtls1_bitmap.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/record/rec_layer_d1.d.tmp -MT ssl/record/rec_layer_d1.o -c -o ssl/record/rec_layer_d1.o ../ssl/record/rec_layer_d1.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/record/rec_layer_s3.d.tmp -MT ssl/record/rec_layer_s3.o -c -o ssl/record/rec_layer_s3.o ../ssl/record/rec_layer_s3.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/record/ssl3_buffer.d.tmp -MT ssl/record/ssl3_buffer.o -c -o ssl/record/ssl3_buffer.o ../ssl/record/ssl3_buffer.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/record/ssl3_record.d.tmp -MT ssl/record/ssl3_record.o -c -o ssl/record/ssl3_record.o ../ssl/record/ssl3_record.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/record/ssl3_record_tls13.d.tmp -MT ssl/record/ssl3_record_tls13.o -c -o ssl/record/ssl3_record_tls13.o ../ssl/record/ssl3_record_tls13.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/s3_cbc.d.tmp -MT ssl/s3_cbc.o -c -o ssl/s3_cbc.o ../ssl/s3_cbc.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/s3_enc.d.tmp -MT ssl/s3_enc.o -c -o ssl/s3_enc.o ../ssl/s3_enc.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/s3_lib.d.tmp -MT ssl/s3_lib.o -c -o ssl/s3_lib.o ../ssl/s3_lib.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/s3_msg.d.tmp -MT ssl/s3_msg.o -c -o ssl/s3_msg.o ../ssl/s3_msg.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_asn1.d.tmp -MT ssl/ssl_asn1.o -c -o ssl/ssl_asn1.o ../ssl/ssl_asn1.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_cert.d.tmp -MT ssl/ssl_cert.o -c -o ssl/ssl_cert.o ../ssl/ssl_cert.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_ciph.d.tmp -MT ssl/ssl_ciph.o -c -o ssl/ssl_ciph.o ../ssl/ssl_ciph.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_conf.d.tmp -MT ssl/ssl_conf.o -c -o ssl/ssl_conf.o ../ssl/ssl_conf.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_err.d.tmp -MT ssl/ssl_err.o -c -o ssl/ssl_err.o ../ssl/ssl_err.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_init.d.tmp -MT ssl/ssl_init.o -c -o ssl/ssl_init.o ../ssl/ssl_init.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_lib.d.tmp -MT ssl/ssl_lib.o -c -o ssl/ssl_lib.o ../ssl/ssl_lib.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_mcnf.d.tmp -MT ssl/ssl_mcnf.o -c -o ssl/ssl_mcnf.o ../ssl/ssl_mcnf.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_rsa.d.tmp -MT ssl/ssl_rsa.o -c -o ssl/ssl_rsa.o ../ssl/ssl_rsa.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_sess.d.tmp -MT ssl/ssl_sess.o -c -o ssl/ssl_sess.o ../ssl/ssl_sess.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_stat.d.tmp -MT ssl/ssl_stat.o -c -o ssl/ssl_stat.o ../ssl/ssl_stat.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_txt.d.tmp -MT ssl/ssl_txt.o -c -o ssl/ssl_txt.o ../ssl/ssl_txt.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/ssl_utst.d.tmp -MT ssl/ssl_utst.o -c -o ssl/ssl_utst.o ../ssl/ssl_utst.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/extensions.d.tmp -MT ssl/statem/extensions.o -c -o ssl/statem/extensions.o ../ssl/statem/extensions.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/extensions_clnt.d.tmp -MT ssl/statem/extensions_clnt.o -c -o ssl/statem/extensions_clnt.o ../ssl/statem/extensions_clnt.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/extensions_cust.d.tmp -MT ssl/statem/extensions_cust.o -c -o ssl/statem/extensions_cust.o ../ssl/statem/extensions_cust.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/extensions_srvr.d.tmp -MT ssl/statem/extensions_srvr.o -c -o ssl/statem/extensions_srvr.o ../ssl/statem/extensions_srvr.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/statem.d.tmp -MT ssl/statem/statem.o -c -o ssl/statem/statem.o ../ssl/statem/statem.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/statem_clnt.d.tmp -MT ssl/statem/statem_clnt.o -c -o ssl/statem/statem_clnt.o ../ssl/statem/statem_clnt.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/statem_dtls.d.tmp -MT ssl/statem/statem_dtls.o -c -o ssl/statem/statem_dtls.o ../ssl/statem/statem_dtls.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/statem_lib.d.tmp -MT ssl/statem/statem_lib.o -c -o ssl/statem/statem_lib.o ../ssl/statem/statem_lib.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/statem/statem_srvr.d.tmp -MT ssl/statem/statem_srvr.o -c -o ssl/statem/statem_srvr.o ../ssl/statem/statem_srvr.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/t1_enc.d.tmp -MT ssl/t1_enc.o -c -o ssl/t1_enc.o ../ssl/t1_enc.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/t1_lib.d.tmp -MT ssl/t1_lib.o -c -o ssl/t1_lib.o ../ssl/t1_lib.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/t1_trce.d.tmp -MT ssl/t1_trce.o -c -o ssl/t1_trce.o ../ssl/t1_trce.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/tls13_enc.d.tmp -MT ssl/tls13_enc.o -c -o ssl/tls13_enc.o ../ssl/tls13_enc.c +gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF ssl/tls_srp.d.tmp -MT ssl/tls_srp.o -c -o ssl/tls_srp.o ../ssl/tls_srp.c ar r libssl.a ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o C:\msys64\mingw64\bin\ar.exe: creating libssl.a ranlib libssl.a || echo Never mind. -gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/basic_output.d.tmp -MT test/testutil/basic_output.o -c -o test/testutil/basic_output.o ../test/testutil/basic_output.c -gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/cb.d.tmp -MT test/testutil/cb.o -c -o test/testutil/cb.o ../test/testutil/cb.c -gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/driver.d.tmp -MT test/testutil/driver.o -c -o test/testutil/driver.o ../test/testutil/driver.c -gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/format_output.d.tmp -MT test/testutil/format_output.o -c -o test/testutil/format_output.o ../test/testutil/format_output.c -gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/init.d.tmp -MT test/testutil/init.o -c -o test/testutil/init.o ../test/testutil/init.c -gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/main.d.tmp -MT test/testutil/main.o -c -o test/testutil/main.o ../test/testutil/main.c -gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/output_helpers.d.tmp -MT test/testutil/output_helpers.o -c -o test/testutil/output_helpers.o ../test/testutil/output_helpers.c -gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/stanza.d.tmp -MT test/testutil/stanza.o -c -o test/testutil/stanza.o ../test/testutil/stanza.c -gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/tap_bio.d.tmp -MT test/testutil/tap_bio.o -c -o test/testutil/tap_bio.o ../test/testutil/tap_bio.c -gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/test_cleanup.d.tmp -MT test/testutil/test_cleanup.o -c -o test/testutil/test_cleanup.o ../test/testutil/test_cleanup.c -gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/tests.d.tmp -MT test/testutil/tests.o -c -o test/testutil/tests.o ../test/testutil/tests.c +gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/basic_output.d.tmp -MT test/testutil/basic_output.o -c -o test/testutil/basic_output.o ../test/testutil/basic_output.c +gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/cb.d.tmp -MT test/testutil/cb.o -c -o test/testutil/cb.o ../test/testutil/cb.c +gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/driver.d.tmp -MT test/testutil/driver.o -c -o test/testutil/driver.o ../test/testutil/driver.c +gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/format_output.d.tmp -MT test/testutil/format_output.o -c -o test/testutil/format_output.o ../test/testutil/format_output.c +gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/init.d.tmp -MT test/testutil/init.o -c -o test/testutil/init.o ../test/testutil/init.c +gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/main.d.tmp -MT test/testutil/main.o -c -o test/testutil/main.o ../test/testutil/main.c +gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/output_helpers.d.tmp -MT test/testutil/output_helpers.o -c -o test/testutil/output_helpers.o ../test/testutil/output_helpers.c +gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/random.d.tmp -MT test/testutil/random.o -c -o test/testutil/random.o ../test/testutil/random.c +gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/stanza.d.tmp -MT test/testutil/stanza.o -c -o test/testutil/stanza.o ../test/testutil/stanza.c +gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/tap_bio.d.tmp -MT test/testutil/tap_bio.o -c -o test/testutil/tap_bio.o ../test/testutil/tap_bio.c +gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/test_cleanup.d.tmp -MT test/testutil/test_cleanup.o -c -o test/testutil/test_cleanup.o ../test/testutil/test_cleanup.c +gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF test/testutil/tests.d.tmp -MT test/testutil/tests.o -c -o test/testutil/tests.o ../test/testutil/tests.c ../test/testutil/tests.c: In function 'test_size_t_eq': ../test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=] 196 | "[" fmt "] compared to [" fmt "]", \ @@ -997,10 +998,10 @@ gcc -Iinclude -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR ../test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS' 215 | DEFINE_COMPARISONS(size_t, size_t, "%zu") | ^~~~~~~~~~~~~~~~~~ -ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o C:\msys64\mingw64\bin\ar.exe: creating test/libtestutil.a ranlib test/libtestutil.a || echo Never mind. -gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dllmain.d.tmp -MT crypto/dllmain.o -c -o crypto/dllmain.o ../crypto/dllmain.c +gcc -I. -Icrypto/include -Iinclude -I.. -I../crypto/include -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -MMD -MF crypto/dllmain.d.tmp -MT crypto/dllmain.o -c -o crypto/dllmain.o ../crypto/dllmain.c /usr/bin/perl ../util/mkrc.pl libcrypto > libcrypto.rc windres --target=pe-x86-64 -o libcrypto.res.o libcrypto.rc /usr/bin/perl ../util/mkdef.pl crypto 32 > libcrypto.def @@ -1100,9 +1101,9 @@ gcc -Iinclude -I../include -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND ../fuzz/test-corpus.c:26: warning: "PATH_MAX" redefined 26 | # define PATH_MAX _MAX_PATH | -In file included from C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/9.1.0/include-fixed/limits.h:194, - from C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/9.1.0/include-fixed/syslimits.h:7, - from C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/9.1.0/include-fixed/limits.h:34, +In file included from C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/9.2.0/include-fixed/limits.h:194, + from C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/9.2.0/include-fixed/syslimits.h:7, + from C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/9.2.0/include-fixed/limits.h:34, from C:/msys64/mingw64/x86_64-w64-mingw32/include/stdlib.h:11, from ../fuzz/test-corpus.c:18: C:/msys64/mingw64/x86_64-w64-mingw32/include/limits.h:20: note: this is the location of the previous definition @@ -2439,4 +2440,4 @@ chmod a+x tools/c_rehash /usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ "-oMakefile" ../util/shlib_wrap.sh.in > "util/shlib_wrap.sh" chmod a+x util/shlib_wrap.sh -make[1]: Leaving directory '/c/temp/openssl.1.1.1c/out-mingw.64' +make[1]: Leaving directory '/c/temp/openssl/out-mingw.64' diff --git a/upstream-build/build-log/x86_64-win32-msvc b/upstream-build/build-log/x86_64-win32-msvc index 22918fa..156ab45 100644 --- a/upstream-build/build-log/x86_64-win32-msvc +++ b/upstream-build/build-log/x86_64-win32-msvc @@ -1,4 +1,4 @@ -Configuring OpenSSL version 1.1.1c (0x1010103fL) for VC-WIN64A +Configuring OpenSSL version 1.1.1d (0x1010104fL) for VC-WIN64A Using os-specific seed configuration It looks like you don't have either nmake.exe or dmake.exe on your PATH, @@ -45,9 +45,9 @@ app_rand.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\apps\app_rand.c" 2>&1 > apps\app_rand.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foapps\apps.obj "..\apps\apps.c" apps.c -..\apps\apps.c(2115): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\apps\apps.c(2120): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\apps\apps.c(2341): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\apps\apps.c(2122): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\apps\apps.c(2127): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\apps\apps.c(2348): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\apps\apps.c" 2>&1 > apps\apps.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foapps\bf_prefix.obj "..\apps\bf_prefix.c" bf_prefix.c @@ -70,7 +70,7 @@ win32_init.c ..\apps\win32_init.c(226): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data ..\apps\win32_init.c(251): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\apps\win32_init.c" 2>&1 > apps\win32_init.d - lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nmF3D0.tmp + lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nm9129.tmp cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\dllmain.obj "..\crypto\dllmain.c" dllmain.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\dllmain.c" 2>&1 > crypto\dllmain.d @@ -169,8 +169,8 @@ a_strnid.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\asn1\a_strnid.c" 2>&1 > crypto\asn1\a_strnid.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\asn1\a_time.obj "..\crypto\asn1\a_time.c" a_time.c -..\crypto\asn1\a_time.c(286): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\asn1\a_time.c(380): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\asn1\a_time.c(290): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\asn1\a_time.c(384): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\asn1\a_time.c" 2>&1 > crypto\asn1\a_time.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\asn1\a_type.obj "..\crypto\asn1\a_type.c" a_type.c @@ -464,10 +464,10 @@ bss_fd.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\bio\bss_fd.c" 2>&1 > crypto\bio\bss_fd.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\bio\bss_file.obj "..\crypto\bio\bss_file.c" bss_file.c -..\crypto\bio\bss_file.c(146): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\bio\bss_file.c(148): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\bio\bss_file.c(166): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\bio\bss_file.c(168): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\bio\bss_file.c(143): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\bio\bss_file.c(145): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\bio\bss_file.c(163): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\bio\bss_file.c(165): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\bio\bss_file.c" 2>&1 > crypto\bio\bss_file.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\bio\bss_log.obj "..\crypto\bio\bss_log.c" bss_log.c @@ -475,7 +475,7 @@ bss_log.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\bio\bss_mem.obj "..\crypto\bio\bss_mem.c" bss_mem.c ..\crypto\bio\bss_mem.c(234): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\bio\bss_mem.c(339): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\bio\bss_mem.c(337): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\bio\bss_mem.c" 2>&1 > crypto\bio\bss_mem.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\bio\bss_null.obj "..\crypto\bio\bss_null.c" bss_null.c @@ -675,10 +675,10 @@ cms_enc.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\cms\cms_env.obj "..\crypto\cms\cms_env.c" cms_env.c ..\crypto\cms\cms_env.c(343): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\cms\cms_env.c(540): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\cms\cms_env.c(632): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data -..\crypto\cms\cms_env.c(645): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data -..\crypto\cms\cms_env.c(702): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data +..\crypto\cms\cms_env.c(556): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\cms\cms_env.c(648): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data +..\crypto\cms\cms_env.c(661): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data +..\crypto\cms\cms_env.c(718): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\cms\cms_env.c" 2>&1 > crypto\cms\cms_env.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\cms\cms_err.obj "..\crypto\cms\cms_err.c" cms_err.c @@ -712,8 +712,8 @@ cms_pwri.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\cms\cms_pwri.c" 2>&1 > crypto\cms\cms_pwri.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\cms\cms_sd.obj "..\crypto\cms\cms_sd.c" cms_sd.c -..\crypto\cms\cms_sd.c(594): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\cms\cms_sd.c(691): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\cms\cms_sd.c(615): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\cms\cms_sd.c(715): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\cms\cms_sd.c" 2>&1 > crypto\cms\cms_sd.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\cms\cms_smime.obj "..\crypto\cms\cms_smime.c" cms_smime.c @@ -1038,10 +1038,10 @@ ec_asn1.c ..\crypto\ec\ec_asn1.c(405): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data ..\crypto\ec\ec_asn1.c(406): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data ..\crypto\ec\ec_asn1.c(491): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\ec\ec_asn1.c(999): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\ec\ec_asn1.c(1027): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\ec\ec_asn1.c(1117): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\ec\ec_asn1.c(1137): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\ec\ec_asn1.c(1062): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\ec\ec_asn1.c(1090): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\ec\ec_asn1.c(1180): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\ec\ec_asn1.c(1200): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\ec\ec_asn1.c" 2>&1 > crypto\ec\ec_asn1.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\ec\ec_check.obj "..\crypto\ec\ec_check.c" ec_check.c @@ -1252,22 +1252,22 @@ digest.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\evp\digest.c" 2>&1 > crypto\evp\digest.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I "crypto" /I "crypto\modes" /I ".." /I "..\crypto\include" /I "..\include" /I "..\crypto" /I "..\crypto\modes" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\evp\e_aes.obj "..\crypto\evp\e_aes.c" e_aes.c -..\crypto\evp\e_aes.c(3094): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3139): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3254): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3612): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3620): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3653): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3659): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3679): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3689): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3761): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3771): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3778): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(4084): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(4100): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(4147): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(4154): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3136): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3181): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3296): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3683): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3691): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3724): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3730): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3750): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3760): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3832): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3842): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3849): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(4159): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(4175): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(4222): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(4229): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I "crypto" /I "crypto\modes" /I ".." /I "..\crypto\include" /I "..\include" /I "..\crypto" /I "..\crypto\modes" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\evp\e_aes.c" 2>&1 > crypto\evp\e_aes.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I "crypto\modes" /I ".." /I "..\crypto\include" /I "..\include" /I "..\crypto\modes" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\evp\e_aes_cbc_hmac_sha1.obj "..\crypto\evp\e_aes_cbc_hmac_sha1.c" e_aes_cbc_hmac_sha1.c @@ -1277,15 +1277,15 @@ e_aes_cbc_hmac_sha256.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I "crypto\modes" /I ".." /I "..\crypto\include" /I "..\include" /I "..\crypto\modes" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\evp\e_aes_cbc_hmac_sha256.c" 2>&1 > crypto\evp\e_aes_cbc_hmac_sha256.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I "crypto" /I "crypto\modes" /I ".." /I "..\crypto\include" /I "..\include" /I "..\crypto" /I "..\crypto\modes" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\evp\e_aria.obj "..\crypto\evp\e_aria.c" e_aria.c -..\crypto\evp\e_aria.c(422): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aria.c(436): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aria.c(470): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aria.c(655): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aria.c(662): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aria.c(698): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aria.c(704): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aria.c(718): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aria.c(728): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aria.c(426): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aria.c(440): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aria.c(474): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aria.c(663): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aria.c(670): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aria.c(706): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aria.c(712): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aria.c(726): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aria.c(736): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I "crypto" /I "crypto\modes" /I ".." /I "..\crypto\include" /I "..\include" /I "..\crypto" /I "..\crypto\modes" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\evp\e_aria.c" 2>&1 > crypto\evp\e_aria.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\evp\e_bf.obj "..\crypto\evp\e_bf.c" e_bf.c @@ -1572,11 +1572,11 @@ xts128.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\modes\xts128.c" 2>&1 > crypto\modes\xts128.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\o_dir.obj "..\crypto\o_dir.c" o_dir.c -c:\temp\openssl.1.1.1c\crypto\LPdir_win.c(108): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -c:\temp\openssl.1.1.1c\crypto\LPdir_win.c(114): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -c:\temp\openssl.1.1.1c\crypto\LPdir_win.c(124): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -c:\temp\openssl.1.1.1c\crypto\LPdir_win.c(134): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -c:\temp\openssl.1.1.1c\crypto\LPdir_win.c(189): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +c:\temp\openssl\crypto\LPdir_win.c(108): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +c:\temp\openssl\crypto\LPdir_win.c(114): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +c:\temp\openssl\crypto\LPdir_win.c(124): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +c:\temp\openssl\crypto\LPdir_win.c(134): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +c:\temp\openssl\crypto\LPdir_win.c(189): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\o_dir.c" 2>&1 > crypto\o_dir.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\o_fips.obj "..\crypto\o_fips.c" o_fips.c @@ -1746,8 +1746,8 @@ pk7_attr.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\pkcs7\pk7_doit.obj "..\crypto\pkcs7\pk7_doit.c" pk7_doit.c ..\crypto\pkcs7\pk7_doit.c(127): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\pkcs7\pk7_doit.c(183): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\pkcs7\pk7_doit.c(867): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\pkcs7\pk7_doit.c(186): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\pkcs7\pk7_doit.c(871): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\pkcs7\pk7_doit.c" 2>&1 > crypto\pkcs7\pk7_doit.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\pkcs7\pk7_lib.obj "..\crypto\pkcs7\pk7_lib.c" pk7_lib.c @@ -1779,7 +1779,7 @@ drbg_ctr.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\rand\drbg_lib.obj "..\crypto\rand\drbg_lib.c" drbg_lib.c ..\crypto\rand\drbg_lib.c(338): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\rand\drbg_lib.c(689): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\rand\drbg_lib.c(692): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\rand\drbg_lib.c" 2>&1 > crypto\rand\drbg_lib.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\rand\rand_egd.obj "..\crypto\rand\rand_egd.c" rand_egd.c @@ -1799,7 +1799,7 @@ rand_vms.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\rand\rand_vms.c" 2>&1 > crypto\rand\rand_vms.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\rand\rand_win.obj "..\crypto\rand\rand_win.c" rand_win.c -..\crypto\rand\rand_win.c(69): warning C4267: 'function': conversion from 'size_t' to 'ULONG', possible loss of data +..\crypto\rand\rand_win.c(70): warning C4267: 'function': conversion from 'size_t' to 'ULONG', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\rand\rand_win.c" 2>&1 > crypto\rand\rand_win.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\rand\randfile.obj "..\crypto\rand\randfile.c" randfile.c @@ -2109,8 +2109,8 @@ ui_err.c ui_lib.c ..\crypto\ui\ui_lib.c(372): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data ..\crypto\ui\ui_lib.c(374): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\ui\ui_lib.c(818): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\ui\ui_lib.c(882): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\ui\ui_lib.c(820): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\ui\ui_lib.c(884): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\ui\ui_lib.c" 2>&1 > crypto\ui\ui_lib.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\ui\ui_null.obj "..\crypto\ui\ui_null.c" ui_null.c @@ -2130,7 +2130,6 @@ uid.c Assembling: crypto\uplink-x86_64.asm cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\whrlpool\wp_block.obj "..\crypto\whrlpool\wp_block.c" wp_block.c -..\crypto\whrlpool\wp_block.c(90): warning C4164: '_rotl64': intrinsic function not declared cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\whrlpool\wp_block.c" 2>&1 > crypto\whrlpool\wp_block.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\whrlpool\wp_dgst.obj "..\crypto\whrlpool\wp_dgst.c" wp_dgst.c @@ -2286,8 +2285,8 @@ v3_akeya.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\x509v3\v3_akeya.c" 2>&1 > crypto\x509v3\v3_akeya.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\x509v3\v3_alt.obj "..\crypto\x509v3\v3_alt.c" v3_alt.c -..\crypto\x509v3\v3_alt.c(484): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\x509v3\v3_alt.c(556): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data +..\crypto\x509v3\v3_alt.c(487): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\x509v3\v3_alt.c(559): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\crypto\x509v3\v3_alt.c" 2>&1 > crypto\x509v3\v3_alt.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Focrypto\x509v3\v3_asid.obj "..\crypto\x509v3\v3_asid.c" v3_asid.c @@ -2391,7 +2390,7 @@ uplink.c "C:\Perl64\bin\perl.exe" "..\util\mkdef.pl" crypto 32 > libcrypto.def IF EXIST .manifest DEL /F /Q .manifest IF EXIST libcrypto-1_1-x64.dll DEL /F /Q libcrypto-1_1-x64.dll - link /nologo /debug /dll /nologo /debug /implib:libcrypto.lib /out:libcrypto-1_1-x64.dll /def:libcrypto.def @C:\Users\build\AppData\Local\Temp\nm857D.tmp || (DEL /Q libcrypto-1_1-x64.* libcrypto.lib && EXIT 1) + link /nologo /debug /dll /nologo /debug /implib:libcrypto.lib /out:libcrypto-1_1-x64.dll /def:libcrypto.def @C:\Users\build\AppData\Local\Temp\nm30E0.tmp || (DEL /Q libcrypto-1_1-x64.* libcrypto.lib && EXIT 1) Creating library libcrypto.lib and object libcrypto.exp IF EXIST libcrypto-1_1-x64.dll.manifest mt -nologo -manifest libcrypto-1_1-x64.dll.manifest -outputresource:libcrypto-1_1-x64.dll IF EXIST apps\libcrypto-1_1-x64.dll DEL /Q /F apps\libcrypto-1_1-x64.dll @@ -2403,7 +2402,7 @@ uplink.c 1 file(s) copied. COPY libcrypto-1_1-x64.dll fuzz 1 file(s) copied. - lib /nologo /out:libcrypto_static.lib @C:\Users\build\AppData\Local\Temp\nm8782.tmp + lib /nologo /out:libcrypto_static.lib @C:\Users\build\AppData\Local\Temp\nm3381.tmp rand_egd.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library ecp_nistputil.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library ecp_nistp521.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library @@ -2470,7 +2469,7 @@ s3_enc.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\s3_enc.c" 2>&1 > ssl\s3_enc.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fossl\s3_lib.obj "..\ssl\s3_lib.c" s3_lib.c -..\ssl\s3_lib.c(3661): warning C4267: 'return': conversion from 'size_t' to 'long', possible loss of data +..\ssl\s3_lib.c(3662): warning C4267: 'return': conversion from 'size_t' to 'long', possible loss of data ..\ssl\s3_lib.c(4587): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data ..\ssl\s3_lib.c(4589): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\s3_lib.c" 2>&1 > ssl\s3_lib.d @@ -2497,9 +2496,9 @@ ssl_init.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\ssl_init.c" 2>&1 > ssl\ssl_init.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fossl\ssl_lib.obj "..\ssl\ssl_lib.c" ssl_lib.c -..\ssl\ssl_lib.c(5463): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data -..\ssl\ssl_lib.c(5475): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data -..\ssl\ssl_lib.c(5478): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data +..\ssl\ssl_lib.c(5471): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data +..\ssl\ssl_lib.c(5483): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data +..\ssl\ssl_lib.c(5486): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\ssl_lib.c" 2>&1 > ssl\ssl_lib.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fossl\ssl_mcnf.obj "..\ssl\ssl_mcnf.c" ssl_mcnf.c @@ -2509,12 +2508,12 @@ ssl_rsa.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\ssl_rsa.c" 2>&1 > ssl\ssl_rsa.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fossl\ssl_sess.obj "..\ssl\ssl_sess.c" ssl_sess.c -..\ssl\ssl_sess.c(471): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' -..\ssl\ssl_sess.c(477): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\ssl\ssl_sess.c(480): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' +..\ssl\ssl_sess.c(443): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' +..\ssl\ssl_sess.c(449): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\ssl_sess.c(452): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' +..\ssl\ssl_sess.c(584): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' ..\ssl\ssl_sess.c(612): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' -..\ssl\ssl_sess.c(640): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' -..\ssl\ssl_sess.c(734): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' +..\ssl\ssl_sess.c(706): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\ssl_sess.c" 2>&1 > ssl\ssl_sess.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fossl\ssl_stat.obj "..\ssl\ssl_stat.c" ssl_stat.c @@ -2549,9 +2548,9 @@ statem.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\statem\statem.c" 2>&1 > ssl\statem\statem.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fossl\statem\statem_clnt.obj "..\ssl\statem\statem_clnt.c" statem_clnt.c -..\ssl\statem\statem_clnt.c(1209): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\ssl\statem\statem_clnt.c(1617): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' -..\ssl\statem\statem_clnt.c(1969): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\ssl\statem\statem_clnt.c(1203): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\statem\statem_clnt.c(1611): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' +..\ssl\statem\statem_clnt.c(1963): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\statem\statem_clnt.c" 2>&1 > ssl\statem\statem_clnt.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fossl\statem\statem_dtls.obj "..\ssl\statem\statem_dtls.c" statem_dtls.c @@ -2562,42 +2561,42 @@ statem_lib.c ..\ssl\statem\statem_lib.c(138): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' ..\ssl\statem\statem_lib.c(144): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' ..\ssl\statem\statem_lib.c(146): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' -..\ssl\statem\statem_lib.c(415): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data -..\ssl\statem\statem_lib.c(1071): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' -..\ssl\statem\statem_lib.c(1090): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' -..\ssl\statem\statem_lib.c(1093): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' +..\ssl\statem\statem_lib.c(425): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data +..\ssl\statem\statem_lib.c(1078): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' +..\ssl\statem\statem_lib.c(1097): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' +..\ssl\statem\statem_lib.c(1100): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\statem\statem_lib.c" 2>&1 > ssl\statem\statem_lib.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fossl\statem\statem_srvr.obj "..\ssl\statem\statem_srvr.c" statem_srvr.c -..\ssl\statem\statem_srvr.c(1684): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data -..\ssl\statem\statem_srvr.c(2840): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\statem\statem_srvr.c(1678): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data +..\ssl\statem\statem_srvr.c(2832): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\statem\statem_srvr.c" 2>&1 > ssl\statem\statem_srvr.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fossl\t1_enc.obj "..\ssl\t1_enc.c" t1_enc.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\t1_enc.c" 2>&1 > ssl\t1_enc.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fossl\t1_lib.obj "..\ssl\t1_lib.c" t1_lib.c -..\ssl\t1_lib.c(865): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\ssl\t1_lib.c(885): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data -..\ssl\t1_lib.c(907): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\ssl\t1_lib.c(1234): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\ssl\t1_lib.c(1454): warning C4244: '-=': conversion from '__int64' to 'int', possible loss of data -..\ssl\t1_lib.c(2153): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\ssl\t1_lib.c(2656): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data -..\ssl\t1_lib.c(2685): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data +..\ssl\t1_lib.c(866): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\ssl\t1_lib.c(886): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data +..\ssl\t1_lib.c(908): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\t1_lib.c(1235): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\t1_lib.c(1455): warning C4244: '-=': conversion from '__int64' to 'int', possible loss of data +..\ssl\t1_lib.c(2171): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\ssl\t1_lib.c(2727): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data +..\ssl\t1_lib.c(2756): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\t1_lib.c" 2>&1 > ssl\t1_lib.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fossl\t1_trce.obj "..\ssl\t1_trce.c" t1_trce.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\t1_trce.c" 2>&1 > ssl\t1_trce.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fossl\tls13_enc.obj "..\ssl\tls13_enc.c" tls13_enc.c -..\ssl\tls13_enc.c(69): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data -..\ssl\tls13_enc.c(91): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\ssl\tls13_enc.c(92): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\ssl\tls13_enc.c(218): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\ssl\tls13_enc.c(219): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\ssl\tls13_enc.c(395): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\ssl\tls13_enc.c(397): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\tls13_enc.c(73): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data +..\ssl\tls13_enc.c(95): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\tls13_enc.c(96): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\tls13_enc.c(238): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\tls13_enc.c(239): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\tls13_enc.c(415): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\tls13_enc.c(417): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ssl\tls13_enc.c" 2>&1 > ssl\tls13_enc.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fossl\tls_srp.obj "..\ssl\tls_srp.c" tls_srp.c @@ -2605,7 +2604,7 @@ tls_srp.c "C:\Perl64\bin\perl.exe" "..\util\mkdef.pl" ssl 32 > libssl.def IF EXIST .manifest DEL /F /Q .manifest IF EXIST libssl-1_1-x64.dll DEL /F /Q libssl-1_1-x64.dll - link /nologo /debug /dll /nologo /debug /implib:libssl.lib /out:libssl-1_1-x64.dll /def:libssl.def @C:\Users\build\AppData\Local\Temp\nmCF59.tmp || (DEL /Q libssl-1_1-x64.* libssl.lib && EXIT 1) + link /nologo /debug /dll /nologo /debug /implib:libssl.lib /out:libssl-1_1-x64.dll /def:libssl.def @C:\Users\build\AppData\Local\Temp\nm7CC0.tmp || (DEL /Q libssl-1_1-x64.* libssl.lib && EXIT 1) Creating library libssl.lib and object libssl.exp IF EXIST libssl-1_1-x64.dll.manifest mt -nologo -manifest libssl-1_1-x64.dll.manifest -outputresource:libssl-1_1-x64.dll IF EXIST apps\libssl-1_1-x64.dll DEL /Q /F apps\libssl-1_1-x64.dll @@ -2617,7 +2616,7 @@ tls_srp.c 1 file(s) copied. COPY libssl-1_1-x64.dll fuzz 1 file(s) copied. - lib /nologo /out:libssl_static.lib @C:\Users\build\AppData\Local\Temp\nmD0A2.tmp + lib /nologo /out:libssl_static.lib @C:\Users\build\AppData\Local\Temp\nm7E77.tmp cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\testutil\basic_output.obj "..\test\testutil\basic_output.c" basic_output.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\testutil\basic_output.c" 2>&1 > test\testutil\basic_output.d @@ -2645,6 +2644,9 @@ main.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\testutil\output_helpers.obj "..\test\testutil\output_helpers.c" output_helpers.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\testutil\output_helpers.c" 2>&1 > test\testutil\output_helpers.d + cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\testutil\random.obj "..\test\testutil\random.c" +random.c + cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\testutil\random.c" 2>&1 > test\testutil\random.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\testutil\stanza.obj "..\test\testutil\stanza.c" stanza.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\testutil\stanza.c" 2>&1 > test\testutil\stanza.d @@ -2658,19 +2660,19 @@ test_cleanup.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\testutil\tests.obj "..\test\testutil\tests.c" tests.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files\\OpenSSL\\lib\\engines-1_1\"" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\testutil\tests.c" 2>&1 > test\testutil\tests.d - lib /nologo /out:test\libtestutil.lib @C:\Users\build\AppData\Local\Temp\nmD5B4.tmp + lib /nologo /out:test\libtestutil.lib @C:\Users\build\AppData\Local\Temp\nm8425.tmp cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foengines\e_capi.obj "..\engines\e_capi.c" e_capi.c cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\engines\e_capi.c" 2>&1 > engines\e_capi.d IF EXIST engines\capi.dll.manifest DEL /F /Q engines\capi.dll.manifest - link /nologo /debug /dll /nologo /debug /out:engines\capi.dll /def:C:\Users\build\AppData\Local\Temp\nmD74C.tmp @C:\Users\build\AppData\Local\Temp\nmD74D.tmp + link /nologo /debug /dll /nologo /debug /out:engines\capi.dll /def:C:\Users\build\AppData\Local\Temp\nm85BC.tmp @C:\Users\build\AppData\Local\Temp\nm85BD.tmp Creating library engines\capi.lib and object engines\capi.exp IF EXIST engines\capi.dll.manifest mt -nologo -manifest engines\capi.dll.manifest -outputresource:engines\capi.dll cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foengines\e_dasync.obj "..\engines\e_dasync.c" e_dasync.c cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\engines\e_dasync.c" 2>&1 > engines\e_dasync.d IF EXIST engines\dasync.dll.manifest DEL /F /Q engines\dasync.dll.manifest - link /nologo /debug /dll /nologo /debug /out:engines\dasync.dll /def:C:\Users\build\AppData\Local\Temp\nmD9CE.tmp @C:\Users\build\AppData\Local\Temp\nmD9CF.tmp + link /nologo /debug /dll /nologo /debug /out:engines\dasync.dll /def:C:\Users\build\AppData\Local\Temp\nm881F.tmp @C:\Users\build\AppData\Local\Temp\nm8820.tmp Creating library engines\dasync.lib and object engines\dasync.exp IF EXIST engines\dasync.dll.manifest mt -nologo -manifest engines\dasync.dll.manifest -outputresource:engines\dasync.dll cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foengines\e_ossltest.obj "..\engines\e_ossltest.c" @@ -2678,14 +2680,14 @@ e_ossltest.c ..\engines\e_ossltest.c(644): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\engines\e_ossltest.c" 2>&1 > engines\e_ossltest.d IF EXIST engines\ossltest.dll.manifest DEL /F /Q engines\ossltest.dll.manifest - link /nologo /debug /dll /nologo /debug /out:engines\ossltest.dll /def:C:\Users\build\AppData\Local\Temp\nmDB66.tmp @C:\Users\build\AppData\Local\Temp\nmDB67.tmp + link /nologo /debug /dll /nologo /debug /out:engines\ossltest.dll /def:C:\Users\build\AppData\Local\Temp\nm89D7.tmp @C:\Users\build\AppData\Local\Temp\nm89D8.tmp Creating library engines\ossltest.lib and object engines\ossltest.exp IF EXIST engines\ossltest.dll.manifest mt -nologo -manifest engines\ossltest.dll.manifest -outputresource:engines\ossltest.dll cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foengines\e_padlock.obj "..\engines\e_padlock.c" e_padlock.c cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\engines\e_padlock.c" 2>&1 > engines\e_padlock.d IF EXIST engines\padlock.dll.manifest DEL /F /Q engines\padlock.dll.manifest - link /nologo /debug /dll /nologo /debug /out:engines\padlock.dll /def:C:\Users\build\AppData\Local\Temp\nmDCEF.tmp @C:\Users\build\AppData\Local\Temp\nmDCF0.tmp + link /nologo /debug /dll /nologo /debug /out:engines\padlock.dll /def:C:\Users\build\AppData\Local\Temp\nm8B7F.tmp @C:\Users\build\AppData\Local\Temp\nm8B80.tmp Creating library engines\padlock.lib and object engines\padlock.exp IF EXIST engines\padlock.dll.manifest mt -nologo -manifest engines\padlock.dll.manifest -outputresource:engines\padlock.dll "C:\Perl64\bin\perl.exe" "..\apps\progs.pl" "apps\openssl" > apps\progs.h @@ -2757,7 +2759,7 @@ ocsp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\apps\ocsp.c" 2>&1 > apps\ocsp.d cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foapps\openssl.obj "..\apps\openssl.c" openssl.c -..\apps\openssl.c(110): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\apps\openssl.c(109): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\apps\openssl.c" 2>&1 > apps\openssl.d "C:\Perl64\bin\perl.exe" "..\util\mkrc.pl" openssl > apps\openssl.rc rc /foapps\openssl.res "apps\openssl.rc" @@ -2807,7 +2809,7 @@ rehash.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\apps\rehash.c" 2>&1 > apps\rehash.d cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foapps\req.obj "..\apps\req.c" req.c -..\apps\req.c(1464): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data +..\apps\req.c(1474): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\apps\req.c" 2>&1 > apps\req.d cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foapps\rsa.obj "..\apps\rsa.c" rsa.c @@ -2867,11 +2869,11 @@ version.c x509.c ..\apps\x509.c(922): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\apps\x509.c" 2>&1 > apps\x509.d - cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "apps" /I "." /I "include" /I "..\apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foms\applink.obj "..\ms\applink.c" + cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Foms\applink.obj "..\ms\applink.c" applink.c - cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "apps" /I "." /I "include" /I "..\apps" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ms\applink.c" 2>&1 > ms\applink.d + cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\ms\applink.c" 2>&1 > ms\applink.d IF EXIST apps\openssl.exe.manifest DEL /F /Q apps\openssl.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:apps\openssl.exe @C:\Users\build\AppData\Local\Temp\nm2218.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:apps\openssl.exe @C:\Users\build\AppData\Local\Temp\nmD4AF.tmp Creating library apps\openssl.lib and object apps\openssl.exp IF EXIST apps\openssl.exe.manifest mt -nologo -manifest apps\openssl.exe.manifest -outputresource:apps\openssl.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\asn1.obj "..\fuzz\asn1.c" @@ -2904,14 +2906,14 @@ asn1.c test-corpus.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\test-corpus.c" 2>&1 > fuzz\test-corpus.d IF EXIST fuzz\asn1-test.exe.manifest DEL /F /Q fuzz\asn1-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1-test.exe @C:\Users\build\AppData\Local\Temp\nm247B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1-test.exe @C:\Users\build\AppData\Local\Temp\nmD76F.tmp IF EXIST fuzz\asn1-test.exe.manifest mt -nologo -manifest fuzz\asn1-test.exe.manifest -outputresource:fuzz\asn1-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\asn1parse.obj "..\fuzz\asn1parse.c" asn1parse.c ..\fuzz\asn1parse.c(35): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\asn1parse.c" 2>&1 > fuzz\asn1parse.d IF EXIST fuzz\asn1parse-test.exe.manifest DEL /F /Q fuzz\asn1parse-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1parse-test.exe @C:\Users\build\AppData\Local\Temp\nm2621.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1parse-test.exe @C:\Users\build\AppData\Local\Temp\nmD945.tmp IF EXIST fuzz\asn1parse-test.exe.manifest mt -nologo -manifest fuzz\asn1parse-test.exe.manifest -outputresource:fuzz\asn1parse-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\bignum.obj "..\fuzz\bignum.c" bignum.c @@ -2920,7 +2922,7 @@ bignum.c ..\fuzz\bignum.c(68): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\bignum.c" 2>&1 > fuzz\bignum.d IF EXIST fuzz\bignum-test.exe.manifest DEL /F /Q fuzz\bignum-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bignum-test.exe @C:\Users\build\AppData\Local\Temp\nm2799.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bignum-test.exe @C:\Users\build\AppData\Local\Temp\nmDABD.tmp IF EXIST fuzz\bignum-test.exe.manifest mt -nologo -manifest fuzz\bignum-test.exe.manifest -outputresource:fuzz\bignum-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\bndiv.obj "..\fuzz\bndiv.c" bndiv.c @@ -2928,74 +2930,74 @@ bndiv.c ..\fuzz\bndiv.c(74): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\bndiv.c" 2>&1 > fuzz\bndiv.d IF EXIST fuzz\bndiv-test.exe.manifest DEL /F /Q fuzz\bndiv-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bndiv-test.exe @C:\Users\build\AppData\Local\Temp\nm2911.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bndiv-test.exe @C:\Users\build\AppData\Local\Temp\nmDC54.tmp IF EXIST fuzz\bndiv-test.exe.manifest mt -nologo -manifest fuzz\bndiv-test.exe.manifest -outputresource:fuzz\bndiv-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\client.obj "..\fuzz\client.c" client.c ..\fuzz\client.c(83): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\client.c" 2>&1 > fuzz\client.d IF EXIST fuzz\client-test.exe.manifest DEL /F /Q fuzz\client-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\client-test.exe @C:\Users\build\AppData\Local\Temp\nm2A7A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\client-test.exe @C:\Users\build\AppData\Local\Temp\nmDDEB.tmp IF EXIST fuzz\client-test.exe.manifest mt -nologo -manifest fuzz\client-test.exe.manifest -outputresource:fuzz\client-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\cms.obj "..\fuzz\cms.c" cms.c ..\fuzz\cms.c(37): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\cms.c" 2>&1 > fuzz\cms.d IF EXIST fuzz\cms-test.exe.manifest DEL /F /Q fuzz\cms-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\cms-test.exe @C:\Users\build\AppData\Local\Temp\nm2C21.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\cms-test.exe @C:\Users\build\AppData\Local\Temp\nmDFA2.tmp IF EXIST fuzz\cms-test.exe.manifest mt -nologo -manifest fuzz\cms-test.exe.manifest -outputresource:fuzz\cms-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\conf.obj "..\fuzz\conf.c" conf.c ..\fuzz\conf.c(37): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\conf.c" 2>&1 > fuzz\conf.d IF EXIST fuzz\conf-test.exe.manifest DEL /F /Q fuzz\conf-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\conf-test.exe @C:\Users\build\AppData\Local\Temp\nm2D89.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\conf-test.exe @C:\Users\build\AppData\Local\Temp\nmE11A.tmp IF EXIST fuzz\conf-test.exe.manifest mt -nologo -manifest fuzz\conf-test.exe.manifest -outputresource:fuzz\conf-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\crl.obj "..\fuzz\crl.c" crl.c ..\fuzz\crl.c(29): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\crl.c" 2>&1 > fuzz\crl.d IF EXIST fuzz\crl-test.exe.manifest DEL /F /Q fuzz\crl-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\crl-test.exe @C:\Users\build\AppData\Local\Temp\nm2F30.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\crl-test.exe @C:\Users\build\AppData\Local\Temp\nmE2E0.tmp IF EXIST fuzz\crl-test.exe.manifest mt -nologo -manifest fuzz\crl-test.exe.manifest -outputresource:fuzz\crl-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\ct.obj "..\fuzz\ct.c" ct.c ..\fuzz\ct.c(32): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\ct.c" 2>&1 > fuzz\ct.d IF EXIST fuzz\ct-test.exe.manifest DEL /F /Q fuzz\ct-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\ct-test.exe @C:\Users\build\AppData\Local\Temp\nm3098.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\ct-test.exe @C:\Users\build\AppData\Local\Temp\nmE477.tmp IF EXIST fuzz\ct-test.exe.manifest mt -nologo -manifest fuzz\ct-test.exe.manifest -outputresource:fuzz\ct-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\server.obj "..\fuzz\server.c" server.c ..\fuzz\server.c(618): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\server.c" 2>&1 > fuzz\server.d IF EXIST fuzz\server-test.exe.manifest DEL /F /Q fuzz\server-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\server-test.exe @C:\Users\build\AppData\Local\Temp\nm326E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\server-test.exe @C:\Users\build\AppData\Local\Temp\nmE63D.tmp IF EXIST fuzz\server-test.exe.manifest mt -nologo -manifest fuzz\server-test.exe.manifest -outputresource:fuzz\server-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fofuzz\x509.obj "..\fuzz\x509.c" x509.c ..\fuzz\x509.c(33): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\fuzz\x509.c" 2>&1 > fuzz\x509.d IF EXIST fuzz\x509-test.exe.manifest DEL /F /Q fuzz\x509-test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\x509-test.exe @C:\Users\build\AppData\Local\Temp\nm3415.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\x509-test.exe @C:\Users\build\AppData\Local\Temp\nmE7E4.tmp IF EXIST fuzz\x509-test.exe.manifest mt -nologo -manifest fuzz\x509-test.exe.manifest -outputresource:fuzz\x509-test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\aborttest.obj "..\test\aborttest.c" aborttest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\aborttest.c" 2>&1 > test\aborttest.d IF EXIST test\aborttest.exe.manifest DEL /F /Q test\aborttest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\aborttest.exe @C:\Users\build\AppData\Local\Temp\nm358D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\aborttest.exe @C:\Users\build\AppData\Local\Temp\nmE96C.tmp IF EXIST test\aborttest.exe.manifest mt -nologo -manifest test\aborttest.exe.manifest -outputresource:test\aborttest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\afalgtest.obj "..\test\afalgtest.c" afalgtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\afalgtest.c" 2>&1 > test\afalgtest.d IF EXIST test\afalgtest.exe.manifest DEL /F /Q test\afalgtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\afalgtest.exe @C:\Users\build\AppData\Local\Temp\nm3715.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\afalgtest.exe @C:\Users\build\AppData\Local\Temp\nmEB13.tmp IF EXIST test\afalgtest.exe.manifest mt -nologo -manifest test\afalgtest.exe.manifest -outputresource:test\afalgtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asn1_decode_test.obj "..\test\asn1_decode_test.c" asn1_decode_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\asn1_decode_test.c" 2>&1 > test\asn1_decode_test.d IF EXIST test\asn1_decode_test.exe.manifest DEL /F /Q test\asn1_decode_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_decode_test.exe @C:\Users\build\AppData\Local\Temp\nm38AC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_decode_test.exe @C:\Users\build\AppData\Local\Temp\nmEC7B.tmp IF EXIST test\asn1_decode_test.exe.manifest mt -nologo -manifest test\asn1_decode_test.exe.manifest -outputresource:test\asn1_decode_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asn1_encode_test.obj "..\test\asn1_encode_test.c" asn1_encode_test.c @@ -3003,26 +3005,26 @@ asn1_encode_test.c ..\test\asn1_encode_test.c(797): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\asn1_encode_test.c" 2>&1 > test\asn1_encode_test.d IF EXIST test\asn1_encode_test.exe.manifest DEL /F /Q test\asn1_encode_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_encode_test.exe @C:\Users\build\AppData\Local\Temp\nm3A05.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_encode_test.exe @C:\Users\build\AppData\Local\Temp\nmEE03.tmp IF EXIST test\asn1_encode_test.exe.manifest mt -nologo -manifest test\asn1_encode_test.exe.manifest -outputresource:test\asn1_encode_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asn1_internal_test.obj "..\test\asn1_internal_test.c" asn1_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\asn1_internal_test.c" 2>&1 > test\asn1_internal_test.d IF EXIST test\asn1_internal_test.exe.manifest DEL /F /Q test\asn1_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm3B9C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmEFB9.tmp IF EXIST test\asn1_internal_test.exe.manifest mt -nologo -manifest test\asn1_internal_test.exe.manifest -outputresource:test\asn1_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asn1_string_table_test.obj "..\test\asn1_string_table_test.c" asn1_string_table_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\asn1_string_table_test.c" 2>&1 > test\asn1_string_table_test.d IF EXIST test\asn1_string_table_test.exe.manifest DEL /F /Q test\asn1_string_table_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_string_table_test.exe @C:\Users\build\AppData\Local\Temp\nm3DA0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_string_table_test.exe @C:\Users\build\AppData\Local\Temp\nmF1DD.tmp IF EXIST test\asn1_string_table_test.exe.manifest mt -nologo -manifest test\asn1_string_table_test.exe.manifest -outputresource:test\asn1_string_table_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asn1_time_test.obj "..\test\asn1_time_test.c" asn1_time_test.c ..\test\asn1_time_test.c(119): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\asn1_time_test.c" 2>&1 > test\asn1_time_test.d IF EXIST test\asn1_time_test.exe.manifest DEL /F /Q test\asn1_time_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_time_test.exe @C:\Users\build\AppData\Local\Temp\nm3F38.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_time_test.exe @C:\Users\build\AppData\Local\Temp\nmF374.tmp IF EXIST test\asn1_time_test.exe.manifest mt -nologo -manifest test\asn1_time_test.exe.manifest -outputresource:test\asn1_time_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asynciotest.obj "..\test\asynciotest.c" asynciotest.c @@ -3032,17 +3034,17 @@ asynciotest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\asynciotest.c" 2>&1 > test\asynciotest.d cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ssltestlib.obj "..\test\ssltestlib.c" ssltestlib.c -..\test\ssltestlib.c(486): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\test\ssltestlib.c(831): warning C4267: 'function': conversion from 'size_t' to 'const unsigned long', possible loss of data +..\test\ssltestlib.c(488): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\test\ssltestlib.c(927): warning C4267: 'function': conversion from 'size_t' to 'const unsigned long', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ssltestlib.c" 2>&1 > test\ssltestlib.d IF EXIST test\asynciotest.exe.manifest DEL /F /Q test\asynciotest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynciotest.exe @C:\Users\build\AppData\Local\Temp\nm4256.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynciotest.exe @C:\Users\build\AppData\Local\Temp\nmF692.tmp IF EXIST test\asynciotest.exe.manifest mt -nologo -manifest test\asynciotest.exe.manifest -outputresource:test\asynciotest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\asynctest.obj "..\test\asynctest.c" asynctest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\asynctest.c" 2>&1 > test\asynctest.d IF EXIST test\asynctest.exe.manifest DEL /F /Q test\asynctest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynctest.exe @C:\Users\build\AppData\Local\Temp\nm4479.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynctest.exe @C:\Users\build\AppData\Local\Temp\nmF8B6.tmp IF EXIST test\asynctest.exe.manifest mt -nologo -manifest test\asynctest.exe.manifest -outputresource:test\asynctest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bad_dtls_test.obj "..\test\bad_dtls_test.c" bad_dtls_test.c @@ -3050,7 +3052,7 @@ bad_dtls_test.c ..\test\bad_dtls_test.c(339): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bad_dtls_test.c" 2>&1 > test\bad_dtls_test.d IF EXIST test\bad_dtls_test.exe.manifest DEL /F /Q test\bad_dtls_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bad_dtls_test.exe @C:\Users\build\AppData\Local\Temp\nm4620.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bad_dtls_test.exe @C:\Users\build\AppData\Local\Temp\nmFA7C.tmp IF EXIST test\bad_dtls_test.exe.manifest mt -nologo -manifest test\bad_dtls_test.exe.manifest -outputresource:test\bad_dtls_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bftest.obj "..\test\bftest.c" bftest.c @@ -3060,574 +3062,574 @@ bftest.c ..\test\bftest.c(412): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bftest.c" 2>&1 > test\bftest.d IF EXIST test\bftest.exe.manifest DEL /F /Q test\bftest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bftest.exe @C:\Users\build\AppData\Local\Temp\nm4798.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bftest.exe @C:\Users\build\AppData\Local\Temp\nmFC04.tmp IF EXIST test\bftest.exe.manifest mt -nologo -manifest test\bftest.exe.manifest -outputresource:test\bftest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bio_callback_test.obj "..\test\bio_callback_test.c" bio_callback_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bio_callback_test.c" 2>&1 > test\bio_callback_test.d IF EXIST test\bio_callback_test.exe.manifest DEL /F /Q test\bio_callback_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_callback_test.exe @C:\Users\build\AppData\Local\Temp\nm493F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_callback_test.exe @C:\Users\build\AppData\Local\Temp\nmFDAB.tmp IF EXIST test\bio_callback_test.exe.manifest mt -nologo -manifest test\bio_callback_test.exe.manifest -outputresource:test\bio_callback_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bio_enc_test.obj "..\test\bio_enc_test.c" bio_enc_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bio_enc_test.c" 2>&1 > test\bio_enc_test.d IF EXIST test\bio_enc_test.exe.manifest DEL /F /Q test\bio_enc_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_enc_test.exe @C:\Users\build\AppData\Local\Temp\nm4AA8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_enc_test.exe @C:\Users\build\AppData\Local\Temp\nmFF81.tmp IF EXIST test\bio_enc_test.exe.manifest mt -nologo -manifest test\bio_enc_test.exe.manifest -outputresource:test\bio_enc_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bio_memleak_test.obj "..\test\bio_memleak_test.c" bio_memleak_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bio_memleak_test.c" 2>&1 > test\bio_memleak_test.d IF EXIST test\bio_memleak_test.exe.manifest DEL /F /Q test\bio_memleak_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_memleak_test.exe @C:\Users\build\AppData\Local\Temp\nm4C3F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_memleak_test.exe @C:\Users\build\AppData\Local\Temp\nm118.tmp IF EXIST test\bio_memleak_test.exe.manifest mt -nologo -manifest test\bio_memleak_test.exe.manifest -outputresource:test\bio_memleak_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bioprinttest.obj "..\test\bioprinttest.c" bioprinttest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bioprinttest.c" 2>&1 > test\bioprinttest.d IF EXIST test\bioprinttest.exe.manifest DEL /F /Q test\bioprinttest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bioprinttest.exe @C:\Users\build\AppData\Local\Temp\nm4DB7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bioprinttest.exe @C:\Users\build\AppData\Local\Temp\nm29F.tmp IF EXIST test\bioprinttest.exe.manifest mt -nologo -manifest test\bioprinttest.exe.manifest -outputresource:test\bioprinttest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\bntest.obj "..\test\bntest.c" bntest.c ..\test\bntest.c(121): warning C4244: 'function': conversion from 'unsigned __int64' to 'const unsigned long', possible loss of data ..\test\bntest.c(1916): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\bntest.c(2387): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data +..\test\bntest.c(2419): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\bntest.c" 2>&1 > test\bntest.d IF EXIST test\bntest.exe.manifest DEL /F /Q test\bntest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bntest.exe @C:\Users\build\AppData\Local\Temp\nm4F2F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bntest.exe @C:\Users\build\AppData\Local\Temp\nm446.tmp IF EXIST test\bntest.exe.manifest mt -nologo -manifest test\bntest.exe.manifest -outputresource:test\bntest.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" aes > test\buildtest_aes.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_aes.obj "test\buildtest_aes.c" buildtest_aes.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_aes.c" 2>&1 > test\buildtest_aes.d IF EXIST test\buildtest_c_aes.exe.manifest DEL /F /Q test\buildtest_c_aes.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_aes.exe @C:\Users\build\AppData\Local\Temp\nm5068.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_aes.exe @C:\Users\build\AppData\Local\Temp\nm5AF.tmp IF EXIST test\buildtest_c_aes.exe.manifest mt -nologo -manifest test\buildtest_c_aes.exe.manifest -outputresource:test\buildtest_c_aes.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" asn1 > test\buildtest_asn1.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_asn1.obj "test\buildtest_asn1.c" buildtest_asn1.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_asn1.c" 2>&1 > test\buildtest_asn1.d IF EXIST test\buildtest_c_asn1.exe.manifest DEL /F /Q test\buildtest_c_asn1.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1.exe @C:\Users\build\AppData\Local\Temp\nm51E0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1.exe @C:\Users\build\AppData\Local\Temp\nm756.tmp IF EXIST test\buildtest_c_asn1.exe.manifest mt -nologo -manifest test\buildtest_c_asn1.exe.manifest -outputresource:test\buildtest_c_asn1.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" asn1t > test\buildtest_asn1t.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_asn1t.obj "test\buildtest_asn1t.c" buildtest_asn1t.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_asn1t.c" 2>&1 > test\buildtest_asn1t.d IF EXIST test\buildtest_c_asn1t.exe.manifest DEL /F /Q test\buildtest_c_asn1t.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1t.exe @C:\Users\build\AppData\Local\Temp\nm5378.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1t.exe @C:\Users\build\AppData\Local\Temp\nm8ED.tmp IF EXIST test\buildtest_c_asn1t.exe.manifest mt -nologo -manifest test\buildtest_c_asn1t.exe.manifest -outputresource:test\buildtest_c_asn1t.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" async > test\buildtest_async.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_async.obj "test\buildtest_async.c" buildtest_async.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_async.c" 2>&1 > test\buildtest_async.d IF EXIST test\buildtest_c_async.exe.manifest DEL /F /Q test\buildtest_c_async.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_async.exe @C:\Users\build\AppData\Local\Temp\nm54FF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_async.exe @C:\Users\build\AppData\Local\Temp\nmA84.tmp IF EXIST test\buildtest_c_async.exe.manifest mt -nologo -manifest test\buildtest_c_async.exe.manifest -outputresource:test\buildtest_c_async.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" bio > test\buildtest_bio.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_bio.obj "test\buildtest_bio.c" buildtest_bio.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_bio.c" 2>&1 > test\buildtest_bio.d IF EXIST test\buildtest_c_bio.exe.manifest DEL /F /Q test\buildtest_c_bio.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bio.exe @C:\Users\build\AppData\Local\Temp\nm5696.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bio.exe @C:\Users\build\AppData\Local\Temp\nmC2B.tmp IF EXIST test\buildtest_c_bio.exe.manifest mt -nologo -manifest test\buildtest_c_bio.exe.manifest -outputresource:test\buildtest_c_bio.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" blowfish > test\buildtest_blowfish.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_blowfish.obj "test\buildtest_blowfish.c" buildtest_blowfish.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_blowfish.c" 2>&1 > test\buildtest_blowfish.d IF EXIST test\buildtest_c_blowfish.exe.manifest DEL /F /Q test\buildtest_c_blowfish.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_blowfish.exe @C:\Users\build\AppData\Local\Temp\nm581E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_blowfish.exe @C:\Users\build\AppData\Local\Temp\nmDC2.tmp IF EXIST test\buildtest_c_blowfish.exe.manifest mt -nologo -manifest test\buildtest_c_blowfish.exe.manifest -outputresource:test\buildtest_c_blowfish.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" bn > test\buildtest_bn.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_bn.obj "test\buildtest_bn.c" buildtest_bn.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_bn.c" 2>&1 > test\buildtest_bn.d IF EXIST test\buildtest_c_bn.exe.manifest DEL /F /Q test\buildtest_c_bn.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bn.exe @C:\Users\build\AppData\Local\Temp\nm5986.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bn.exe @C:\Users\build\AppData\Local\Temp\nmF2B.tmp IF EXIST test\buildtest_c_bn.exe.manifest mt -nologo -manifest test\buildtest_c_bn.exe.manifest -outputresource:test\buildtest_c_bn.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" buffer > test\buildtest_buffer.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_buffer.obj "test\buildtest_buffer.c" buildtest_buffer.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_buffer.c" 2>&1 > test\buildtest_buffer.d IF EXIST test\buildtest_c_buffer.exe.manifest DEL /F /Q test\buildtest_c_buffer.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_buffer.exe @C:\Users\build\AppData\Local\Temp\nm5AEF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_buffer.exe @C:\Users\build\AppData\Local\Temp\nm1093.tmp IF EXIST test\buildtest_c_buffer.exe.manifest mt -nologo -manifest test\buildtest_c_buffer.exe.manifest -outputresource:test\buildtest_c_buffer.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" camellia > test\buildtest_camellia.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_camellia.obj "test\buildtest_camellia.c" buildtest_camellia.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_camellia.c" 2>&1 > test\buildtest_camellia.d IF EXIST test\buildtest_c_camellia.exe.manifest DEL /F /Q test\buildtest_c_camellia.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_camellia.exe @C:\Users\build\AppData\Local\Temp\nm5C57.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_camellia.exe @C:\Users\build\AppData\Local\Temp\nm121B.tmp IF EXIST test\buildtest_c_camellia.exe.manifest mt -nologo -manifest test\buildtest_c_camellia.exe.manifest -outputresource:test\buildtest_c_camellia.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" cast > test\buildtest_cast.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_cast.obj "test\buildtest_cast.c" buildtest_cast.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_cast.c" 2>&1 > test\buildtest_cast.d IF EXIST test\buildtest_c_cast.exe.manifest DEL /F /Q test\buildtest_c_cast.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cast.exe @C:\Users\build\AppData\Local\Temp\nm5DB0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cast.exe @C:\Users\build\AppData\Local\Temp\nm13B2.tmp IF EXIST test\buildtest_c_cast.exe.manifest mt -nologo -manifest test\buildtest_c_cast.exe.manifest -outputresource:test\buildtest_c_cast.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" cmac > test\buildtest_cmac.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_cmac.obj "test\buildtest_cmac.c" buildtest_cmac.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_cmac.c" 2>&1 > test\buildtest_cmac.d IF EXIST test\buildtest_c_cmac.exe.manifest DEL /F /Q test\buildtest_c_cmac.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cmac.exe @C:\Users\build\AppData\Local\Temp\nm5F18.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cmac.exe @C:\Users\build\AppData\Local\Temp\nm1568.tmp IF EXIST test\buildtest_c_cmac.exe.manifest mt -nologo -manifest test\buildtest_c_cmac.exe.manifest -outputresource:test\buildtest_c_cmac.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" cms > test\buildtest_cms.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_cms.obj "test\buildtest_cms.c" buildtest_cms.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_cms.c" 2>&1 > test\buildtest_cms.d IF EXIST test\buildtest_c_cms.exe.manifest DEL /F /Q test\buildtest_c_cms.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cms.exe @C:\Users\build\AppData\Local\Temp\nm60EE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cms.exe @C:\Users\build\AppData\Local\Temp\nm174E.tmp IF EXIST test\buildtest_c_cms.exe.manifest mt -nologo -manifest test\buildtest_c_cms.exe.manifest -outputresource:test\buildtest_c_cms.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" comp > test\buildtest_comp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_comp.obj "test\buildtest_comp.c" buildtest_comp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_comp.c" 2>&1 > test\buildtest_comp.d IF EXIST test\buildtest_c_comp.exe.manifest DEL /F /Q test\buildtest_c_comp.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_comp.exe @C:\Users\build\AppData\Local\Temp\nm6266.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_comp.exe @C:\Users\build\AppData\Local\Temp\nm1904.tmp IF EXIST test\buildtest_c_comp.exe.manifest mt -nologo -manifest test\buildtest_c_comp.exe.manifest -outputresource:test\buildtest_c_comp.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" conf > test\buildtest_conf.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_conf.obj "test\buildtest_conf.c" buildtest_conf.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_conf.c" 2>&1 > test\buildtest_conf.d IF EXIST test\buildtest_c_conf.exe.manifest DEL /F /Q test\buildtest_c_conf.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf.exe @C:\Users\build\AppData\Local\Temp\nm63EE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf.exe @C:\Users\build\AppData\Local\Temp\nm1AAB.tmp IF EXIST test\buildtest_c_conf.exe.manifest mt -nologo -manifest test\buildtest_c_conf.exe.manifest -outputresource:test\buildtest_c_conf.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" conf_api > test\buildtest_conf_api.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_conf_api.obj "test\buildtest_conf_api.c" buildtest_conf_api.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_conf_api.c" 2>&1 > test\buildtest_conf_api.d IF EXIST test\buildtest_c_conf_api.exe.manifest DEL /F /Q test\buildtest_c_conf_api.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf_api.exe @C:\Users\build\AppData\Local\Temp\nm6595.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf_api.exe @C:\Users\build\AppData\Local\Temp\nm1C33.tmp IF EXIST test\buildtest_c_conf_api.exe.manifest mt -nologo -manifest test\buildtest_c_conf_api.exe.manifest -outputresource:test\buildtest_c_conf_api.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" crypto > test\buildtest_crypto.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_crypto.obj "test\buildtest_crypto.c" buildtest_crypto.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_crypto.c" 2>&1 > test\buildtest_crypto.d IF EXIST test\buildtest_c_crypto.exe.manifest DEL /F /Q test\buildtest_c_crypto.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_crypto.exe @C:\Users\build\AppData\Local\Temp\nm671C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_crypto.exe @C:\Users\build\AppData\Local\Temp\nm1DE9.tmp IF EXIST test\buildtest_c_crypto.exe.manifest mt -nologo -manifest test\buildtest_c_crypto.exe.manifest -outputresource:test\buildtest_c_crypto.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ct > test\buildtest_ct.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ct.obj "test\buildtest_ct.c" buildtest_ct.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ct.c" 2>&1 > test\buildtest_ct.d IF EXIST test\buildtest_c_ct.exe.manifest DEL /F /Q test\buildtest_c_ct.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ct.exe @C:\Users\build\AppData\Local\Temp\nm68E2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ct.exe @C:\Users\build\AppData\Local\Temp\nm203C.tmp IF EXIST test\buildtest_c_ct.exe.manifest mt -nologo -manifest test\buildtest_c_ct.exe.manifest -outputresource:test\buildtest_c_ct.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" des > test\buildtest_des.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_des.obj "test\buildtest_des.c" buildtest_des.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_des.c" 2>&1 > test\buildtest_des.d IF EXIST test\buildtest_c_des.exe.manifest DEL /F /Q test\buildtest_c_des.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_des.exe @C:\Users\build\AppData\Local\Temp\nm6A5A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_des.exe @C:\Users\build\AppData\Local\Temp\nm21C4.tmp IF EXIST test\buildtest_c_des.exe.manifest mt -nologo -manifest test\buildtest_c_des.exe.manifest -outputresource:test\buildtest_c_des.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" dh > test\buildtest_dh.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_dh.obj "test\buildtest_dh.c" buildtest_dh.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_dh.c" 2>&1 > test\buildtest_dh.d IF EXIST test\buildtest_c_dh.exe.manifest DEL /F /Q test\buildtest_c_dh.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dh.exe @C:\Users\build\AppData\Local\Temp\nm6BD2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dh.exe @C:\Users\build\AppData\Local\Temp\nm236A.tmp IF EXIST test\buildtest_c_dh.exe.manifest mt -nologo -manifest test\buildtest_c_dh.exe.manifest -outputresource:test\buildtest_c_dh.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" dsa > test\buildtest_dsa.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_dsa.obj "test\buildtest_dsa.c" buildtest_dsa.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_dsa.c" 2>&1 > test\buildtest_dsa.d IF EXIST test\buildtest_c_dsa.exe.manifest DEL /F /Q test\buildtest_c_dsa.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dsa.exe @C:\Users\build\AppData\Local\Temp\nm6D98.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dsa.exe @C:\Users\build\AppData\Local\Temp\nm2511.tmp IF EXIST test\buildtest_c_dsa.exe.manifest mt -nologo -manifest test\buildtest_c_dsa.exe.manifest -outputresource:test\buildtest_c_dsa.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" dtls1 > test\buildtest_dtls1.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_dtls1.obj "test\buildtest_dtls1.c" buildtest_dtls1.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_dtls1.c" 2>&1 > test\buildtest_dtls1.d IF EXIST test\buildtest_c_dtls1.exe.manifest DEL /F /Q test\buildtest_c_dtls1.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dtls1.exe @C:\Users\build\AppData\Local\Temp\nm6F20.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dtls1.exe @C:\Users\build\AppData\Local\Temp\nm26A9.tmp IF EXIST test\buildtest_c_dtls1.exe.manifest mt -nologo -manifest test\buildtest_c_dtls1.exe.manifest -outputresource:test\buildtest_c_dtls1.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" e_os2 > test\buildtest_e_os2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_e_os2.obj "test\buildtest_e_os2.c" buildtest_e_os2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_e_os2.c" 2>&1 > test\buildtest_e_os2.d IF EXIST test\buildtest_c_e_os2.exe.manifest DEL /F /Q test\buildtest_c_e_os2.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_e_os2.exe @C:\Users\build\AppData\Local\Temp\nm7098.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_e_os2.exe @C:\Users\build\AppData\Local\Temp\nm2821.tmp IF EXIST test\buildtest_c_e_os2.exe.manifest mt -nologo -manifest test\buildtest_c_e_os2.exe.manifest -outputresource:test\buildtest_c_e_os2.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ebcdic > test\buildtest_ebcdic.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ebcdic.obj "test\buildtest_ebcdic.c" buildtest_ebcdic.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ebcdic.c" 2>&1 > test\buildtest_ebcdic.d IF EXIST test\buildtest_c_ebcdic.exe.manifest DEL /F /Q test\buildtest_c_ebcdic.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ebcdic.exe @C:\Users\build\AppData\Local\Temp\nm7210.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ebcdic.exe @C:\Users\build\AppData\Local\Temp\nm29E7.tmp IF EXIST test\buildtest_c_ebcdic.exe.manifest mt -nologo -manifest test\buildtest_c_ebcdic.exe.manifest -outputresource:test\buildtest_c_ebcdic.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ec > test\buildtest_ec.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ec.obj "test\buildtest_ec.c" buildtest_ec.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ec.c" 2>&1 > test\buildtest_ec.d IF EXIST test\buildtest_c_ec.exe.manifest DEL /F /Q test\buildtest_c_ec.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ec.exe @C:\Users\build\AppData\Local\Temp\nm7398.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ec.exe @C:\Users\build\AppData\Local\Temp\nm2B8E.tmp IF EXIST test\buildtest_c_ec.exe.manifest mt -nologo -manifest test\buildtest_c_ec.exe.manifest -outputresource:test\buildtest_c_ec.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ecdh > test\buildtest_ecdh.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ecdh.obj "test\buildtest_ecdh.c" buildtest_ecdh.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ecdh.c" 2>&1 > test\buildtest_ecdh.d IF EXIST test\buildtest_c_ecdh.exe.manifest DEL /F /Q test\buildtest_c_ecdh.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdh.exe @C:\Users\build\AppData\Local\Temp\nm754E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdh.exe @C:\Users\build\AppData\Local\Temp\nm2D83.tmp IF EXIST test\buildtest_c_ecdh.exe.manifest mt -nologo -manifest test\buildtest_c_ecdh.exe.manifest -outputresource:test\buildtest_c_ecdh.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ecdsa > test\buildtest_ecdsa.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ecdsa.obj "test\buildtest_ecdsa.c" buildtest_ecdsa.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ecdsa.c" 2>&1 > test\buildtest_ecdsa.d IF EXIST test\buildtest_c_ecdsa.exe.manifest DEL /F /Q test\buildtest_c_ecdsa.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdsa.exe @C:\Users\build\AppData\Local\Temp\nm76D6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdsa.exe @C:\Users\build\AppData\Local\Temp\nm2F49.tmp IF EXIST test\buildtest_c_ecdsa.exe.manifest mt -nologo -manifest test\buildtest_c_ecdsa.exe.manifest -outputresource:test\buildtest_c_ecdsa.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" engine > test\buildtest_engine.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_engine.obj "test\buildtest_engine.c" buildtest_engine.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_engine.c" 2>&1 > test\buildtest_engine.d IF EXIST test\buildtest_c_engine.exe.manifest DEL /F /Q test\buildtest_c_engine.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_engine.exe @C:\Users\build\AppData\Local\Temp\nm786D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_engine.exe @C:\Users\build\AppData\Local\Temp\nm310F.tmp IF EXIST test\buildtest_c_engine.exe.manifest mt -nologo -manifest test\buildtest_c_engine.exe.manifest -outputresource:test\buildtest_c_engine.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" evp > test\buildtest_evp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_evp.obj "test\buildtest_evp.c" buildtest_evp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_evp.c" 2>&1 > test\buildtest_evp.d IF EXIST test\buildtest_c_evp.exe.manifest DEL /F /Q test\buildtest_c_evp.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_evp.exe @C:\Users\build\AppData\Local\Temp\nm7A04.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_evp.exe @C:\Users\build\AppData\Local\Temp\nm32B6.tmp IF EXIST test\buildtest_c_evp.exe.manifest mt -nologo -manifest test\buildtest_c_evp.exe.manifest -outputresource:test\buildtest_c_evp.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" hmac > test\buildtest_hmac.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_hmac.obj "test\buildtest_hmac.c" buildtest_hmac.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_hmac.c" 2>&1 > test\buildtest_hmac.d IF EXIST test\buildtest_c_hmac.exe.manifest DEL /F /Q test\buildtest_c_hmac.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_hmac.exe @C:\Users\build\AppData\Local\Temp\nm7B8C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_hmac.exe @C:\Users\build\AppData\Local\Temp\nm348B.tmp IF EXIST test\buildtest_c_hmac.exe.manifest mt -nologo -manifest test\buildtest_c_hmac.exe.manifest -outputresource:test\buildtest_c_hmac.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" idea > test\buildtest_idea.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_idea.obj "test\buildtest_idea.c" buildtest_idea.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_idea.c" 2>&1 > test\buildtest_idea.d IF EXIST test\buildtest_c_idea.exe.manifest DEL /F /Q test\buildtest_c_idea.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_idea.exe @C:\Users\build\AppData\Local\Temp\nm7CE5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_idea.exe @C:\Users\build\AppData\Local\Temp\nm3632.tmp IF EXIST test\buildtest_c_idea.exe.manifest mt -nologo -manifest test\buildtest_c_idea.exe.manifest -outputresource:test\buildtest_c_idea.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" kdf > test\buildtest_kdf.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_kdf.obj "test\buildtest_kdf.c" buildtest_kdf.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_kdf.c" 2>&1 > test\buildtest_kdf.d IF EXIST test\buildtest_c_kdf.exe.manifest DEL /F /Q test\buildtest_c_kdf.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_kdf.exe @C:\Users\build\AppData\Local\Temp\nm7E3D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_kdf.exe @C:\Users\build\AppData\Local\Temp\nm37BA.tmp IF EXIST test\buildtest_c_kdf.exe.manifest mt -nologo -manifest test\buildtest_c_kdf.exe.manifest -outputresource:test\buildtest_c_kdf.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" lhash > test\buildtest_lhash.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_lhash.obj "test\buildtest_lhash.c" buildtest_lhash.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_lhash.c" 2>&1 > test\buildtest_lhash.d IF EXIST test\buildtest_c_lhash.exe.manifest DEL /F /Q test\buildtest_c_lhash.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_lhash.exe @C:\Users\build\AppData\Local\Temp\nm7FC5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_lhash.exe @C:\Users\build\AppData\Local\Temp\nm3970.tmp IF EXIST test\buildtest_c_lhash.exe.manifest mt -nologo -manifest test\buildtest_c_lhash.exe.manifest -outputresource:test\buildtest_c_lhash.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" md2 > test\buildtest_md2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_md2.obj "test\buildtest_md2.c" buildtest_md2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_md2.c" 2>&1 > test\buildtest_md2.d IF EXIST test\buildtest_c_md2.exe.manifest DEL /F /Q test\buildtest_c_md2.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md2.exe @C:\Users\build\AppData\Local\Temp\nm80EF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md2.exe @C:\Users\build\AppData\Local\Temp\nm3B08.tmp IF EXIST test\buildtest_c_md2.exe.manifest mt -nologo -manifest test\buildtest_c_md2.exe.manifest -outputresource:test\buildtest_c_md2.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" md4 > test\buildtest_md4.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_md4.obj "test\buildtest_md4.c" buildtest_md4.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_md4.c" 2>&1 > test\buildtest_md4.d IF EXIST test\buildtest_c_md4.exe.manifest DEL /F /Q test\buildtest_c_md4.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md4.exe @C:\Users\build\AppData\Local\Temp\nm8277.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md4.exe @C:\Users\build\AppData\Local\Temp\nm3C51.tmp IF EXIST test\buildtest_c_md4.exe.manifest mt -nologo -manifest test\buildtest_c_md4.exe.manifest -outputresource:test\buildtest_c_md4.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" md5 > test\buildtest_md5.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_md5.obj "test\buildtest_md5.c" buildtest_md5.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_md5.c" 2>&1 > test\buildtest_md5.d IF EXIST test\buildtest_c_md5.exe.manifest DEL /F /Q test\buildtest_c_md5.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md5.exe @C:\Users\build\AppData\Local\Temp\nm83EF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md5.exe @C:\Users\build\AppData\Local\Temp\nm3DD8.tmp IF EXIST test\buildtest_c_md5.exe.manifest mt -nologo -manifest test\buildtest_c_md5.exe.manifest -outputresource:test\buildtest_c_md5.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" modes > test\buildtest_modes.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_modes.obj "test\buildtest_modes.c" buildtest_modes.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_modes.c" 2>&1 > test\buildtest_modes.d IF EXIST test\buildtest_c_modes.exe.manifest DEL /F /Q test\buildtest_c_modes.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_modes.exe @C:\Users\build\AppData\Local\Temp\nm8518.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_modes.exe @C:\Users\build\AppData\Local\Temp\nm3F70.tmp IF EXIST test\buildtest_c_modes.exe.manifest mt -nologo -manifest test\buildtest_c_modes.exe.manifest -outputresource:test\buildtest_c_modes.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" obj_mac > test\buildtest_obj_mac.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_obj_mac.obj "test\buildtest_obj_mac.c" buildtest_obj_mac.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_obj_mac.c" 2>&1 > test\buildtest_obj_mac.d IF EXIST test\buildtest_c_obj_mac.exe.manifest DEL /F /Q test\buildtest_c_obj_mac.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_obj_mac.exe @C:\Users\build\AppData\Local\Temp\nm86A0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_obj_mac.exe @C:\Users\build\AppData\Local\Temp\nm4107.tmp IF EXIST test\buildtest_c_obj_mac.exe.manifest mt -nologo -manifest test\buildtest_c_obj_mac.exe.manifest -outputresource:test\buildtest_c_obj_mac.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" objects > test\buildtest_objects.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_objects.obj "test\buildtest_objects.c" buildtest_objects.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_objects.c" 2>&1 > test\buildtest_objects.d IF EXIST test\buildtest_c_objects.exe.manifest DEL /F /Q test\buildtest_c_objects.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_objects.exe @C:\Users\build\AppData\Local\Temp\nm8818.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_objects.exe @C:\Users\build\AppData\Local\Temp\nm42AE.tmp IF EXIST test\buildtest_c_objects.exe.manifest mt -nologo -manifest test\buildtest_c_objects.exe.manifest -outputresource:test\buildtest_c_objects.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ocsp > test\buildtest_ocsp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ocsp.obj "test\buildtest_ocsp.c" buildtest_ocsp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ocsp.c" 2>&1 > test\buildtest_ocsp.d IF EXIST test\buildtest_c_ocsp.exe.manifest DEL /F /Q test\buildtest_c_ocsp.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ocsp.exe @C:\Users\build\AppData\Local\Temp\nm89CF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ocsp.exe @C:\Users\build\AppData\Local\Temp\nm44C2.tmp IF EXIST test\buildtest_c_ocsp.exe.manifest mt -nologo -manifest test\buildtest_c_ocsp.exe.manifest -outputresource:test\buildtest_c_ocsp.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" opensslv > test\buildtest_opensslv.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_opensslv.obj "test\buildtest_opensslv.c" buildtest_opensslv.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_opensslv.c" 2>&1 > test\buildtest_opensslv.d IF EXIST test\buildtest_c_opensslv.exe.manifest DEL /F /Q test\buildtest_c_opensslv.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_opensslv.exe @C:\Users\build\AppData\Local\Temp\nm8B27.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_opensslv.exe @C:\Users\build\AppData\Local\Temp\nm462A.tmp IF EXIST test\buildtest_c_opensslv.exe.manifest mt -nologo -manifest test\buildtest_c_opensslv.exe.manifest -outputresource:test\buildtest_c_opensslv.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ossl_typ > test\buildtest_ossl_typ.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ossl_typ.obj "test\buildtest_ossl_typ.c" buildtest_ossl_typ.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ossl_typ.c" 2>&1 > test\buildtest_ossl_typ.d IF EXIST test\buildtest_c_ossl_typ.exe.manifest DEL /F /Q test\buildtest_c_ossl_typ.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ossl_typ.exe @C:\Users\build\AppData\Local\Temp\nm8C90.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ossl_typ.exe @C:\Users\build\AppData\Local\Temp\nm4783.tmp IF EXIST test\buildtest_c_ossl_typ.exe.manifest mt -nologo -manifest test\buildtest_c_ossl_typ.exe.manifest -outputresource:test\buildtest_c_ossl_typ.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" pem > test\buildtest_pem.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_pem.obj "test\buildtest_pem.c" buildtest_pem.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_pem.c" 2>&1 > test\buildtest_pem.d IF EXIST test\buildtest_c_pem.exe.manifest DEL /F /Q test\buildtest_c_pem.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem.exe @C:\Users\build\AppData\Local\Temp\nm8E08.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem.exe @C:\Users\build\AppData\Local\Temp\nm4949.tmp IF EXIST test\buildtest_c_pem.exe.manifest mt -nologo -manifest test\buildtest_c_pem.exe.manifest -outputresource:test\buildtest_c_pem.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" pem2 > test\buildtest_pem2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_pem2.obj "test\buildtest_pem2.c" buildtest_pem2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_pem2.c" 2>&1 > test\buildtest_pem2.d IF EXIST test\buildtest_c_pem2.exe.manifest DEL /F /Q test\buildtest_c_pem2.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem2.exe @C:\Users\build\AppData\Local\Temp\nm8F51.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem2.exe @C:\Users\build\AppData\Local\Temp\nm4AB2.tmp IF EXIST test\buildtest_c_pem2.exe.manifest mt -nologo -manifest test\buildtest_c_pem2.exe.manifest -outputresource:test\buildtest_c_pem2.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" pkcs12 > test\buildtest_pkcs12.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_pkcs12.obj "test\buildtest_pkcs12.c" buildtest_pkcs12.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_pkcs12.c" 2>&1 > test\buildtest_pkcs12.d IF EXIST test\buildtest_c_pkcs12.exe.manifest DEL /F /Q test\buildtest_c_pkcs12.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs12.exe @C:\Users\build\AppData\Local\Temp\nm9117.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs12.exe @C:\Users\build\AppData\Local\Temp\nm4CA7.tmp IF EXIST test\buildtest_c_pkcs12.exe.manifest mt -nologo -manifest test\buildtest_c_pkcs12.exe.manifest -outputresource:test\buildtest_c_pkcs12.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" pkcs7 > test\buildtest_pkcs7.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_pkcs7.obj "test\buildtest_pkcs7.c" buildtest_pkcs7.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_pkcs7.c" 2>&1 > test\buildtest_pkcs7.d IF EXIST test\buildtest_c_pkcs7.exe.manifest DEL /F /Q test\buildtest_c_pkcs7.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs7.exe @C:\Users\build\AppData\Local\Temp\nm928F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs7.exe @C:\Users\build\AppData\Local\Temp\nm4E7C.tmp IF EXIST test\buildtest_c_pkcs7.exe.manifest mt -nologo -manifest test\buildtest_c_pkcs7.exe.manifest -outputresource:test\buildtest_c_pkcs7.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" rand > test\buildtest_rand.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_rand.obj "test\buildtest_rand.c" buildtest_rand.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_rand.c" 2>&1 > test\buildtest_rand.d IF EXIST test\buildtest_c_rand.exe.manifest DEL /F /Q test\buildtest_c_rand.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand.exe @C:\Users\build\AppData\Local\Temp\nm9417.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand.exe @C:\Users\build\AppData\Local\Temp\nm5004.tmp IF EXIST test\buildtest_c_rand.exe.manifest mt -nologo -manifest test\buildtest_c_rand.exe.manifest -outputresource:test\buildtest_c_rand.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" rand_drbg > test\buildtest_rand_drbg.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_rand_drbg.obj "test\buildtest_rand_drbg.c" buildtest_rand_drbg.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_rand_drbg.c" 2>&1 > test\buildtest_rand_drbg.d IF EXIST test\buildtest_c_rand_drbg.exe.manifest DEL /F /Q test\buildtest_c_rand_drbg.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand_drbg.exe @C:\Users\build\AppData\Local\Temp\nm9550.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand_drbg.exe @C:\Users\build\AppData\Local\Temp\nm51CA.tmp IF EXIST test\buildtest_c_rand_drbg.exe.manifest mt -nologo -manifest test\buildtest_c_rand_drbg.exe.manifest -outputresource:test\buildtest_c_rand_drbg.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" rc2 > test\buildtest_rc2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_rc2.obj "test\buildtest_rc2.c" buildtest_rc2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_rc2.c" 2>&1 > test\buildtest_rc2.d IF EXIST test\buildtest_c_rc2.exe.manifest DEL /F /Q test\buildtest_c_rc2.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc2.exe @C:\Users\build\AppData\Local\Temp\nm96C8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc2.exe @C:\Users\build\AppData\Local\Temp\nm5352.tmp IF EXIST test\buildtest_c_rc2.exe.manifest mt -nologo -manifest test\buildtest_c_rc2.exe.manifest -outputresource:test\buildtest_c_rc2.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" rc4 > test\buildtest_rc4.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_rc4.obj "test\buildtest_rc4.c" buildtest_rc4.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_rc4.c" 2>&1 > test\buildtest_rc4.d IF EXIST test\buildtest_c_rc4.exe.manifest DEL /F /Q test\buildtest_c_rc4.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc4.exe @C:\Users\build\AppData\Local\Temp\nm986F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc4.exe @C:\Users\build\AppData\Local\Temp\nm54D9.tmp IF EXIST test\buildtest_c_rc4.exe.manifest mt -nologo -manifest test\buildtest_c_rc4.exe.manifest -outputresource:test\buildtest_c_rc4.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" rc5 > test\buildtest_rc5.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_rc5.obj "test\buildtest_rc5.c" buildtest_rc5.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_rc5.c" 2>&1 > test\buildtest_rc5.d IF EXIST test\buildtest_c_rc5.exe.manifest DEL /F /Q test\buildtest_c_rc5.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc5.exe @C:\Users\build\AppData\Local\Temp\nm9A06.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc5.exe @C:\Users\build\AppData\Local\Temp\nm56A0.tmp IF EXIST test\buildtest_c_rc5.exe.manifest mt -nologo -manifest test\buildtest_c_rc5.exe.manifest -outputresource:test\buildtest_c_rc5.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ripemd > test\buildtest_ripemd.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ripemd.obj "test\buildtest_ripemd.c" buildtest_ripemd.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ripemd.c" 2>&1 > test\buildtest_ripemd.d IF EXIST test\buildtest_c_ripemd.exe.manifest DEL /F /Q test\buildtest_c_ripemd.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ripemd.exe @C:\Users\build\AppData\Local\Temp\nm9B7E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ripemd.exe @C:\Users\build\AppData\Local\Temp\nm5856.tmp IF EXIST test\buildtest_c_ripemd.exe.manifest mt -nologo -manifest test\buildtest_c_ripemd.exe.manifest -outputresource:test\buildtest_c_ripemd.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" rsa > test\buildtest_rsa.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_rsa.obj "test\buildtest_rsa.c" buildtest_rsa.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_rsa.c" 2>&1 > test\buildtest_rsa.d IF EXIST test\buildtest_c_rsa.exe.manifest DEL /F /Q test\buildtest_c_rsa.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rsa.exe @C:\Users\build\AppData\Local\Temp\nm9D06.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rsa.exe @C:\Users\build\AppData\Local\Temp\nm59FD.tmp IF EXIST test\buildtest_c_rsa.exe.manifest mt -nologo -manifest test\buildtest_c_rsa.exe.manifest -outputresource:test\buildtest_c_rsa.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" safestack > test\buildtest_safestack.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_safestack.obj "test\buildtest_safestack.c" buildtest_safestack.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_safestack.c" 2>&1 > test\buildtest_safestack.d IF EXIST test\buildtest_c_safestack.exe.manifest DEL /F /Q test\buildtest_c_safestack.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_safestack.exe @C:\Users\build\AppData\Local\Temp\nm9E7E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_safestack.exe @C:\Users\build\AppData\Local\Temp\nm5B85.tmp IF EXIST test\buildtest_c_safestack.exe.manifest mt -nologo -manifest test\buildtest_c_safestack.exe.manifest -outputresource:test\buildtest_c_safestack.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" seed > test\buildtest_seed.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_seed.obj "test\buildtest_seed.c" buildtest_seed.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_seed.c" 2>&1 > test\buildtest_seed.d IF EXIST test\buildtest_c_seed.exe.manifest DEL /F /Q test\buildtest_c_seed.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_seed.exe @C:\Users\build\AppData\Local\Temp\nmA025.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_seed.exe @C:\Users\build\AppData\Local\Temp\nm5CDD.tmp IF EXIST test\buildtest_c_seed.exe.manifest mt -nologo -manifest test\buildtest_c_seed.exe.manifest -outputresource:test\buildtest_c_seed.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" sha > test\buildtest_sha.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_sha.obj "test\buildtest_sha.c" buildtest_sha.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_sha.c" 2>&1 > test\buildtest_sha.d IF EXIST test\buildtest_c_sha.exe.manifest DEL /F /Q test\buildtest_c_sha.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_sha.exe @C:\Users\build\AppData\Local\Temp\nmA19D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_sha.exe @C:\Users\build\AppData\Local\Temp\nm5EA3.tmp IF EXIST test\buildtest_c_sha.exe.manifest mt -nologo -manifest test\buildtest_c_sha.exe.manifest -outputresource:test\buildtest_c_sha.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" srp > test\buildtest_srp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_srp.obj "test\buildtest_srp.c" buildtest_srp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_srp.c" 2>&1 > test\buildtest_srp.d IF EXIST test\buildtest_c_srp.exe.manifest DEL /F /Q test\buildtest_c_srp.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srp.exe @C:\Users\build\AppData\Local\Temp\nmA2F5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srp.exe @C:\Users\build\AppData\Local\Temp\nm6098.tmp IF EXIST test\buildtest_c_srp.exe.manifest mt -nologo -manifest test\buildtest_c_srp.exe.manifest -outputresource:test\buildtest_c_srp.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" srtp > test\buildtest_srtp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_srtp.obj "test\buildtest_srtp.c" buildtest_srtp.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_srtp.c" 2>&1 > test\buildtest_srtp.d IF EXIST test\buildtest_c_srtp.exe.manifest DEL /F /Q test\buildtest_c_srtp.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srtp.exe @C:\Users\build\AppData\Local\Temp\nmA4CB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srtp.exe @C:\Users\build\AppData\Local\Temp\nm628D.tmp IF EXIST test\buildtest_c_srtp.exe.manifest mt -nologo -manifest test\buildtest_c_srtp.exe.manifest -outputresource:test\buildtest_c_srtp.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ssl > test\buildtest_ssl.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ssl.obj "test\buildtest_ssl.c" buildtest_ssl.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ssl.c" 2>&1 > test\buildtest_ssl.d IF EXIST test\buildtest_c_ssl.exe.manifest DEL /F /Q test\buildtest_c_ssl.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl.exe @C:\Users\build\AppData\Local\Temp\nmA682.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl.exe @C:\Users\build\AppData\Local\Temp\nm6492.tmp IF EXIST test\buildtest_c_ssl.exe.manifest mt -nologo -manifest test\buildtest_c_ssl.exe.manifest -outputresource:test\buildtest_c_ssl.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ssl2 > test\buildtest_ssl2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ssl2.obj "test\buildtest_ssl2.c" buildtest_ssl2.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ssl2.c" 2>&1 > test\buildtest_ssl2.d IF EXIST test\buildtest_c_ssl2.exe.manifest DEL /F /Q test\buildtest_c_ssl2.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl2.exe @C:\Users\build\AppData\Local\Temp\nmA819.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl2.exe @C:\Users\build\AppData\Local\Temp\nm661A.tmp IF EXIST test\buildtest_c_ssl2.exe.manifest mt -nologo -manifest test\buildtest_c_ssl2.exe.manifest -outputresource:test\buildtest_c_ssl2.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ssl3 > test\buildtest_ssl3.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ssl3.obj "test\buildtest_ssl3.c" buildtest_ssl3.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ssl3.c" 2>&1 > test\buildtest_ssl3.d IF EXIST test\buildtest_c_ssl3.exe.manifest DEL /F /Q test\buildtest_c_ssl3.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl3.exe @C:\Users\build\AppData\Local\Temp\nmA9CF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl3.exe @C:\Users\build\AppData\Local\Temp\nm67FF.tmp IF EXIST test\buildtest_c_ssl3.exe.manifest mt -nologo -manifest test\buildtest_c_ssl3.exe.manifest -outputresource:test\buildtest_c_ssl3.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" stack > test\buildtest_stack.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_stack.obj "test\buildtest_stack.c" buildtest_stack.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_stack.c" 2>&1 > test\buildtest_stack.d IF EXIST test\buildtest_c_stack.exe.manifest DEL /F /Q test\buildtest_c_stack.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_stack.exe @C:\Users\build\AppData\Local\Temp\nmAB47.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_stack.exe @C:\Users\build\AppData\Local\Temp\nm6996.tmp IF EXIST test\buildtest_c_stack.exe.manifest mt -nologo -manifest test\buildtest_c_stack.exe.manifest -outputresource:test\buildtest_c_stack.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" store > test\buildtest_store.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_store.obj "test\buildtest_store.c" buildtest_store.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_store.c" 2>&1 > test\buildtest_store.d IF EXIST test\buildtest_c_store.exe.manifest DEL /F /Q test\buildtest_c_store.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_store.exe @C:\Users\build\AppData\Local\Temp\nmAD1D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_store.exe @C:\Users\build\AppData\Local\Temp\nm6B4D.tmp IF EXIST test\buildtest_c_store.exe.manifest mt -nologo -manifest test\buildtest_c_store.exe.manifest -outputresource:test\buildtest_c_store.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" symhacks > test\buildtest_symhacks.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_symhacks.obj "test\buildtest_symhacks.c" buildtest_symhacks.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_symhacks.c" 2>&1 > test\buildtest_symhacks.d IF EXIST test\buildtest_c_symhacks.exe.manifest DEL /F /Q test\buildtest_c_symhacks.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_symhacks.exe @C:\Users\build\AppData\Local\Temp\nmAE86.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_symhacks.exe @C:\Users\build\AppData\Local\Temp\nm6CF4.tmp IF EXIST test\buildtest_c_symhacks.exe.manifest mt -nologo -manifest test\buildtest_c_symhacks.exe.manifest -outputresource:test\buildtest_c_symhacks.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" tls1 > test\buildtest_tls1.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_tls1.obj "test\buildtest_tls1.c" buildtest_tls1.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_tls1.c" 2>&1 > test\buildtest_tls1.d IF EXIST test\buildtest_c_tls1.exe.manifest DEL /F /Q test\buildtest_c_tls1.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_tls1.exe @C:\Users\build\AppData\Local\Temp\nmB03C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_tls1.exe @C:\Users\build\AppData\Local\Temp\nm6EC9.tmp IF EXIST test\buildtest_c_tls1.exe.manifest mt -nologo -manifest test\buildtest_c_tls1.exe.manifest -outputresource:test\buildtest_c_tls1.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ts > test\buildtest_ts.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ts.obj "test\buildtest_ts.c" buildtest_ts.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ts.c" 2>&1 > test\buildtest_ts.d IF EXIST test\buildtest_c_ts.exe.manifest DEL /F /Q test\buildtest_c_ts.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ts.exe @C:\Users\build\AppData\Local\Temp\nmB1F3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ts.exe @C:\Users\build\AppData\Local\Temp\nm70CE.tmp IF EXIST test\buildtest_c_ts.exe.manifest mt -nologo -manifest test\buildtest_c_ts.exe.manifest -outputresource:test\buildtest_c_ts.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" txt_db > test\buildtest_txt_db.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_txt_db.obj "test\buildtest_txt_db.c" buildtest_txt_db.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_txt_db.c" 2>&1 > test\buildtest_txt_db.d IF EXIST test\buildtest_c_txt_db.exe.manifest DEL /F /Q test\buildtest_c_txt_db.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_txt_db.exe @C:\Users\build\AppData\Local\Temp\nmB32C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_txt_db.exe @C:\Users\build\AppData\Local\Temp\nm7236.tmp IF EXIST test\buildtest_c_txt_db.exe.manifest mt -nologo -manifest test\buildtest_c_txt_db.exe.manifest -outputresource:test\buildtest_c_txt_db.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" ui > test\buildtest_ui.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_ui.obj "test\buildtest_ui.c" buildtest_ui.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_ui.c" 2>&1 > test\buildtest_ui.d IF EXIST test\buildtest_c_ui.exe.manifest DEL /F /Q test\buildtest_c_ui.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ui.exe @C:\Users\build\AppData\Local\Temp\nmB4D3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ui.exe @C:\Users\build\AppData\Local\Temp\nm740C.tmp IF EXIST test\buildtest_c_ui.exe.manifest mt -nologo -manifest test\buildtest_c_ui.exe.manifest -outputresource:test\buildtest_c_ui.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" whrlpool > test\buildtest_whrlpool.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_whrlpool.obj "test\buildtest_whrlpool.c" buildtest_whrlpool.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_whrlpool.c" 2>&1 > test\buildtest_whrlpool.d IF EXIST test\buildtest_c_whrlpool.exe.manifest DEL /F /Q test\buildtest_c_whrlpool.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_whrlpool.exe @C:\Users\build\AppData\Local\Temp\nmB65B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_whrlpool.exe @C:\Users\build\AppData\Local\Temp\nm75B3.tmp IF EXIST test\buildtest_c_whrlpool.exe.manifest mt -nologo -manifest test\buildtest_c_whrlpool.exe.manifest -outputresource:test\buildtest_c_whrlpool.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" x509 > test\buildtest_x509.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_x509.obj "test\buildtest_x509.c" buildtest_x509.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_x509.c" 2>&1 > test\buildtest_x509.d IF EXIST test\buildtest_c_x509.exe.manifest DEL /F /Q test\buildtest_c_x509.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509.exe @C:\Users\build\AppData\Local\Temp\nmB801.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509.exe @C:\Users\build\AppData\Local\Temp\nm7779.tmp IF EXIST test\buildtest_c_x509.exe.manifest mt -nologo -manifest test\buildtest_c_x509.exe.manifest -outputresource:test\buildtest_c_x509.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" x509_vfy > test\buildtest_x509_vfy.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_x509_vfy.obj "test\buildtest_x509_vfy.c" buildtest_x509_vfy.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_x509_vfy.c" 2>&1 > test\buildtest_x509_vfy.d IF EXIST test\buildtest_c_x509_vfy.exe.manifest DEL /F /Q test\buildtest_c_x509_vfy.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509_vfy.exe @C:\Users\build\AppData\Local\Temp\nmB979.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509_vfy.exe @C:\Users\build\AppData\Local\Temp\nm7930.tmp IF EXIST test\buildtest_c_x509_vfy.exe.manifest mt -nologo -manifest test\buildtest_c_x509_vfy.exe.manifest -outputresource:test\buildtest_c_x509_vfy.exe "C:\Perl64\bin\perl.exe" "..\test\generate_buildtest.pl" x509v3 > test\buildtest_x509v3.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\buildtest_x509v3.obj "test\buildtest_x509v3.c" buildtest_x509v3.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "test\buildtest_x509v3.c" 2>&1 > test\buildtest_x509v3.d IF EXIST test\buildtest_c_x509v3.exe.manifest DEL /F /Q test\buildtest_c_x509v3.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509v3.exe @C:\Users\build\AppData\Local\Temp\nmBB20.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509v3.exe @C:\Users\build\AppData\Local\Temp\nm7B25.tmp IF EXIST test\buildtest_c_x509v3.exe.manifest mt -nologo -manifest test\buildtest_c_x509v3.exe.manifest -outputresource:test\buildtest_c_x509v3.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\casttest.obj "..\test\casttest.c" casttest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\casttest.c" 2>&1 > test\casttest.d IF EXIST test\casttest.exe.manifest DEL /F /Q test\casttest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\casttest.exe @C:\Users\build\AppData\Local\Temp\nmBC98.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\casttest.exe @C:\Users\build\AppData\Local\Temp\nm7CAC.tmp IF EXIST test\casttest.exe.manifest mt -nologo -manifest test\casttest.exe.manifest -outputresource:test\casttest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\chacha_internal_test.obj "..\test\chacha_internal_test.c" chacha_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\chacha_internal_test.c" 2>&1 > test\chacha_internal_test.d IF EXIST test\chacha_internal_test.exe.manifest DEL /F /Q test\chacha_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\chacha_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmBE01.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\chacha_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm7E34.tmp IF EXIST test\chacha_internal_test.exe.manifest mt -nologo -manifest test\chacha_internal_test.exe.manifest -outputresource:test\chacha_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\cipherbytes_test.obj "..\test\cipherbytes_test.c" cipherbytes_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\cipherbytes_test.c" 2>&1 > test\cipherbytes_test.d IF EXIST test\cipherbytes_test.exe.manifest DEL /F /Q test\cipherbytes_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherbytes_test.exe @C:\Users\build\AppData\Local\Temp\nmC073.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherbytes_test.exe @C:\Users\build\AppData\Local\Temp\nm80E4.tmp IF EXIST test\cipherbytes_test.exe.manifest mt -nologo -manifest test\cipherbytes_test.exe.manifest -outputresource:test\cipherbytes_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\cipherlist_test.obj "..\test\cipherlist_test.c" cipherlist_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\cipherlist_test.c" 2>&1 > test\cipherlist_test.d IF EXIST test\cipherlist_test.exe.manifest DEL /F /Q test\cipherlist_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherlist_test.exe @C:\Users\build\AppData\Local\Temp\nmC239.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherlist_test.exe @C:\Users\build\AppData\Local\Temp\nm82BA.tmp IF EXIST test\cipherlist_test.exe.manifest mt -nologo -manifest test\cipherlist_test.exe.manifest -outputresource:test\cipherlist_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ciphername_test.obj "..\test\ciphername_test.c" ciphername_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ciphername_test.c" 2>&1 > test\ciphername_test.d IF EXIST test\ciphername_test.exe.manifest DEL /F /Q test\ciphername_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ciphername_test.exe @C:\Users\build\AppData\Local\Temp\nmC3EF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ciphername_test.exe @C:\Users\build\AppData\Local\Temp\nm84AF.tmp IF EXIST test\ciphername_test.exe.manifest mt -nologo -manifest test\ciphername_test.exe.manifest -outputresource:test\ciphername_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\clienthellotest.obj "..\test\clienthellotest.c" clienthellotest.c ..\test\clienthellotest.c(174): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\clienthellotest.c" 2>&1 > test\clienthellotest.d IF EXIST test\clienthellotest.exe.manifest DEL /F /Q test\clienthellotest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\clienthellotest.exe @C:\Users\build\AppData\Local\Temp\nmC596.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\clienthellotest.exe @C:\Users\build\AppData\Local\Temp\nm8685.tmp IF EXIST test\clienthellotest.exe.manifest mt -nologo -manifest test\clienthellotest.exe.manifest -outputresource:test\clienthellotest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\cmsapitest.obj "..\test\cmsapitest.c" cmsapitest.c @@ -3635,13 +3637,13 @@ cmsapitest.c ..\test\cmsapitest.c(38): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\cmsapitest.c" 2>&1 > test\cmsapitest.d IF EXIST test\cmsapitest.exe.manifest DEL /F /Q test\cmsapitest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmsapitest.exe @C:\Users\build\AppData\Local\Temp\nmC75C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmsapitest.exe @C:\Users\build\AppData\Local\Temp\nm886A.tmp IF EXIST test\cmsapitest.exe.manifest mt -nologo -manifest test\cmsapitest.exe.manifest -outputresource:test\cmsapitest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\conf_include_test.obj "..\test\conf_include_test.c" conf_include_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\conf_include_test.c" 2>&1 > test\conf_include_test.d IF EXIST test\conf_include_test.exe.manifest DEL /F /Q test\conf_include_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\conf_include_test.exe @C:\Users\build\AppData\Local\Temp\nmC8A5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\conf_include_test.exe @C:\Users\build\AppData\Local\Temp\nm89F2.tmp IF EXIST test\conf_include_test.exe.manifest mt -nologo -manifest test\conf_include_test.exe.manifest -outputresource:test\conf_include_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\constant_time_test.obj "..\test\constant_time_test.c" constant_time_test.c @@ -3652,38 +3654,38 @@ constant_time_test.c ..\test\constant_time_test.c(232): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\constant_time_test.c" 2>&1 > test\constant_time_test.d IF EXIST test\constant_time_test.exe.manifest DEL /F /Q test\constant_time_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\constant_time_test.exe @C:\Users\build\AppData\Local\Temp\nmCA0E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\constant_time_test.exe @C:\Users\build\AppData\Local\Temp\nm8BA8.tmp IF EXIST test\constant_time_test.exe.manifest mt -nologo -manifest test\constant_time_test.exe.manifest -outputresource:test\constant_time_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\crltest.obj "..\test\crltest.c" crltest.c ..\test\crltest.c(195): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\crltest.c" 2>&1 > test\crltest.d IF EXIST test\crltest.exe.manifest DEL /F /Q test\crltest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\crltest.exe @C:\Users\build\AppData\Local\Temp\nmCBA5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\crltest.exe @C:\Users\build\AppData\Local\Temp\nm8D5F.tmp IF EXIST test\crltest.exe.manifest mt -nologo -manifest test\crltest.exe.manifest -outputresource:test\crltest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ct_test.obj "..\test\ct_test.c" ct_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ct_test.c" 2>&1 > test\ct_test.d IF EXIST test\ct_test.exe.manifest DEL /F /Q test\ct_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ct_test.exe @C:\Users\build\AppData\Local\Temp\nmCD7B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ct_test.exe @C:\Users\build\AppData\Local\Temp\nm8F54.tmp IF EXIST test\ct_test.exe.manifest mt -nologo -manifest test\ct_test.exe.manifest -outputresource:test\ct_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ctype_internal_test.obj "..\test\ctype_internal_test.c" ctype_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "crypto\include" /I "include" /I ".." /I "..\crypto\include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ctype_internal_test.c" 2>&1 > test\ctype_internal_test.d IF EXIST test\ctype_internal_test.exe.manifest DEL /F /Q test\ctype_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ctype_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmCF02.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ctype_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm90BC.tmp IF EXIST test\ctype_internal_test.exe.manifest mt -nologo -manifest test\ctype_internal_test.exe.manifest -outputresource:test\ctype_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\ec\curve448" /I ".." /I "..\include" /I "..\crypto\ec\curve448" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\curve448_internal_test.obj "..\test\curve448_internal_test.c" curve448_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\ec\curve448" /I ".." /I "..\include" /I "..\crypto\ec\curve448" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\curve448_internal_test.c" 2>&1 > test\curve448_internal_test.d IF EXIST test\curve448_internal_test.exe.manifest DEL /F /Q test\curve448_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\curve448_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmD117.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\curve448_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm930F.tmp IF EXIST test\curve448_internal_test.exe.manifest mt -nologo -manifest test\curve448_internal_test.exe.manifest -outputresource:test\curve448_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\d2i_test.obj "..\test\d2i_test.c" d2i_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\d2i_test.c" 2>&1 > test\d2i_test.d IF EXIST test\d2i_test.exe.manifest DEL /F /Q test\d2i_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\d2i_test.exe @C:\Users\build\AppData\Local\Temp\nmD35A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\d2i_test.exe @C:\Users\build\AppData\Local\Temp\nm9581.tmp IF EXIST test\d2i_test.exe.manifest mt -nologo -manifest test\d2i_test.exe.manifest -outputresource:test\d2i_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\danetest.obj "..\test\danetest.c" danetest.c @@ -3691,7 +3693,7 @@ danetest.c ..\test\danetest.c(161): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\danetest.c" 2>&1 > test\danetest.d IF EXIST test\danetest.exe.manifest DEL /F /Q test\danetest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\danetest.exe @C:\Users\build\AppData\Local\Temp\nmD520.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\danetest.exe @C:\Users\build\AppData\Local\Temp\nm9738.tmp IF EXIST test\danetest.exe.manifest mt -nologo -manifest test\danetest.exe.manifest -outputresource:test\danetest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\destest.obj "..\test\destest.c" destest.c @@ -3707,20 +3709,20 @@ destest.c ..\test\destest.c(668): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\destest.c" 2>&1 > test\destest.d IF EXIST test\destest.exe.manifest DEL /F /Q test\destest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\destest.exe @C:\Users\build\AppData\Local\Temp\nmD698.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\destest.exe @C:\Users\build\AppData\Local\Temp\nm98EE.tmp IF EXIST test\destest.exe.manifest mt -nologo -manifest test\destest.exe.manifest -outputresource:test\destest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\dhtest.obj "..\test\dhtest.c" dhtest.c -..\test\dhtest.c(112): warning C4244: 'function': conversion from 'unsigned __int64' to 'const unsigned int', possible loss of data -..\test\dhtest.c(520): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\dhtest.c(521): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\dhtest.c(525): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\dhtest.c(526): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\dhtest.c(531): warning C4267: 'function': conversion from 'size_t' to 'const unsigned int', possible loss of data -..\test\dhtest.c(532): warning C4267: 'function': conversion from 'size_t' to 'const unsigned int', possible loss of data +..\test\dhtest.c(124): warning C4244: 'function': conversion from 'unsigned __int64' to 'const unsigned int', possible loss of data +..\test\dhtest.c(533): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\dhtest.c(534): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\dhtest.c(538): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\dhtest.c(539): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\dhtest.c(544): warning C4267: 'function': conversion from 'size_t' to 'const unsigned int', possible loss of data +..\test\dhtest.c(545): warning C4267: 'function': conversion from 'size_t' to 'const unsigned int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\dhtest.c" 2>&1 > test\dhtest.d IF EXIST test\dhtest.exe.manifest DEL /F /Q test\dhtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dhtest.exe @C:\Users\build\AppData\Local\Temp\nmD810.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dhtest.exe @C:\Users\build\AppData\Local\Temp\nm9AA5.tmp IF EXIST test\dhtest.exe.manifest mt -nologo -manifest test\dhtest.exe.manifest -outputresource:test\dhtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "test" /I "." /I "..\include" /I "..\test" /I ".." -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\drbg_cavs_data.obj "..\test\drbg_cavs_data.c" drbg_cavs_data.c @@ -3730,15 +3732,15 @@ drbg_cavs_test.c ..\test\drbg_cavs_test.c(276): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "test" /I "." /I "..\include" /I "..\test" /I ".." -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\drbg_cavs_test.c" 2>&1 > test\drbg_cavs_test.d IF EXIST test\drbg_cavs_test.exe.manifest DEL /F /Q test\drbg_cavs_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbg_cavs_test.exe @C:\Users\build\AppData\Local\Temp\nmDEF7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbg_cavs_test.exe @C:\Users\build\AppData\Local\Temp\nmA1D9.tmp IF EXIST test\drbg_cavs_test.exe.manifest mt -nologo -manifest test\drbg_cavs_test.exe.manifest -outputresource:test\drbg_cavs_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\drbgtest.obj "..\test\drbgtest.c" drbgtest.c -..\test\drbgtest.c(933): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\drbgtest.c(963): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\drbgtest.c(978): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\drbgtest.c(1008): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\drbgtest.c" 2>&1 > test\drbgtest.d IF EXIST test\drbgtest.exe.manifest DEL /F /Q test\drbgtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbgtest.exe @C:\Users\build\AppData\Local\Temp\nmE10B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbgtest.exe @C:\Users\build\AppData\Local\Temp\nmA43C.tmp IF EXIST test\drbgtest.exe.manifest mt -nologo -manifest test\drbgtest.exe.manifest -outputresource:test\drbgtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\dsa_no_digest_size_test.obj "..\test\dsa_no_digest_size_test.c" dsa_no_digest_size_test.c @@ -3746,39 +3748,39 @@ dsa_no_digest_size_test.c ..\test\dsa_no_digest_size_test.c(192): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\dsa_no_digest_size_test.c" 2>&1 > test\dsa_no_digest_size_test.d IF EXIST test\dsa_no_digest_size_test.exe.manifest DEL /F /Q test\dsa_no_digest_size_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsa_no_digest_size_test.exe @C:\Users\build\AppData\Local\Temp\nmE30F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsa_no_digest_size_test.exe @C:\Users\build\AppData\Local\Temp\nmA68E.tmp IF EXIST test\dsa_no_digest_size_test.exe.manifest mt -nologo -manifest test\dsa_no_digest_size_test.exe.manifest -outputresource:test\dsa_no_digest_size_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\dsatest.obj "..\test\dsatest.c" dsatest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\dsatest.c" 2>&1 > test\dsatest.d IF EXIST test\dsatest.exe.manifest DEL /F /Q test\dsatest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsatest.exe @C:\Users\build\AppData\Local\Temp\nmE468.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsatest.exe @C:\Users\build\AppData\Local\Temp\nmA835.tmp IF EXIST test\dsatest.exe.manifest mt -nologo -manifest test\dsatest.exe.manifest -outputresource:test\dsatest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\dtls_mtu_test.obj "..\test\dtls_mtu_test.c" dtls_mtu_test.c ..\test\dtls_mtu_test.c(103): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\dtls_mtu_test.c" 2>&1 > test\dtls_mtu_test.d IF EXIST test\dtls_mtu_test.exe.manifest DEL /F /Q test\dtls_mtu_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtls_mtu_test.exe @C:\Users\build\AppData\Local\Temp\nmE6CB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtls_mtu_test.exe @C:\Users\build\AppData\Local\Temp\nmAB63.tmp IF EXIST test\dtls_mtu_test.exe.manifest mt -nologo -manifest test\dtls_mtu_test.exe.manifest -outputresource:test\dtls_mtu_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\dtlstest.obj "..\test\dtlstest.c" dtlstest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\dtlstest.c" 2>&1 > test\dtlstest.d IF EXIST test\dtlstest.exe.manifest DEL /F /Q test\dtlstest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlstest.exe @C:\Users\build\AppData\Local\Temp\nmE8CF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlstest.exe @C:\Users\build\AppData\Local\Temp\nmAD77.tmp IF EXIST test\dtlstest.exe.manifest mt -nologo -manifest test\dtlstest.exe.manifest -outputresource:test\dtlstest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\dtlsv1listentest.obj "..\test\dtlsv1listentest.c" dtlsv1listentest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\dtlsv1listentest.c" 2>&1 > test\dtlsv1listentest.d IF EXIST test\dtlsv1listentest.exe.manifest DEL /F /Q test\dtlsv1listentest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlsv1listentest.exe @C:\Users\build\AppData\Local\Temp\nmEA86.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlsv1listentest.exe @C:\Users\build\AppData\Local\Temp\nmAF7C.tmp IF EXIST test\dtlsv1listentest.exe.manifest mt -nologo -manifest test\dtlsv1listentest.exe.manifest -outputresource:test\dtlsv1listentest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "crypto\ec" /I "crypto\include" /I "..\include" /I "..\crypto\ec" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ec_internal_test.obj "..\test\ec_internal_test.c" ec_internal_test.c ..\test\ec_internal_test.c(198): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "crypto\ec" /I "crypto\include" /I "..\include" /I "..\crypto\ec" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ec_internal_test.c" 2>&1 > test\ec_internal_test.d IF EXIST test\ec_internal_test.exe.manifest DEL /F /Q test\ec_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ec_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmEC1D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ec_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmB123.tmp IF EXIST test\ec_internal_test.exe.manifest mt -nologo -manifest test\ec_internal_test.exe.manifest -outputresource:test\ec_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ecdsatest.obj "..\test\ecdsatest.c" ecdsatest.c @@ -3787,34 +3789,38 @@ ecdsatest.c ..\test\ecdsatest.c(328): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ecdsatest.c" 2>&1 > test\ecdsatest.d IF EXIST test\ecdsatest.exe.manifest DEL /F /Q test\ecdsatest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecdsatest.exe @C:\Users\build\AppData\Local\Temp\nmEEAE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecdsatest.exe @C:\Users\build\AppData\Local\Temp\nmB3D3.tmp IF EXIST test\ecdsatest.exe.manifest mt -nologo -manifest test\ecdsatest.exe.manifest -outputresource:test\ecdsatest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ecstresstest.obj "..\test\ecstresstest.c" ecstresstest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ecstresstest.c" 2>&1 > test\ecstresstest.d IF EXIST test\ecstresstest.exe.manifest DEL /F /Q test\ecstresstest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecstresstest.exe @C:\Users\build\AppData\Local\Temp\nmF055.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecstresstest.exe @C:\Users\build\AppData\Local\Temp\nmB599.tmp IF EXIST test\ecstresstest.exe.manifest mt -nologo -manifest test\ecstresstest.exe.manifest -outputresource:test\ecstresstest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ectest.obj "..\test\ectest.c" ectest.c ..\test\ectest.c(631): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\test\ectest.c(1584): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\ectest.c(1585): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\ectest.c(1684): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data +..\test\ectest.c(1701): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data +..\test\ectest.c(2014): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\ectest.c(2024): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\ectest.c(2025): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\ectest.c(2027): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ectest.c" 2>&1 > test\ectest.d IF EXIST test\ectest.exe.manifest DEL /F /Q test\ectest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ectest.exe @C:\Users\build\AppData\Local\Temp\nmF22B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ectest.exe @C:\Users\build\AppData\Local\Temp\nmB7EC.tmp IF EXIST test\ectest.exe.manifest mt -nologo -manifest test\ectest.exe.manifest -outputresource:test\ectest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\enginetest.obj "..\test\enginetest.c" enginetest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\enginetest.c" 2>&1 > test\enginetest.d IF EXIST test\enginetest.exe.manifest DEL /F /Q test\enginetest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\enginetest.exe @C:\Users\build\AppData\Local\Temp\nmF420.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\enginetest.exe @C:\Users\build\AppData\Local\Temp\nmB9F1.tmp IF EXIST test\enginetest.exe.manifest mt -nologo -manifest test\enginetest.exe.manifest -outputresource:test\enginetest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\errtest.obj "..\test\errtest.c" errtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\errtest.c" 2>&1 > test\errtest.d IF EXIST test\errtest.exe.manifest DEL /F /Q test\errtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\errtest.exe @C:\Users\build\AppData\Local\Temp\nmF653.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\errtest.exe @C:\Users\build\AppData\Local\Temp\nmBD5D.tmp IF EXIST test\errtest.exe.manifest mt -nologo -manifest test\errtest.exe.manifest -outputresource:test\errtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "crypto\include" /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\evp_extra_test.obj "..\test\evp_extra_test.c" evp_extra_test.c @@ -3828,71 +3834,71 @@ evp_extra_test.c ..\test\evp_extra_test.c(1058): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "crypto\include" /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\evp_extra_test.c" 2>&1 > test\evp_extra_test.d IF EXIST test\evp_extra_test.exe.manifest DEL /F /Q test\evp_extra_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_extra_test.exe @C:\Users\build\AppData\Local\Temp\nmF7FA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_extra_test.exe @C:\Users\build\AppData\Local\Temp\nmBEF4.tmp IF EXIST test\evp_extra_test.exe.manifest mt -nologo -manifest test\evp_extra_test.exe.manifest -outputresource:test\evp_extra_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\evp_test.obj "..\test\evp_test.c" evp_test.c -..\test\evp_test.c(406): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data -..\test\evp_test.c(417): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data -..\test\evp_test.c(608): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(632): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(637): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(647): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(656): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(670): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(683): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(694): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(707): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(735): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(1495): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(1496): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(1498): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(1513): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(1514): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(1515): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(1629): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(1649): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_test.c(2704): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(428): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data +..\test\evp_test.c(439): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data +..\test\evp_test.c(630): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(654): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(659): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(669): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(678): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(692): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(705): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(716): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(729): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(757): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(1517): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(1518): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(1520): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(1535): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(1536): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(1537): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(1651): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(1671): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_test.c(2726): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\evp_test.c" 2>&1 > test\evp_test.d IF EXIST test\evp_test.exe.manifest DEL /F /Q test\evp_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_test.exe @C:\Users\build\AppData\Local\Temp\nmF9B1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_test.exe @C:\Users\build\AppData\Local\Temp\nmC0F8.tmp IF EXIST test\evp_test.exe.manifest mt -nologo -manifest test\evp_test.exe.manifest -outputresource:test\evp_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\exdatatest.obj "..\test\exdatatest.c" exdatatest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\exdatatest.c" 2>&1 > test\exdatatest.d IF EXIST test\exdatatest.exe.manifest DEL /F /Q test\exdatatest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exdatatest.exe @C:\Users\build\AppData\Local\Temp\nmFB29.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exdatatest.exe @C:\Users\build\AppData\Local\Temp\nmC242.tmp IF EXIST test\exdatatest.exe.manifest mt -nologo -manifest test\exdatatest.exe.manifest -outputresource:test\exdatatest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\exptest.obj "..\test\exptest.c" exptest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\exptest.c" 2>&1 > test\exptest.d IF EXIST test\exptest.exe.manifest DEL /F /Q test\exptest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exptest.exe @C:\Users\build\AppData\Local\Temp\nmFC81.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exptest.exe @C:\Users\build\AppData\Local\Temp\nmC3C9.tmp IF EXIST test\exptest.exe.manifest mt -nologo -manifest test\exptest.exe.manifest -outputresource:test\exptest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\fatalerrtest.obj "..\test\fatalerrtest.c" fatalerrtest.c ..\test\fatalerrtest.c(72): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\fatalerrtest.c" 2>&1 > test\fatalerrtest.d IF EXIST test\fatalerrtest.exe.manifest DEL /F /Q test\fatalerrtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\fatalerrtest.exe @C:\Users\build\AppData\Local\Temp\nmFE57.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\fatalerrtest.exe @C:\Users\build\AppData\Local\Temp\nmC570.tmp IF EXIST test\fatalerrtest.exe.manifest mt -nologo -manifest test\fatalerrtest.exe.manifest -outputresource:test\fatalerrtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\gmdifftest.obj "..\test\gmdifftest.c" gmdifftest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\gmdifftest.c" 2>&1 > test\gmdifftest.d IF EXIST test\gmdifftest.exe.manifest DEL /F /Q test\gmdifftest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gmdifftest.exe @C:\Users\build\AppData\Local\Temp\nmFFCF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gmdifftest.exe @C:\Users\build\AppData\Local\Temp\nmC717.tmp IF EXIST test\gmdifftest.exe.manifest mt -nologo -manifest test\gmdifftest.exe.manifest -outputresource:test\gmdifftest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "." /I "..\include" /I ".." -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\gosttest.obj "..\test\gosttest.c" gosttest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "." /I "..\include" /I ".." -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\gosttest.c" 2>&1 > test\gosttest.d IF EXIST test\gosttest.exe.manifest DEL /F /Q test\gosttest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gosttest.exe @C:\Users\build\AppData\Local\Temp\nm186.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gosttest.exe @C:\Users\build\AppData\Local\Temp\nmC8DD.tmp IF EXIST test\gosttest.exe.manifest mt -nologo -manifest test\gosttest.exe.manifest -outputresource:test\gosttest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\hmactest.obj "..\test\hmactest.c" hmactest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\hmactest.c" 2>&1 > test\hmactest.d IF EXIST test\hmactest.exe.manifest DEL /F /Q test\hmactest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\hmactest.exe @C:\Users\build\AppData\Local\Temp\nm39A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\hmactest.exe @C:\Users\build\AppData\Local\Temp\nmCA45.tmp IF EXIST test\hmactest.exe.manifest mt -nologo -manifest test\hmactest.exe.manifest -outputresource:test\hmactest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ideatest.obj "..\test\ideatest.c" ideatest.c @@ -3900,7 +3906,7 @@ ideatest.c ..\test\ideatest.c(80): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ideatest.c" 2>&1 > test\ideatest.d IF EXIST test\ideatest.exe.manifest DEL /F /Q test\ideatest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ideatest.exe @C:\Users\build\AppData\Local\Temp\nm502.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ideatest.exe @C:\Users\build\AppData\Local\Temp\nmCB9E.tmp IF EXIST test\ideatest.exe.manifest mt -nologo -manifest test\ideatest.exe.manifest -outputresource:test\ideatest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\igetest.obj "..\test\igetest.c" igetest.c @@ -3912,141 +3918,141 @@ igetest.c ..\test\igetest.c(201): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\igetest.c" 2>&1 > test\igetest.d IF EXIST test\igetest.exe.manifest DEL /F /Q test\igetest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\igetest.exe @C:\Users\build\AppData\Local\Temp\nm67A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\igetest.exe @C:\Users\build\AppData\Local\Temp\nmCD07.tmp IF EXIST test\igetest.exe.manifest mt -nologo -manifest test\igetest.exe.manifest -outputresource:test\igetest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\lhash_test.obj "..\test\lhash_test.c" lhash_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\lhash_test.c" 2>&1 > test\lhash_test.d IF EXIST test\lhash_test.exe.manifest DEL /F /Q test\lhash_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\lhash_test.exe @C:\Users\build\AppData\Local\Temp\nm802.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\lhash_test.exe @C:\Users\build\AppData\Local\Temp\nmCE7F.tmp IF EXIST test\lhash_test.exe.manifest mt -nologo -manifest test\lhash_test.exe.manifest -outputresource:test\lhash_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\md2test.obj "..\test\md2test.c" md2test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\md2test.c" 2>&1 > test\md2test.d IF EXIST test\md2test.exe.manifest DEL /F /Q test\md2test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\md2test.exe @C:\Users\build\AppData\Local\Temp\nm97A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\md2test.exe @C:\Users\build\AppData\Local\Temp\nmD035.tmp IF EXIST test\md2test.exe.manifest mt -nologo -manifest test\md2test.exe.manifest -outputresource:test\md2test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\mdc2test.obj "..\test\mdc2test.c" mdc2test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\mdc2test.c" 2>&1 > test\mdc2test.d IF EXIST test\mdc2test.exe.manifest DEL /F /Q test\mdc2test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\mdc2test.exe @C:\Users\build\AppData\Local\Temp\nmAD3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\mdc2test.exe @C:\Users\build\AppData\Local\Temp\nmD1CC.tmp IF EXIST test\mdc2test.exe.manifest mt -nologo -manifest test\mdc2test.exe.manifest -outputresource:test\mdc2test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\memleaktest.obj "..\test\memleaktest.c" memleaktest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\memleaktest.c" 2>&1 > test\memleaktest.d IF EXIST test\memleaktest.exe.manifest DEL /F /Q test\memleaktest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\memleaktest.exe @C:\Users\build\AppData\Local\Temp\nmC6A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\memleaktest.exe @C:\Users\build\AppData\Local\Temp\nmD3A2.tmp IF EXIST test\memleaktest.exe.manifest mt -nologo -manifest test\memleaktest.exe.manifest -outputresource:test\memleaktest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\modes_internal_test.obj "..\test\modes_internal_test.c" modes_internal_test.c ..\test\modes_internal_test.c(858): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\modes_internal_test.c" 2>&1 > test\modes_internal_test.d IF EXIST test\modes_internal_test.exe.manifest DEL /F /Q test\modes_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\modes_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmDE2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\modes_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmD51A.tmp IF EXIST test\modes_internal_test.exe.manifest mt -nologo -manifest test\modes_internal_test.exe.manifest -outputresource:test\modes_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ocspapitest.obj "..\test\ocspapitest.c" ocspapitest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ocspapitest.c" 2>&1 > test\ocspapitest.d IF EXIST test\ocspapitest.exe.manifest DEL /F /Q test\ocspapitest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ocspapitest.exe @C:\Users\build\AppData\Local\Temp\nm1035.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ocspapitest.exe @C:\Users\build\AppData\Local\Temp\nmD79C.tmp IF EXIST test\ocspapitest.exe.manifest mt -nologo -manifest test\ocspapitest.exe.manifest -outputresource:test\ocspapitest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\packettest.obj "..\test\packettest.c" packettest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\packettest.c" 2>&1 > test\packettest.d IF EXIST test\packettest.exe.manifest DEL /F /Q test\packettest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\packettest.exe @C:\Users\build\AppData\Local\Temp\nm11BC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\packettest.exe @C:\Users\build\AppData\Local\Temp\nmD904.tmp IF EXIST test\packettest.exe.manifest mt -nologo -manifest test\packettest.exe.manifest -outputresource:test\packettest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\pbelutest.obj "..\test\pbelutest.c" pbelutest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\pbelutest.c" 2>&1 > test\pbelutest.d IF EXIST test\pbelutest.exe.manifest DEL /F /Q test\pbelutest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pbelutest.exe @C:\Users\build\AppData\Local\Temp\nm13A2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pbelutest.exe @C:\Users\build\AppData\Local\Temp\nmDA9B.tmp IF EXIST test\pbelutest.exe.manifest mt -nologo -manifest test\pbelutest.exe.manifest -outputresource:test\pbelutest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\pemtest.obj "..\test\pemtest.c" pemtest.c ..\test\pemtest.c(49): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\pemtest.c" 2>&1 > test\pemtest.d IF EXIST test\pemtest.exe.manifest DEL /F /Q test\pemtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pemtest.exe @C:\Users\build\AppData\Local\Temp\nm1568.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pemtest.exe @C:\Users\build\AppData\Local\Temp\nmDC52.tmp IF EXIST test\pemtest.exe.manifest mt -nologo -manifest test\pemtest.exe.manifest -outputresource:test\pemtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\pkey_meth_kdf_test.obj "..\test\pkey_meth_kdf_test.c" pkey_meth_kdf_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\pkey_meth_kdf_test.c" 2>&1 > test\pkey_meth_kdf_test.d IF EXIST test\pkey_meth_kdf_test.exe.manifest DEL /F /Q test\pkey_meth_kdf_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_kdf_test.exe @C:\Users\build\AppData\Local\Temp\nm16E0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_kdf_test.exe @C:\Users\build\AppData\Local\Temp\nmDE18.tmp IF EXIST test\pkey_meth_kdf_test.exe.manifest mt -nologo -manifest test\pkey_meth_kdf_test.exe.manifest -outputresource:test\pkey_meth_kdf_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\pkey_meth_test.obj "..\test\pkey_meth_test.c" pkey_meth_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\pkey_meth_test.c" 2>&1 > test\pkey_meth_test.d IF EXIST test\pkey_meth_test.exe.manifest DEL /F /Q test\pkey_meth_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_test.exe @C:\Users\build\AppData\Local\Temp\nm1867.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_test.exe @C:\Users\build\AppData\Local\Temp\nmDFCE.tmp IF EXIST test\pkey_meth_test.exe.manifest mt -nologo -manifest test\pkey_meth_test.exe.manifest -outputresource:test\pkey_meth_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\poly1305_internal_test.obj "..\test\poly1305_internal_test.c" poly1305_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\poly1305_internal_test.c" 2>&1 > test\poly1305_internal_test.d IF EXIST test\poly1305_internal_test.exe.manifest DEL /F /Q test\poly1305_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\poly1305_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm19FF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\poly1305_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmE1A4.tmp IF EXIST test\poly1305_internal_test.exe.manifest mt -nologo -manifest test\poly1305_internal_test.exe.manifest -outputresource:test\poly1305_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rc2test.obj "..\test\rc2test.c" rc2test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rc2test.c" 2>&1 > test\rc2test.d IF EXIST test\rc2test.exe.manifest DEL /F /Q test\rc2test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc2test.exe @C:\Users\build\AppData\Local\Temp\nm1C13.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc2test.exe @C:\Users\build\AppData\Local\Temp\nmE3E7.tmp IF EXIST test\rc2test.exe.manifest mt -nologo -manifest test\rc2test.exe.manifest -outputresource:test\rc2test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rc4test.obj "..\test\rc4test.c" rc4test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rc4test.c" 2>&1 > test\rc4test.d IF EXIST test\rc4test.exe.manifest DEL /F /Q test\rc4test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc4test.exe @C:\Users\build\AppData\Local\Temp\nm1E08.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc4test.exe @C:\Users\build\AppData\Local\Temp\nmE56F.tmp IF EXIST test\rc4test.exe.manifest mt -nologo -manifest test\rc4test.exe.manifest -outputresource:test\rc4test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rc5test.obj "..\test\rc5test.c" rc5test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rc5test.c" 2>&1 > test\rc5test.d IF EXIST test\rc5test.exe.manifest DEL /F /Q test\rc5test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc5test.exe @C:\Users\build\AppData\Local\Temp\nm1FAF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc5test.exe @C:\Users\build\AppData\Local\Temp\nmE6F7.tmp IF EXIST test\rc5test.exe.manifest mt -nologo -manifest test\rc5test.exe.manifest -outputresource:test\rc5test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rdrand_sanitytest.obj "..\test\rdrand_sanitytest.c" rdrand_sanitytest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rdrand_sanitytest.c" 2>&1 > test\rdrand_sanitytest.d IF EXIST test\rdrand_sanitytest.exe.manifest DEL /F /Q test\rdrand_sanitytest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rdrand_sanitytest.exe @C:\Users\build\AppData\Local\Temp\nm2136.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rdrand_sanitytest.exe @C:\Users\build\AppData\Local\Temp\nmE89D.tmp IF EXIST test\rdrand_sanitytest.exe.manifest mt -nologo -manifest test\rdrand_sanitytest.exe.manifest -outputresource:test\rdrand_sanitytest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\recordlentest.obj "..\test\recordlentest.c" recordlentest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\recordlentest.c" 2>&1 > test\recordlentest.d IF EXIST test\recordlentest.exe.manifest DEL /F /Q test\recordlentest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\recordlentest.exe @C:\Users\build\AppData\Local\Temp\nm2399.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\recordlentest.exe @C:\Users\build\AppData\Local\Temp\nmEAB2.tmp IF EXIST test\recordlentest.exe.manifest mt -nologo -manifest test\recordlentest.exe.manifest -outputresource:test\recordlentest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rsa_complex.obj "..\test\rsa_complex.c" rsa_complex.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rsa_complex.c" 2>&1 > test\rsa_complex.d IF EXIST test\rsa_complex.exe.manifest DEL /F /Q test\rsa_complex.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_complex.exe @C:\Users\build\AppData\Local\Temp\nm24E2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_complex.exe @C:\Users\build\AppData\Local\Temp\nmEC49.tmp IF EXIST test\rsa_complex.exe.manifest mt -nologo -manifest test\rsa_complex.exe.manifest -outputresource:test\rsa_complex.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rsa_mp_test.obj "..\test\rsa_mp_test.c" rsa_mp_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rsa_mp_test.c" 2>&1 > test\rsa_mp_test.d IF EXIST test\rsa_mp_test.exe.manifest DEL /F /Q test\rsa_mp_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_mp_test.exe @C:\Users\build\AppData\Local\Temp\nm2698.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_mp_test.exe @C:\Users\build\AppData\Local\Temp\nmEDD1.tmp IF EXIST test\rsa_mp_test.exe.manifest mt -nologo -manifest test\rsa_mp_test.exe.manifest -outputresource:test\rsa_mp_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\rsa_test.obj "..\test\rsa_test.c" rsa_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\rsa_test.c" 2>&1 > test\rsa_test.d IF EXIST test\rsa_test.exe.manifest DEL /F /Q test\rsa_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_test.exe @C:\Users\build\AppData\Local\Temp\nm2820.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_test.exe @C:\Users\build\AppData\Local\Temp\nmEF49.tmp IF EXIST test\rsa_test.exe.manifest mt -nologo -manifest test\rsa_test.exe.manifest -outputresource:test\rsa_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sanitytest.obj "..\test\sanitytest.c" sanitytest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sanitytest.c" 2>&1 > test\sanitytest.d IF EXIST test\sanitytest.exe.manifest DEL /F /Q test\sanitytest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sanitytest.exe @C:\Users\build\AppData\Local\Temp\nm2998.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sanitytest.exe @C:\Users\build\AppData\Local\Temp\nmF0EF.tmp IF EXIST test\sanitytest.exe.manifest mt -nologo -manifest test\sanitytest.exe.manifest -outputresource:test\sanitytest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\secmemtest.obj "..\test\secmemtest.c" secmemtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\secmemtest.c" 2>&1 > test\secmemtest.d IF EXIST test\secmemtest.exe.manifest DEL /F /Q test\secmemtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\secmemtest.exe @C:\Users\build\AppData\Local\Temp\nm2BBC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\secmemtest.exe @C:\Users\build\AppData\Local\Temp\nmF333.tmp IF EXIST test\secmemtest.exe.manifest mt -nologo -manifest test\secmemtest.exe.manifest -outputresource:test\secmemtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\servername_test.obj "..\test\servername_test.c" servername_test.c @@ -4054,20 +4060,20 @@ servername_test.c ..\test\servername_test.c(72): warning C4267: 'function': conversion from 'size_t' to 'const unsigned int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\servername_test.c" 2>&1 > test\servername_test.d IF EXIST test\servername_test.exe.manifest DEL /F /Q test\servername_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\servername_test.exe @C:\Users\build\AppData\Local\Temp\nm2D63.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\servername_test.exe @C:\Users\build\AppData\Local\Temp\nmF4BA.tmp IF EXIST test\servername_test.exe.manifest mt -nologo -manifest test\servername_test.exe.manifest -outputresource:test\servername_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "crypto\include" /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\shlibloadtest.obj "..\test\shlibloadtest.c" shlibloadtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "crypto\include" /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\shlibloadtest.c" 2>&1 > test\shlibloadtest.d IF EXIST test\shlibloadtest.exe.manifest DEL /F /Q test\shlibloadtest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\shlibloadtest.exe @C:\Users\build\AppData\Local\Temp\nm2FD5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\shlibloadtest.exe @C:\Users\build\AppData\Local\Temp\nmF73C.tmp IF EXIST test\shlibloadtest.exe.manifest mt -nologo -manifest test\shlibloadtest.exe.manifest -outputresource:test\shlibloadtest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\siphash_internal_test.obj "..\test\siphash_internal_test.c" siphash_internal_test.c ..\test\siphash_internal_test.c(189): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\siphash_internal_test.c" 2>&1 > test\siphash_internal_test.d IF EXIST test\siphash_internal_test.exe.manifest DEL /F /Q test\siphash_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\siphash_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm313D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\siphash_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmF8E3.tmp IF EXIST test\siphash_internal_test.exe.manifest mt -nologo -manifest test\siphash_internal_test.exe.manifest -outputresource:test\siphash_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "crypto\include" /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sm2_internal_test.obj "..\test\sm2_internal_test.c" sm2_internal_test.c @@ -4075,25 +4081,25 @@ sm2_internal_test.c ..\test\sm2_internal_test.c(195): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "crypto\include" /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sm2_internal_test.c" 2>&1 > test\sm2_internal_test.d IF EXIST test\sm2_internal_test.exe.manifest DEL /F /Q test\sm2_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm2_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm3351.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm2_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmFAF7.tmp IF EXIST test\sm2_internal_test.exe.manifest mt -nologo -manifest test\sm2_internal_test.exe.manifest -outputresource:test\sm2_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sm4_internal_test.obj "..\test\sm4_internal_test.c" sm4_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\include" /I ".." /I "..\include" /I "..\crypto\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sm4_internal_test.c" 2>&1 > test\sm4_internal_test.d IF EXIST test\sm4_internal_test.exe.manifest DEL /F /Q test\sm4_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm4_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm3566.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm4_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmFD1B.tmp IF EXIST test\sm4_internal_test.exe.manifest mt -nologo -manifest test\sm4_internal_test.exe.manifest -outputresource:test\sm4_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\srptest.obj "..\test\srptest.c" srptest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\srptest.c" 2>&1 > test\srptest.d IF EXIST test\srptest.exe.manifest DEL /F /Q test\srptest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\srptest.exe @C:\Users\build\AppData\Local\Temp\nm37A9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\srptest.exe @C:\Users\build\AppData\Local\Temp\nmFF7D.tmp IF EXIST test\srptest.exe.manifest mt -nologo -manifest test\srptest.exe.manifest -outputresource:test\srptest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ssl_cert_table_internal_test.obj "..\test\ssl_cert_table_internal_test.c" ssl_cert_table_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ssl_cert_table_internal_test.c" 2>&1 > test\ssl_cert_table_internal_test.d IF EXIST test\ssl_cert_table_internal_test.exe.manifest DEL /F /Q test\ssl_cert_table_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_cert_table_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm3A4A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_cert_table_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm22E.tmp IF EXIST test\ssl_cert_table_internal_test.exe.manifest mt -nologo -manifest test\ssl_cert_table_internal_test.exe.manifest -outputresource:test\ssl_cert_table_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\handshake_helper.obj "..\test\handshake_helper.c" handshake_helper.c @@ -4112,39 +4118,39 @@ ssl_test.c ssl_test_ctx.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ssl_test_ctx.c" 2>&1 > test\ssl_test_ctx.d IF EXIST test\ssl_test.exe.manifest DEL /F /Q test\ssl_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test.exe @C:\Users\build\AppData\Local\Temp\nm3E52.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test.exe @C:\Users\build\AppData\Local\Temp\nm694.tmp IF EXIST test\ssl_test.exe.manifest mt -nologo -manifest test\ssl_test.exe.manifest -outputresource:test\ssl_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ssl_test_ctx_test.obj "..\test\ssl_test_ctx_test.c" ssl_test_ctx_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ssl_test_ctx_test.c" 2>&1 > test\ssl_test_ctx_test.d IF EXIST test\ssl_test_ctx_test.exe.manifest DEL /F /Q test\ssl_test_ctx_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nm40B4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nm879.tmp IF EXIST test\ssl_test_ctx_test.exe.manifest mt -nologo -manifest test\ssl_test_ctx_test.exe.manifest -outputresource:test\ssl_test_ctx_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "." /I "..\include" /I ".." -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sslapitest.obj "..\test\sslapitest.c" sslapitest.c -..\test\sslapitest.c(349): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data ..\test\sslapitest.c(350): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data -..\test\sslapitest.c(1825): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\test\sslapitest.c(1850): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\test\sslapitest.c(1939): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data -..\test\sslapitest.c(1995): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data -..\test\sslapitest.c(3550): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data -..\test\sslapitest.c(4397): warning C4267: 'function': conversion from 'size_t' to 'const unsigned int', possible loss of data +..\test\sslapitest.c(351): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data +..\test\sslapitest.c(1826): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\test\sslapitest.c(1851): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\test\sslapitest.c(1940): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data +..\test\sslapitest.c(1996): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data +..\test\sslapitest.c(3687): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data +..\test\sslapitest.c(4624): warning C4267: 'function': conversion from 'size_t' to 'const unsigned int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "." /I "..\include" /I ".." -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sslapitest.c" 2>&1 > test\sslapitest.d IF EXIST test\sslapitest.exe.manifest DEL /F /Q test\sslapitest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslapitest.exe @C:\Users\build\AppData\Local\Temp\nm43A3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslapitest.exe @C:\Users\build\AppData\Local\Temp\nmB49.tmp IF EXIST test\sslapitest.exe.manifest mt -nologo -manifest test\sslapitest.exe.manifest -outputresource:test\sslapitest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sslbuffertest.obj "..\test\sslbuffertest.c" sslbuffertest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sslbuffertest.c" 2>&1 > test\sslbuffertest.d IF EXIST test\sslbuffertest.exe.manifest DEL /F /Q test\sslbuffertest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslbuffertest.exe @C:\Users\build\AppData\Local\Temp\nm452B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslbuffertest.exe @C:\Users\build\AppData\Local\Temp\nmD0F.tmp IF EXIST test\sslbuffertest.exe.manifest mt -nologo -manifest test\sslbuffertest.exe.manifest -outputresource:test\sslbuffertest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sslcorrupttest.obj "..\test\sslcorrupttest.c" sslcorrupttest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sslcorrupttest.c" 2>&1 > test\sslcorrupttest.d IF EXIST test\sslcorrupttest.exe.manifest DEL /F /Q test\sslcorrupttest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslcorrupttest.exe @C:\Users\build\AppData\Local\Temp\nm46D2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslcorrupttest.exe @C:\Users\build\AppData\Local\Temp\nmEC5.tmp IF EXIST test\sslcorrupttest.exe.manifest mt -nologo -manifest test\sslcorrupttest.exe.manifest -outputresource:test\sslcorrupttest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\ssltest_old.obj "..\test\ssltest_old.c" ssltest_old.c @@ -4152,100 +4158,100 @@ ssltest_old.c ..\test\ssltest_old.c(1682): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\ssltest_old.c" 2>&1 > test\ssltest_old.d IF EXIST test\ssltest_old.exe.manifest DEL /F /Q test\ssltest_old.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssltest_old.exe @C:\Users\build\AppData\Local\Temp\nm49B1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssltest_old.exe @C:\Users\build\AppData\Local\Temp\nm1176.tmp IF EXIST test\ssltest_old.exe.manifest mt -nologo -manifest test\ssltest_old.exe.manifest -outputresource:test\ssltest_old.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\stack_test.obj "..\test\stack_test.c" stack_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\stack_test.c" 2>&1 > test\stack_test.d IF EXIST test\stack_test.exe.manifest DEL /F /Q test\stack_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\stack_test.exe @C:\Users\build\AppData\Local\Temp\nm4B48.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\stack_test.exe @C:\Users\build\AppData\Local\Temp\nm132C.tmp IF EXIST test\stack_test.exe.manifest mt -nologo -manifest test\stack_test.exe.manifest -outputresource:test\stack_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\sysdefaulttest.obj "..\test\sysdefaulttest.c" sysdefaulttest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\sysdefaulttest.c" 2>&1 > test\sysdefaulttest.d IF EXIST test\sysdefaulttest.exe.manifest DEL /F /Q test\sysdefaulttest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sysdefaulttest.exe @C:\Users\build\AppData\Local\Temp\nm4D0F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sysdefaulttest.exe @C:\Users\build\AppData\Local\Temp\nm14F3.tmp IF EXIST test\sysdefaulttest.exe.manifest mt -nologo -manifest test\sysdefaulttest.exe.manifest -outputresource:test\sysdefaulttest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\test_test.obj "..\test\test_test.c" test_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\test_test.c" 2>&1 > test\test_test.d IF EXIST test\test_test.exe.manifest DEL /F /Q test\test_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\test_test.exe @C:\Users\build\AppData\Local\Temp\nm4EE4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\test_test.exe @C:\Users\build\AppData\Local\Temp\nm1699.tmp IF EXIST test\test_test.exe.manifest mt -nologo -manifest test\test_test.exe.manifest -outputresource:test\test_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\threadstest.obj "..\test\threadstest.c" threadstest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\threadstest.c" 2>&1 > test\threadstest.d IF EXIST test\threadstest.exe.manifest DEL /F /Q test\threadstest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\threadstest.exe @C:\Users\build\AppData\Local\Temp\nm5118.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\threadstest.exe @C:\Users\build\AppData\Local\Temp\nm18EC.tmp IF EXIST test\threadstest.exe.manifest mt -nologo -manifest test\threadstest.exe.manifest -outputresource:test\threadstest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\time_offset_test.obj "..\test\time_offset_test.c" time_offset_test.c ..\test\time_offset_test.c(75): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\time_offset_test.c" 2>&1 > test\time_offset_test.d IF EXIST test\time_offset_test.exe.manifest DEL /F /Q test\time_offset_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\time_offset_test.exe @C:\Users\build\AppData\Local\Temp\nm52EE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\time_offset_test.exe @C:\Users\build\AppData\Local\Temp\nm1AA3.tmp IF EXIST test\time_offset_test.exe.manifest mt -nologo -manifest test\time_offset_test.exe.manifest -outputresource:test\time_offset_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\tls13ccstest.obj "..\test\tls13ccstest.c" tls13ccstest.c ..\test\tls13ccstest.c(240): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\tls13ccstest.c" 2>&1 > test\tls13ccstest.d IF EXIST test\tls13ccstest.exe.manifest DEL /F /Q test\tls13ccstest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13ccstest.exe @C:\Users\build\AppData\Local\Temp\nm54A4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13ccstest.exe @C:\Users\build\AppData\Local\Temp\nm1C69.tmp IF EXIST test\tls13ccstest.exe.manifest mt -nologo -manifest test\tls13ccstest.exe.manifest -outputresource:test\tls13ccstest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\tls13encryptiontest.obj "..\test\tls13encryptiontest.c" tls13encryptiontest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\tls13encryptiontest.c" 2>&1 > test\tls13encryptiontest.d IF EXIST test\tls13encryptiontest.exe.manifest DEL /F /Q test\tls13encryptiontest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13encryptiontest.exe @C:\Users\build\AppData\Local\Temp\nm56F7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13encryptiontest.exe @C:\Users\build\AppData\Local\Temp\nm1ECB.tmp IF EXIST test\tls13encryptiontest.exe.manifest mt -nologo -manifest test\tls13encryptiontest.exe.manifest -outputresource:test\tls13encryptiontest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\tls13secretstest.obj "..\test\tls13secretstest.c" tls13secretstest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\tls13secretstest.c" 2>&1 > test\tls13secretstest.d IF EXIST test\tls13secretstest.exe.manifest DEL /F /Q test\tls13secretstest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13secretstest.exe @C:\Users\build\AppData\Local\Temp\nm5998.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13secretstest.exe @C:\Users\build\AppData\Local\Temp\nm21AB.tmp IF EXIST test\tls13secretstest.exe.manifest mt -nologo -manifest test\tls13secretstest.exe.manifest -outputresource:test\tls13secretstest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\uitest.obj "..\test\uitest.c" uitest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\uitest.c" 2>&1 > test\uitest.d IF EXIST test\uitest.exe.manifest DEL /F /Q test\uitest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\uitest.exe @C:\Users\build\AppData\Local\Temp\nm5BFA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\uitest.exe @C:\Users\build\AppData\Local\Temp\nm23EE.tmp Creating library test\uitest.lib and object test\uitest.exp IF EXIST test\uitest.exe.manifest mt -nologo -manifest test\uitest.exe.manifest -outputresource:test\uitest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\v3ext.obj "..\test\v3ext.c" v3ext.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\v3ext.c" 2>&1 > test\v3ext.d IF EXIST test\v3ext.exe.manifest DEL /F /Q test\v3ext.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3ext.exe @C:\Users\build\AppData\Local\Temp\nm5DA1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3ext.exe @C:\Users\build\AppData\Local\Temp\nm25C3.tmp IF EXIST test\v3ext.exe.manifest mt -nologo -manifest test\v3ext.exe.manifest -outputresource:test\v3ext.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\v3nametest.obj "..\test\v3nametest.c" v3nametest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\v3nametest.c" 2>&1 > test\v3nametest.d IF EXIST test\v3nametest.exe.manifest DEL /F /Q test\v3nametest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3nametest.exe @C:\Users\build\AppData\Local\Temp\nm5F67.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3nametest.exe @C:\Users\build\AppData\Local\Temp\nm278A.tmp IF EXIST test\v3nametest.exe.manifest mt -nologo -manifest test\v3nametest.exe.manifest -outputresource:test\v3nametest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\verify_extra_test.obj "..\test\verify_extra_test.c" verify_extra_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\verify_extra_test.c" 2>&1 > test\verify_extra_test.d IF EXIST test\verify_extra_test.exe.manifest DEL /F /Q test\verify_extra_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\verify_extra_test.exe @C:\Users\build\AppData\Local\Temp\nm610E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\verify_extra_test.exe @C:\Users\build\AppData\Local\Temp\nm295F.tmp IF EXIST test\verify_extra_test.exe.manifest mt -nologo -manifest test\verify_extra_test.exe.manifest -outputresource:test\verify_extra_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\versions.obj "..\test\versions.c" versions.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\versions.c" 2>&1 > test\versions.d IF EXIST test\versions.exe.manifest DEL /F /Q test\versions.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\versions.exe @C:\Users\build\AppData\Local\Temp\nm6276.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\versions.exe @C:\Users\build\AppData\Local\Temp\nm2AC8.tmp IF EXIST test\versions.exe.manifest mt -nologo -manifest test\versions.exe.manifest -outputresource:test\versions.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\wpackettest.obj "..\test\wpackettest.c" wpackettest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\wpackettest.c" 2>&1 > test\wpackettest.d IF EXIST test\wpackettest.exe.manifest DEL /F /Q test\wpackettest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\wpackettest.exe @C:\Users\build\AppData\Local\Temp\nm63EF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\wpackettest.exe @C:\Users\build\AppData\Local\Temp\nm2C6F.tmp IF EXIST test\wpackettest.exe.manifest mt -nologo -manifest test\wpackettest.exe.manifest -outputresource:test\wpackettest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\x509_check_cert_pkey_test.obj "..\test\x509_check_cert_pkey_test.c" x509_check_cert_pkey_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\x509_check_cert_pkey_test.c" 2>&1 > test\x509_check_cert_pkey_test.d IF EXIST test\x509_check_cert_pkey_test.exe.manifest DEL /F /Q test\x509_check_cert_pkey_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_check_cert_pkey_test.exe @C:\Users\build\AppData\Local\Temp\nm6547.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_check_cert_pkey_test.exe @C:\Users\build\AppData\Local\Temp\nm2E25.tmp IF EXIST test\x509_check_cert_pkey_test.exe.manifest mt -nologo -manifest test\x509_check_cert_pkey_test.exe.manifest -outputresource:test\x509_check_cert_pkey_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\x509_dup_cert_test.obj "..\test\x509_dup_cert_test.c" x509_dup_cert_test.c @@ -4253,26 +4259,26 @@ x509_dup_cert_test.c ..\test\x509_dup_cert_test.c(45): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\x509_dup_cert_test.c" 2>&1 > test\x509_dup_cert_test.d IF EXIST test\x509_dup_cert_test.exe.manifest DEL /F /Q test\x509_dup_cert_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_dup_cert_test.exe @C:\Users\build\AppData\Local\Temp\nm66EE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_dup_cert_test.exe @C:\Users\build\AppData\Local\Temp\nm2FCC.tmp IF EXIST test\x509_dup_cert_test.exe.manifest mt -nologo -manifest test\x509_dup_cert_test.exe.manifest -outputresource:test\x509_dup_cert_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\x509_internal_test.obj "..\test\x509_internal_test.c" x509_internal_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\x509_internal_test.c" 2>&1 > test\x509_internal_test.d IF EXIST test\x509_internal_test.exe.manifest DEL /F /Q test\x509_internal_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm6876.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm3182.tmp IF EXIST test\x509_internal_test.exe.manifest mt -nologo -manifest test\x509_internal_test.exe.manifest -outputresource:test\x509_internal_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\x509_time_test.obj "..\test\x509_time_test.c" x509_time_test.c ..\test\x509_time_test.c(264): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\x509_time_test.c" 2>&1 > test\x509_time_test.d IF EXIST test\x509_time_test.exe.manifest DEL /F /Q test\x509_time_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_time_test.exe @C:\Users\build\AppData\Local\Temp\nm6A6B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_time_test.exe @C:\Users\build\AppData\Local\Temp\nm33B6.tmp IF EXIST test\x509_time_test.exe.manifest mt -nologo -manifest test\x509_time_test.exe.manifest -outputresource:test\x509_time_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -c /Fotest\x509aux.obj "..\test\x509aux.c" x509aux.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" /Zs /showIncludes "..\test\x509aux.c" 2>&1 > test\x509aux.d IF EXIST test\x509aux.exe.manifest DEL /F /Q test\x509aux.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509aux.exe @C:\Users\build\AppData\Local\Temp\nm6C21.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509aux.exe @C:\Users\build\AppData\Local\Temp\nm353E.tmp IF EXIST test\x509aux.exe.manifest mt -nologo -manifest test\x509aux.exe.manifest -outputresource:test\x509aux.exe "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\apps\CA.pl.in" > "apps\CA.pl" "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\apps\tsget.in" > "apps\tsget.pl" diff --git a/upstream-build/buildinf.h/i686-linux b/upstream-build/buildinf.h/i686-linux index e852430..b975d09 100644 --- a/upstream-build/buildinf.h/i686-linux +++ b/upstream-build/buildinf.h/i686-linux @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: linux-x86" -#define DATE "built on: Wed Jul 3 10:27:31 2019 UTC" +#define DATE "built on: Mon Nov 25 11:05:50 2019 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/i686-win32-mingw32 b/upstream-build/buildinf.h/i686-win32-mingw32 index 5b5c655..a61cc93 100644 --- a/upstream-build/buildinf.h/i686-win32-mingw32 +++ b/upstream-build/buildinf.h/i686-win32-mingw32 @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: mingw" -#define DATE "built on: Wed Jul 3 19:00:02 2019 UTC" +#define DATE "built on: Mon Nov 25 13:40:02 2019 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/i686-win32-msvc b/upstream-build/buildinf.h/i686-win32-msvc index fbcd343..d42965b 100644 --- a/upstream-build/buildinf.h/i686-win32-msvc +++ b/upstream-build/buildinf.h/i686-win32-msvc @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: VC-WIN32" -#define DATE "built on: Wed Jul 3 17:34:37 2019 UTC" +#define DATE "built on: Mon Nov 25 12:56:21 2019 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/x86_64-freebsd b/upstream-build/buildinf.h/x86_64-freebsd index 1ab3da0..f2f9bb8 100644 --- a/upstream-build/buildinf.h/x86_64-freebsd +++ b/upstream-build/buildinf.h/x86_64-freebsd @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: BSD-x86_64" -#define DATE "built on: Wed Jul 3 12:12:27 2019 UTC" +#define DATE "built on: Mon Nov 25 11:30:03 2019 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/x86_64-linux b/upstream-build/buildinf.h/x86_64-linux index 90f8f95..2f57077 100644 --- a/upstream-build/buildinf.h/x86_64-linux +++ b/upstream-build/buildinf.h/x86_64-linux @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: linux-x86_64" -#define DATE "built on: Tue Jul 2 20:07:06 2019 UTC" +#define DATE "built on: Mon Nov 25 10:09:42 2019 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/x86_64-macos b/upstream-build/buildinf.h/x86_64-macos index 3c91549..10aa70f 100644 --- a/upstream-build/buildinf.h/x86_64-macos +++ b/upstream-build/buildinf.h/x86_64-macos @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: darwin64-x86_64-cc" -#define DATE "built on: Wed Jul 3 12:58:30 2019 UTC" +#define DATE "built on: Mon Nov 25 11:59:16 2019 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/x86_64-win32-mingw32 b/upstream-build/buildinf.h/x86_64-win32-mingw32 index b49a877..6ae82c8 100644 --- a/upstream-build/buildinf.h/x86_64-win32-mingw32 +++ b/upstream-build/buildinf.h/x86_64-win32-mingw32 @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: mingw64" -#define DATE "built on: Wed Jul 3 18:29:26 2019 UTC" +#define DATE "built on: Mon Nov 25 13:12:06 2019 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/x86_64-win32-msvc b/upstream-build/buildinf.h/x86_64-win32-msvc index cde8cde..5d34be1 100644 --- a/upstream-build/buildinf.h/x86_64-win32-msvc +++ b/upstream-build/buildinf.h/x86_64-win32-msvc @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: VC-WIN64A" -#define DATE "built on: Wed Jul 3 16:52:34 2019 UTC" +#define DATE "built on: Mon Nov 25 12:31:30 2019 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/configdata.pm/i686-linux b/upstream-build/configdata.pm/i686-linux index e317450..fe23bad 100644 --- a/upstream-build/configdata.pm/i686-linux +++ b/upstream-build/configdata.pm/i686-linux @@ -64,7 +64,7 @@ our %config = ( perl_archname => "i386-linux-thread-multi", perl_cmd => "/usr/bin/perl", perl_version => "5.24.3", - perlargv => [ "linux-x86", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm" ], + perlargv => [ "linux-x86", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng" ], perlenv => { "AR" => undef, "ARFLAGS" => undef, @@ -112,8 +112,8 @@ our %config = ( sourcedir => "..", target => "linux-x86", tdirs => [ "ossl_shim" ], - version => "1.1.1c", - version_num => "0x1010103fL", + version => "1.1.1d", + version_num => "0x1010104fL", ); our %target = ( @@ -324,7 +324,7 @@ our %disabled = ( "buildtest-c++" => "default", "crypto-mdebug" => "default", "crypto-mdebug-backtrace" => "default", - "devcryptoeng" => "default", + "devcryptoeng" => "option", "ec_nistp_64_gcc_128" => "default", "egd" => "default", "external-tests" => "default", @@ -3293,6 +3293,7 @@ our %unified_info = ( "test/testutil/init.o", "test/testutil/main.o", "test/testutil/output_helpers.o", + "test/testutil/random.o", "test/testutil/stanza.o", "test/testutil/tap_bio.o", "test/testutil/test_cleanup.o", @@ -12487,6 +12488,11 @@ our %unified_info = ( "include", "../include", ], + "test/testutil/random.o" => + [ + "include", + "../include", + ], "test/testutil/stanza.o" => [ "include", @@ -17798,6 +17804,7 @@ our %unified_info = ( "test/testutil/init.o", "test/testutil/main.o", "test/testutil/output_helpers.o", + "test/testutil/random.o", "test/testutil/stanza.o", "test/testutil/tap_bio.o", "test/testutil/test_cleanup.o", @@ -18151,6 +18158,10 @@ our %unified_info = ( [ "../test/testutil/output_helpers.c", ], + "test/testutil/random.o" => + [ + "../test/testutil/random.c", + ], "test/testutil/stanza.o" => [ "../test/testutil/stanza.c", diff --git a/upstream-build/configdata.pm/i686-win32-mingw32 b/upstream-build/configdata.pm/i686-win32-mingw32 index e432861..0258c2a 100644 --- a/upstream-build/configdata.pm/i686-win32-mingw32 +++ b/upstream-build/configdata.pm/i686-win32-mingw32 @@ -111,8 +111,8 @@ our %config = ( sourcedir => "..", target => "mingw", tdirs => [ "ossl_shim" ], - version => "1.1.1c", - version_num => "0x1010103fL", + version => "1.1.1d", + version_num => "0x1010104fL", ); our %target = ( @@ -135,7 +135,7 @@ our %target = ( bn_obj => "bn_asm.o", bn_ops => "BN_LLONG EXPORT_VAR_AS_FN", build_file => "Makefile", - build_scheme => [ "unified", "unix" ], + build_scheme => [ "unified", "unix", "WOW" ], cast_asm_src => "c_enc.c", cast_obj => "c_enc.o", cflags => "-m32", @@ -3312,6 +3312,7 @@ our %unified_info = ( "test/testutil/init.o", "test/testutil/main.o", "test/testutil/output_helpers.o", + "test/testutil/random.o", "test/testutil/stanza.o", "test/testutil/tap_bio.o", "test/testutil/test_cleanup.o", @@ -11285,12 +11286,12 @@ our %unified_info = ( ], "ms/applink.o" => [ + "apps", ".", "include", - "apps", + "../apps", "..", "../include", - "../apps", ], "ms/uplink.o" => [ @@ -12558,6 +12559,11 @@ our %unified_info = ( "include", "../include", ], + "test/testutil/random.o" => + [ + "include", + "../include", + ], "test/testutil/stanza.o" => [ "include", @@ -17900,6 +17906,7 @@ our %unified_info = ( "test/testutil/init.o", "test/testutil/main.o", "test/testutil/output_helpers.o", + "test/testutil/random.o", "test/testutil/stanza.o", "test/testutil/tap_bio.o", "test/testutil/test_cleanup.o", @@ -18253,6 +18260,10 @@ our %unified_info = ( [ "../test/testutil/output_helpers.c", ], + "test/testutil/random.o" => + [ + "../test/testutil/random.c", + ], "test/testutil/stanza.o" => [ "../test/testutil/stanza.c", diff --git a/upstream-build/configdata.pm/i686-win32-msvc b/upstream-build/configdata.pm/i686-win32-msvc index ca9726d..1ab45d9 100644 --- a/upstream-build/configdata.pm/i686-win32-msvc +++ b/upstream-build/configdata.pm/i686-win32-msvc @@ -29,6 +29,7 @@ our %config = ( MT => "mt", MTFLAGS => [ "-nologo" ], PERL => "C:\\Perl64\\bin\\perl.exe", + RANLIB => "ranlib", RC => "rc", RCFLAGS => [ ], afalgeng => "", @@ -67,7 +68,7 @@ our %config = ( perl_archname => "MSWin32-x64-multi-thread", perl_cmd => "C:\\Perl64\\bin\\perl.exe", perl_version => "5.26.3", - perlargv => [ "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng", "VC-WIN32" ], + perlargv => [ "VC-WIN32", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng" ], perlenv => { "AR" => undef, "ARFLAGS" => undef, @@ -115,8 +116,8 @@ our %config = ( sourcedir => "..", target => "VC-WIN32", tdirs => [ "ossl_shim" ], - version => "1.1.1c", - version_num => "0x1010103fL", + version => "1.1.1d", + version_num => "0x1010104fL", ); our %target = ( @@ -132,7 +133,7 @@ our %target = ( LDFLAGS => "/nologo /debug", MT => "mt", MTFLAGS => "-nologo", - RANLIB => "CODE(0x259cf38)", + RANLIB => "CODE(0x258db88)", RC => "rc", _conf_fname_int => [ "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\shared-info.pl" ], aes_asm_src => "aes_core.c aes_cbc.c", @@ -3328,6 +3329,7 @@ our %unified_info = ( "test\\testutil\\init.o", "test\\testutil\\main.o", "test\\testutil\\output_helpers.o", + "test\\testutil\\random.o", "test\\testutil\\stanza.o", "test\\testutil\\tap_bio.o", "test\\testutil\\test_cleanup.o", @@ -11292,12 +11294,12 @@ our %unified_info = ( ], "ms\\applink.o" => [ + "apps", ".", "include", - "apps", + "..\\apps", "..", "..\\include", - "..\\apps", ], "ms\\uplink.o" => [ @@ -12565,6 +12567,11 @@ our %unified_info = ( "include", "..\\include", ], + "test\\testutil\\random.o" => + [ + "include", + "..\\include", + ], "test\\testutil\\stanza.o" => [ "include", @@ -17870,6 +17877,7 @@ our %unified_info = ( "test\\testutil\\init.o", "test\\testutil\\main.o", "test\\testutil\\output_helpers.o", + "test\\testutil\\random.o", "test\\testutil\\stanza.o", "test\\testutil\\tap_bio.o", "test\\testutil\\test_cleanup.o", @@ -18223,6 +18231,10 @@ our %unified_info = ( [ "..\\test\\testutil\\output_helpers.c", ], + "test\\testutil\\random.o" => + [ + "..\\test\\testutil\\random.c", + ], "test\\testutil\\stanza.o" => [ "..\\test\\testutil\\stanza.c", diff --git a/upstream-build/configdata.pm/x86_64-freebsd b/upstream-build/configdata.pm/x86_64-freebsd index 01da014..8f5694c 100644 --- a/upstream-build/configdata.pm/x86_64-freebsd +++ b/upstream-build/configdata.pm/x86_64-freebsd @@ -111,8 +111,8 @@ our %config = ( sourcedir => "..", target => "BSD-x86_64", tdirs => [ "ossl_shim" ], - version => "1.1.1c", - version_num => "0x1010103fL", + version => "1.1.1d", + version_num => "0x1010104fL", ); our %target = ( @@ -3189,6 +3189,8 @@ our %unified_info = ( { "deps" => [ + "ssl/packet.o", + "ssl/tls13_enc.o", "ssl/bio_ssl.o", "ssl/d1_lib.o", "ssl/d1_msg.o", @@ -3218,8 +3220,6 @@ our %unified_info = ( "ssl/t1_trce.o", "ssl/tls13_enc.o", "ssl/tls_srp.o", - "ssl/packet.o", - "ssl/tls13_enc.o", ], "products" => { @@ -3285,6 +3285,7 @@ our %unified_info = ( "test/testutil/init.o", "test/testutil/main.o", "test/testutil/output_helpers.o", + "test/testutil/random.o", "test/testutil/stanza.o", "test/testutil/tap_bio.o", "test/testutil/test_cleanup.o", @@ -12473,6 +12474,11 @@ our %unified_info = ( "include", "../include", ], + "test/testutil/random.o" => + [ + "include", + "../include", + ], "test/testutil/stanza.o" => [ "include", @@ -17775,6 +17781,7 @@ our %unified_info = ( "test/testutil/init.o", "test/testutil/main.o", "test/testutil/output_helpers.o", + "test/testutil/random.o", "test/testutil/stanza.o", "test/testutil/tap_bio.o", "test/testutil/test_cleanup.o", @@ -18128,6 +18135,10 @@ our %unified_info = ( [ "../test/testutil/output_helpers.c", ], + "test/testutil/random.o" => + [ + "../test/testutil/random.c", + ], "test/testutil/stanza.o" => [ "../test/testutil/stanza.c", diff --git a/upstream-build/configdata.pm/x86_64-linux b/upstream-build/configdata.pm/x86_64-linux index 7eb3ac4..4301f68 100644 --- a/upstream-build/configdata.pm/x86_64-linux +++ b/upstream-build/configdata.pm/x86_64-linux @@ -63,8 +63,8 @@ our %config = ( options => "enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers no-asan no-asm no-buildtest-c++ no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-mdc2 no-msan no-sctp no-ssl-trace no-ubsan no-unit-test no-zlib no-zlib-dynamic", perl_archname => "x86_64-linux-thread-multi", perl_cmd => "/usr/bin/perl", - perl_version => "5.26.3", - perlargv => [ "linux-x86_64", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm" ], + perl_version => "5.28.2", + perlargv => [ "linux-x86_64", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng" ], perlenv => { "AR" => undef, "ARFLAGS" => undef, @@ -112,8 +112,8 @@ our %config = ( sourcedir => "..", target => "linux-x86_64", tdirs => [ "ossl_shim" ], - version => "1.1.1c", - version_num => "0x1010103fL", + version => "1.1.1d", + version_num => "0x1010104fL", ); our %target = ( @@ -325,7 +325,7 @@ our %disabled = ( "buildtest-c++" => "default", "crypto-mdebug" => "default", "crypto-mdebug-backtrace" => "default", - "devcryptoeng" => "default", + "devcryptoeng" => "option", "ec_nistp_64_gcc_128" => "default", "egd" => "default", "external-tests" => "default", @@ -3198,8 +3198,6 @@ our %unified_info = ( { "deps" => [ - "ssl/packet.o", - "ssl/tls13_enc.o", "ssl/bio_ssl.o", "ssl/d1_lib.o", "ssl/d1_msg.o", @@ -3229,6 +3227,8 @@ our %unified_info = ( "ssl/t1_trce.o", "ssl/tls13_enc.o", "ssl/tls_srp.o", + "ssl/packet.o", + "ssl/tls13_enc.o", ], "products" => { @@ -3294,6 +3294,7 @@ our %unified_info = ( "test/testutil/init.o", "test/testutil/main.o", "test/testutil/output_helpers.o", + "test/testutil/random.o", "test/testutil/stanza.o", "test/testutil/tap_bio.o", "test/testutil/test_cleanup.o", @@ -12488,6 +12489,11 @@ our %unified_info = ( "include", "../include", ], + "test/testutil/random.o" => + [ + "include", + "../include", + ], "test/testutil/stanza.o" => [ "include", @@ -17799,6 +17805,7 @@ our %unified_info = ( "test/testutil/init.o", "test/testutil/main.o", "test/testutil/output_helpers.o", + "test/testutil/random.o", "test/testutil/stanza.o", "test/testutil/tap_bio.o", "test/testutil/test_cleanup.o", @@ -18152,6 +18159,10 @@ our %unified_info = ( [ "../test/testutil/output_helpers.c", ], + "test/testutil/random.o" => + [ + "../test/testutil/random.c", + ], "test/testutil/stanza.o" => [ "../test/testutil/stanza.c", diff --git a/upstream-build/configdata.pm/x86_64-macos b/upstream-build/configdata.pm/x86_64-macos index 7abebc8..cf5ec29 100644 --- a/upstream-build/configdata.pm/x86_64-macos +++ b/upstream-build/configdata.pm/x86_64-macos @@ -111,8 +111,8 @@ our %config = ( sourcedir => "..", target => "darwin64-x86_64-cc", tdirs => [ "ossl_shim" ], - version => "1.1.1c", - version_num => "0x1010103fL", + version => "1.1.1d", + version_num => "0x1010104fL", ); our %target = ( @@ -3276,6 +3276,7 @@ our %unified_info = ( "test/testutil/init.o", "test/testutil/main.o", "test/testutil/output_helpers.o", + "test/testutil/random.o", "test/testutil/stanza.o", "test/testutil/tap_bio.o", "test/testutil/test_cleanup.o", @@ -12452,6 +12453,11 @@ our %unified_info = ( "include", "../include", ], + "test/testutil/random.o" => + [ + "include", + "../include", + ], "test/testutil/stanza.o" => [ "include", @@ -17746,6 +17752,7 @@ our %unified_info = ( "test/testutil/init.o", "test/testutil/main.o", "test/testutil/output_helpers.o", + "test/testutil/random.o", "test/testutil/stanza.o", "test/testutil/tap_bio.o", "test/testutil/test_cleanup.o", @@ -18099,6 +18106,10 @@ our %unified_info = ( [ "../test/testutil/output_helpers.c", ], + "test/testutil/random.o" => + [ + "../test/testutil/random.c", + ], "test/testutil/stanza.o" => [ "../test/testutil/stanza.c", diff --git a/upstream-build/configdata.pm/x86_64-win32-mingw32 b/upstream-build/configdata.pm/x86_64-win32-mingw32 index e6dd175..5417e42 100644 --- a/upstream-build/configdata.pm/x86_64-win32-mingw32 +++ b/upstream-build/configdata.pm/x86_64-win32-mingw32 @@ -62,7 +62,7 @@ our %config = ( options => "enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers no-asan no-asm no-buildtest-c++ no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-mdc2 no-msan no-sctp no-ssl-trace no-ubsan no-unit-test no-zlib no-zlib-dynamic", perl_archname => "x86_64-msys-thread-multi", perl_cmd => "/usr/bin/perl", - perl_version => "5.28.2", + perl_version => "5.30.1", perlargv => [ "mingw64", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng" ], perlenv => { "AR" => undef, @@ -111,8 +111,8 @@ our %config = ( sourcedir => "..", target => "mingw64", tdirs => [ "ossl_shim" ], - version => "1.1.1c", - version_num => "0x1010103fL", + version => "1.1.1d", + version_num => "0x1010104fL", ); our %target = ( @@ -3194,8 +3194,6 @@ our %unified_info = ( { "deps" => [ - "ssl/packet.o", - "ssl/tls13_enc.o", "ssl/bio_ssl.o", "ssl/d1_lib.o", "ssl/d1_msg.o", @@ -3225,6 +3223,8 @@ our %unified_info = ( "ssl/t1_trce.o", "ssl/tls13_enc.o", "ssl/tls_srp.o", + "ssl/packet.o", + "ssl/tls13_enc.o", ], "products" => { @@ -3290,6 +3290,7 @@ our %unified_info = ( "test/testutil/init.o", "test/testutil/main.o", "test/testutil/output_helpers.o", + "test/testutil/random.o", "test/testutil/stanza.o", "test/testutil/tap_bio.o", "test/testutil/test_cleanup.o", @@ -12509,6 +12510,11 @@ our %unified_info = ( "include", "../include", ], + "test/testutil/random.o" => + [ + "include", + "../include", + ], "test/testutil/stanza.o" => [ "include", @@ -17836,6 +17842,7 @@ our %unified_info = ( "test/testutil/init.o", "test/testutil/main.o", "test/testutil/output_helpers.o", + "test/testutil/random.o", "test/testutil/stanza.o", "test/testutil/tap_bio.o", "test/testutil/test_cleanup.o", @@ -18189,6 +18196,10 @@ our %unified_info = ( [ "../test/testutil/output_helpers.c", ], + "test/testutil/random.o" => + [ + "../test/testutil/random.c", + ], "test/testutil/stanza.o" => [ "../test/testutil/stanza.c", diff --git a/upstream-build/configdata.pm/x86_64-win32-msvc b/upstream-build/configdata.pm/x86_64-win32-msvc index 607bee7..1eacfb7 100644 --- a/upstream-build/configdata.pm/x86_64-win32-msvc +++ b/upstream-build/configdata.pm/x86_64-win32-msvc @@ -29,6 +29,7 @@ our %config = ( MT => "mt", MTFLAGS => [ "-nologo" ], PERL => "C:\\Perl64\\bin\\perl.exe", + RANLIB => "ranlib", RC => "rc", RCFLAGS => [ ], afalgeng => "", @@ -67,7 +68,7 @@ our %config = ( perl_archname => "MSWin32-x64-multi-thread", perl_cmd => "C:\\Perl64\\bin\\perl.exe", perl_version => "5.26.3", - perlargv => [ "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng", "VC-WIN64A" ], + perlargv => [ "VC-WIN64A", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng" ], perlenv => { "AR" => undef, "ARFLAGS" => undef, @@ -115,8 +116,8 @@ our %config = ( sourcedir => "..", target => "VC-WIN64A", tdirs => [ "ossl_shim" ], - version => "1.1.1c", - version_num => "0x1010103fL", + version => "1.1.1d", + version_num => "0x1010104fL", ); our %target = ( @@ -132,7 +133,7 @@ our %target = ( LDFLAGS => "/nologo /debug", MT => "mt", MTFLAGS => "-nologo", - RANLIB => "CODE(0x65d528)", + RANLIB => "CODE(0x653500)", RC => "rc", _conf_fname_int => [ "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\shared-info.pl" ], aes_asm_src => "aes_core.c aes_cbc.c", @@ -3213,9 +3214,9 @@ our %unified_info = ( { "deps" => [ + "ms\\uplink.o", "ms\\applink.o", "ms\\applink.o", - "ms\\uplink.o", ], "products" => { @@ -3234,8 +3235,6 @@ our %unified_info = ( { "deps" => [ - "ssl\\packet.o", - "ssl\\tls13_enc.o", "ssl\\bio_ssl.o", "ssl\\d1_lib.o", "ssl\\d1_msg.o", @@ -3265,6 +3264,8 @@ our %unified_info = ( "ssl\\t1_trce.o", "ssl\\tls13_enc.o", "ssl\\tls_srp.o", + "ssl\\packet.o", + "ssl\\tls13_enc.o", ], "products" => { @@ -3330,6 +3331,7 @@ our %unified_info = ( "test\\testutil\\init.o", "test\\testutil\\main.o", "test\\testutil\\output_helpers.o", + "test\\testutil\\random.o", "test\\testutil\\stanza.o", "test\\testutil\\tap_bio.o", "test\\testutil\\test_cleanup.o", @@ -11303,12 +11305,12 @@ our %unified_info = ( ], "ms\\applink.o" => [ - "apps", ".", "include", - "..\\apps", + "apps", "..", "..\\include", + "..\\apps", ], "ms\\uplink.o" => [ @@ -12576,6 +12578,11 @@ our %unified_info = ( "include", "..\\include", ], + "test\\testutil\\random.o" => + [ + "include", + "..\\include", + ], "test\\testutil\\stanza.o" => [ "include", @@ -17886,6 +17893,7 @@ our %unified_info = ( "test\\testutil\\init.o", "test\\testutil\\main.o", "test\\testutil\\output_helpers.o", + "test\\testutil\\random.o", "test\\testutil\\stanza.o", "test\\testutil\\tap_bio.o", "test\\testutil\\test_cleanup.o", @@ -18239,6 +18247,10 @@ our %unified_info = ( [ "..\\test\\testutil\\output_helpers.c", ], + "test\\testutil\\random.o" => + [ + "..\\test\\testutil\\random.c", + ], "test\\testutil\\stanza.o" => [ "..\\test\\testutil\\stanza.c", diff --git a/upstream-build/makefile/i686-linux b/upstream-build/makefile/i686-linux index 26f32a0..08ef09e 100644 --- a/upstream-build/makefile/i686-linux +++ b/upstream-build/makefile/i686-linux @@ -7,11 +7,11 @@ PLATFORM=linux-x86 OPTIONS=enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers no-asan no-asm no-buildtest-c++ no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-mdc2 no-msan no-sctp no-ssl-trace no-ubsan no-unit-test no-zlib no-zlib-dynamic -CONFIGURE_ARGS=("linux-x86", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm") +CONFIGURE_ARGS=("linux-x86", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng") SRCDIR=.. BLDDIR=. -VERSION=1.1.1c +VERSION=1.1.1d MAJOR=1 MINOR=1.1 SHLIB_VERSION_NUMBER=1.1 @@ -30,7 +30,7 @@ ENGINES=engines/afalg.so engines/capi.so engines/dasync.so engines/ossltest.so e PROGRAMS=apps/openssl fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test test/aborttest test/afalgtest test/asn1_decode_test test/asn1_encode_test test/asn1_internal_test test/asn1_string_table_test test/asn1_time_test test/asynciotest test/asynctest test/bad_dtls_test test/bftest test/bio_callback_test test/bio_enc_test test/bio_memleak_test test/bioprinttest test/bntest test/buildtest_c_aes test/buildtest_c_asn1 test/buildtest_c_asn1t test/buildtest_c_async test/buildtest_c_bio test/buildtest_c_blowfish test/buildtest_c_bn test/buildtest_c_buffer test/buildtest_c_camellia test/buildtest_c_cast test/buildtest_c_cmac test/buildtest_c_cms test/buildtest_c_comp test/buildtest_c_conf test/buildtest_c_conf_api test/buildtest_c_crypto test/buildtest_c_ct test/buildtest_c_des test/buildtest_c_dh test/buildtest_c_dsa test/buildtest_c_dtls1 test/buildtest_c_e_os2 test/buildtest_c_ebcdic test/buildtest_c_ec test/buildtest_c_ecdh test/buildtest_c_ecdsa test/buildtest_c_engine test/buildtest_c_evp test/buildtest_c_hmac test/buildtest_c_idea test/buildtest_c_kdf test/buildtest_c_lhash test/buildtest_c_md2 test/buildtest_c_md4 test/buildtest_c_md5 test/buildtest_c_modes test/buildtest_c_obj_mac test/buildtest_c_objects test/buildtest_c_ocsp test/buildtest_c_opensslv test/buildtest_c_ossl_typ test/buildtest_c_pem test/buildtest_c_pem2 test/buildtest_c_pkcs12 test/buildtest_c_pkcs7 test/buildtest_c_rand test/buildtest_c_rand_drbg test/buildtest_c_rc2 test/buildtest_c_rc4 test/buildtest_c_rc5 test/buildtest_c_ripemd test/buildtest_c_rsa test/buildtest_c_safestack test/buildtest_c_seed test/buildtest_c_sha test/buildtest_c_srp test/buildtest_c_srtp test/buildtest_c_ssl test/buildtest_c_ssl2 test/buildtest_c_ssl3 test/buildtest_c_stack test/buildtest_c_store test/buildtest_c_symhacks test/buildtest_c_tls1 test/buildtest_c_ts test/buildtest_c_txt_db test/buildtest_c_ui test/buildtest_c_whrlpool test/buildtest_c_x509 test/buildtest_c_x509_vfy test/buildtest_c_x509v3 test/casttest test/chacha_internal_test test/cipherbytes_test test/cipherlist_test test/ciphername_test test/clienthellotest test/cmsapitest test/conf_include_test test/constant_time_test test/crltest test/ct_test test/ctype_internal_test test/curve448_internal_test test/d2i_test test/danetest test/destest test/dhtest test/drbg_cavs_test test/drbgtest test/dsa_no_digest_size_test test/dsatest test/dtls_mtu_test test/dtlstest test/dtlsv1listentest test/ec_internal_test test/ecdsatest test/ecstresstest test/ectest test/enginetest test/errtest test/evp_extra_test test/evp_test test/exdatatest test/exptest test/fatalerrtest test/gmdifftest test/gosttest test/hmactest test/ideatest test/igetest test/lhash_test test/md2test test/mdc2test test/memleaktest test/modes_internal_test test/ocspapitest test/packettest test/pbelutest test/pemtest test/pkey_meth_kdf_test test/pkey_meth_test test/poly1305_internal_test test/rc2test test/rc4test test/rc5test test/rdrand_sanitytest test/recordlentest test/rsa_complex test/rsa_mp_test test/rsa_test test/sanitytest test/secmemtest test/servername_test test/shlibloadtest test/siphash_internal_test test/sm2_internal_test test/sm4_internal_test test/srptest test/ssl_cert_table_internal_test test/ssl_test test/ssl_test_ctx_test test/sslapitest test/sslbuffertest test/sslcorrupttest test/ssltest_old test/stack_test test/sysdefaulttest test/test_test test/threadstest test/time_offset_test test/tls13ccstest test/tls13encryptiontest test/tls13secretstest test/uitest test/v3ext test/v3nametest test/verify_extra_test test/versions test/wpackettest test/x509_check_cert_pkey_test test/x509_dup_cert_test test/x509_internal_test test/x509_time_test test/x509aux SCRIPTS=apps/CA.pl apps/tsget.pl tools/c_rehash util/shlib_wrap.sh -DEPS=test/buildtest_camellia.d apps/crl2p7.d crypto/rc2/rc2ofb64.d crypto/dsa/dsa_gen.d crypto/bn/bn_add.d crypto/aes/aes_core.d test/drbgtest.d ssl/statem/extensions_cust.d ssl/d1_srtp.d test/dtlstest.d crypto/pkcs12/p12_npas.d test/buildtest_md2.d crypto/store/store_init.d test/x509_dup_cert_test.d ssl/t1_enc.d crypto/dsa/dsa_err.d apps/opt.d test/test_test.d ssl/statem/statem.d test/bio_callback_test.d crypto/evp/e_aes.d crypto/dsa/dsa_prn.d crypto/bf/bf_enc.d crypto/x509v3/v3_enum.d test/secmemtest.d crypto/asn1/asn1_err.d crypto/asn1/a_i2d_fp.d crypto/x509v3/pcy_lib.d crypto/ct/ct_policy.d crypto/cms/cms_io.d apps/pkcs7.d crypto/des/ofb64enc.d crypto/asn1/x_spki.d crypto/asn1/f_int.d crypto/rand/rand_egd.d crypto/bn/bn_sqrt.d crypto/asn1/a_strnid.d crypto/sm4/sm4.d crypto/ec/ec_curve.d crypto/engine/eng_list.d crypto/camellia/cmll_cfb.d crypto/asn1/tasn_dec.d crypto/ec/ecdh_kdf.d crypto/dsa/dsa_ameth.d test/siphash_internal_test.d crypto/idea/i_cbc.d crypto/ct/ct_x509v3.d crypto/dso/dso_dl.d crypto/ct/ct_prn.d test/gmdifftest.d test/aborttest.d crypto/dso/dso_dlfcn.d crypto/x509/x509_v3.d test/ssl_cert_table_internal_test.d crypto/pem/pem_oth.d crypto/seed/seed.d crypto/evp/m_null.d test/cipherlist_test.d crypto/ocsp/ocsp_ht.d crypto/rsa/rsa_ssl.d crypto/aes/aes_cbc.d test/buildtest_comp.d crypto/asn1/i2d_pr.d crypto/asn1/p5_pbe.d crypto/poly1305/poly1305_ameth.d apps/openssl.d crypto/hmac/hm_pmeth.d ssl/ssl_ciph.d crypto/ui/ui_openssl.d test/errtest.d test/bntest.d ssl/d1_lib.d crypto/idea/i_skey.d ssl/ssl_sess.d crypto/stack/stack.d crypto/sm3/sm3.d crypto/sha/sha1_one.d crypto/x509/t_crl.d crypto/pkcs12/p12_utl.d ssl/ssl_init.d crypto/pem/pem_lib.d crypto/md4/md4_dgst.d crypto/pem/pem_all.d crypto/bn/bn_exp.d crypto/des/cbc_enc.d crypto/cms/cms_env.d crypto/ocsp/ocsp_cl.d test/ctype_internal_test.d crypto/evp/m_sha3.d crypto/rand/rand_win.d test/testutil/cb.d crypto/cast/c_cfb64.d crypto/threads_win.d test/pkey_meth_test.d test/buildtest_rc5.d crypto/store/store_err.d apps/ciphers.d crypto/evp/e_aes_cbc_hmac_sha256.d test/testutil/tests.d test/buildtest_tls1.d apps/bf_prefix.d crypto/ocsp/ocsp_prn.d crypto/asn1/evp_asn1.d crypto/cmac/cm_ameth.d crypto/srp/srp_vfy.d crypto/ec/ecp_nist.d crypto/pkcs12/p12_p8d.d crypto/siphash/siphash.d crypto/bn/bn_mont.d test/buildtest_srtp.d crypto/pem/pem_pk8.d crypto/async/arch/async_posix.d crypto/evp/evp_key.d apps/engine.d crypto/ec/ec_kmeth.d test/ectest.d test/servername_test.d crypto/x509v3/v3_addr.d crypto/x509v3/v3_ncons.d test/exptest.d crypto/cms/cms_asn1.d crypto/cmac/cm_pmeth.d test/buildtest_obj_mac.d crypto/x509v3/v3_tlsf.d crypto/mem_sec.d crypto/evp/e_chacha20_poly1305.d apps/dhparam.d test/v3ext.d crypto/rsa/rsa_crpt.d crypto/dso/dso_vms.d test/dhtest.d apps/srp.d apps/prime.d crypto/des/ofb_enc.d crypto/evp/p_seal.d crypto/pkcs12/p12_crpt.d crypto/engine/tb_rand.d apps/smime.d ssl/ssl_utst.d crypto/lhash/lhash.d test/buildtest_rc2.d crypto/ec/ecp_nistp256.d test/buildtest_pkcs7.d crypto/pkcs12/p12_kiss.d crypto/x509v3/v3_pci.d fuzz/x509.d test/rc4test.d crypto/pkcs12/p12_attr.d crypto/pkcs7/pk7_mime.d test/buildtest_dsa.d ssl/record/ssl3_record_tls13.d test/testutil/main.d crypto/asn1/a_gentm.d crypto/asn1/t_spki.d test/buildtest_store.d crypto/asn1/a_d2i_fp.d crypto/evp/bio_enc.d test/time_offset_test.d apps/dsa.d crypto/cms/cms_ess.d fuzz/server.d test/ciphername_test.d test/casttest.d crypto/sha/sha1dgst.d crypto/x509v3/v3_genn.d crypto/cms/cms_err.d crypto/x509/x509cset.d ssl/record/ssl3_buffer.d crypto/asn1/p5_pbev2.d crypto/rsa/rsa_mp.d crypto/x509/x509type.d crypto/dsa/dsa_depr.d crypto/sha/keccak1600.d crypto/o_fopen.d test/chacha_internal_test.d test/buildtest_kdf.d ssl/ssl_asn1.d test/rc5test.d crypto/seed/seed_ecb.d ssl/tls_srp.d crypto/des/cfb64ede.d crypto/x509/x509rset.d test/buildtest_pem.d fuzz/ct.d crypto/ui/ui_err.d test/buildtest_idea.d crypto/cryptlib.d crypto/ec/ec_lib.d crypto/engine/eng_table.d crypto/ec/ec_err.d crypto/aes/aes_ecb.d crypto/ocsp/ocsp_lib.d crypto/des/pcbc_enc.d test/constant_time_test.d test/drbg_cavs_test.d crypto/ts/ts_rsp_utils.d crypto/dsa/dsa_sign.d test/ct_test.d crypto/evp/cmeth_lib.d crypto/err/err_all.d crypto/bf/bf_ofb64.d crypto/bn/bn_x931p.d crypto/x509/by_dir.d crypto/x509/x509_r2x.d crypto/x509v3/v3_pmaps.d crypto/ocsp/v3_ocsp.d crypto/dh/dh_rfc7919.d crypto/asn1/tasn_enc.d crypto/engine/tb_asnmth.d crypto/x509v3/v3_bitst.d crypto/engine/eng_pkey.d ssl/statem/statem_clnt.d crypto/pkcs7/pk7_attr.d crypto/asn1/ameth_lib.d crypto/evp/e_idea.d crypto/dsa/dsa_vrf.d crypto/conf/conf_err.d crypto/asn1/p8_pkey.d crypto/rc4/rc4_enc.d crypto/dh/dh_ameth.d ssl/ssl_cert.d test/shlibloadtest.d crypto/ocsp/ocsp_asn.d crypto/bn/bn_mul.d crypto/x509v3/v3_purp.d crypto/x509v3/pcy_node.d test/pbelutest.d crypto/asn1/d2i_pu.d ssl/s3_enc.d crypto/rand/drbg_ctr.d apps/s_time.d ssl/ssl_stat.d test/buildtest_x509.d crypto/ec/ecp_nistp521.d crypto/x509v3/pcy_data.d crypto/mem_dbg.d test/buildtest_dtls1.d crypto/bn/bn_recp.d test/sm4_internal_test.d crypto/x509v3/v3_pcons.d crypto/kdf/kdf_err.d crypto/sm3/m_sm3.d test/buildtest_ocsp.d crypto/aes/aes_ofb.d crypto/engine/eng_cnf.d crypto/dsa/dsa_lib.d crypto/x509v3/v3_pcia.d test/danetest.d crypto/conf/conf_sap.d crypto/ec/ec_print.d apps/nseq.d crypto/o_time.d test/gosttest.d crypto/evp/pmeth_lib.d crypto/asn1/a_int.d crypto/seed/seed_cfb.d test/memleaktest.d crypto/rand/rand_err.d test/ssltestlib.d test/sanitytest.d crypto/ec/ec2_oct.d crypto/ui/ui_lib.d crypto/blake2/m_blake2s.d crypto/blake2/blake2b.d crypto/rc5/rc5ofb64.d test/ecdsatest.d crypto/asn1/x_pkey.d crypto/cmac/cmac.d crypto/des/xcbc_enc.d crypto/asn1/tasn_utl.d crypto/evp/e_rc4_hmac_md5.d crypto/ec/ec_cvt.d ssl/ssl_txt.d crypto/engine/eng_all.d crypto/siphash/siphash_pmeth.d crypto/asn1/a_strex.d crypto/asn1/f_string.d crypto/rand/rand_vms.d test/conf_include_test.d test/tls13ccstest.d crypto/bio/bss_null.d crypto/dh/dh_prn.d apps/rehash.d test/dtls_mtu_test.d apps/errstr.d test/buildtest_ts.d test/srptest.d apps/x509.d crypto/evp/e_seed.d test/buildtest_lhash.d crypto/x509/t_req.d crypto/async/async_wait.d test/lhash_test.d test/sslcorrupttest.d crypto/ripemd/rmd_one.d crypto/des/fcrypt.d crypto/x509/x_attrib.d crypto/asn1/asn1_lib.d crypto/dh/dh_pmeth.d crypto/ct/ct_b64.d test/buildtest_dh.d crypto/objects/obj_dat.d crypto/x509v3/v3_pku.d crypto/conf/conf_mall.d ssl/record/ssl3_record.d crypto/engine/eng_openssl.d test/curve448_internal_test.d crypto/ec/ecp_mont.d crypto/asn1/a_bitstr.d crypto/dh/dh_gen.d test/modes_internal_test.d crypto/x509/x509_ext.d crypto/x509/x_x509a.d crypto/seed/seed_ofb.d crypto/cms/cms_smime.d crypto/rsa/rsa_prn.d crypto/dsa/dsa_asn1.d crypto/sha/sha256.d crypto/bio/bss_acpt.d crypto/engine/tb_dsa.d apps/app_rand.d apps/pkeyparam.d crypto/camellia/cmll_ctr.d test/asn1_internal_test.d apps/ecparam.d crypto/ec/curve448/eddsa.d crypto/x509v3/v3_conf.d crypto/ec/curve448/curve448_tables.d crypto/asn1/x_int64.d test/hmactest.d ssl/statem/statem_dtls.d test/rdrand_sanitytest.d crypto/lhash/lh_stats.d crypto/cast/c_enc.d crypto/store/store_lib.d test/buildtest_ssl2.d crypto/asn1/asn1_gen.d crypto/des/str2key.d crypto/evp/c_alld.d crypto/store/store_strings.d crypto/x509/x509_def.d crypto/ec/ecx_meth.d crypto/ec/ec_oct.d apps/enc.d crypto/x509v3/v3_cpols.d crypto/sm2/sm2_sign.d crypto/bio/bss_file.d test/buildtest_md5.d crypto/pem/pem_x509.d crypto/ts/ts_verify_ctx.d apps/passwd.d crypto/dh/dh_kdf.d ssl/statem/extensions_clnt.d crypto/pkcs12/p12_key.d crypto/txt_db/txt_db.d test/buildtest_seed.d test/destest.d crypto/x509v3/v3_utl.d crypto/des/cfb_enc.d crypto/asn1/x_val.d crypto/rc2/rc2cfb64.d apps/verify.d fuzz/asn1parse.d test/buildtest_ct.d crypto/aes/aes_cfb.d test/exdatatest.d crypto/rc5/rc5cfb64.d test/crltest.d crypto/asn1/t_bitst.d crypto/bio/bss_bio.d crypto/x509v3/v3_sxnet.d apps/genrsa.d crypto/asn1/bio_ndef.d crypto/modes/ccm128.d crypto/evp/e_rc4.d ssl/statem/extensions_srvr.d test/dsa_no_digest_size_test.d crypto/evp/m_sigver.d test/drbg_cavs_data.d crypto/pkcs7/pk7_doit.d crypto/pkcs7/pk7_lib.d crypto/x509/x509_err.d crypto/camellia/cmll_ofb.d crypto/rsa/rsa_pmeth.d crypto/asn1/a_utf8.d crypto/dsa/dsa_meth.d crypto/cast/c_ecb.d crypto/engine/tb_cipher.d crypto/objects/obj_xref.d test/evp_test.d test/buildtest_sha.d crypto/asn1/x_long.d test/x509_time_test.d crypto/aes/aes_misc.d test/buildtest_buffer.d crypto/ec/ec_asn1.d crypto/rand/drbg_lib.d engines/e_capi.d crypto/bn/bn_const.d crypto/x509/x509_txt.d apps/ocsp.d test/mdc2_internal_test.d crypto/ec/ecp_nistputil.d crypto/conf/conf_ssl.d test/rsa_test.d test/buildtest_ossl_typ.d crypto/bn/bn_mod.d crypto/evp/digest.d test/enginetest.d crypto/des/ecb_enc.d crypto/rand/rand_lib.d crypto/bio/bio_lib.d crypto/asn1/a_verify.d crypto/asn1/bio_asn1.d apps/s_socket.d apps/dgst.d test/sysdefaulttest.d test/x509_check_cert_pkey_test.d apps/rsa.d crypto/o_str.d crypto/asn1/a_digest.d crypto/hmac/hm_ameth.d crypto/md5/md5_one.d apps/genpkey.d crypto/store/loader_file.d crypto/bio/bf_null.d test/wpackettest.d crypto/poly1305/poly1305.d crypto/x509/x509_vfy.d crypto/ts/ts_err.d test/dsatest.d crypto/cms/cms_kari.d apps/storeutl.d crypto/bn/bn_exp2.d crypto/evp/bio_b64.d crypto/x509v3/v3_asid.d test/md2test.d test/buildtest_ui.d crypto/evp/e_rc5.d crypto/cms/cms_dd.d test/igetest.d crypto/evp/evp_pkey.d crypto/asn1/a_print.d test/testutil/output_helpers.d crypto/x509/x_crl.d test/pemtest.d crypto/dh/dh_check.d crypto/ec/ec_key.d crypto/evp/p_sign.d apps/version.d crypto/bn/bn_print.d crypto/cast/c_ofb64.d crypto/buffer/buffer.d crypto/ct/ct_err.d test/stack_test.d crypto/comp/c_zlib.d crypto/bio/b_sock.d crypto/evp/encode.d crypto/rsa/rsa_depr.d crypto/mem_clr.d crypto/bio/bio_err.d crypto/pkcs12/pk12err.d crypto/des/cfb64enc.d crypto/x509/x509_d2.d crypto/ec/ec_check.d test/poly1305_internal_test.d apps/rand.d crypto/evp/e_cast.d crypto/bn/bn_rand.d crypto/cms/cms_enc.d crypto/engine/eng_init.d test/evp_extra_test.d crypto/asn1/a_octet.d test/tls13secretstest.d crypto/bn/bn_depr.d crypto/x509/x509_req.d crypto/rsa/rsa_meth.d crypto/engine/tb_rsa.d crypto/poly1305/poly1305_pmeth.d test/buildtest_des.d crypto/engine/eng_rdrand.d test/buildtest_conf.d crypto/rsa/rsa_ossl.d test/bioprinttest.d crypto/seed/seed_cbc.d test/buildtest_pkcs12.d crypto/asn1/tasn_fre.d crypto/pkcs12/p12_crt.d crypto/pkcs12/p12_decr.d apps/ca.d ssl/statem/statem_lib.d crypto/siphash/siphash_ameth.d crypto/des/set_key.d crypto/ts/ts_lib.d crypto/store/store_register.d crypto/ec/ecp_smpl.d crypto/ctype.d ssl/t1_lib.d crypto/comp/comp_err.d crypto/buffer/buf_err.d crypto/rand/rand_unix.d crypto/pkcs12/p12_asn.d crypto/async/async.d crypto/bio/b_print.d crypto/bio/bss_mem.d crypto/asn1/x_sig.d crypto/bn/bn_sqr.d crypto/x509v3/v3_info.d crypto/ui/ui_util.d crypto/x509/x509_vpm.d crypto/dh/dh_err.d test/buildtest_blowfish.d crypto/rsa/rsa_lib.d crypto/engine/eng_fat.d crypto/kdf/tls1_prf.d crypto/sm2/sm2_crypt.d crypto/evp/m_md5.d crypto/kdf/hkdf.d crypto/ts/ts_asn1.d crypto/asn1/a_sign.d crypto/x509/x509_set.d crypto/des/ofb64ede.d crypto/x509v3/v3_akey.d crypto/bn/bn_kron.d apps/ts.d crypto/aes/aes_ige.d crypto/err/err_prn.d crypto/bio/b_sock2.d test/buildtest_rand_drbg.d crypto/evp/e_des3.d fuzz/test-corpus.d crypto/des/ecb3_enc.d crypto/chacha/chacha_enc.d test/buildtest_cmac.d crypto/modes/cts128.d crypto/pkcs12/p12_mutl.d crypto/rsa/rsa_err.d crypto/idea/i_cfb64.d crypto/bn/bn_mpi.d crypto/cms/cms_lib.d crypto/asn1/tasn_prn.d crypto/bf/bf_ecb.d crypto/rsa/rsa_ameth.d crypto/md4/md4_one.d test/dtlsv1listentest.d crypto/bn/bn_gcd.d crypto/x509/x_all.d crypto/o_dir.d test/testutil/init.d apps/apps.d ssl/statem/statem_srvr.d crypto/rc2/rc2_skey.d test/buildtest_ebcdic.d crypto/x509v3/v3_admis.d crypto/objects/o_names.d crypto/des/des_enc.d crypto/conf/conf_def.d crypto/evp/bio_md.d test/v3nametest.d test/buildtest_ec.d engines/e_afalg.d crypto/err/err.d crypto/ct/ct_log.d crypto/ex_data.d crypto/dsa/dsa_key.d crypto/ct/ct_sct_ctx.d apps/dsaparam.d crypto/bio/b_addr.d crypto/cms/cms_sd.d test/buildtest_hmac.d crypto/md2/md2_dgst.d crypto/ct/ct_vfy.d crypto/pkcs12/p12_init.d test/buildtest_opensslv.d crypto/bio/bss_dgram.d crypto/bio/bss_conn.d crypto/pkcs7/pkcs7err.d crypto/dsa/dsa_pmeth.d test/bio_enc_test.d test/threadstest.d crypto/asn1/asn_mstbl.d crypto/asn1/n_pkey.d crypto/ec/curve448/f_generic.d test/asn1_decode_test.d crypto/aes/aes_wrap.d test/buildtest_srp.d test/buildtest_crypto.d crypto/pkcs12/p12_add.d crypto/asn1/asn1_par.d test/buildtest_txt_db.d crypto/modes/ocb128.d test/ideatest.d test/buildtest_cms.d crypto/asn1/p5_scrypt.d crypto/ts/ts_rsp_sign.d crypto/rc2/rc2_ecb.d test/ssl_test_ctx_test.d crypto/bio/bss_log.d crypto/engine/tb_pkmeth.d crypto/asn1/x_info.d crypto/evp/evp_cnf.d crypto/init.d crypto/x509v3/v3_prn.d apps/s_client.d test/buildtest_async.d test/buildtest_md4.d crypto/engine/tb_eckey.d crypto/cms/cms_att.d crypto/bio/bf_lbuf.d crypto/cms/cms_cd.d apps/req.d test/buildtest_cast.d apps/pkey.d crypto/evp/p_verify.d test/d2i_test.d crypto/asn1/asn_mime.d apps/sess_id.d test/asynciotest.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/evp/bio_ok.d ssl/s3_msg.d crypto/cversion.d apps/pkcs8.d test/sslapitest.d test/ssltest_old.d crypto/evp/p5_crpt.d crypto/rsa/rsa_gen.d apps/rsautl.d crypto/getenv.d fuzz/bndiv.d crypto/ts/ts_rsp_print.d apps/cms.d crypto/rsa/rsa_pk1.d crypto/pkcs7/pk7_smime.d crypto/camellia/cmll_cbc.d crypto/asn1/x_algor.d test/buildtest_engine.d crypto/x509v3/v3_bcons.d test/buildtest_whrlpool.d crypto/x509/x509_trs.d crypto/ui/ui_null.d test/uitest.d test/ec_internal_test.d crypto/bn/bn_blind.d crypto/x509v3/pcy_map.d ssl/packet.d ssl/s3_lib.d crypto/rsa/rsa_pss.d test/buildtest_asn1t.d crypto/evp/c_allc.d crypto/cpt_err.d crypto/pkcs7/bio_pk7.d crypto/bn/bn_dh.d test/buildtest_ecdsa.d crypto/ec/ecp_oct.d crypto/camellia/cmll_misc.d test/versions.d crypto/evp/evp_pbe.d crypto/evp/e_des.d crypto/md5/md5_dgst.d crypto/evp/m_md4.d crypto/pem/pem_err.d crypto/bn/bn_err.d test/buildtest_modes.d crypto/evp/e_sm4.d crypto/rsa/rsa_none.d crypto/evp/evp_enc.d crypto/ocsp/ocsp_err.d crypto/idea/i_ecb.d crypto/modes/ctr128.d crypto/pem/pem_info.d test/handshake_helper.d crypto/ec/curve25519.d crypto/modes/gcm128.d crypto/asn1/a_time.d test/cmsapitest.d ssl/pqueue.d ssl/ssl_rsa.d apps/pkeyutl.d crypto/asn1/tasn_new.d crypto/evp/names.d crypto/modes/ofb128.d crypto/evp/m_sha1.d test/asn1_encode_test.d crypto/bn/bn_srp.d ssl/tls13_enc.d crypto/x509/x509_cmp.d test/x509_internal_test.d crypto/pem/pem_sign.d test/asn1_time_test.d crypto/asn1/i2d_pu.d test/ecstresstest.d crypto/dso/dso_lib.d crypto/evp/m_md2.d crypto/pem/pem_xaux.d crypto/evp/pbe_scrypt.d crypto/x509v3/pcy_tree.d test/tls13encryptiontest.d crypto/ocsp/ocsp_srv.d crypto/dh/dh_lib.d fuzz/crl.d test/bio_memleak_test.d ssl/record/rec_layer_s3.d test/asynctest.d crypto/ocsp/ocsp_ext.d crypto/modes/xts128.d crypto/ec/ecdsa_ossl.d crypto/asn1/d2i_pr.d crypto/asn1/tasn_scn.d ssl/t1_trce.d ssl/bio_ssl.d engines/e_ossltest.d crypto/srp/srp_lib.d test/buildtest_asn1.d test/testutil/stanza.d crypto/ts/ts_req_print.d apps/spkac.d crypto/x509v3/v3err.d crypto/ct/ct_sct.d fuzz/asn1.d test/testutil/tap_bio.d crypto/pkcs7/pk7_asn1.d crypto/aria/aria.d crypto/comp/comp_lib.d crypto/asn1/a_utctm.d crypto/bf/bf_cfb64.d crypto/x509v3/pcy_cache.d crypto/x509/x509name.d test/clienthellotest.d crypto/ec/ecdh_ossl.d engines/e_padlock.d crypto/ec/ecdsa_vrf.d crypto/whrlpool/wp_block.d crypto/ripemd/rmd_dgst.d crypto/whrlpool/wp_dgst.d crypto/bn/bn_nist.d crypto/modes/cbc128.d crypto/asn1/tasn_typ.d ssl/statem/extensions.d crypto/rc5/rc5_enc.d test/pkey_meth_kdf_test.d crypto/pem/pem_pkey.d crypto/bio/bss_sock.d test/buildtest_rc4.d fuzz/client.d crypto/rsa/rsa_x931.d crypto/rand/randfile.d crypto/evp/m_mdc2.d crypto/asn1/a_object.d test/mdc2test.d crypto/bn/bn_div.d fuzz/bignum.d crypto/ec/ec_mult.d crypto/conf/conf_lib.d ssl/ssl_conf.d crypto/async/async_err.d crypto/x509/t_x509.d crypto/idea/i_ofb64.d crypto/evp/e_xcbc_d.d test/buildtest_ripemd.d crypto/camellia/camellia.d crypto/x509v3/v3_skey.d crypto/async/arch/async_win.d crypto/rsa/rsa_oaep.d test/fatalerrtest.d crypto/bio/b_dump.d test/verify_extra_test.d test/testutil/test_cleanup.d ssl/methods.d crypto/cast/c_skey.d crypto/x509v3/v3_lib.d crypto/evp/e_bf.d crypto/asn1/asn1_item_list.d crypto/des/fcrypt_b.d crypto/camellia/cmll_ecb.d ssl/record/rec_layer_d1.d crypto/engine/eng_err.d crypto/rsa/rsa_saos.d crypto/evp/p_lib.d crypto/x509/x_x509.d test/buildtest_objects.d crypto/ts/ts_req_utils.d apps/crl.d ssl/s3_cbc.d test/testutil/basic_output.d crypto/bn/bn_shift.d crypto/cms/cms_pwri.d crypto/asn1/a_type.d test/buildtest_stack.d crypto/bio/bio_cb.d crypto/bn/bn_intern.d crypto/des/rand_key.d test/buildtest_x509_vfy.d crypto/kdf/scrypt.d crypto/engine/eng_lib.d test/testutil/format_output.d test/x509aux.d test/bftest.d crypto/evp/e_rc2.d crypto/bn/bn_word.d crypto/x509v3/v3_int.d crypto/x509v3/v3_ia5.d apps/ec.d crypto/evp/p5_crpt2.d crypto/evp/e_aria.d crypto/rc2/rc2_cbc.d crypto/conf/conf_api.d crypto/x509v3/v3_crld.d crypto/dso/dso_win32.d crypto/rc5/rc5_skey.d crypto/dh/dh_meth.d test/buildtest_rsa.d test/buildtest_e_os2.d crypto/sm2/sm2_err.d crypto/des/qud_cksm.d crypto/bn/bn_asm.d test/recordlentest.d crypto/modes/wrap128.d crypto/ec/curve448/scalar.d test/buildtest_evp.d crypto/o_init.d crypto/bf/bf_skey.d test/ssl_test_ctx.d crypto/x509v3/v3_extku.d crypto/hmac/hmac.d crypto/sm2/sm2_pmeth.d crypto/ct/ct_oct.d test/sm2_internal_test.d test/buildtest_bn.d ssl/ssl_mcnf.d crypto/sha/sha512.d crypto/evp/e_old.d crypto/bn/bn_lib.d apps/asn1pars.d crypto/bio/bio_meth.d test/asn1_string_table_test.d crypto/threads_none.d test/ssl_test.d crypto/x509/x509_att.d crypto/dh/dh_asn1.d crypto/bn/bn_gf2m.d crypto/rsa/rsa_sign.d crypto/ec/curve448/arch_32/f_impl.d crypto/ocsp/ocsp_vfy.d crypto/evp/m_ripemd.d crypto/bio/bf_buff.d crypto/x509/x_req.d test/buildtest_pem2.d crypto/x509/by_file.d crypto/bn/bn_ctx.d crypto/asn1/a_dup.d crypto/evp/p_open.d crypto/pkcs12/p12_sbag.d crypto/ts/ts_rsp_verify.d crypto/engine/eng_ctrl.d apps/gendsa.d test/cipherbytes_test.d crypto/evp/pmeth_fn.d fuzz/conf.d test/rc2test.d crypto/rsa/rsa_asn1.d test/rsa_complex.d crypto/x509/x_name.d apps/s_server.d engines/e_dasync.d crypto/asn1/x_bignum.d crypto/evp/evp_lib.d crypto/md2/md2_one.d crypto/des/cbc_cksm.d test/testutil/driver.d test/packettest.d crypto/engine/tb_dh.d test/buildtest_symhacks.d crypto/async/arch/async_null.d crypto/x509/x_pubkey.d crypto/evp/pmeth_gn.d crypto/x509v3/v3_akeya.d crypto/bio/bf_nbio.d crypto/ts/ts_conf.d crypto/ec/ecp_nistp224.d crypto/rsa/rsa_x931g.d crypto/x509v3/v3_alt.d crypto/pkcs12/p12_p8e.d crypto/engine/eng_dyn.d crypto/evp/e_camellia.d ssl/ssl_err.d apps/speed.d crypto/modes/cfb128.d test/rsa_mp_test.d crypto/asn1/asn_pack.d apps/pkcs12.d ssl/ssl_lib.d crypto/mem.d crypto/x509/x_exten.d crypto/ec/ecdsa_sign.d crypto/asn1/t_pkey.d test/buildtest_ssl.d test/ocspapitest.d test/afalgtest.d test/buildtest_x509v3.d crypto/rsa/rsa_chk.d crypto/ec/ec_ameth.d crypto/dso/dso_openssl.d crypto/dh/dh_rfc5114.d test/sslbuffertest.d crypto/evp/e_null.d test/buildtest_conf_api.d crypto/evp/p_enc.d crypto/ec/curve448/curve448.d crypto/ec/ec_pmeth.d crypto/evp/m_md5_sha1.d crypto/evp/p_dec.d crypto/blake2/blake2s.d crypto/evp/m_wp.d test/buildtest_rand.d crypto/dsa/dsa_ossl.d crypto/threads_pthread.d ssl/record/dtls1_bitmap.d crypto/uid.d crypto/evp/evp_err.d crypto/objects/obj_err.d crypto/bn/bn_prime.d crypto/blake2/m_blake2b.d apps/s_cb.d crypto/asn1/nsseq.d crypto/objects/obj_lib.d test/buildtest_aes.d crypto/engine/tb_digest.d ssl/d1_msg.d test/buildtest_ecdh.d crypto/asn1/a_mbstr.d crypto/conf/conf_mod.d test/buildtest_ssl3.d crypto/dh/dh_depr.d crypto/bio/bss_fd.d crypto/rc4/rc4_skey.d crypto/x509/x509_lu.d crypto/o_fips.d crypto/asn1/asn_moid.d crypto/x509/x509spki.d crypto/ec/eck_prn.d fuzz/cms.d crypto/x509/x509_obj.d test/bad_dtls_test.d test/buildtest_bio.d crypto/rc5/rc5_ecb.d crypto/dso/dso_err.d test/buildtest_safestack.d crypto/x509/x509_meth.d crypto/ebcdic.d crypto/ec/ec2_smpl.d crypto/dh/dh_key.d crypto/pem/pvkfmt.d +DEPS=crypto/x509v3/v3_extku.d crypto/objects/o_names.d test/versions.d crypto/ex_data.d crypto/blake2/m_blake2b.d test/rdrand_sanitytest.d crypto/o_str.d crypto/bn/bn_intern.d crypto/x509/t_x509.d crypto/x509/x509_meth.d crypto/sm2/sm2_pmeth.d crypto/engine/eng_cnf.d test/evp_extra_test.d crypto/ec/ecp_nist.d crypto/conf/conf_ssl.d crypto/dsa/dsa_ameth.d ssl/record/rec_layer_s3.d ssl/record/rec_layer_d1.d test/buildtest_txt_db.d crypto/x509/x509cset.d crypto/sm3/m_sm3.d test/clienthellotest.d test/buildtest_ripemd.d crypto/kdf/hkdf.d test/shlibloadtest.d test/buildtest_pkcs7.d test/testutil/output_helpers.d apps/opt.d crypto/cast/c_ecb.d test/buildtest_async.d crypto/rand/rand_unix.d test/buildtest_asn1.d crypto/ocsp/ocsp_ht.d crypto/x509/x509type.d crypto/dsa/dsa_err.d crypto/poly1305/poly1305_pmeth.d crypto/ctype.d crypto/evp/bio_enc.d crypto/asn1/d2i_pu.d apps/pkey.d test/destest.d crypto/idea/i_skey.d crypto/async/async_err.d ssl/statem/extensions_cust.d test/evp_test.d crypto/asn1/a_octet.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/evp/e_old.d engines/e_capi.d crypto/rand/rand_win.d crypto/ec/ecdh_kdf.d ssl/d1_msg.d crypto/ocsp/ocsp_srv.d apps/app_rand.d test/chacha_internal_test.d crypto/engine/tb_eckey.d crypto/kdf/kdf_err.d crypto/o_time.d test/buildtest_bio.d crypto/srp/srp_lib.d crypto/rsa/rsa_prn.d crypto/bn/bn_shift.d test/rsa_complex.d test/mdc2test.d crypto/asn1/x_bignum.d apps/prime.d test/sslapitest.d crypto/pkcs12/p12_kiss.d test/buildtest_pem.d crypto/evp/evp_cnf.d crypto/x509/x509_lu.d crypto/asn1/x_algor.d crypto/rc5/rc5_enc.d engines/e_afalg.d crypto/rc4/rc4_skey.d test/buildtest_whrlpool.d crypto/evp/evp_enc.d crypto/asn1/t_bitst.d ssl/ssl_cert.d ssl/s3_msg.d crypto/ct/ct_log.d crypto/whrlpool/wp_dgst.d crypto/cpt_err.d test/rc5test.d test/x509aux.d crypto/bio/b_addr.d crypto/x509/x509name.d crypto/ec/ec_curve.d ssl/ssl_init.d test/conf_include_test.d fuzz/client.d crypto/asn1/tasn_scn.d crypto/des/cfb_enc.d crypto/rsa/rsa_pk1.d crypto/des/cbc_enc.d crypto/dso/dso_vms.d crypto/sm2/sm2_sign.d crypto/rsa/rsa_depr.d crypto/bn/bn_mpi.d crypto/asn1/tasn_typ.d crypto/engine/eng_dyn.d crypto/rsa/rsa_ameth.d test/buildtest_bn.d crypto/engine/tb_rsa.d crypto/evp/pmeth_gn.d crypto/dh/dh_key.d crypto/ec/ecp_smpl.d crypto/aes/aes_ige.d crypto/asn1/bio_asn1.d crypto/asn1/asn1_gen.d crypto/blake2/blake2s.d crypto/evp/evp_pkey.d apps/s_time.d test/buildtest_dtls1.d crypto/engine/eng_ctrl.d crypto/asn1/i2d_pr.d crypto/rc5/rc5_ecb.d crypto/asn1/a_sign.d test/buildtest_rand_drbg.d crypto/asn1/ameth_lib.d test/buildtest_md4.d crypto/x509/x509_v3.d crypto/mem_sec.d test/dsatest.d crypto/bf/bf_enc.d apps/dsaparam.d crypto/poly1305/poly1305.d crypto/asn1/x_pkey.d test/buildtest_dsa.d crypto/md5/md5_one.d crypto/x509/by_dir.d crypto/des/xcbc_enc.d crypto/asn1/asn1_err.d test/cipherbytes_test.d crypto/x509v3/v3_alt.d crypto/evp/p_enc.d ssl/statem/statem.d crypto/asn1/a_verify.d crypto/bn/bn_srp.d test/pemtest.d crypto/hmac/hm_ameth.d crypto/bn/bn_blind.d test/buildtest_engine.d apps/pkeyutl.d crypto/cms/cms_smime.d crypto/bn/bn_print.d apps/speed.d crypto/pem/pem_x509.d crypto/evp/evp_pbe.d crypto/cms/cms_asn1.d crypto/x509v3/v3_sxnet.d test/servername_test.d crypto/pkcs12/p12_attr.d crypto/des/fcrypt.d crypto/bn/bn_x931p.d crypto/ec/ec_check.d crypto/pem/pem_pk8.d test/buildtest_ts.d crypto/ct/ct_vfy.d crypto/modes/xts128.d crypto/o_init.d crypto/ct/ct_sct.d crypto/bn/bn_ctx.d crypto/evp/e_seed.d ssl/ssl_txt.d test/bftest.d crypto/evp/p_open.d crypto/cms/cms_dd.d crypto/pkcs12/p12_add.d crypto/bn/bn_sqrt.d crypto/bio/bss_null.d crypto/dh/dh_check.d test/dtls_mtu_test.d crypto/ec/curve448/eddsa.d crypto/conf/conf_api.d crypto/engine/eng_rdrand.d crypto/asn1/tasn_new.d crypto/bn/bn_mod.d crypto/evp/p_verify.d crypto/evp/e_idea.d test/errtest.d apps/ciphers.d crypto/cms/cms_io.d crypto/idea/i_cfb64.d test/buildtest_seed.d crypto/sha/sha512.d crypto/cversion.d crypto/ec/ecp_nistp521.d crypto/o_dir.d crypto/mem_clr.d crypto/des/qud_cksm.d crypto/dh/dh_err.d test/sm2_internal_test.d crypto/ec/ecp_nistp256.d crypto/cms/cms_sd.d crypto/x509v3/v3_enum.d test/buildtest_srtp.d test/ec_internal_test.d apps/genrsa.d test/ssl_test.d test/buildtest_x509.d crypto/x509v3/v3_purp.d crypto/idea/i_ecb.d crypto/ocsp/ocsp_lib.d ssl/pqueue.d crypto/evp/e_aes.d crypto/x509v3/pcy_cache.d crypto/pkcs12/p12_asn.d crypto/evp/m_wp.d crypto/bio/bss_mem.d test/stack_test.d crypto/kdf/tls1_prf.d apps/pkcs7.d crypto/engine/tb_pkmeth.d crypto/pem/pem_err.d crypto/evp/bio_ok.d ssl/ssl_stat.d test/buildtest_pem2.d test/buildtest_conf_api.d crypto/asn1/a_gentm.d crypto/dso/dso_dlfcn.d crypto/bn/bn_mont.d crypto/cms/cms_err.d crypto/dso/dso_win32.d apps/pkcs12.d crypto/conf/conf_mod.d crypto/ts/ts_verify_ctx.d crypto/ec/ecdsa_sign.d crypto/pkcs12/p12_key.d crypto/pem/pem_info.d apps/errstr.d crypto/evp/m_sha3.d crypto/bio/bf_lbuf.d test/enginetest.d crypto/ts/ts_req_print.d test/crltest.d crypto/bio/bf_buff.d crypto/x509v3/pcy_map.d crypto/asn1/a_mbstr.d test/buildtest_x509_vfy.d crypto/x509/t_crl.d crypto/dh/dh_lib.d crypto/ct/ct_b64.d crypto/dsa/dsa_meth.d crypto/ec/ec_cvt.d fuzz/ct.d test/buildtest_rc2.d crypto/cms/cms_enc.d crypto/objects/obj_lib.d crypto/x509/x509_def.d crypto/ts/ts_req_utils.d fuzz/x509.d crypto/async/async_wait.d test/bad_dtls_test.d test/time_offset_test.d test/ct_test.d crypto/ct/ct_oct.d crypto/bn/bn_const.d test/v3nametest.d crypto/evp/digest.d crypto/rand/rand_err.d apps/rehash.d test/buildtest_ossl_typ.d crypto/bn/bn_mul.d test/buildtest_cms.d crypto/x509/x_all.d test/fatalerrtest.d apps/sess_id.d crypto/lhash/lh_stats.d test/bntest.d test/verify_extra_test.d test/buildtest_srp.d crypto/comp/comp_lib.d crypto/dsa/dsa_sign.d crypto/x509/x509_ext.d crypto/pem/pem_oth.d crypto/ocsp/ocsp_cl.d crypto/evp/m_null.d crypto/x509v3/pcy_tree.d test/lhash_test.d apps/asn1pars.d crypto/asn1/p5_pbe.d test/threadstest.d crypto/txt_db/txt_db.d crypto/asn1/p5_pbev2.d test/testutil/format_output.d apps/ec.d crypto/md4/md4_dgst.d crypto/ts/ts_asn1.d crypto/asn1/a_int.d ssl/ssl_conf.d crypto/store/store_err.d test/rsa_test.d crypto/x509/x509_txt.d test/buildtest_store.d test/buildtest_buffer.d crypto/asn1/d2i_pr.d ssl/methods.d crypto/pkcs12/p12_crt.d apps/dsa.d crypto/evp/m_sigver.d test/ssl_test_ctx_test.d crypto/bio/bss_conn.d crypto/rsa/rsa_gen.d crypto/ec/ec_key.d crypto/pkcs12/p12_crpt.d crypto/buffer/buf_err.d crypto/camellia/cmll_misc.d crypto/store/store_init.d crypto/bn/bn_sqr.d crypto/modes/cbc128.d crypto/rc2/rc2_ecb.d crypto/bio/bss_sock.d test/pkey_meth_test.d crypto/bio/bss_log.d test/buildtest_aes.d crypto/ct/ct_x509v3.d crypto/o_fips.d crypto/bf/bf_cfb64.d crypto/asn1/tasn_fre.d test/recordlentest.d test/ctype_internal_test.d crypto/ec/ecp_oct.d test/drbg_cavs_test.d crypto/evp/e_null.d ssl/s3_lib.d test/hmactest.d crypto/evp/e_sm4.d crypto/modes/cfb128.d crypto/bn/bn_nist.d crypto/blake2/m_blake2s.d test/pkey_meth_kdf_test.d crypto/x509v3/v3_cpols.d crypto/ec/curve25519.d crypto/des/des_enc.d crypto/dsa/dsa_prn.d crypto/dsa/dsa_key.d crypto/ct/ct_policy.d test/drbgtest.d crypto/seed/seed_ecb.d crypto/ripemd/rmd_dgst.d test/dsa_no_digest_size_test.d crypto/evp/bio_md.d test/buildtest_symhacks.d crypto/x509/x509_err.d crypto/ct/ct_err.d crypto/evp/bio_b64.d test/x509_time_test.d crypto/x509v3/v3_lib.d crypto/rsa/rsa_sign.d crypto/asn1/a_strnid.d crypto/async/arch/async_null.d crypto/asn1/a_i2d_fp.d crypto/ui/ui_openssl.d crypto/dh/dh_pmeth.d crypto/dh/dh_rfc5114.d ssl/t1_trce.d crypto/conf/conf_def.d crypto/evp/evp_key.d apps/s_cb.d test/constant_time_test.d crypto/des/ofb64ede.d crypto/pkcs12/p12_init.d crypto/rand/rand_egd.d crypto/asn1/t_pkey.d crypto/evp/e_rc4.d crypto/asn1/asn_mime.d test/buildtest_safestack.d crypto/x509/x_x509a.d crypto/ocsp/ocsp_asn.d crypto/pem/pem_pkey.d crypto/err/err_prn.d crypto/des/pcbc_enc.d test/buildtest_lhash.d crypto/engine/eng_init.d crypto/cast/c_enc.d fuzz/bignum.d crypto/ec/ec_asn1.d crypto/x509/x509_trs.d engines/e_ossltest.d crypto/err/err_all.d crypto/cmac/cm_pmeth.d apps/engine.d crypto/modes/gcm128.d apps/openssl.d crypto/cms/cms_ess.d crypto/evp/p5_crpt2.d test/buildtest_ec.d crypto/threads_pthread.d crypto/des/str2key.d crypto/lhash/lhash.d crypto/pkcs12/p12_decr.d crypto/evp/e_des.d test/buildtest_modes.d test/asn1_encode_test.d crypto/ct/ct_sct_ctx.d ssl/d1_srtp.d crypto/rc2/rc2cfb64.d crypto/cmac/cmac.d crypto/dh/dh_meth.d ssl/statem/extensions_clnt.d crypto/pem/pem_sign.d crypto/ec/ec2_oct.d test/srptest.d test/pbelutest.d crypto/asn1/tasn_utl.d apps/rand.d apps/verify.d crypto/bn/bn_asm.d crypto/rsa/rsa_x931g.d crypto/ec/curve448/scalar.d test/buildtest_x509v3.d ssl/record/dtls1_bitmap.d crypto/camellia/camellia.d crypto/evp/e_camellia.d crypto/des/rand_key.d test/buildtest_evp.d crypto/idea/i_cbc.d crypto/asn1/tasn_dec.d fuzz/server.d crypto/whrlpool/wp_block.d test/buildtest_cast.d crypto/seed/seed_cfb.d ssl/statem/statem_lib.d crypto/x509/x_exten.d test/buildtest_md2.d crypto/rsa/rsa_chk.d crypto/ec/ec_mult.d crypto/evp/e_bf.d crypto/threads_none.d test/testutil/cb.d test/d2i_test.d crypto/x509v3/v3_crld.d crypto/cms/cms_env.d crypto/ec/ecp_mont.d crypto/x509v3/v3_admis.d crypto/modes/wrap128.d crypto/x509v3/v3_pcia.d crypto/x509/x509_vpm.d crypto/rand/rand_vms.d ssl/ssl_asn1.d ssl/tls13_enc.d crypto/ebcdic.d crypto/mem_dbg.d test/buildtest_rsa.d crypto/ec/ec_kmeth.d crypto/dso/dso_err.d crypto/ocsp/ocsp_err.d crypto/x509/x509rset.d ssl/bio_ssl.d test/bio_memleak_test.d crypto/bio/b_sock.d crypto/bn/bn_kron.d crypto/x509/x_req.d crypto/x509v3/v3_bcons.d fuzz/test-corpus.d crypto/x509v3/v3_bitst.d crypto/asn1/a_digest.d apps/dhparam.d crypto/asn1/p8_pkey.d crypto/asn1/x_val.d crypto/dsa/dsa_pmeth.d crypto/ts/ts_err.d test/buildtest_ct.d crypto/dh/dh_rfc7919.d crypto/aes/aes_misc.d crypto/x509/by_file.d test/tls13secretstest.d crypto/rsa/rsa_saos.d crypto/md5/md5_dgst.d ssl/ssl_utst.d crypto/asn1/a_dup.d crypto/ec/curve448/curve448_tables.d ssl/record/ssl3_record.d test/buildtest_ocsp.d test/buildtest_conf.d ssl/statem/statem_dtls.d crypto/dh/dh_asn1.d test/buildtest_hmac.d crypto/x509v3/pcy_lib.d crypto/bn/bn_err.d crypto/evp/m_md4.d test/modes_internal_test.d crypto/rsa/rsa_pss.d test/asn1_string_table_test.d test/ssl_cert_table_internal_test.d crypto/des/ofb64enc.d fuzz/bndiv.d crypto/x509v3/v3_pci.d crypto/ec/curve448/curve448.d crypto/bio/bio_meth.d test/asn1_internal_test.d crypto/bn/bn_gcd.d crypto/rsa/rsa_crpt.d test/testutil/stanza.d test/asynciotest.d apps/dgst.d crypto/ec/ecdh_ossl.d crypto/chacha/chacha_enc.d test/sslcorrupttest.d apps/storeutl.d test/buildtest_blowfish.d crypto/bio/b_print.d crypto/engine/eng_openssl.d crypto/pkcs12/p12_sbag.d crypto/asn1/asn1_lib.d crypto/rsa/rsa_mp.d crypto/camellia/cmll_cfb.d crypto/x509v3/v3_conf.d crypto/pkcs7/pk7_smime.d apps/crl.d crypto/sm4/sm4.d test/asn1_decode_test.d crypto/asn1/asn1_par.d crypto/ocsp/v3_ocsp.d fuzz/conf.d crypto/x509/x_x509.d test/ideatest.d crypto/ts/ts_rsp_verify.d crypto/evp/m_ripemd.d crypto/o_fopen.d fuzz/asn1parse.d crypto/pkcs12/p12_p8d.d crypto/pem/pvkfmt.d crypto/ts/ts_conf.d test/ocspapitest.d test/buildtest_ssl3.d crypto/ui/ui_lib.d test/buildtest_e_os2.d crypto/rsa/rsa_asn1.d crypto/cms/cms_lib.d crypto/pem/pem_xaux.d crypto/asn1/p5_scrypt.d crypto/dh/dh_prn.d crypto/ocsp/ocsp_prn.d crypto/x509/x509_vfy.d crypto/conf/conf_sap.d crypto/rsa/rsa_meth.d crypto/x509/x509spki.d crypto/objects/obj_xref.d crypto/cms/cms_pwri.d test/buildtest_rand.d crypto/md2/md2_one.d crypto/des/ofb_enc.d crypto/hmac/hm_pmeth.d crypto/evp/pmeth_fn.d crypto/x509/x509_req.d crypto/pem/pem_all.d crypto/x509v3/v3_utl.d crypto/asn1/x_sig.d crypto/dh/dh_gen.d crypto/pkcs7/pk7_asn1.d test/buildtest_rc4.d crypto/evp/p_lib.d crypto/x509v3/v3_int.d crypto/asn1/a_d2i_fp.d apps/gendsa.d test/ectest.d apps/ts.d test/buildtest_ssl2.d apps/version.d crypto/dso/dso_openssl.d ssl/t1_enc.d crypto/ct/ct_prn.d crypto/des/cfb64ede.d test/buildtest_ebcdic.d crypto/err/err.d crypto/async/arch/async_win.d crypto/rc5/rc5ofb64.d crypto/asn1/x_int64.d test/sslbuffertest.d crypto/engine/eng_list.d crypto/bn/bn_recp.d crypto/evp/m_mdc2.d apps/pkcs8.d crypto/des/ecb_enc.d crypto/blake2/blake2b.d test/buildtest_ecdsa.d crypto/asn1/n_pkey.d test/test_test.d crypto/asn1/x_spki.d crypto/x509v3/v3_ncons.d crypto/x509v3/v3_pmaps.d crypto/dsa/dsa_depr.d ssl/s3_enc.d crypto/engine/eng_all.d test/buildtest_camellia.d crypto/evp/e_chacha20_poly1305.d crypto/ts/ts_lib.d crypto/x509v3/v3_pku.d crypto/ts/ts_rsp_sign.d crypto/store/store_lib.d test/cipherlist_test.d crypto/asn1/tasn_prn.d crypto/aes/aes_ecb.d test/v3ext.d crypto/bio/b_dump.d crypto/asn1/tasn_enc.d apps/cms.d crypto/asn1/a_utctm.d apps/rsautl.d crypto/ec/eck_prn.d test/buildtest_ecdh.d crypto/pkcs7/pk7_mime.d crypto/conf/conf_err.d test/buildtest_pkcs12.d test/siphash_internal_test.d ssl/ssl_ciph.d crypto/engine/eng_lib.d apps/apps.d crypto/cast/c_cfb64.d test/buildtest_tls1.d test/ssltestlib.d crypto/rand/drbg_lib.d crypto/x509/x_crl.d test/testutil/driver.d test/testutil/test_cleanup.d crypto/ts/ts_rsp_utils.d crypto/engine/eng_pkey.d apps/req.d crypto/asn1/a_object.d test/dtlsv1listentest.d test/wpackettest.d crypto/engine/tb_digest.d crypto/x509/x509_set.d crypto/bio/bss_fd.d crypto/evp/pbe_scrypt.d test/buildtest_kdf.d crypto/x509v3/v3err.d apps/enc.d crypto/rand/rand_lib.d ssl/statem/extensions_srvr.d crypto/comp/comp_err.d ssl/ssl_mcnf.d crypto/evp/e_des3.d crypto/rc5/rc5_skey.d crypto/comp/c_zlib.d crypto/x509/x509_d2.d crypto/evp/p_dec.d apps/spkac.d crypto/evp/e_rc4_hmac_md5.d crypto/pkcs12/p12_utl.d apps/s_client.d test/bioprinttest.d engines/e_padlock.d crypto/ec/ecdsa_vrf.d crypto/pkcs7/bio_pk7.d crypto/pkcs12/p12_npas.d crypto/x509v3/v3_ia5.d crypto/modes/cts128.d crypto/bn/bn_add.d test/exdatatest.d crypto/ui/ui_err.d test/gosttest.d test/buildtest_idea.d crypto/asn1/x_info.d crypto/evp/e_rc5.d test/buildtest_stack.d test/cmsapitest.d crypto/ec/ec_pmeth.d crypto/evp/pmeth_lib.d crypto/engine/eng_fat.d crypto/objects/obj_err.d crypto/camellia/cmll_ofb.d crypto/store/store_strings.d crypto/evp/c_alld.d crypto/asn1/bio_ndef.d crypto/evp/m_md5_sha1.d crypto/poly1305/poly1305_ameth.d crypto/asn1/a_strex.d crypto/modes/ccm128.d crypto/aes/aes_core.d crypto/seed/seed.d crypto/bn/bn_prime.d crypto/objects/obj_dat.d test/mdc2_internal_test.d ssl/statem/statem_clnt.d crypto/seed/seed_ofb.d crypto/evp/e_xcbc_d.d crypto/pkcs12/p12_p8e.d crypto/rand/drbg_ctr.d crypto/asn1/x_long.d crypto/dsa/dsa_lib.d crypto/bio/bss_file.d test/afalgtest.d crypto/sha/sha1_one.d test/gmdifftest.d test/ecdsatest.d crypto/ec/ecx_meth.d test/buildtest_cmac.d apps/ca.d ssl/statem/extensions.d crypto/evp/evp_lib.d ssl/ssl_sess.d crypto/buffer/buffer.d test/rc4test.d crypto/ec/curve448/f_generic.d crypto/ts/ts_rsp_print.d crypto/asn1/a_type.d test/asynctest.d crypto/bf/bf_ofb64.d test/buildtest_comp.d crypto/asn1/nsseq.d crypto/getenv.d crypto/asn1/f_string.d crypto/sha/keccak1600.d crypto/x509/x_attrib.d test/testutil/random.d crypto/ec/ecp_nistp224.d crypto/ec/ec_lib.d test/packettest.d crypto/evp/p5_crpt.d apps/s_server.d crypto/conf/conf_mall.d crypto/asn1/i2d_pu.d crypto/evp/encode.d test/ssltest_old.d crypto/ec/ec_err.d crypto/async/async.d crypto/dsa/dsa_gen.d test/x509_internal_test.d crypto/asn1/asn1_item_list.d crypto/cast/c_skey.d crypto/x509v3/v3_akeya.d crypto/x509v3/v3_genn.d test/rsa_mp_test.d crypto/ui/ui_util.d crypto/aes/aes_cfb.d apps/rsa.d test/igetest.d ssl/ssl_rsa.d crypto/ec/ecp_nistputil.d crypto/rc4/rc4_enc.d crypto/dh/dh_kdf.d crypto/des/set_key.d test/sysdefaulttest.d ssl/record/ssl3_buffer.d crypto/hmac/hmac.d crypto/x509/x_pubkey.d test/dtlstest.d crypto/md4/md4_one.d crypto/bio/bio_err.d ssl/ssl_lib.d crypto/engine/tb_dsa.d crypto/pkcs7/pkcs7err.d crypto/threads_win.d crypto/x509/x509_att.d crypto/evp/p_sign.d test/memleaktest.d fuzz/crl.d crypto/rc2/rc2_cbc.d crypto/pkcs12/pk12err.d apps/passwd.d crypto/asn1/a_bitstr.d test/testutil/main.d test/x509_dup_cert_test.d crypto/asn1/asn_moid.d ssl/s3_cbc.d crypto/des/fcrypt_b.d test/bio_callback_test.d crypto/x509/x509_cmp.d crypto/conf/conf_lib.d crypto/bio/bf_nbio.d crypto/bio/b_sock2.d crypto/aes/aes_ofb.d crypto/ocsp/ocsp_ext.d crypto/dso/dso_dl.d crypto/ripemd/rmd_one.d crypto/uid.d crypto/evp/e_rc2.d test/secmemtest.d test/poly1305_internal_test.d test/testutil/basic_output.d crypto/des/cfb64enc.d crypto/dh/dh_ameth.d test/buildtest_obj_mac.d crypto/evp/m_md2.d crypto/camellia/cmll_cbc.d test/ciphername_test.d test/tls13ccstest.d test/dhtest.d crypto/bn/bn_div.d crypto/bio/bss_bio.d apps/genpkey.d crypto/rsa/rsa_ssl.d test/rc2test.d test/bio_enc_test.d test/ssl_test_ctx.d crypto/bio/bio_cb.d crypto/srp/srp_vfy.d crypto/dsa/dsa_ossl.d test/buildtest_asn1t.d crypto/rand/randfile.d crypto/des/ecb3_enc.d crypto/bn/bn_depr.d test/aborttest.d crypto/modes/ctr128.d crypto/x509v3/v3_info.d crypto/dsa/dsa_asn1.d crypto/ec/ec_oct.d crypto/bio/bss_dgram.d crypto/ec/ec_ameth.d crypto/rc5/rc5cfb64.d test/casttest.d crypto/md2/md2_dgst.d crypto/asn1/evp_asn1.d crypto/bn/bn_exp2.d test/handshake_helper.d test/uitest.d crypto/x509/t_req.d crypto/engine/tb_rand.d apps/srp.d test/x509_check_cert_pkey_test.d crypto/cryptlib.d crypto/aes/aes_wrap.d crypto/x509/x_name.d test/buildtest_ui.d apps/smime.d crypto/bio/bio_lib.d crypto/dh/dh_depr.d crypto/rsa/rsa_x931.d crypto/siphash/siphash.d crypto/rc2/rc2ofb64.d crypto/bf/bf_ecb.d crypto/bn/bn_word.d crypto/asn1/a_time.d crypto/bio/bss_acpt.d crypto/dsa/dsa_vrf.d crypto/bn/bn_gf2m.d crypto/sm2/sm2_crypt.d test/danetest.d crypto/x509v3/pcy_data.d crypto/evp/p_seal.d test/md2test.d crypto/des/cbc_cksm.d crypto/pkcs7/pk7_lib.d ssl/statem/statem_srvr.d ssl/record/ssl3_record_tls13.d crypto/x509v3/v3_addr.d crypto/evp/cmeth_lib.d crypto/pkcs7/pk7_attr.d crypto/store/store_register.d apps/bf_prefix.d crypto/engine/tb_dh.d test/sanitytest.d crypto/evp/m_sha1.d apps/pkeyparam.d test/drbg_cavs_data.d crypto/cmac/cm_ameth.d test/buildtest_ssl.d crypto/bn/bn_rand.d crypto/x509v3/v3_akey.d ssl/t1_lib.d test/asn1_time_test.d crypto/sha/sha1dgst.d crypto/cms/cms_cd.d crypto/sha/sha256.d test/tls13encryptiontest.d crypto/asn1/a_utf8.d crypto/rsa/rsa_oaep.d apps/crl2p7.d crypto/bn/bn_dh.d crypto/x509v3/pcy_node.d crypto/init.d crypto/evp/e_cast.d crypto/x509/x509_obj.d crypto/siphash/siphash_pmeth.d crypto/x509v3/v3_tlsf.d crypto/siphash/siphash_ameth.d crypto/aes/aes_cbc.d crypto/rsa/rsa_lib.d crypto/asn1/t_spki.d crypto/ec/ec_print.d crypto/pkcs12/p12_mutl.d crypto/x509/x509_r2x.d crypto/ec/curve448/arch_32/f_impl.d test/buildtest_rc5.d crypto/dso/dso_lib.d crypto/cms/cms_kari.d crypto/pkcs7/pk7_doit.d test/testutil/init.d crypto/ec/ecdsa_ossl.d crypto/camellia/cmll_ecb.d crypto/asn1/f_int.d fuzz/asn1.d crypto/ocsp/ocsp_vfy.d crypto/aria/aria.d crypto/asn1/a_print.d crypto/bn/bn_exp.d crypto/sm2/sm2_err.d crypto/engine/eng_table.d crypto/modes/ocb128.d crypto/rsa/rsa_err.d crypto/camellia/cmll_ctr.d test/ecstresstest.d crypto/bn/bn_lib.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/idea/i_ofb64.d crypto/store/loader_file.d crypto/x509v3/v3_skey.d ssl/tls_srp.d crypto/ec/ec2_smpl.d crypto/bf/bf_skey.d crypto/rsa/rsa_ossl.d crypto/cast/c_ofb64.d apps/s_socket.d crypto/engine/tb_asnmth.d crypto/engine/tb_cipher.d test/testutil/tests.d crypto/sm3/sm3.d engines/e_dasync.d crypto/bio/bf_null.d apps/ecparam.d crypto/pem/pem_lib.d crypto/rc2/rc2_skey.d crypto/engine/eng_err.d crypto/seed/seed_cbc.d crypto/evp/evp_err.d crypto/async/arch/async_posix.d test/buildtest_crypto.d crypto/evp/names.d apps/nseq.d crypto/asn1/asn_pack.d crypto/ui/ui_null.d test/buildtest_dh.d apps/ocsp.d crypto/evp/m_md5.d ssl/d1_lib.d test/buildtest_sha.d test/sm4_internal_test.d test/buildtest_md5.d fuzz/cms.d crypto/x509v3/v3_pcons.d crypto/stack/stack.d test/buildtest_opensslv.d test/buildtest_des.d crypto/x509v3/v3_asid.d crypto/kdf/scrypt.d test/curve448_internal_test.d crypto/modes/ofb128.d crypto/cms/cms_att.d crypto/mem.d test/exptest.d crypto/asn1/asn_mstbl.d crypto/evp/c_allc.d crypto/rsa/rsa_pmeth.d crypto/evp/e_aria.d crypto/rsa/rsa_none.d test/buildtest_objects.d test/testutil/tap_bio.d ssl/packet.d ssl/ssl_err.d crypto/x509v3/v3_prn.d apps/x509.d GENERATED_MANDATORY=crypto/include/internal/bn_conf.h crypto/include/internal/dso_conf.h include/openssl/opensslconf.h GENERATED=apps/CA.pl apps/progs.h apps/tsget.pl crypto/buildinf.h libcrypto.map libssl.map test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md2.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_rc5.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_ssl3.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash util/shlib_wrap.sh @@ -52,6 +52,7 @@ APPS_OPENSSL=apps/openssl # Normally it is left empty. DESTDIR= + # Do not edit these manually. Use Configure with --prefix or --openssldir # to change this! Short explanation in the top comment in Configure INSTALLTOP=/usr/local @@ -65,6 +66,7 @@ ENGINESDIR=$(libdir)/engines-1.1 # libraries and applications LIBRPATH=$(libdir) + MANDIR=$(INSTALLTOP)/share/man DOCDIR=$(INSTALLTOP)/share/doc/$(BASENAME) HTMLDIR=$(DOCDIR)/html @@ -243,13 +245,13 @@ libclean: clean: libclean $(RM) $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS) $(RM) $(GENERATED_MANDATORY) $(GENERATED) - -$(RM) `find . -name .git -prune -o -name '*.d' -print` - -$(RM) `find . -name .git -prune -o -name '*.o' -print` + -$(RM) `find . -name '*.d' \! -name '.*' -print` + -$(RM) `find . -name '*.o' \! -name '.*' -print` $(RM) core $(RM) tags TAGS doc-nits $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc - -$(RM) `find . -name .git -prune -o -type l -print` + -$(RM) `find . -type l \! -name '.*' -print` $(RM) $(TARFILE) distclean: clean @@ -272,7 +274,7 @@ uninstall_sw: uninstall_runtime uninstall_engines uninstall_dev install_docs: install_man_docs install_html_docs uninstall_docs: uninstall_man_docs uninstall_html_docs - $(RM) -r -v $(DESTDIR)$(DOCDIR) + $(RM) -r $(DESTDIR)$(DOCDIR) install_ssldirs: @$(PERL) $(SRCDIR)/util/mkdir-p.pl $(DESTDIR)$(OPENSSLDIR)/certs @@ -6266,7 +6268,7 @@ ssl/tls_srp.o: ../ssl/tls_srp.c libssl.a: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o $(AR) $(ARFLAGS) $@ $? $(RANLIB) $@ || echo Never mind. -test/libtestutil.a: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +test/libtestutil.a: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o $(AR) $(ARFLAGS) $@ $? $(RANLIB) $@ || echo Never mind. test/testutil/basic_output.o: ../test/testutil/basic_output.c @@ -6325,6 +6327,14 @@ test/testutil/output_helpers.o: ../test/testutil/output_helpers.c else \ mv test/testutil/output_helpers.d.tmp test/testutil/output_helpers.d; \ fi +test/testutil/random.o: ../test/testutil/random.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/random.d.tmp -MT $@ -c -o $@ ../test/testutil/random.c + @touch test/testutil/random.d.tmp + @if cmp test/testutil/random.d.tmp test/testutil/random.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/random.d.tmp; \ + else \ + mv test/testutil/random.d.tmp test/testutil/random.d; \ + fi test/testutil/stanza.o: ../test/testutil/stanza.c $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/stanza.d.tmp -MT $@ -c -o $@ ../test/testutil/stanza.c @touch test/testutil/stanza.d.tmp @@ -9565,7 +9575,7 @@ ssl ssl/: ssl/packet.o ssl/tls13_enc.o ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o s @ : No support to produce bin test/tls13secretstest ssl/record ssl/record/: ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/statem ssl/statem/: ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o -test/testutil test/testutil/: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +test/testutil test/testutil/: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o ##### SHA assembler implementations # GNU make "catch all" diff --git a/upstream-build/makefile/i686-win32-mingw32 b/upstream-build/makefile/i686-win32-mingw32 index 9f3be14..d007e7b 100644 --- a/upstream-build/makefile/i686-win32-mingw32 +++ b/upstream-build/makefile/i686-win32-mingw32 @@ -11,7 +11,7 @@ CONFIGURE_ARGS=("mingw", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3 SRCDIR=.. BLDDIR=. -VERSION=1.1.1c +VERSION=1.1.1d MAJOR=1 MINOR=1.1 SHLIB_VERSION_NUMBER=1.1 @@ -30,7 +30,7 @@ ENGINES=engines/capi.dll engines/dasync.dll engines/ossltest.dll engines/padlock PROGRAMS=apps/openssl.exe fuzz/asn1-test.exe fuzz/asn1parse-test.exe fuzz/bignum-test.exe fuzz/bndiv-test.exe fuzz/client-test.exe fuzz/cms-test.exe fuzz/conf-test.exe fuzz/crl-test.exe fuzz/ct-test.exe fuzz/server-test.exe fuzz/x509-test.exe test/aborttest.exe test/afalgtest.exe test/asn1_decode_test.exe test/asn1_encode_test.exe test/asn1_internal_test.exe test/asn1_string_table_test.exe test/asn1_time_test.exe test/asynciotest.exe test/asynctest.exe test/bad_dtls_test.exe test/bftest.exe test/bio_callback_test.exe test/bio_enc_test.exe test/bio_memleak_test.exe test/bioprinttest.exe test/bntest.exe test/buildtest_c_aes.exe test/buildtest_c_asn1.exe test/buildtest_c_asn1t.exe test/buildtest_c_async.exe test/buildtest_c_bio.exe test/buildtest_c_blowfish.exe test/buildtest_c_bn.exe test/buildtest_c_buffer.exe test/buildtest_c_camellia.exe test/buildtest_c_cast.exe test/buildtest_c_cmac.exe test/buildtest_c_cms.exe test/buildtest_c_comp.exe test/buildtest_c_conf.exe test/buildtest_c_conf_api.exe test/buildtest_c_crypto.exe test/buildtest_c_ct.exe test/buildtest_c_des.exe test/buildtest_c_dh.exe test/buildtest_c_dsa.exe test/buildtest_c_dtls1.exe test/buildtest_c_e_os2.exe test/buildtest_c_ebcdic.exe test/buildtest_c_ec.exe test/buildtest_c_ecdh.exe test/buildtest_c_ecdsa.exe test/buildtest_c_engine.exe test/buildtest_c_evp.exe test/buildtest_c_hmac.exe test/buildtest_c_idea.exe test/buildtest_c_kdf.exe test/buildtest_c_lhash.exe test/buildtest_c_md2.exe test/buildtest_c_md4.exe test/buildtest_c_md5.exe test/buildtest_c_modes.exe test/buildtest_c_obj_mac.exe test/buildtest_c_objects.exe test/buildtest_c_ocsp.exe test/buildtest_c_opensslv.exe test/buildtest_c_ossl_typ.exe test/buildtest_c_pem.exe test/buildtest_c_pem2.exe test/buildtest_c_pkcs12.exe test/buildtest_c_pkcs7.exe test/buildtest_c_rand.exe test/buildtest_c_rand_drbg.exe test/buildtest_c_rc2.exe test/buildtest_c_rc4.exe test/buildtest_c_rc5.exe test/buildtest_c_ripemd.exe test/buildtest_c_rsa.exe test/buildtest_c_safestack.exe test/buildtest_c_seed.exe test/buildtest_c_sha.exe test/buildtest_c_srp.exe test/buildtest_c_srtp.exe test/buildtest_c_ssl.exe test/buildtest_c_ssl2.exe test/buildtest_c_ssl3.exe test/buildtest_c_stack.exe test/buildtest_c_store.exe test/buildtest_c_symhacks.exe test/buildtest_c_tls1.exe test/buildtest_c_ts.exe test/buildtest_c_txt_db.exe test/buildtest_c_ui.exe test/buildtest_c_whrlpool.exe test/buildtest_c_x509.exe test/buildtest_c_x509_vfy.exe test/buildtest_c_x509v3.exe test/casttest.exe test/chacha_internal_test.exe test/cipherbytes_test.exe test/cipherlist_test.exe test/ciphername_test.exe test/clienthellotest.exe test/cmsapitest.exe test/conf_include_test.exe test/constant_time_test.exe test/crltest.exe test/ct_test.exe test/ctype_internal_test.exe test/curve448_internal_test.exe test/d2i_test.exe test/danetest.exe test/destest.exe test/dhtest.exe test/drbg_cavs_test.exe test/drbgtest.exe test/dsa_no_digest_size_test.exe test/dsatest.exe test/dtls_mtu_test.exe test/dtlstest.exe test/dtlsv1listentest.exe test/ec_internal_test.exe test/ecdsatest.exe test/ecstresstest.exe test/ectest.exe test/enginetest.exe test/errtest.exe test/evp_extra_test.exe test/evp_test.exe test/exdatatest.exe test/exptest.exe test/fatalerrtest.exe test/gmdifftest.exe test/gosttest.exe test/hmactest.exe test/ideatest.exe test/igetest.exe test/lhash_test.exe test/md2test.exe test/mdc2test.exe test/memleaktest.exe test/modes_internal_test.exe test/ocspapitest.exe test/packettest.exe test/pbelutest.exe test/pemtest.exe test/pkey_meth_kdf_test.exe test/pkey_meth_test.exe test/poly1305_internal_test.exe test/rc2test.exe test/rc4test.exe test/rc5test.exe test/rdrand_sanitytest.exe test/recordlentest.exe test/rsa_complex.exe test/rsa_mp_test.exe test/rsa_test.exe test/sanitytest.exe test/secmemtest.exe test/servername_test.exe test/shlibloadtest.exe test/siphash_internal_test.exe test/sm2_internal_test.exe test/sm4_internal_test.exe test/srptest.exe test/ssl_cert_table_internal_test.exe test/ssl_test.exe test/ssl_test_ctx_test.exe test/sslapitest.exe test/sslbuffertest.exe test/sslcorrupttest.exe test/ssltest_old.exe test/stack_test.exe test/sysdefaulttest.exe test/test_test.exe test/threadstest.exe test/time_offset_test.exe test/tls13ccstest.exe test/tls13encryptiontest.exe test/tls13secretstest.exe test/uitest.exe test/v3ext.exe test/v3nametest.exe test/verify_extra_test.exe test/versions.exe test/wpackettest.exe test/x509_check_cert_pkey_test.exe test/x509_dup_cert_test.exe test/x509_internal_test.exe test/x509_time_test.exe test/x509aux.exe SCRIPTS=apps/CA.pl apps/tsget.pl tools/c_rehash util/shlib_wrap.sh -DEPS=crypto/asn1/a_digest.d crypto/engine/tb_rsa.d crypto/engine/tb_cipher.d crypto/rsa/rsa_asn1.d crypto/des/des_enc.d test/mdc2test.d crypto/getenv.d crypto/x509v3/v3_info.d crypto/ts/ts_conf.d crypto/pkcs12/p12_p8d.d crypto/lhash/lh_stats.d test/testutil/main.d crypto/engine/eng_list.d crypto/asn1/tasn_enc.d crypto/asn1/a_strnid.d crypto/rsa/rsa_sign.d crypto/pkcs12/p12_attr.d crypto/ec/curve448/eddsa.d ssl/statem/extensions_cust.d crypto/des/ecb_enc.d crypto/o_time.d crypto/asn1/asn_pack.d crypto/rc2/rc2_skey.d crypto/ec/ecp_nistputil.d test/buildtest_stack.d crypto/evp/e_xcbc_d.d test/buildtest_bio.d crypto/ec/ecdsa_ossl.d crypto/ui/ui_err.d crypto/kdf/kdf_err.d crypto/ocsp/ocsp_vfy.d crypto/buffer/buffer.d crypto/evp/bio_ok.d crypto/evp/e_seed.d crypto/ec/ec_cvt.d apps/genrsa.d crypto/ripemd/rmd_one.d test/tls13secretstest.d crypto/ec/ecp_nistp521.d crypto/bn/bn_intern.d crypto/asn1/tasn_utl.d crypto/dh/dh_lib.d crypto/pkcs12/p12_crpt.d crypto/o_fips.d crypto/evp/p5_crpt2.d crypto/pkcs12/p12_npas.d crypto/ec/ecdsa_vrf.d crypto/pkcs7/pk7_doit.d crypto/md2/md2_one.d crypto/evp/e_cast.d crypto/asn1/n_pkey.d test/rsa_test.d crypto/conf/conf_def.d crypto/pem/pem_pkey.d crypto/evp/e_chacha20_poly1305.d crypto/x509/by_dir.d test/evp_test.d apps/ocsp.d fuzz/conf.d crypto/ec/curve448/scalar.d crypto/bn/bn_recp.d crypto/ec/ec_print.d crypto/engine/eng_lib.d crypto/ec/ecp_smpl.d crypto/x509v3/v3_genn.d apps/smime.d crypto/evp/evp_enc.d crypto/engine/tb_eckey.d crypto/x509v3/v3_cpols.d crypto/cms/cms_env.d crypto/x509v3/pcy_cache.d crypto/rand/rand_egd.d crypto/objects/obj_dat.d test/buildtest_evp.d crypto/rsa/rsa_gen.d test/stack_test.d test/cipherbytes_test.d crypto/bn/bn_blind.d crypto/idea/i_cbc.d crypto/asn1/asn_moid.d crypto/x509v3/v3_pku.d crypto/evp/m_sha3.d crypto/pkcs12/p12_p8e.d crypto/ct/ct_oct.d crypto/evp/m_md4.d crypto/bn/bn_dh.d test/buildtest_dsa.d test/pbelutest.d apps/errstr.d crypto/o_dir.d test/buildtest_comp.d crypto/asn1/f_int.d test/buildtest_ossl_typ.d crypto/bn/bn_gcd.d crypto/ec/ec2_oct.d ssl/s3_enc.d crypto/ct/ct_sct_ctx.d test/asn1_internal_test.d crypto/ec/ec_oct.d crypto/rc4/rc4_enc.d crypto/engine/tb_dsa.d crypto/dllmain.d crypto/x509v3/v3_alt.d crypto/bio/bss_file.d test/buildtest_x509_vfy.d apps/dgst.d crypto/bn/bn_print.d ssl/ssl_ciph.d crypto/x509/x_x509.d crypto/siphash/siphash.d crypto/cms/cms_sd.d crypto/engine/tb_digest.d test/buildtest_rc5.d crypto/asn1/x_sig.d crypto/ec/ecdsa_sign.d crypto/asn1/x_info.d test/asn1_time_test.d crypto/x509v3/pcy_map.d crypto/engine/eng_openssl.d crypto/x509/x509_obj.d apps/x509.d apps/speed.d crypto/blake2/blake2s.d crypto/ocsp/ocsp_lib.d test/cmsapitest.d crypto/x509/x509_meth.d crypto/dh/dh_gen.d crypto/asn1/a_verify.d test/sslbuffertest.d fuzz/crl.d crypto/x509v3/pcy_data.d crypto/pkcs12/p12_kiss.d crypto/asn1/evp_asn1.d crypto/bn/bn_lib.d test/buildtest_safestack.d crypto/x509/by_file.d ssl/ssl_rsa.d fuzz/server.d test/x509aux.d crypto/bn/bn_mul.d crypto/pkcs7/pk7_mime.d crypto/ec/ec_lib.d crypto/evp/p_sign.d crypto/asn1/a_print.d test/gosttest.d ssl/t1_enc.d ssl/d1_srtp.d ssl/statem/extensions_clnt.d test/buildtest_ct.d crypto/cms/cms_asn1.d crypto/asn1/tasn_typ.d crypto/cms/cms_enc.d crypto/evp/evp_pkey.d crypto/modes/ofb128.d crypto/x509v3/v3_purp.d test/ectest.d crypto/x509/x_crl.d crypto/pem/pem_x509.d crypto/aria/aria.d crypto/asn1/t_bitst.d crypto/objects/obj_xref.d test/buildtest_opensslv.d crypto/rsa/rsa_saos.d crypto/engine/tb_pkmeth.d test/buildtest_rc4.d test/rsa_complex.d crypto/kdf/scrypt.d crypto/asn1/i2d_pu.d crypto/asn1/asn1_err.d crypto/x509/x509cset.d apps/dsaparam.d crypto/sm4/sm4.d fuzz/ct.d crypto/x509v3/v3_crld.d crypto/ec/ecp_nist.d engines/e_padlock.d test/sslapitest.d test/asn1_encode_test.d crypto/cmac/cmac.d crypto/modes/gcm128.d apps/apps.d crypto/evp/p_open.d crypto/rsa/rsa_pmeth.d crypto/conf/conf_lib.d crypto/rsa/rsa_oaep.d test/bioprinttest.d apps/s_socket.d crypto/rand/rand_win.d crypto/bio/b_sock2.d crypto/cms/cms_ess.d crypto/ec/curve448/arch_32/f_impl.d test/testutil/output_helpers.d crypto/pem/pem_sign.d test/buildtest_ui.d crypto/x509v3/v3_addr.d test/srptest.d crypto/md4/md4_one.d crypto/engine/tb_asnmth.d crypto/bn/bn_mont.d crypto/ts/ts_rsp_sign.d test/md2test.d crypto/ec/eck_prn.d crypto/evp/digest.d test/dhtest.d test/ecdsatest.d test/dsa_no_digest_size_test.d crypto/ts/ts_rsp_print.d crypto/rc4/rc4_skey.d crypto/x509v3/v3_skey.d crypto/asn1/asn1_item_list.d fuzz/bndiv.d test/destest.d crypto/pkcs12/p12_decr.d crypto/pkcs12/pk12err.d test/afalgtest.d crypto/x509v3/v3_pci.d crypto/rand/drbg_lib.d crypto/objects/obj_err.d crypto/ui/ui_openssl.d crypto/bio/bss_acpt.d crypto/bn/bn_prime.d crypto/bio/b_addr.d test/versions.d crypto/x509/x_attrib.d test/buildtest_symhacks.d ssl/statem/statem_lib.d crypto/pkcs7/pk7_attr.d crypto/evp/e_rc2.d crypto/modes/cbc128.d test/bio_enc_test.d crypto/cms/cms_pwri.d crypto/engine/tb_rand.d test/buildtest_rand.d crypto/modes/ctr128.d ssl/record/rec_layer_d1.d crypto/asn1/a_type.d crypto/bn/bn_shift.d crypto/ec/ec_key.d crypto/bio/bss_log.d crypto/sm3/sm3.d crypto/ec/curve448/f_generic.d crypto/des/cfb64ede.d crypto/des/pcbc_enc.d test/ideatest.d apps/req.d crypto/dsa/dsa_meth.d test/ssl_cert_table_internal_test.d crypto/x509v3/v3_pcia.d crypto/dh/dh_pmeth.d crypto/bio/bss_fd.d test/pkey_meth_test.d crypto/x509v3/v3_lib.d crypto/engine/eng_ctrl.d crypto/x509/x509_cmp.d crypto/x509v3/v3_pmaps.d crypto/evp/evp_cnf.d test/modes_internal_test.d crypto/ocsp/ocsp_err.d crypto/x509/x_req.d test/buildtest_conf.d ssl/bio_ssl.d crypto/rsa/rsa_chk.d crypto/asn1/tasn_new.d crypto/x509/x_exten.d crypto/evp/m_md5.d crypto/des/rand_key.d crypto/x509v3/v3_pcons.d ssl/ssl_txt.d crypto/evp/c_allc.d crypto/evp/m_sigver.d crypto/evp/m_null.d crypto/evp/e_des3.d crypto/blake2/m_blake2b.d test/ssltest_old.d crypto/conf/conf_mall.d apps/ts.d crypto/bf/bf_cfb64.d crypto/rsa/rsa_err.d crypto/cms/cms_kari.d crypto/pem/pem_oth.d crypto/dso/dso_dlfcn.d crypto/dso/dso_err.d crypto/pkcs12/p12_utl.d crypto/asn1/asn_mime.d test/asn1_string_table_test.d crypto/x509v3/v3_admis.d crypto/ec/ecdh_ossl.d crypto/x509v3/v3_tlsf.d crypto/whrlpool/wp_dgst.d crypto/evp/p_dec.d crypto/asn1/bio_asn1.d test/buildtest_pkcs12.d crypto/async/async.d crypto/cms/cms_cd.d crypto/des/ofb64enc.d crypto/ripemd/rmd_dgst.d crypto/rsa/rsa_ameth.d crypto/ocsp/v3_ocsp.d crypto/dsa/dsa_prn.d crypto/mem_sec.d ssl/s3_lib.d test/poly1305_internal_test.d crypto/bn/bn_err.d test/buildtest_hmac.d crypto/bio/bf_buff.d test/buildtest_bn.d crypto/bn/bn_sqrt.d crypto/mem_clr.d crypto/ct/ct_policy.d crypto/bio/bio_err.d crypto/seed/seed_cfb.d crypto/aes/aes_cbc.d crypto/x509/x509_v3.d crypto/x509/x509_trs.d crypto/pkcs7/pk7_asn1.d crypto/pkcs12/p12_key.d crypto/bn/bn_asm.d crypto/ct/ct_err.d crypto/asn1/f_string.d crypto/bio/b_print.d crypto/rc2/rc2_ecb.d crypto/poly1305/poly1305.d crypto/asn1/t_pkey.d crypto/asn1/ameth_lib.d crypto/modes/ccm128.d crypto/rc2/rc2ofb64.d crypto/dsa/dsa_lib.d test/rc5test.d test/testutil/test_cleanup.d ssl/methods.d test/buildtest_camellia.d crypto/ec/ec_err.d test/tls13ccstest.d crypto/asn1/asn1_lib.d crypto/evp/e_des.d ssl/ssl_init.d test/buildtest_ocsp.d crypto/async/arch/async_win.d apps/openssl.d crypto/evp/evp_err.d crypto/asn1/a_int.d crypto/evp/evp_key.d crypto/threads_pthread.d crypto/bn/bn_x931p.d test/ec_internal_test.d test/wpackettest.d crypto/dsa/dsa_depr.d crypto/dsa/dsa_vrf.d crypto/conf/conf_err.d ssl/record/rec_layer_s3.d crypto/asn1/t_spki.d test/exdatatest.d apps/opt.d apps/dsa.d test/buildtest_aes.d crypto/evp/e_sm4.d crypto/ec/ec_pmeth.d crypto/asn1/tasn_fre.d test/drbg_cavs_data.d test/buildtest_idea.d apps/asn1pars.d crypto/bn/bn_add.d crypto/x509/x509_ext.d crypto/evp/p_enc.d crypto/rsa/rsa_ossl.d crypto/pkcs7/pkcs7err.d crypto/bio/bss_mem.d crypto/aes/aes_core.d test/buildtest_rsa.d crypto/ts/ts_asn1.d ssl/t1_lib.d crypto/err/err_all.d crypto/cpt_err.d crypto/cversion.d test/bad_dtls_test.d test/buildtest_ssl.d crypto/cms/cms_err.d ssl/d1_lib.d crypto/dh/dh_key.d test/buildtest_ts.d crypto/sha/sha512.d crypto/pkcs12/p12_sbag.d test/d2i_test.d test/buildtest_md4.d test/buildtest_md5.d crypto/ocsp/ocsp_srv.d ssl/ssl_asn1.d ssl/ssl_cert.d test/fatalerrtest.d test/hmactest.d crypto/des/ofb64ede.d apps/pkcs7.d crypto/evp/e_aes.d test/gmdifftest.d crypto/evp/evp_pbe.d crypto/bio/bss_null.d crypto/dh/dh_rfc7919.d crypto/mem.d crypto/pkcs12/p12_crt.d crypto/evp/e_rc4_hmac_md5.d crypto/bn/bn_gf2m.d crypto/dso/dso_win32.d apps/rsa.d crypto/evp/m_md5_sha1.d crypto/asn1/tasn_prn.d crypto/hmac/hmac.d crypto/aes/aes_ige.d crypto/srp/srp_lib.d crypto/asn1/i2d_pr.d crypto/objects/obj_lib.d test/conf_include_test.d test/buildtest_srtp.d apps/pkcs8.d crypto/x509/x509_vpm.d crypto/ui/ui_null.d test/buildtest_cms.d crypto/pem/pem_all.d crypto/x509v3/v3_bcons.d test/rdrand_sanitytest.d test/mdc2_internal_test.d crypto/x509/x509_lu.d crypto/whrlpool/wp_block.d crypto/ec/curve448/curve448_tables.d crypto/rsa/rsa_x931.d test/testutil/basic_output.d crypto/asn1/a_utf8.d apps/genpkey.d crypto/camellia/cmll_ctr.d apps/rsautl.d test/ocspapitest.d crypto/bn/bn_mod.d crypto/ui/ui_lib.d ssl/statem/extensions_srvr.d test/ct_test.d crypto/bio/bss_conn.d crypto/ec/ecdh_kdf.d test/testutil/stanza.d apps/pkeyutl.d crypto/bio/b_sock.d crypto/ts/ts_req_utils.d test/chacha_internal_test.d ms/applink.d apps/gendsa.d apps/pkey.d crypto/cms/cms_att.d crypto/x509v3/v3_bitst.d crypto/ec/ec2_smpl.d crypto/chacha/chacha_enc.d crypto/des/cfb64enc.d apps/version.d test/constant_time_test.d test/buildtest_async.d fuzz/x509.d test/buildtest_txt_db.d crypto/engine/tb_dh.d crypto/engine/eng_table.d test/bio_callback_test.d crypto/pem/pem_err.d test/drbg_cavs_test.d crypto/sha/sha256.d crypto/rc2/rc2cfb64.d crypto/bn/bn_word.d test/sslcorrupttest.d test/v3ext.d crypto/asn1/a_time.d crypto/x509/x509_txt.d crypto/md5/md5_dgst.d crypto/ocsp/ocsp_ht.d crypto/aes/aes_wrap.d apps/crl.d test/buildtest_pem2.d ssl/statem/statem_dtls.d crypto/ec/ecp_oct.d test/evp_extra_test.d apps/prime.d crypto/sha/keccak1600.d crypto/cryptlib.d crypto/camellia/camellia.d crypto/bn/bn_exp2.d crypto/dh/dh_err.d test/secmemtest.d ssl/ssl_err.d test/drbgtest.d crypto/des/ofb_enc.d crypto/pkcs12/p12_mutl.d test/dsatest.d test/curve448_internal_test.d crypto/asn1/p5_pbev2.d crypto/ct/ct_b64.d crypto/evp/e_old.d crypto/ec/ec_kmeth.d crypto/x509/x509_vfy.d crypto/x509v3/v3_conf.d test/buildtest_cmac.d crypto/evp/m_md2.d crypto/camellia/cmll_cbc.d apps/s_cb.d crypto/des/fcrypt_b.d crypto/poly1305/poly1305_pmeth.d crypto/asn1/a_gentm.d ssl/record/ssl3_record_tls13.d ssl/ssl_stat.d test/ecstresstest.d crypto/asn1/a_utctm.d crypto/bio/bf_lbuf.d crypto/asn1/a_strex.d crypto/ec/ec_check.d test/buildtest_ebcdic.d crypto/rc5/rc5cfb64.d ssl/ssl_sess.d crypto/md2/md2_dgst.d crypto/evp/c_alld.d crypto/dso/dso_openssl.d crypto/dso/dso_vms.d crypto/store/store_init.d crypto/camellia/cmll_ecb.d crypto/objects/o_names.d crypto/x509/t_x509.d crypto/bn/bn_ctx.d crypto/dh/dh_ameth.d ssl/pqueue.d apps/sess_id.d test/buildtest_store.d crypto/dsa/dsa_pmeth.d test/buildtest_x509.d crypto/sha/sha1dgst.d test/dtls_mtu_test.d crypto/store/store_register.d fuzz/bignum.d test/dtlstest.d crypto/seed/seed_ecb.d crypto/dh/dh_prn.d test/buildtest_ecdsa.d crypto/x509/x509_set.d crypto/x509v3/pcy_tree.d apps/passwd.d crypto/modes/wrap128.d crypto/dh/dh_kdf.d crypto/des/xcbc_enc.d crypto/bn/bn_srp.d test/buildtest_rc2.d crypto/x509v3/pcy_lib.d ssl/ssl_mcnf.d crypto/asn1/tasn_scn.d crypto/x509/x509_def.d engines/e_dasync.d crypto/bn/bn_mpi.d test/buildtest_asn1.d test/casttest.d crypto/bn/bn_kron.d crypto/asn1/a_mbstr.d crypto/asn1/x_long.d test/buildtest_dtls1.d crypto/asn1/x_algor.d crypto/evp/e_aria.d crypto/sm2/sm2_err.d crypto/kdf/tls1_prf.d crypto/bn/bn_depr.d crypto/comp/comp_err.d crypto/evp/p_lib.d crypto/async/arch/async_null.d test/ssltestlib.d test/clienthellotest.d crypto/kdf/hkdf.d crypto/pkcs12/p12_asn.d test/sysdefaulttest.d crypto/des/fcrypt.d crypto/ctype.d crypto/blake2/blake2b.d crypto/des/qud_cksm.d crypto/x509v3/v3_extku.d ms/uplink.d crypto/rand/rand_vms.d crypto/asn1/x_val.d crypto/evp/e_camellia.d crypto/ocsp/ocsp_prn.d test/testutil/init.d test/buildtest_cast.d test/rsa_mp_test.d crypto/asn1/a_sign.d crypto/bio/bf_null.d crypto/x509v3/v3_utl.d test/packettest.d crypto/cmac/cm_pmeth.d crypto/ts/ts_verify_ctx.d crypto/bn/bn_sqr.d crypto/engine/eng_dyn.d test/buildtest_seed.d crypto/o_str.d crypto/pem/pem_xaux.d test/test_test.d test/buildtest_x509v3.d apps/s_time.d test/buildtest_blowfish.d crypto/rsa/rsa_none.d crypto/x509v3/v3_akey.d crypto/idea/i_ecb.d crypto/x509/x_all.d crypto/evp/names.d crypto/async/async_wait.d apps/s_server.d test/bio_memleak_test.d crypto/x509v3/v3_akeya.d crypto/dh/dh_check.d test/buildtest_ssl3.d test/rc4test.d crypto/o_fopen.d test/crltest.d crypto/asn1/asn1_gen.d fuzz/client.d crypto/rand/rand_unix.d crypto/evp/e_bf.d crypto/evp/e_rc4.d test/buildtest_buffer.d test/buildtest_ec.d crypto/ts/ts_lib.d crypto/asn1/nsseq.d crypto/x509/x509_att.d crypto/rc5/rc5_ecb.d crypto/asn1/a_object.d crypto/hmac/hm_ameth.d crypto/mem_dbg.d crypto/des/ecb3_enc.d ssl/s3_cbc.d crypto/aes/aes_misc.d crypto/rc5/rc5ofb64.d test/uitest.d crypto/evp/bio_md.d crypto/bf/bf_skey.d crypto/bf/bf_ofb64.d crypto/ts/ts_req_print.d crypto/ex_data.d crypto/asn1/x_int64.d test/v3nametest.d crypto/bio/b_dump.d test/sanitytest.d crypto/camellia/cmll_cfb.d engines/e_capi.d test/errtest.d test/bntest.d crypto/asn1/a_d2i_fp.d crypto/rsa/rsa_crpt.d test/buildtest_pem.d crypto/async/arch/async_posix.d ssl/tls_srp.d crypto/dsa/dsa_gen.d crypto/des/cfb_enc.d crypto/ct/ct_prn.d crypto/rand/drbg_ctr.d crypto/siphash/siphash_pmeth.d crypto/rsa/rsa_pk1.d crypto/ec/ec_ameth.d crypto/x509v3/v3_asid.d ssl/ssl_utst.d crypto/bn/bn_exp.d crypto/conf/conf_api.d crypto/evp/pmeth_fn.d crypto/ocsp/ocsp_asn.d crypto/evp/bio_enc.d crypto/cast/c_ecb.d test/pkey_meth_kdf_test.d crypto/camellia/cmll_misc.d crypto/evp/cmeth_lib.d crypto/camellia/cmll_ofb.d crypto/bio/bss_sock.d test/dtlsv1listentest.d apps/crl2p7.d crypto/dso/dso_dl.d ssl/statem/statem_clnt.d crypto/comp/c_zlib.d crypto/conf/conf_sap.d crypto/x509/x509spki.d crypto/asn1/bio_ndef.d test/buildtest_ssl2.d crypto/engine/eng_rdrand.d crypto/x509v3/v3_int.d crypto/modes/ocb128.d crypto/rand/rand_err.d crypto/sha/sha1_one.d crypto/bio/bf_nbio.d test/buildtest_modes.d test/cipherlist_test.d crypto/asn1/d2i_pr.d crypto/des/set_key.d crypto/txt_db/txt_db.d crypto/evp/e_aes_cbc_hmac_sha256.d test/threadstest.d crypto/lhash/lhash.d crypto/store/store_err.d crypto/ec/ecx_meth.d apps/cms.d fuzz/asn1parse.d crypto/threads_none.d test/sm2_internal_test.d crypto/pkcs7/pk7_lib.d crypto/evp/p_seal.d test/buildtest_obj_mac.d crypto/pem/pem_pk8.d crypto/bn/bn_const.d crypto/asn1/p5_pbe.d crypto/x509/t_crl.d test/asn1_decode_test.d test/buildtest_pkcs7.d crypto/seed/seed_cbc.d crypto/dh/dh_depr.d crypto/dsa/dsa_sign.d crypto/md4/md4_dgst.d crypto/evp/m_ripemd.d test/tls13encryptiontest.d crypto/dsa/dsa_asn1.d test/aborttest.d apps/ec.d fuzz/asn1.d crypto/x509v3/pcy_node.d crypto/x509v3/v3err.d ssl/statem/extensions.d crypto/evp/e_idea.d crypto/srp/srp_vfy.d test/enginetest.d crypto/x509/x509_err.d crypto/ocsp/ocsp_cl.d crypto/sm2/sm2_crypt.d ssl/s3_msg.d crypto/hmac/hm_pmeth.d crypto/asn1/a_dup.d engines/e_ossltest.d crypto/asn1/a_i2d_fp.d crypto/evp/m_sha1.d apps/enc.d crypto/blake2/m_blake2s.d crypto/modes/cts128.d crypto/modes/cfb128.d crypto/ec/curve448/curve448.d test/testutil/cb.d crypto/engine/eng_all.d crypto/pkcs7/pk7_smime.d crypto/idea/i_ofb64.d crypto/x509/x_name.d crypto/asn1/a_bitstr.d apps/ecparam.d crypto/cms/cms_smime.d crypto/pem/pem_info.d crypto/cast/c_ofb64.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/evp/m_wp.d crypto/asn1/x_spki.d crypto/bf/bf_enc.d test/ssl_test.d crypto/x509/x509type.d apps/bf_prefix.d crypto/engine/eng_init.d test/ctype_internal_test.d crypto/err/err_prn.d crypto/evp/p_verify.d test/x509_dup_cert_test.d apps/storeutl.d ssl/ssl_conf.d crypto/x509/x_pubkey.d crypto/evp/m_mdc2.d crypto/bn/bn_nist.d crypto/asn1/asn_mstbl.d test/buildtest_conf_api.d crypto/dh/dh_asn1.d test/siphash_internal_test.d test/servername_test.d ssl/packet.d apps/nseq.d test/time_offset_test.d crypto/asn1/x_pkey.d crypto/engine/eng_fat.d apps/engine.d crypto/cms/cms_lib.d fuzz/test-corpus.d crypto/threads_win.d crypto/seed/seed_ofb.d crypto/ct/ct_sct.d test/buildtest_sha.d crypto/pem/pem_lib.d crypto/des/cbc_enc.d crypto/dh/dh_rfc5114.d crypto/dh/dh_meth.d ssl/t1_trce.d crypto/stack/stack.d crypto/x509v3/v3_enum.d crypto/store/loader_file.d crypto/x509v3/v3_ncons.d apps/win32_init.d test/x509_internal_test.d crypto/conf/conf_mod.d crypto/asn1/tasn_dec.d crypto/rsa/rsa_x931g.d crypto/bio/bss_bio.d crypto/engine/eng_cnf.d test/buildtest_kdf.d crypto/des/cbc_cksm.d crypto/store/store_strings.d test/buildtest_tls1.d crypto/ec/ecp_mont.d crypto/ts/ts_err.d apps/ciphers.d ssl/tls13_enc.d test/buildtest_dh.d test/igetest.d ssl/record/dtls1_bitmap.d crypto/evp/p5_crpt.d crypto/modes/xts128.d test/buildtest_md2.d test/pemtest.d crypto/asn1/asn1_par.d crypto/evp/pbe_scrypt.d crypto/asn1/a_octet.d crypto/pem/pvkfmt.d crypto/asn1/p8_pkey.d crypto/sm2/sm2_sign.d crypto/cms/cms_dd.d ssl/record/ssl3_record.d crypto/ec/ecp_nistp224.d crypto/x509/x509_r2x.d crypto/asn1/p5_scrypt.d crypto/dsa/dsa_ossl.d crypto/rc5/rc5_enc.d crypto/x509/x509_req.d crypto/ct/ct_x509v3.d crypto/init.d test/asynctest.d crypto/asn1/x_bignum.d test/ssl_test_ctx.d apps/dhparam.d crypto/pkcs7/bio_pk7.d crypto/rand/rand_lib.d crypto/x509/t_req.d test/testutil/format_output.d crypto/engine/eng_err.d crypto/ct/ct_vfy.d crypto/rsa/rsa_depr.d test/buildtest_des.d test/recordlentest.d crypto/evp/pmeth_lib.d crypto/evp/encode.d crypto/buffer/buf_err.d fuzz/cms.d test/testutil/driver.d test/rc2test.d crypto/ec/curve25519.d test/danetest.d crypto/poly1305/poly1305_ameth.d crypto/rsa/rsa_lib.d apps/rand.d crypto/async/async_err.d apps/pkeyparam.d ssl/statem/statem.d crypto/seed/seed.d crypto/dso/dso_lib.d crypto/bio/bio_meth.d test/bftest.d crypto/idea/i_cfb64.d ssl/ssl_lib.d test/x509_time_test.d crypto/ec/ec_asn1.d crypto/rand/randfile.d crypto/x509/x509name.d crypto/bn/bn_rand.d test/x509_check_cert_pkey_test.d apps/srp.d crypto/cast/c_cfb64.d apps/ca.d crypto/x509v3/v3_sxnet.d crypto/rsa/rsa_mp.d crypto/ts/ts_rsp_utils.d crypto/conf/conf_ssl.d crypto/rsa/rsa_prn.d crypto/evp/e_null.d test/buildtest_ecdh.d test/shlibloadtest.d crypto/siphash/siphash_ameth.d crypto/store/store_lib.d crypto/aes/aes_cfb.d crypto/ocsp/ocsp_ext.d crypto/bf/bf_ecb.d test/asynciotest.d crypto/sm2/sm2_pmeth.d crypto/dsa/dsa_ameth.d crypto/x509/x509rset.d crypto/evp/bio_b64.d crypto/ec/ec_mult.d test/handshake_helper.d test/buildtest_e_os2.d test/buildtest_asn1t.d crypto/des/str2key.d crypto/evp/pmeth_gn.d test/buildtest_ripemd.d apps/app_rand.d test/buildtest_crypto.d test/memleaktest.d test/buildtest_lhash.d test/buildtest_rand_drbg.d ssl/d1_msg.d crypto/md5/md5_one.d crypto/x509v3/v3_ia5.d crypto/ts/ts_rsp_verify.d crypto/x509/x509_d2.d test/buildtest_objects.d crypto/rsa/rsa_pss.d crypto/bn/bn_div.d crypto/err/err.d crypto/dsa/dsa_key.d ssl/statem/statem_srvr.d crypto/dsa/dsa_err.d test/exptest.d crypto/idea/i_skey.d crypto/asn1/d2i_pu.d crypto/uid.d crypto/aes/aes_ofb.d crypto/rc2/rc2_cbc.d crypto/evp/evp_lib.d apps/pkcs12.d crypto/rsa/rsa_ssl.d crypto/evp/e_rc5.d test/lhash_test.d crypto/cms/cms_io.d apps/rehash.d ssl/record/ssl3_buffer.d test/verify_extra_test.d crypto/cast/c_enc.d crypto/ebcdic.d test/sm4_internal_test.d apps/verify.d test/buildtest_engine.d crypto/ui/ui_util.d crypto/cast/c_skey.d crypto/o_init.d crypto/pkcs12/p12_add.d crypto/pkcs12/p12_init.d crypto/rc5/rc5_skey.d crypto/bio/bio_cb.d apps/spkac.d crypto/aes/aes_ecb.d crypto/cmac/cm_ameth.d test/buildtest_whrlpool.d test/ciphername_test.d crypto/ec/ecp_nistp256.d test/buildtest_srp.d crypto/x509/x_x509a.d test/testutil/tap_bio.d crypto/rsa/rsa_meth.d crypto/x509v3/v3_prn.d crypto/comp/comp_lib.d test/ssl_test_ctx_test.d crypto/bio/bio_lib.d crypto/ct/ct_log.d test/testutil/tests.d crypto/bio/bss_dgram.d crypto/ec/ec_curve.d apps/s_client.d crypto/engine/eng_pkey.d crypto/sm3/m_sm3.d +DEPS=crypto/threads_win.d apps/s_server.d test/buildtest_rc4.d test/buildtest_e_os2.d crypto/evp/p_seal.d ssl/statem/extensions.d crypto/engine/tb_dh.d crypto/evp/evp_err.d ssl/t1_lib.d ssl/statem/extensions_srvr.d crypto/asn1/x_val.d crypto/evp/m_md5_sha1.d crypto/bn/bn_depr.d crypto/ocsp/ocsp_err.d crypto/asn1/a_digest.d test/dtlsv1listentest.d fuzz/crl.d crypto/asn1/t_spki.d apps/prime.d crypto/bn/bn_rand.d test/md2test.d test/buildtest_tls1.d crypto/x509/x509_err.d test/poly1305_internal_test.d test/buildtest_pkcs7.d apps/nseq.d crypto/des/cfb64ede.d test/buildtest_rc2.d crypto/modes/ctr128.d crypto/asn1/tasn_typ.d crypto/bn/bn_intern.d crypto/bn/bn_gcd.d crypto/asn1/a_i2d_fp.d crypto/des/cfb_enc.d crypto/dh/dh_lib.d crypto/pem/pem_all.d test/time_offset_test.d crypto/pkcs12/p12_kiss.d crypto/x509v3/v3_enum.d crypto/dso/dso_dl.d crypto/dso/dso_vms.d test/bftest.d crypto/pkcs12/p12_p8d.d crypto/bio/bss_null.d crypto/ct/ct_sct.d crypto/bio/b_dump.d crypto/asn1/x_pkey.d test/buildtest_safestack.d test/buildtest_bio.d crypto/aes/aes_cfb.d apps/asn1pars.d crypto/x509/x_x509a.d test/buildtest_ecdh.d crypto/evp/e_null.d crypto/cms/cms_smime.d test/pbelutest.d crypto/asn1/a_strex.d crypto/ebcdic.d test/sm2_internal_test.d test/exdatatest.d crypto/dso/dso_err.d crypto/pkcs12/p12_key.d crypto/ocsp/ocsp_lib.d engines/e_padlock.d apps/opt.d test/buildtest_buffer.d ssl/statem/statem_dtls.d crypto/x509/t_req.d crypto/x509/x509spki.d test/tls13secretstest.d crypto/ui/ui_openssl.d test/conf_include_test.d fuzz/x509.d crypto/aes/aes_ige.d crypto/rc4/rc4_enc.d test/siphash_internal_test.d test/ctype_internal_test.d crypto/bn/bn_shift.d crypto/engine/tb_rand.d ssl/s3_cbc.d crypto/bn/bn_print.d crypto/ts/ts_rsp_print.d test/buildtest_cast.d crypto/x509v3/pcy_map.d test/dtlstest.d crypto/asn1/asn1_lib.d ssl/statem/statem_lib.d crypto/kdf/scrypt.d crypto/asn1/tasn_prn.d ssl/statem/extensions_cust.d apps/storeutl.d crypto/x509v3/v3_conf.d crypto/rsa/rsa_crpt.d crypto/rsa/rsa_depr.d crypto/camellia/cmll_ecb.d crypto/objects/o_names.d crypto/kdf/hkdf.d crypto/asn1/i2d_pu.d apps/s_client.d crypto/ct/ct_policy.d crypto/ts/ts_rsp_sign.d crypto/ec/ecp_nistputil.d test/testutil/stanza.d crypto/camellia/cmll_misc.d crypto/dsa/dsa_key.d crypto/x509/x_name.d ssl/s3_msg.d test/buildtest_idea.d crypto/x509/x509type.d test/testutil/init.d crypto/pkcs12/p12_asn.d test/asn1_string_table_test.d test/drbg_cavs_data.d crypto/asn1/asn1_err.d crypto/evp/p_enc.d test/sslbuffertest.d test/buildtest_ct.d crypto/ts/ts_req_utils.d test/aborttest.d crypto/pem/pem_err.d crypto/des/ecb3_enc.d apps/pkcs7.d test/ssl_test_ctx_test.d test/asn1_encode_test.d crypto/x509/x509_req.d crypto/sm4/sm4.d crypto/asn1/asn_moid.d apps/ec.d crypto/evp/bio_enc.d crypto/dsa/dsa_depr.d crypto/engine/tb_eckey.d test/testutil/driver.d crypto/sha/sha1dgst.d test/testutil/format_output.d crypto/modes/xts128.d crypto/evp/names.d crypto/x509/x_req.d crypto/bio/bio_meth.d crypto/modes/cts128.d crypto/asn1/f_string.d ssl/d1_srtp.d crypto/asn1/p5_pbe.d crypto/evp/m_md4.d crypto/x509v3/v3_addr.d test/buildtest_conf_api.d test/clienthellotest.d crypto/kdf/kdf_err.d crypto/cmac/cm_ameth.d crypto/des/str2key.d crypto/engine/eng_pkey.d test/cipherlist_test.d fuzz/client.d ms/uplink.d test/buildtest_obj_mac.d crypto/x509v3/pcy_lib.d crypto/ocsp/ocsp_prn.d test/bio_callback_test.d crypto/bio/bf_buff.d crypto/async/arch/async_win.d crypto/ec/curve448/arch_32/f_impl.d test/ec_internal_test.d crypto/evp/e_aria.d crypto/evp/cmeth_lib.d crypto/x509v3/v3_info.d crypto/bn/bn_sqr.d crypto/x509v3/v3_akeya.d ssl/s3_enc.d crypto/srp/srp_vfy.d crypto/bn/bn_lib.d test/testutil/basic_output.d crypto/x509/x509_vpm.d crypto/ts/ts_conf.d crypto/camellia/cmll_cfb.d crypto/pem/pem_x509.d crypto/rsa/rsa_mp.d ssl/ssl_utst.d apps/rehash.d apps/ca.d crypto/ec/curve448/scalar.d test/buildtest_stack.d crypto/x509/x509_trs.d crypto/whrlpool/wp_dgst.d crypto/modes/cbc128.d crypto/dh/dh_depr.d test/ecdsatest.d test/asn1_internal_test.d crypto/evp/m_ripemd.d crypto/x509v3/v3_tlsf.d crypto/chacha/chacha_enc.d crypto/pem/pem_sign.d test/crltest.d crypto/x509/x_attrib.d test/bio_enc_test.d crypto/bio/bss_acpt.d crypto/asn1/x_spki.d crypto/bn/bn_add.d test/sysdefaulttest.d crypto/rc5/rc5_enc.d crypto/cms/cms_enc.d ssl/record/rec_layer_s3.d apps/bf_prefix.d apps/pkey.d test/asynciotest.d crypto/bn/bn_nist.d crypto/mem.d crypto/x509v3/pcy_data.d crypto/poly1305/poly1305_ameth.d crypto/stack/stack.d ssl/d1_msg.d crypto/evp/pmeth_fn.d test/v3ext.d crypto/asn1/a_type.d crypto/asn1/ameth_lib.d test/srptest.d crypto/evp/encode.d crypto/asn1/d2i_pr.d crypto/blake2/blake2b.d test/curve448_internal_test.d crypto/evp/m_wp.d test/buildtest_ssl.d crypto/x509/x509_txt.d crypto/ct/ct_vfy.d crypto/dso/dso_openssl.d test/verify_extra_test.d crypto/asn1/a_gentm.d apps/engine.d crypto/cms/cms_asn1.d crypto/asn1/t_pkey.d crypto/ocsp/ocsp_asn.d test/buildtest_ui.d crypto/x509v3/v3_pmaps.d crypto/rsa/rsa_saos.d test/test_test.d crypto/buffer/buffer.d crypto/x509/x509cset.d crypto/dso/dso_dlfcn.d crypto/pkcs7/bio_pk7.d crypto/des/fcrypt.d test/recordlentest.d test/ssl_cert_table_internal_test.d test/wpackettest.d crypto/bn/bn_mont.d test/buildtest_pkcs12.d apps/speed.d apps/dgst.d crypto/evp/m_null.d crypto/camellia/camellia.d fuzz/asn1.d crypto/x509/x509_r2x.d crypto/lhash/lh_stats.d test/buildtest_ebcdic.d crypto/asn1/x_sig.d crypto/sha/sha1_one.d test/buildtest_hmac.d crypto/bio/b_sock2.d crypto/bn/bn_dh.d test/buildtest_seed.d test/buildtest_ossl_typ.d crypto/ec/ec_curve.d crypto/cast/c_cfb64.d crypto/store/loader_file.d crypto/evp/pmeth_gn.d crypto/pkcs12/p12_init.d test/ectest.d test/handshake_helper.d crypto/cms/cms_cd.d test/igetest.d crypto/asn1/a_utctm.d crypto/o_str.d test/ssl_test.d test/tls13ccstest.d crypto/cast/c_ecb.d crypto/cast/c_enc.d crypto/x509v3/v3_int.d crypto/bn/bn_div.d test/drbg_cavs_test.d crypto/x509v3/v3_purp.d crypto/camellia/cmll_ofb.d test/buildtest_rand.d crypto/evp/evp_enc.d crypto/evp/bio_b64.d crypto/aria/aria.d crypto/des/cfb64enc.d test/buildtest_ssl3.d crypto/pkcs12/p12_p8e.d crypto/idea/i_ofb64.d fuzz/asn1parse.d crypto/evp/p5_crpt2.d crypto/x509/x509_ext.d test/rc2test.d ssl/record/rec_layer_d1.d crypto/ocsp/ocsp_ext.d crypto/seed/seed_cbc.d crypto/asn1/x_bignum.d crypto/evp/m_mdc2.d crypto/ec/ecdh_kdf.d crypto/rc5/rc5ofb64.d crypto/x509v3/v3_sxnet.d crypto/ec/ec_check.d test/buildtest_whrlpool.d crypto/getenv.d test/buildtest_md5.d apps/enc.d crypto/txt_db/txt_db.d crypto/rand/drbg_lib.d test/rsa_mp_test.d apps/errstr.d ssl/pqueue.d crypto/ocsp/ocsp_srv.d test/cmsapitest.d crypto/x509/by_file.d crypto/asn1/bio_ndef.d test/buildtest_store.d crypto/asn1/asn1_item_list.d ssl/ssl_rsa.d crypto/asn1/x_algor.d crypto/bio/bio_err.d crypto/sha/sha512.d crypto/dsa/dsa_lib.d test/fatalerrtest.d test/buildtest_opensslv.d crypto/cryptlib.d test/secmemtest.d test/buildtest_lhash.d test/sanitytest.d crypto/ec/ecp_nistp224.d crypto/dh/dh_pmeth.d crypto/evp/bio_ok.d crypto/cast/c_skey.d crypto/evp/m_md5.d crypto/aes/aes_ecb.d test/bioprinttest.d apps/pkcs8.d test/tls13encryptiontest.d test/dhtest.d ssl/d1_lib.d crypto/pem/pem_xaux.d crypto/x509v3/v3_bitst.d crypto/init.d crypto/x509/x509rset.d crypto/asn1/a_sign.d test/buildtest_modes.d crypto/des/pcbc_enc.d apps/version.d crypto/threads_none.d crypto/bn/bn_kron.d ssl/record/dtls1_bitmap.d crypto/siphash/siphash.d crypto/bn/bn_word.d test/ssltest_old.d crypto/asn1/a_mbstr.d crypto/cms/cms_kari.d crypto/x509v3/v3_crld.d ssl/t1_enc.d ssl/tls13_enc.d crypto/pkcs12/p12_npas.d crypto/objects/obj_xref.d crypto/asn1/a_object.d crypto/bn/bn_err.d crypto/pkcs7/pk7_lib.d crypto/srp/srp_lib.d crypto/ec/ecdh_ossl.d crypto/bf/bf_skey.d crypto/bn/bn_mul.d crypto/x509/x509_meth.d crypto/dh/dh_asn1.d ssl/ssl_conf.d fuzz/server.d test/pkey_meth_test.d crypto/o_fopen.d crypto/pkcs12/p12_mutl.d crypto/aes/aes_cbc.d fuzz/bignum.d crypto/rsa/rsa_ssl.d crypto/x509/x509_d2.d test/sslcorrupttest.d crypto/cms/cms_pwri.d crypto/x509v3/v3_pcia.d crypto/asn1/tasn_enc.d crypto/asn1/evp_asn1.d crypto/x509v3/v3_skey.d crypto/asn1/a_bitstr.d test/buildtest_symhacks.d crypto/rand/rand_err.d test/buildtest_objects.d crypto/ec/curve448/curve448_tables.d crypto/ts/ts_verify_ctx.d crypto/evp/e_bf.d crypto/x509/x509_v3.d crypto/bn/bn_asm.d crypto/conf/conf_err.d crypto/bio/bf_nbio.d crypto/engine/tb_dsa.d crypto/ec/ec_mult.d crypto/rand/rand_lib.d crypto/evp/e_rc4_hmac_md5.d test/memleaktest.d crypto/ct/ct_prn.d fuzz/bndiv.d apps/pkeyutl.d crypto/ec/ec_key.d crypto/hmac/hmac.d crypto/conf/conf_lib.d apps/crl.d crypto/buffer/buf_err.d crypto/evp/p_open.d crypto/store/store_err.d test/buildtest_ecdsa.d crypto/evp/e_des3.d crypto/asn1/tasn_utl.d crypto/dh/dh_prn.d test/buildtest_async.d crypto/x509/x_pubkey.d crypto/rsa/rsa_lib.d crypto/bn/bn_gf2m.d crypto/x509v3/v3_pcons.d test/casttest.d crypto/dso/dso_win32.d test/buildtest_ec.d crypto/cmac/cm_pmeth.d crypto/bf/bf_ecb.d crypto/asn1/a_d2i_fp.d test/buildtest_srp.d crypto/bn/bn_exp2.d crypto/rsa/rsa_none.d apps/srp.d crypto/bn/bn_mod.d crypto/des/rand_key.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/ct/ct_err.d test/shlibloadtest.d test/buildtest_bn.d crypto/store/store_lib.d crypto/x509/x509_set.d crypto/dh/dh_err.d crypto/rsa/rsa_x931g.d crypto/evp/e_rc2.d crypto/bio/bss_mem.d apps/apps.d apps/rsa.d test/x509_check_cert_pkey_test.d crypto/rc2/rc2ofb64.d test/sslapitest.d crypto/pkcs12/p12_sbag.d test/danetest.d crypto/err/err.d ssl/s3_lib.d test/x509aux.d crypto/pkcs12/pk12err.d test/buildtest_pem2.d crypto/dh/dh_rfc7919.d crypto/evp/m_sigver.d crypto/bio/b_addr.d test/buildtest_blowfish.d crypto/evp/p_sign.d crypto/ec/ecdsa_sign.d crypto/dh/dh_gen.d test/bad_dtls_test.d crypto/x509v3/v3_akey.d test/ciphername_test.d crypto/cms/cms_err.d test/packettest.d crypto/asn1/a_strnid.d apps/x509.d crypto/cms/cms_io.d crypto/evp/c_alld.d crypto/asn1/nsseq.d ssl/statem/statem.d crypto/ec/ec_oct.d crypto/rand/rand_unix.d crypto/ocsp/ocsp_vfy.d crypto/ec/curve448/curve448.d crypto/asn1/a_utf8.d crypto/ec/ec_kmeth.d crypto/store/store_init.d crypto/x509/x509_vfy.d crypto/ec/curve448/f_generic.d test/d2i_test.d crypto/des/qud_cksm.d crypto/evp/e_aes.d crypto/asn1/asn1_par.d crypto/ec/eck_prn.d apps/rsautl.d apps/spkac.d crypto/evp/pmeth_lib.d crypto/dh/dh_ameth.d test/buildtest_dh.d apps/passwd.d test/buildtest_comp.d crypto/evp/e_old.d crypto/pem/pem_oth.d crypto/rc5/rc5_skey.d crypto/rsa/rsa_asn1.d crypto/engine/eng_init.d crypto/asn1/a_time.d test/chacha_internal_test.d crypto/x509v3/v3_extku.d crypto/objects/obj_err.d ssl/statem/statem_clnt.d crypto/bio/b_sock.d crypto/des/set_key.d test/versions.d crypto/evp/e_idea.d test/buildtest_camellia.d test/asynctest.d crypto/bn/bn_exp.d crypto/evp/evp_pbe.d test/buildtest_kdf.d crypto/idea/i_skey.d crypto/evp/e_seed.d crypto/ts/ts_lib.d crypto/asn1/p5_pbev2.d crypto/evp/p_dec.d crypto/ec/curve25519.d crypto/rsa/rsa_chk.d crypto/rand/rand_win.d ssl/bio_ssl.d ssl/ssl_err.d crypto/async/async_err.d crypto/cms/cms_att.d test/buildtest_sha.d crypto/evp/evp_pkey.d crypto/rc2/rc2_ecb.d crypto/rsa/rsa_gen.d crypto/asn1/x_int64.d apps/ecparam.d test/buildtest_conf.d crypto/blake2/blake2s.d crypto/async/arch/async_posix.d crypto/store/store_strings.d crypto/engine/eng_rdrand.d test/testutil/random.d crypto/ec/ec_cvt.d crypto/pkcs7/pk7_doit.d crypto/dsa/dsa_meth.d crypto/ec/ecp_mont.d crypto/pkcs12/p12_utl.d crypto/dsa/dsa_pmeth.d ssl/ssl_init.d crypto/bn/bn_prime.d crypto/sm3/sm3.d test/rsa_test.d crypto/x509v3/v3_ncons.d test/gosttest.d crypto/idea/i_cfb64.d test/rsa_complex.d apps/dhparam.d test/testutil/output_helpers.d crypto/x509/by_dir.d test/buildtest_rc5.d test/buildtest_crypto.d crypto/ec/ecx_meth.d ssl/ssl_txt.d crypto/blake2/m_blake2b.d test/buildtest_dsa.d test/constant_time_test.d crypto/dsa/dsa_prn.d test/bntest.d crypto/bn/bn_const.d crypto/md5/md5_one.d crypto/ocsp/v3_ocsp.d test/sm4_internal_test.d crypto/md5/md5_dgst.d crypto/asn1/asn1_gen.d crypto/pem/pem_pkey.d crypto/ec/ecdsa_ossl.d crypto/engine/tb_asnmth.d test/pkey_meth_kdf_test.d crypto/rc5/rc5cfb64.d test/dtls_mtu_test.d apps/dsa.d crypto/poly1305/poly1305.d crypto/ocsp/ocsp_ht.d crypto/idea/i_ecb.d test/buildtest_ocsp.d crypto/modes/ofb128.d ssl/ssl_lib.d crypto/evp/e_rc4.d crypto/sha/keccak1600.d test/testutil/cb.d crypto/evp/e_camellia.d test/buildtest_ts.d crypto/ui/ui_util.d test/x509_time_test.d crypto/x509/x_crl.d crypto/bn/bn_blind.d crypto/bio/bio_cb.d crypto/dsa/dsa_vrf.d crypto/objects/obj_lib.d crypto/cast/c_ofb64.d crypto/pkcs12/p12_add.d crypto/rand/rand_egd.d apps/pkeyparam.d apps/cms.d crypto/x509/x509name.d crypto/asn1/p8_pkey.d test/ecstresstest.d test/buildtest_pem.d crypto/x509/x_all.d crypto/pkcs12/p12_attr.d crypto/pem/pem_pk8.d crypto/dh/dh_rfc5114.d crypto/x509v3/pcy_node.d crypto/cms/cms_ess.d crypto/cpt_err.d crypto/engine/eng_fat.d crypto/ct/ct_log.d ssl/statem/extensions_clnt.d crypto/sha/sha256.d crypto/ec/ec_lib.d crypto/async/arch/async_null.d crypto/mem_sec.d crypto/cversion.d crypto/dso/dso_lib.d crypto/ec/ec_print.d crypto/evp/m_sha3.d ssl/tls_srp.d crypto/siphash/siphash_ameth.d crypto/ec/ecp_nistp521.d apps/ocsp.d crypto/asn1/tasn_new.d test/buildtest_rand_drbg.d apps/smime.d crypto/evp/digest.d test/pemtest.d crypto/bf/bf_cfb64.d crypto/x509/x509_lu.d crypto/rc4/rc4_skey.d engines/e_capi.d crypto/comp/comp_lib.d crypto/engine/eng_cnf.d crypto/evp/p5_crpt.d test/buildtest_engine.d crypto/x509v3/v3_alt.d crypto/cmac/cmac.d ssl/ssl_asn1.d crypto/bio/bf_lbuf.d crypto/engine/eng_dyn.d test/x509_internal_test.d crypto/idea/i_cbc.d crypto/mem_clr.d crypto/async/async.d crypto/hmac/hm_pmeth.d crypto/ec/ec2_oct.d crypto/x509v3/pcy_tree.d crypto/des/ofb64enc.d crypto/x509/x509_def.d crypto/asn1/f_int.d crypto/asn1/a_int.d crypto/bio/bss_log.d test/buildtest_x509.d crypto/bio/b_print.d crypto/ct/ct_x509v3.d crypto/modes/wrap128.d crypto/x509v3/v3err.d crypto/sm3/m_sm3.d crypto/bn/bn_recp.d crypto/bn/bn_mpi.d crypto/sm2/sm2_pmeth.d crypto/poly1305/poly1305_pmeth.d crypto/rc2/rc2cfb64.d crypto/pkcs12/p12_decr.d crypto/conf/conf_sap.d crypto/ripemd/rmd_one.d crypto/ui/ui_lib.d crypto/bn/bn_sqrt.d ssl/methods.d crypto/x509/t_crl.d test/evp_extra_test.d test/buildtest_txt_db.d crypto/rsa/rsa_prn.d crypto/async/async_wait.d crypto/md2/md2_one.d crypto/engine/tb_digest.d test/cipherbytes_test.d test/asn1_decode_test.d crypto/aes/aes_wrap.d crypto/des/cbc_enc.d crypto/md2/md2_dgst.d apps/app_rand.d test/buildtest_ripemd.d crypto/camellia/cmll_ctr.d crypto/evp/evp_lib.d crypto/cms/cms_sd.d crypto/seed/seed_ecb.d crypto/o_fips.d crypto/comp/comp_err.d crypto/objects/obj_dat.d crypto/rand/rand_vms.d crypto/dllmain.d crypto/bio/bss_dgram.d crypto/bio/bss_fd.d test/modes_internal_test.d crypto/md4/md4_dgst.d crypto/threads_pthread.d crypto/engine/eng_lib.d apps/crl2p7.d test/x509_dup_cert_test.d crypto/pem/pem_lib.d engines/e_dasync.d crypto/cms/cms_env.d crypto/dsa/dsa_gen.d test/errtest.d crypto/md4/md4_one.d crypto/rc5/rc5_ecb.d crypto/pkcs7/pk7_smime.d crypto/rsa/rsa_pmeth.d crypto/rsa/rsa_meth.d crypto/x509v3/v3_bcons.d test/asn1_time_test.d apps/win32_init.d apps/s_time.d crypto/pkcs7/pk7_attr.d crypto/x509v3/v3_utl.d crypto/rsa/rsa_x931.d crypto/conf/conf_mall.d crypto/ec/ecp_oct.d crypto/evp/e_cast.d crypto/camellia/cmll_cbc.d crypto/dsa/dsa_asn1.d crypto/pkcs7/pk7_mime.d crypto/err/err_all.d crypto/pem/pvkfmt.d crypto/engine/eng_all.d crypto/x509v3/v3_asid.d crypto/x509v3/v3_genn.d crypto/o_time.d test/buildtest_x509v3.d test/destest.d crypto/asn1/n_pkey.d crypto/ts/ts_rsp_verify.d ssl/record/ssl3_buffer.d crypto/rc2/rc2_skey.d crypto/bf/bf_enc.d test/buildtest_des.d crypto/rc2/rc2_cbc.d crypto/blake2/m_blake2s.d test/hmactest.d crypto/seed/seed_ofb.d apps/genrsa.d crypto/engine/eng_openssl.d crypto/rsa/rsa_ossl.d crypto/evp/pbe_scrypt.d crypto/ct/ct_sct_ctx.d crypto/x509v3/v3_cpols.d crypto/evp/e_chacha20_poly1305.d crypto/evp/m_md2.d test/exptest.d ssl/record/ssl3_record_tls13.d crypto/des/fcrypt_b.d test/buildtest_rsa.d crypto/bn/bn_x931p.d crypto/rsa/rsa_err.d crypto/conf/conf_def.d test/ssltestlib.d crypto/des/des_enc.d ssl/statem/statem_srvr.d crypto/evp/p_lib.d crypto/bio/bf_null.d crypto/asn1/t_bitst.d test/buildtest_srtp.d crypto/modes/ccm128.d ssl/ssl_sess.d test/threadstest.d crypto/engine/eng_err.d crypto/x509v3/v3_admis.d crypto/ex_data.d crypto/aes/aes_misc.d test/buildtest_cmac.d crypto/dh/dh_kdf.d crypto/dsa/dsa_ameth.d crypto/asn1/a_verify.d crypto/asn1/asn_mstbl.d crypto/des/cbc_cksm.d crypto/err/err_prn.d crypto/asn1/tasn_scn.d apps/s_socket.d crypto/bio/bss_file.d crypto/bio/bss_bio.d crypto/asn1/i2d_pr.d crypto/x509v3/v3_prn.d apps/verify.d crypto/ec/ecp_nist.d crypto/seed/seed_cfb.d crypto/pkcs7/pkcs7err.d crypto/asn1/asn_pack.d crypto/rsa/rsa_oaep.d crypto/kdf/tls1_prf.d crypto/asn1/tasn_dec.d test/dsatest.d crypto/whrlpool/wp_block.d crypto/seed/seed.d apps/ciphers.d test/stack_test.d crypto/ct/ct_b64.d crypto/conf/conf_mod.d crypto/ec/ec_pmeth.d test/evp_test.d crypto/engine/eng_list.d test/rc4test.d crypto/ctype.d test/testutil/test_cleanup.d crypto/sm2/sm2_err.d apps/genpkey.d crypto/asn1/asn_mime.d test/enginetest.d crypto/asn1/bio_asn1.d test/gmdifftest.d crypto/rand/randfile.d ssl/ssl_ciph.d crypto/sm2/sm2_crypt.d test/buildtest_asn1.d crypto/evp/p_verify.d apps/rand.d crypto/cms/cms_lib.d test/bio_memleak_test.d crypto/x509/x_x509.d ms/applink.d ssl/record/ssl3_record.d crypto/dsa/dsa_sign.d test/testutil/main.d crypto/dh/dh_check.d test/buildtest_ssl2.d apps/gendsa.d test/buildtest_asn1t.d crypto/engine/tb_rsa.d crypto/evp/e_xcbc_d.d apps/dsaparam.d crypto/bf/bf_ofb64.d crypto/mem_dbg.d crypto/asn1/x_info.d crypto/asn1/a_dup.d apps/sess_id.d crypto/pem/pem_info.d crypto/conf/conf_ssl.d crypto/asn1/a_print.d crypto/ripemd/rmd_dgst.d crypto/x509/x509_cmp.d test/buildtest_md2.d crypto/cms/cms_dd.d test/servername_test.d crypto/ui/ui_err.d test/ocspapitest.d ssl/ssl_stat.d test/buildtest_md4.d crypto/evp/c_allc.d crypto/o_init.d fuzz/test-corpus.d crypto/rsa/rsa_pss.d crypto/x509v3/v3_pci.d crypto/engine/eng_table.d crypto/store/store_register.d test/ct_test.d crypto/evp/bio_md.d crypto/evp/evp_key.d crypto/o_dir.d test/mdc2test.d crypto/ts/ts_asn1.d ssl/ssl_cert.d crypto/ec/curve448/eddsa.d apps/req.d test/drbgtest.d crypto/x509v3/v3_lib.d test/rdrand_sanitytest.d test/buildtest_dtls1.d crypto/evp/e_rc5.d crypto/ec/ecdsa_vrf.d crypto/x509v3/pcy_cache.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/lhash/lhash.d crypto/x509/x509_att.d test/rc5test.d crypto/aes/aes_ofb.d crypto/ec/ec_ameth.d crypto/evp/evp_cnf.d crypto/bn/bn_srp.d crypto/ct/ct_oct.d crypto/asn1/d2i_pu.d crypto/x509v3/v3_pku.d crypto/x509/t_x509.d crypto/siphash/siphash_pmeth.d crypto/asn1/p5_scrypt.d crypto/dh/dh_meth.d crypto/des/ofb_enc.d crypto/rsa/rsa_pk1.d crypto/des/xcbc_enc.d test/afalgtest.d crypto/asn1/a_octet.d test/dsa_no_digest_size_test.d crypto/des/ofb64ede.d crypto/engine/tb_cipher.d crypto/ec/ec_err.d crypto/modes/cfb128.d crypto/ec/ec2_smpl.d crypto/x509v3/v3_ia5.d crypto/x509/x509_obj.d crypto/pkcs7/pk7_asn1.d apps/openssl.d crypto/rsa/rsa_sign.d fuzz/ct.d crypto/hmac/hm_ameth.d crypto/modes/ocb128.d apps/s_cb.d crypto/dh/dh_key.d crypto/bn/bn_ctx.d ssl/t1_trce.d test/testutil/tests.d test/lhash_test.d crypto/ec/ecp_smpl.d ssl/ssl_mcnf.d crypto/aes/aes_core.d crypto/ec/ecp_nistp256.d crypto/des/ecb_enc.d crypto/ts/ts_req_print.d test/buildtest_aes.d fuzz/cms.d crypto/bio/bss_sock.d crypto/ts/ts_err.d crypto/evp/e_sm4.d crypto/pkcs12/p12_crt.d crypto/x509/x_exten.d crypto/ui/ui_null.d crypto/bio/bss_conn.d test/buildtest_cms.d ssl/packet.d test/buildtest_evp.d crypto/ocsp/ocsp_cl.d test/mdc2_internal_test.d test/uitest.d engines/e_ossltest.d apps/ts.d test/ideatest.d crypto/asn1/tasn_fre.d test/ssl_test_ctx.d crypto/dsa/dsa_ossl.d crypto/ec/ec_asn1.d test/testutil/tap_bio.d crypto/conf/conf_api.d crypto/bio/bio_lib.d crypto/engine/tb_pkmeth.d apps/pkcs12.d test/v3nametest.d crypto/comp/c_zlib.d crypto/dsa/dsa_err.d crypto/ts/ts_rsp_utils.d crypto/modes/gcm128.d crypto/sm2/sm2_sign.d crypto/evp/m_sha1.d crypto/asn1/x_long.d crypto/evp/e_des.d crypto/pkcs12/p12_crpt.d crypto/engine/eng_ctrl.d crypto/rand/drbg_ctr.d fuzz/conf.d crypto/rsa/rsa_ameth.d crypto/uid.d test/buildtest_x509_vfy.d GENERATED_MANDATORY=crypto/include/internal/bn_conf.h crypto/include/internal/dso_conf.h include/openssl/opensslconf.h GENERATED=apps/CA.pl apps/openssl.rc apps/progs.h apps/tsget.pl crypto/buildinf.h crypto/uplink-x86.s libcrypto.def libcrypto.rc libssl.def libssl.rc test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md2.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_rc5.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_ssl3.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash util/shlib_wrap.sh @@ -52,18 +52,34 @@ APPS_OPENSSL=apps/openssl # Normally it is left empty. DESTDIR= + # Do not edit these manually. Use Configure with --prefix or --openssldir # to change this! Short explanation in the top comment in Configure -INSTALLTOP=/usr/local -OPENSSLDIR=/usr/local/ssl +INSTALLTOP_dev=C: +INSTALLTOP_dir=/Program Files (x86)/OpenSSL +OPENSSLDIR_dev=C: +OPENSSLDIR_dir=/Program Files (x86)/Common Files/SSL LIBDIR=lib +ENGINESDIR_dev=C: +ENGINESDIR_dir=/Program Files (x86)/OpenSSL/lib/engines-1_1 +# In a Windows environment, $(DESTDIR) is harder to contatenate with other +# directory variables, because both may contain devices. What we do here is +# to adapt INSTALLTOP, OPENSSLDIR and ENGINESDIR depending on if $(DESTDIR) +# has a value or not, to ensure that concatenation will always work further +# down. +ifneq "$(DESTDIR)" "" +INSTALLTOP=$(INSTALLTOP_dir) +OPENSSLDIR=$(OPENSSLDIR_dir) +ENGINESDIR=$(ENGINESDIR_dir) +else +INSTALLTOP=$(INSTALLTOP_dev)$(INSTALLTOP_dir) +OPENSSLDIR=$(OPENSSLDIR_dev)$(OPENSSLDIR_dir) +ENGINESDIR=$(ENGINESDIR_dev)$(ENGINESDIR_dir) +endif + # $(libdir) is chosen to be compatible with the GNU coding standards libdir=$(INSTALLTOP)/$(LIBDIR) -ENGINESDIR=$(libdir)/engines-1_1 -# Convenience variable for those who want to set the rpath in shared -# libraries and applications -LIBRPATH=$(libdir) MANDIR=$(INSTALLTOP)/share/man DOCDIR=$(INSTALLTOP)/share/doc/$(BASENAME) @@ -246,13 +262,13 @@ libclean: clean: libclean $(RM) $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS) $(RM) $(GENERATED_MANDATORY) $(GENERATED) - -$(RM) `find . -name .git -prune -o -name '*.d' -print` - -$(RM) `find . -name .git -prune -o -name '*.o' -print` + -$(RM) `find . -name '*.d' \! -name '.*' -print` + -$(RM) `find . -name '*.o' \! -name '.*' -print` $(RM) core $(RM) tags TAGS doc-nits $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc - -$(RM) `find . -name .git -prune -o -type l -print` + -$(RM) `find . -type l \! -name '.*' -print` $(RM) $(TARFILE) distclean: clean @@ -275,7 +291,7 @@ uninstall_sw: uninstall_runtime uninstall_engines uninstall_dev install_docs: install_man_docs install_html_docs uninstall_docs: uninstall_man_docs uninstall_html_docs - $(RM) -r -v $(DESTDIR)$(DOCDIR) + $(RM) -r $(DESTDIR)$(DOCDIR) install_ssldirs: @$(PERL) $(SRCDIR)/util/mkdir-p.pl $(DESTDIR)$(OPENSSLDIR)/certs @@ -6320,7 +6336,7 @@ ssl/tls_srp.o: ../ssl/tls_srp.c libssl.a: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o $(AR) $(ARFLAGS) $@ $? $(RANLIB) $@ || echo Never mind. -test/libtestutil.a: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +test/libtestutil.a: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o $(AR) $(ARFLAGS) $@ $? $(RANLIB) $@ || echo Never mind. test/testutil/basic_output.o: ../test/testutil/basic_output.c @@ -6379,6 +6395,14 @@ test/testutil/output_helpers.o: ../test/testutil/output_helpers.c else \ mv test/testutil/output_helpers.d.tmp test/testutil/output_helpers.d; \ fi +test/testutil/random.o: ../test/testutil/random.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/random.d.tmp -MT $@ -c -o $@ ../test/testutil/random.c + @touch test/testutil/random.d.tmp + @if cmp test/testutil/random.d.tmp test/testutil/random.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/random.d.tmp; \ + else \ + mv test/testutil/random.d.tmp test/testutil/random.d; \ + fi test/testutil/stanza.o: ../test/testutil/stanza.c $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/stanza.d.tmp -MT $@ -c -o $@ ../test/testutil/stanza.c @touch test/testutil/stanza.d.tmp @@ -6847,7 +6871,7 @@ apps/x509.o: ../apps/x509.c apps/progs.h mv apps/x509.d.tmp apps/x509.d; \ fi ms/applink.o: ../ms/applink.c - $(CC) -I. -Iinclude -Iapps -I.. -I../include -I../apps $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF ms/applink.d.tmp -MT $@ -c -o $@ ../ms/applink.c + $(CC) -Iapps -I. -Iinclude -I../apps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF ms/applink.d.tmp -MT $@ -c -o $@ ../ms/applink.c @touch ms/applink.d.tmp @if cmp ms/applink.d.tmp ms/applink.d > /dev/null 2> /dev/null; then \ rm -f ms/applink.d.tmp; \ @@ -9622,7 +9646,7 @@ ssl ssl/: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ss @ : No support to produce bin test/tls13secretstest ssl/record ssl/record/: ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/statem ssl/statem/: ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o -test/testutil test/testutil/: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +test/testutil test/testutil/: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o ##### SHA assembler implementations # GNU make "catch all" diff --git a/upstream-build/makefile/i686-win32-msvc b/upstream-build/makefile/i686-win32-msvc index 5033d21..4be1c12 100644 --- a/upstream-build/makefile/i686-win32-msvc +++ b/upstream-build/makefile/i686-win32-msvc @@ -10,7 +10,7 @@ PLATFORM=VC-WIN32 SRCDIR=.. BLDDIR=. -VERSION=1.1.1c +VERSION=1.1.1d MAJOR=1 MINOR=1.1 @@ -25,7 +25,7 @@ PROGRAMS=apps\openssl.exe fuzz\asn1-test.exe fuzz\asn1parse-test.exe fuzz\bignum PROGRAMPDBS=apps\openssl.pdb fuzz\asn1-test.pdb fuzz\asn1parse-test.pdb fuzz\bignum-test.pdb fuzz\bndiv-test.pdb fuzz\client-test.pdb fuzz\cms-test.pdb fuzz\conf-test.pdb fuzz\crl-test.pdb fuzz\ct-test.pdb fuzz\server-test.pdb fuzz\x509-test.pdb test\aborttest.pdb test\afalgtest.pdb test\asn1_decode_test.pdb test\asn1_encode_test.pdb test\asn1_internal_test.pdb test\asn1_string_table_test.pdb test\asn1_time_test.pdb test\asynciotest.pdb test\asynctest.pdb test\bad_dtls_test.pdb test\bftest.pdb test\bio_callback_test.pdb test\bio_enc_test.pdb test\bio_memleak_test.pdb test\bioprinttest.pdb test\bntest.pdb test\buildtest_c_aes.pdb test\buildtest_c_asn1.pdb test\buildtest_c_asn1t.pdb test\buildtest_c_async.pdb test\buildtest_c_bio.pdb test\buildtest_c_blowfish.pdb test\buildtest_c_bn.pdb test\buildtest_c_buffer.pdb test\buildtest_c_camellia.pdb test\buildtest_c_cast.pdb test\buildtest_c_cmac.pdb test\buildtest_c_cms.pdb test\buildtest_c_comp.pdb test\buildtest_c_conf.pdb test\buildtest_c_conf_api.pdb test\buildtest_c_crypto.pdb test\buildtest_c_ct.pdb test\buildtest_c_des.pdb test\buildtest_c_dh.pdb test\buildtest_c_dsa.pdb test\buildtest_c_dtls1.pdb test\buildtest_c_e_os2.pdb test\buildtest_c_ebcdic.pdb test\buildtest_c_ec.pdb test\buildtest_c_ecdh.pdb test\buildtest_c_ecdsa.pdb test\buildtest_c_engine.pdb test\buildtest_c_evp.pdb test\buildtest_c_hmac.pdb test\buildtest_c_idea.pdb test\buildtest_c_kdf.pdb test\buildtest_c_lhash.pdb test\buildtest_c_md2.pdb test\buildtest_c_md4.pdb test\buildtest_c_md5.pdb test\buildtest_c_modes.pdb test\buildtest_c_obj_mac.pdb test\buildtest_c_objects.pdb test\buildtest_c_ocsp.pdb test\buildtest_c_opensslv.pdb test\buildtest_c_ossl_typ.pdb test\buildtest_c_pem.pdb test\buildtest_c_pem2.pdb test\buildtest_c_pkcs12.pdb test\buildtest_c_pkcs7.pdb test\buildtest_c_rand.pdb test\buildtest_c_rand_drbg.pdb test\buildtest_c_rc2.pdb test\buildtest_c_rc4.pdb test\buildtest_c_rc5.pdb test\buildtest_c_ripemd.pdb test\buildtest_c_rsa.pdb test\buildtest_c_safestack.pdb test\buildtest_c_seed.pdb test\buildtest_c_sha.pdb test\buildtest_c_srp.pdb test\buildtest_c_srtp.pdb test\buildtest_c_ssl.pdb test\buildtest_c_ssl2.pdb test\buildtest_c_ssl3.pdb test\buildtest_c_stack.pdb test\buildtest_c_store.pdb test\buildtest_c_symhacks.pdb test\buildtest_c_tls1.pdb test\buildtest_c_ts.pdb test\buildtest_c_txt_db.pdb test\buildtest_c_ui.pdb test\buildtest_c_whrlpool.pdb test\buildtest_c_x509.pdb test\buildtest_c_x509_vfy.pdb test\buildtest_c_x509v3.pdb test\casttest.pdb test\chacha_internal_test.pdb test\cipherbytes_test.pdb test\cipherlist_test.pdb test\ciphername_test.pdb test\clienthellotest.pdb test\cmsapitest.pdb test\conf_include_test.pdb test\constant_time_test.pdb test\crltest.pdb test\ct_test.pdb test\ctype_internal_test.pdb test\curve448_internal_test.pdb test\d2i_test.pdb test\danetest.pdb test\destest.pdb test\dhtest.pdb test\drbg_cavs_test.pdb test\drbgtest.pdb test\dsa_no_digest_size_test.pdb test\dsatest.pdb test\dtls_mtu_test.pdb test\dtlstest.pdb test\dtlsv1listentest.pdb test\ec_internal_test.pdb test\ecdsatest.pdb test\ecstresstest.pdb test\ectest.pdb test\enginetest.pdb test\errtest.pdb test\evp_extra_test.pdb test\evp_test.pdb test\exdatatest.pdb test\exptest.pdb test\fatalerrtest.pdb test\gmdifftest.pdb test\gosttest.pdb test\hmactest.pdb test\ideatest.pdb test\igetest.pdb test\lhash_test.pdb test\md2test.pdb test\mdc2test.pdb test\memleaktest.pdb test\modes_internal_test.pdb test\ocspapitest.pdb test\packettest.pdb test\pbelutest.pdb test\pemtest.pdb test\pkey_meth_kdf_test.pdb test\pkey_meth_test.pdb test\poly1305_internal_test.pdb test\rc2test.pdb test\rc4test.pdb test\rc5test.pdb test\rdrand_sanitytest.pdb test\recordlentest.pdb test\rsa_complex.pdb test\rsa_mp_test.pdb test\rsa_test.pdb test\sanitytest.pdb test\secmemtest.pdb test\servername_test.pdb test\shlibloadtest.pdb test\siphash_internal_test.pdb test\sm2_internal_test.pdb test\sm4_internal_test.pdb test\srptest.pdb test\ssl_cert_table_internal_test.pdb test\ssl_test.pdb test\ssl_test_ctx_test.pdb test\sslapitest.pdb test\sslbuffertest.pdb test\sslcorrupttest.pdb test\ssltest_old.pdb test\stack_test.pdb test\sysdefaulttest.pdb test\test_test.pdb test\threadstest.pdb test\time_offset_test.pdb test\tls13ccstest.pdb test\tls13encryptiontest.pdb test\tls13secretstest.pdb test\uitest.pdb test\v3ext.pdb test\v3nametest.pdb test\verify_extra_test.pdb test\versions.pdb test\wpackettest.pdb test\x509_check_cert_pkey_test.pdb test\x509_dup_cert_test.pdb test\x509_internal_test.pdb test\x509_time_test.pdb test\x509aux.pdb SCRIPTS=apps\CA.pl apps\tsget.pl tools\c_rehash.pl -DEPS=crypto\x509v3\v3_enum.d test\x509_time_test.d crypto\evp\e_seed.d crypto\asn1\p5_pbev2.d test\buildtest_dsa.d crypto\sm4\sm4.d test\buildtest_e_os2.d crypto\md5\md5_dgst.d test\dtlsv1listentest.d crypto\evp\e_aes_cbc_hmac_sha256.d ssl\ssl_init.d crypto\objects\obj_err.d test\buildtest_bn.d crypto\modes\xts128.d crypto\x509v3\v3_bitst.d crypto\asn1\i2d_pr.d test\buildtest_des.d test\drbg_cavs_test.d crypto\ts\ts_rsp_verify.d test\cipherlist_test.d crypto\evp\evp_cnf.d crypto\des\str2key.d ssl\ssl_stat.d crypto\asn1\tasn_fre.d crypto\ocsp\ocsp_prn.d crypto\ocsp\ocsp_vfy.d crypto\ocsp\ocsp_cl.d ssl\s3_lib.d test\testutil\init.d crypto\x509v3\pcy_cache.d crypto\asn1\a_utctm.d crypto\evp\e_rc5.d crypto\bio\bss_conn.d crypto\evp\e_rc4.d test\buildtest_stack.d crypto\modes\ccm128.d apps\s_socket.d crypto\pkcs7\pk7_attr.d crypto\ui\ui_lib.d crypto\evp\m_null.d crypto\mem_clr.d crypto\evp\cmeth_lib.d test\ideatest.d crypto\pkcs12\p12_decr.d crypto\dh\dh_asn1.d crypto\poly1305\poly1305.d test\ssltest_old.d crypto\cms\cms_env.d crypto\evp\m_md5_sha1.d crypto\async\async_err.d test\buildtest_dtls1.d fuzz\bndiv.d crypto\engine\eng_openssl.d crypto\init.d crypto\evp\e_old.d crypto\dsa\dsa_gen.d crypto\engine\eng_dyn.d crypto\threads_win.d test\igetest.d crypto\aes\aes_cbc.d crypto\rsa\rsa_pss.d crypto\des\qud_cksm.d crypto\evp\bio_ok.d crypto\des\des_enc.d crypto\store\store_strings.d crypto\ts\ts_rsp_utils.d ssl\t1_trce.d test\testutil\stanza.d crypto\aes\aes_core.d crypto\chacha\chacha_enc.d test\versions.d apps\engine.d crypto\x509\x509_txt.d fuzz\ct.d crypto\des\xcbc_enc.d crypto\dso\dso_err.d crypto\conf\conf_api.d test\sslcorrupttest.d crypto\evp\c_allc.d test\x509_internal_test.d crypto\engine\eng_err.d test\buildtest_ecdsa.d crypto\ec\ecp_nistp256.d crypto\pkcs12\p12_npas.d test\buildtest_ripemd.d crypto\evp\m_mdc2.d test\buildtest_ssl.d crypto\evp\m_md5.d apps\nseq.d test\enginetest.d ssl\ssl_mcnf.d crypto\asn1\asn1_gen.d crypto\x509v3\v3_info.d crypto\cmac\cmac.d crypto\srp\srp_vfy.d crypto\des\ecb3_enc.d ssl\ssl_cert.d crypto\asn1\x_algor.d apps\dhparam.d crypto\ec\ec_key.d crypto\evp\e_sm4.d crypto\pkcs12\p12_p8e.d crypto\ocsp\ocsp_ht.d crypto\dh\dh_prn.d crypto\ec\curve448\eddsa.d crypto\modes\wrap128.d crypto\rc2\rc2_cbc.d crypto\buffer\buf_err.d crypto\sha\sha512.d apps\smime.d crypto\async\async_wait.d crypto\comp\comp_lib.d crypto\blake2\blake2s.d ssl\ssl_rsa.d crypto\x509\x509_att.d crypto\pem\pem_err.d crypto\lhash\lhash.d test\handshake_helper.d crypto\bn\bn_sqr.d crypto\aes\aes_ofb.d crypto\x509\x509_lu.d crypto\evp\p_dec.d crypto\x509\x_req.d crypto\objects\obj_lib.d crypto\bn\bn_gcd.d test\sanitytest.d crypto\cast\c_ecb.d crypto\rsa\rsa_prn.d ssl\s3_msg.d crypto\pkcs12\p12_init.d test\ocspapitest.d crypto\evp\p5_crpt2.d crypto\ts\ts_req_utils.d test\bio_enc_test.d test\testutil\driver.d crypto\x509\x_crl.d ms\uplink.d crypto\bio\bf_buff.d crypto\seed\seed_ecb.d test\ctype_internal_test.d crypto\ts\ts_lib.d test\afalgtest.d test\d2i_test.d apps\rsa.d crypto\x509v3\v3_pmaps.d test\gmdifftest.d test\buildtest_obj_mac.d crypto\x509v3\v3_prn.d test\ssl_test_ctx.d apps\s_client.d test\buildtest_x509.d crypto\des\fcrypt_b.d apps\passwd.d ssl\packet.d crypto\aria\aria.d apps\ec.d crypto\sha\sha1_one.d crypto\rc5\rc5_enc.d crypto\bio\bio_err.d crypto\ec\curve25519.d crypto\x509\x509_err.d test\test_test.d crypto\asn1\x_bignum.d ssl\s3_cbc.d apps\ca.d crypto\poly1305\poly1305_pmeth.d crypto\x509\x_pubkey.d crypto\blake2\m_blake2s.d crypto\pkcs12\p12_utl.d crypto\mem.d crypto\asn1\nsseq.d crypto\rsa\rsa_none.d crypto\asn1\x_pkey.d crypto\o_fips.d apps\app_rand.d test\buildtest_ct.d crypto\cryptlib.d ssl\ssl_lib.d apps\prime.d test\packettest.d test\modes_internal_test.d crypto\evp\e_aes.d crypto\rsa\rsa_pk1.d crypto\cms\cms_smime.d test\clienthellotest.d crypto\pkcs7\pkcs7err.d crypto\des\fcrypt.d apps\dsa.d crypto\seed\seed_ofb.d crypto\asn1\x_info.d crypto\x509\x509type.d crypto\asn1\n_pkey.d crypto\x509v3\v3_skey.d test\poly1305_internal_test.d crypto\ripemd\rmd_dgst.d crypto\ec\curve448\curve448.d test\testutil\tests.d crypto\mem_dbg.d crypto\x509v3\v3_lib.d ssl\s3_enc.d crypto\ex_data.d crypto\engine\tb_dh.d crypto\sm2\sm2_sign.d crypto\sha\sha1dgst.d crypto\dsa\dsa_asn1.d crypto\md4\md4_one.d crypto\stack\stack.d crypto\dsa\dsa_vrf.d test\casttest.d crypto\x509\x_exten.d crypto\idea\i_ecb.d apps\spkac.d test\asn1_string_table_test.d crypto\cast\c_cfb64.d crypto\sm2\sm2_pmeth.d crypto\modes\ofb128.d crypto\asn1\asn_mime.d crypto\rsa\rsa_err.d crypto\sha\sha256.d test\buildtest_dh.d crypto\bn\bn_gf2m.d crypto\asn1\a_octet.d crypto\ec\eck_prn.d crypto\bn\bn_const.d apps\genpkey.d crypto\x509\x_x509a.d test\mdc2_internal_test.d crypto\asn1\tasn_scn.d crypto\evp\p5_crpt.d crypto\hmac\hm_pmeth.d test\recordlentest.d test\pemtest.d ssl\record\ssl3_buffer.d test\curve448_internal_test.d test\md2test.d crypto\evp\e_bf.d test\x509_check_cert_pkey_test.d test\v3ext.d apps\version.d crypto\asn1\x_int64.d test\wpackettest.d crypto\engine\eng_rdrand.d crypto\evp\m_md2.d crypto\des\rand_key.d crypto\dh\dh_pmeth.d crypto\evp\evp_pbe.d crypto\engine\tb_cipher.d test\asn1_time_test.d crypto\dsa\dsa_sign.d crypto\engine\tb_rsa.d crypto\modes\cts128.d crypto\asn1\a_dup.d crypto\pem\pvkfmt.d crypto\pkcs12\p12_asn.d test\pbelutest.d crypto\ocsp\ocsp_err.d test\buildtest_seed.d test\time_offset_test.d crypto\evp\e_rc4_hmac_md5.d crypto\evp\m_sha1.d test\buildtest_md2.d test\buildtest_conf_api.d crypto\ocsp\ocsp_lib.d crypto\ec\curve448\scalar.d apps\opt.d crypto\dso\dso_dlfcn.d apps\cms.d apps\sess_id.d test\sm2_internal_test.d crypto\x509v3\v3_akey.d crypto\asn1\evp_asn1.d crypto\bn\bn_blind.d crypto\x509v3\v3_genn.d crypto\store\store_lib.d crypto\pkcs12\p12_add.d crypto\asn1\x_spki.d crypto\evp\e_chacha20_poly1305.d apps\rsautl.d crypto\asn1\a_type.d crypto\bio\bf_null.d crypto\err\err_all.d crypto\uid.d crypto\x509v3\v3_alt.d crypto\rand\rand_err.d crypto\hmac\hm_ameth.d crypto\pkcs7\bio_pk7.d ssl\d1_srtp.d crypto\pkcs7\pk7_smime.d crypto\cast\c_enc.d test\danetest.d crypto\bn\bn_rand.d crypto\ec\ecdsa_ossl.d test\v3nametest.d ssl\ssl_utst.d crypto\x509\t_req.d test\asynciotest.d crypto\x509\x509name.d ssl\methods.d crypto\asn1\f_int.d crypto\sm2\sm2_err.d crypto\x509v3\v3_extku.d crypto\x509v3\v3_bcons.d test\destest.d crypto\bio\bss_dgram.d ssl\bio_ssl.d crypto\bio\b_print.d crypto\camellia\cmll_ecb.d crypto\ec\ec2_smpl.d crypto\asn1\tasn_typ.d test\tls13ccstest.d crypto\rc4\rc4_enc.d test\buildtest_store.d crypto\bio\bss_acpt.d test\x509_dup_cert_test.d crypto\blake2\m_blake2b.d crypto\x509v3\v3_addr.d crypto\rsa\rsa_asn1.d crypto\des\cfb64ede.d test\buildtest_safestack.d apps\dsaparam.d crypto\x509\by_file.d crypto\bn\bn_recp.d test\testutil\format_output.d crypto\aes\aes_ige.d crypto\cms\cms_enc.d crypto\evp\e_rc2.d crypto\ui\ui_err.d crypto\bf\bf_ecb.d crypto\x509v3\v3err.d crypto\asn1\x_long.d crypto\x509v3\v3_conf.d apps\s_cb.d crypto\conf\conf_mod.d test\buildtest_aes.d apps\pkcs12.d crypto\x509\by_dir.d crypto\x509\x509_trs.d test\buildtest_cms.d crypto\aes\aes_ecb.d crypto\des\cbc_cksm.d crypto\dh\dh_meth.d apps\req.d test\tls13secretstest.d ssl\ssl_txt.d crypto\engine\eng_init.d apps\x509.d apps\rand.d crypto\ec\ec_asn1.d crypto\kdf\kdf_err.d crypto\conf\conf_err.d crypto\md4\md4_dgst.d crypto\rsa\rsa_ameth.d crypto\rc2\rc2_ecb.d crypto\pem\pem_info.d crypto\pkcs12\p12_attr.d test\chacha_internal_test.d crypto\asn1\a_print.d crypto\dso\dso_win32.d crypto\evp\e_idea.d crypto\rc5\rc5ofb64.d apps\dgst.d crypto\rand\drbg_ctr.d crypto\modes\gcm128.d test\buildtest_ocsp.d crypto\ts\ts_rsp_print.d crypto\evp\evp_pkey.d crypto\dh\dh_key.d crypto\ec\curve448\arch_32\f_impl.d crypto\comp\comp_err.d crypto\evp\evp_err.d crypto\whrlpool\wp_block.d crypto\bio\bss_bio.d crypto\ocsp\ocsp_asn.d fuzz\cms.d crypto\err\err_prn.d test\buildtest_pem.d crypto\rsa\rsa_x931.d crypto\des\cfb64enc.d test\ssl_cert_table_internal_test.d crypto\pkcs12\p12_p8d.d crypto\engine\tb_digest.d ssl\ssl_ciph.d crypto\asn1\asn_pack.d test\buildtest_tls1.d ssl\statem\statem_clnt.d crypto\asn1\a_strex.d crypto\dso\dso_vms.d crypto\sm3\sm3.d crypto\evp\p_sign.d apps\ciphers.d crypto\rand\rand_vms.d crypto\ocsp\v3_ocsp.d crypto\des\ofb64enc.d crypto\ec\ec_mult.d ssl\ssl_sess.d crypto\poly1305\poly1305_ameth.d crypto\getenv.d ssl\pqueue.d crypto\x509\x509cset.d crypto\pkcs7\pk7_doit.d apps\errstr.d crypto\bn\bn_depr.d crypto\pem\pem_xaux.d crypto\bio\b_addr.d test\buildtest_ossl_typ.d crypto\engine\eng_all.d crypto\cms\cms_ess.d test\ssl_test.d crypto\pem\pem_all.d fuzz\server.d test\asn1_internal_test.d crypto\o_fopen.d crypto\mem_sec.d apps\storeutl.d crypto\asn1\a_mbstr.d test\buildtest_asn1.d crypto\x509v3\v3_crld.d crypto\idea\i_skey.d crypto\asn1\a_bitstr.d crypto\engine\tb_pkmeth.d test\buildtest_srtp.d ssl\d1_msg.d ssl\d1_lib.d test\lhash_test.d crypto\x509v3\v3_pcia.d test\buildtest_whrlpool.d ssl\statem\extensions.d test\buildtest_async.d crypto\objects\obj_xref.d crypto\des\ofb_enc.d crypto\asn1\tasn_prn.d test\ec_internal_test.d crypto\ec\ec_pmeth.d crypto\asn1\t_pkey.d crypto\rsa\rsa_gen.d crypto\dh\dh_lib.d crypto\x509\x_attrib.d crypto\x509v3\v3_akeya.d crypto\x509v3\v3_pci.d crypto\bf\bf_cfb64.d test\drbgtest.d apps\asn1pars.d crypto\seed\seed_cfb.d crypto\asn1\a_i2d_fp.d test\buildtest_camellia.d crypto\dh\dh_kdf.d crypto\dsa\dsa_pmeth.d crypto\ec\ec_oct.d crypto\modes\cbc128.d crypto\dsa\dsa_ossl.d crypto\evp\bio_enc.d crypto\idea\i_cfb64.d apps\pkey.d test\buildtest_rc5.d test\buildtest_modes.d crypto\modes\ocb128.d crypto\ec\ecp_oct.d crypto\async\arch\async_win.d crypto\md2\md2_dgst.d crypto\evp\bio_md.d engines\e_capi.d crypto\ui\ui_util.d test\dtlstest.d test\ectest.d test\buildtest_symhacks.d crypto\evp\p_enc.d crypto\txt_db\txt_db.d ms\applink.d crypto\engine\tb_asnmth.d test\ciphername_test.d crypto\sha\keccak1600.d ssl\record\ssl3_record_tls13.d apps\apps.d crypto\evp\evp_lib.d test\srptest.d crypto\asn1\a_gentm.d crypto\cmac\cm_ameth.d crypto\rsa\rsa_sign.d apps\s_server.d crypto\pkcs12\p12_crpt.d ssl\tls_srp.d ssl\statem\extensions_clnt.d crypto\ec\ecp_nist.d crypto\bn\bn_kron.d crypto\asn1\a_int.d crypto\x509\x509_def.d crypto\pkcs12\p12_crt.d crypto\pem\pem_oth.d crypto\asn1\p5_pbe.d crypto\ripemd\rmd_one.d test\testutil\tap_bio.d test\fatalerrtest.d crypto\dsa\dsa_ameth.d crypto\aes\aes_wrap.d test\dsa_no_digest_size_test.d crypto\asn1\asn1_err.d crypto\ct\ct_sct.d test\aborttest.d crypto\modes\ctr128.d crypto\cast\c_ofb64.d crypto\o_time.d test\x509aux.d crypto\asn1\asn_mstbl.d crypto\asn1\tasn_dec.d crypto\bf\bf_ofb64.d crypto\rsa\rsa_mp.d test\ssl_test_ctx_test.d crypto\bio\bio_meth.d crypto\x509v3\pcy_node.d test\testutil\main.d crypto\bn\bn_dh.d crypto\rc4\rc4_skey.d ssl\record\dtls1_bitmap.d test\ecdsatest.d crypto\pkcs12\p12_key.d crypto\ec\ec_curve.d crypto\x509\x509_set.d crypto\comp\c_zlib.d test\rsa_test.d apps\srp.d crypto\o_dir.d crypto\bn\bn_srp.d crypto\ec\ecp_smpl.d crypto\md2\md2_one.d crypto\bio\bss_null.d crypto\x509v3\v3_int.d crypto\ct\ct_policy.d crypto\evp\e_aria.d crypto\evp\m_wp.d crypto\asn1\t_bitst.d crypto\cms\cms_att.d crypto\asn1\a_strnid.d engines\e_dasync.d ssl\statem\statem_srvr.d test\buildtest_sha.d ssl\record\ssl3_record.d test\drbg_cavs_data.d crypto\des\cfb_enc.d crypto\x509\t_crl.d crypto\asn1\a_d2i_fp.d crypto\ct\ct_x509v3.d crypto\x509\x509_cmp.d crypto\bn\bn_ctx.d crypto\bn\bn_err.d crypto\bn\bn_asm.d test\pkey_meth_kdf_test.d test\exdatatest.d apps\pkeyparam.d crypto\evp\m_md4.d crypto\evp\e_cast.d crypto\engine\tb_dsa.d crypto\modes\cfb128.d crypto\x509\x509_obj.d crypto\bn\bn_print.d fuzz\conf.d apps\openssl.d crypto\x509\x_all.d crypto\x509v3\pcy_tree.d test\buildtest_conf.d crypto\x509v3\v3_ia5.d crypto\engine\eng_ctrl.d crypto\ui\ui_openssl.d crypto\ec\ec2_oct.d crypto\cms\cms_sd.d test\buildtest_cmac.d crypto\dh\dh_gen.d crypto\x509v3\v3_admis.d ssl\record\rec_layer_d1.d crypto\lhash\lh_stats.d crypto\rsa\rsa_depr.d test\buildtest_srp.d crypto\rsa\rsa_x931g.d crypto\bf\bf_enc.d crypto\md5\md5_one.d crypto\x509v3\v3_utl.d test\conf_include_test.d crypto\evp\names.d engines\e_padlock.d crypto\engine\eng_fat.d crypto\camellia\cmll_ofb.d crypto\evp\pmeth_fn.d crypto\x509v3\v3_pku.d crypto\bn\bn_sqrt.d crypto\asn1\tasn_enc.d test\buildtest_ui.d crypto\x509v3\v3_ncons.d fuzz\asn1parse.d test\evp_extra_test.d crypto\kdf\hkdf.d crypto\bn\bn_add.d test\testutil\basic_output.d test\rsa_mp_test.d crypto\dh\dh_ameth.d crypto\bn\bn_x931p.d crypto\engine\eng_cnf.d crypto\rsa\rsa_lib.d crypto\asn1\tasn_new.d test\buildtest_rc2.d crypto\siphash\siphash.d crypto\siphash\siphash_ameth.d test\bftest.d crypto\asn1\a_time.d ssl\t1_enc.d crypto\conf\conf_lib.d crypto\kdf\tls1_prf.d crypto\ts\ts_asn1.d crypto\cmac\cm_pmeth.d test\asynctest.d crypto\x509\x509_meth.d test\buildtest_pkcs12.d test\rc2test.d crypto\evp\e_null.d crypto\evp\e_xcbc_d.d crypto\x509\x509rset.d crypto\evp\pmeth_lib.d crypto\asn1\asn_moid.d test\buildtest_buffer.d crypto\cms\cms_cd.d test\gosttest.d crypto\pkcs12\p12_kiss.d crypto\evp\p_open.d crypto\asn1\ameth_lib.d crypto\evp\p_lib.d test\buildtest_ec.d test\buildtest_x509_vfy.d apps\s_time.d crypto\ocsp\ocsp_ext.d crypto\asn1\x_val.d crypto\ec\ec_ameth.d crypto\ec\ecp_nistp521.d crypto\ocsp\ocsp_srv.d test\crltest.d crypto\rc5\rc5_skey.d crypto\rsa\rsa_pmeth.d test\stack_test.d crypto\engine\eng_lib.d apps\ecparam.d crypto\asn1\f_string.d crypto\rand\randfile.d crypto\bio\bss_log.d crypto\camellia\cmll_cbc.d crypto\blake2\blake2b.d crypto\seed\seed_cbc.d fuzz\crl.d test\buildtest_pem2.d test\asn1_encode_test.d ssl\statem\extensions_cust.d crypto\ts\ts_verify_ctx.d test\buildtest_kdf.d test\rsa_complex.d test\buildtest_ssl2.d crypto\ec\ecdh_ossl.d test\buildtest_ssl3.d test\buildtest_blowfish.d crypto\asn1\asn1_item_list.d apps\speed.d test\buildtest_opensslv.d crypto\bio\bss_sock.d crypto\cms\cms_asn1.d crypto\ec\ecp_mont.d crypto\ec\ec_kmeth.d crypto\asn1\a_verify.d crypto\ts\ts_conf.d crypto\bn\bn_lib.d crypto\x509v3\pcy_map.d crypto\camellia\cmll_misc.d crypto\asn1\p8_pkey.d crypto\ec\ecp_nistp224.d crypto\asn1\x_sig.d crypto\ec\ecdh_kdf.d crypto\store\store_err.d test\cmsapitest.d crypto\bio\bss_mem.d crypto\dsa\dsa_key.d crypto\asn1\asn1_lib.d crypto\x509v3\v3_sxnet.d crypto\ts\ts_rsp_sign.d crypto\dsa\dsa_err.d test\shlibloadtest.d crypto\des\cbc_enc.d test\buildtest_ebcdic.d crypto\pem\pem_pkey.d crypto\ec\ecp_nistputil.d crypto\asn1\i2d_pu.d ssl\statem\statem_dtls.d crypto\bn\bn_mod.d apps\crl.d crypto\ct\ct_prn.d test\ssltestlib.d crypto\ec\ecdsa_vrf.d crypto\siphash\siphash_pmeth.d crypto\camellia\cmll_ctr.d crypto\aes\aes_cfb.d apps\rehash.d crypto\bn\bn_word.d crypto\pkcs7\pk7_mime.d crypto\cms\cms_pwri.d crypto\x509v3\v3_tlsf.d crypto\dso\dso_lib.d test\buildtest_rand.d crypto\bn\bn_prime.d test\ecstresstest.d test\buildtest_ecdh.d crypto\engine\tb_eckey.d test\buildtest_txt_db.d crypto\engine\eng_table.d test\buildtest_comp.d crypto\idea\i_ofb64.d crypto\ct\ct_log.d crypto\pem\pem_pk8.d fuzz\bignum.d test\dsatest.d crypto\evp\encode.d test\buildtest_md4.d crypto\bn\bn_exp2.d crypto\evp\m_sha3.d fuzz\client.d crypto\evp\p_seal.d crypto\async\arch\async_null.d crypto\evp\m_sigver.d test\buildtest_rc4.d crypto\x509v3\v3_pcons.d crypto\objects\obj_dat.d test\bntest.d test\servername_test.d test\secmemtest.d crypto\store\store_init.d crypto\err\err.d crypto\conf\conf_mall.d fuzz\test-corpus.d crypto\dh\dh_err.d crypto\aes\aes_misc.d crypto\rsa\rsa_meth.d crypto\rsa\rsa_chk.d crypto\o_str.d crypto\threads_pthread.d crypto\ct\ct_err.d crypto\ec\ec_cvt.d test\sm4_internal_test.d apps\verify.d crypto\pem\pem_lib.d test\constant_time_test.d crypto\objects\o_names.d crypto\bf\bf_skey.d apps\ts.d test\mdc2test.d crypto\o_init.d test\bio_memleak_test.d crypto\rsa\rsa_ossl.d crypto\x509\x_name.d test\buildtest_rsa.d test\memleaktest.d crypto\dh\dh_depr.d test\ct_test.d crypto\x509v3\pcy_lib.d test\evp_test.d crypto\rc2\rc2_skey.d test\bioprinttest.d crypto\engine\eng_pkey.d crypto\x509\x509_d2.d test\buildtest_idea.d crypto\srp\srp_lib.d apps\ocsp.d test\buildtest_md5.d crypto\evp\m_ripemd.d test\siphash_internal_test.d crypto\ct\ct_vfy.d crypto\x509\x509_r2x.d crypto\x509\x509_vfy.d crypto\bio\bf_nbio.d test\buildtest_ts.d crypto\dsa\dsa_prn.d crypto\whrlpool\wp_dgst.d crypto\x509\x509_ext.d crypto\asn1\a_sign.d crypto\ebcdic.d crypto\store\store_register.d crypto\dh\dh_check.d crypto\bio\bss_file.d crypto\evp\c_alld.d crypto\asn1\tasn_utl.d test\buildtest_pkcs7.d crypto\pkcs12\p12_sbag.d crypto\asn1\asn1_par.d crypto\evp\bio_b64.d crypto\bn\bn_intern.d crypto\des\pcbc_enc.d test\dtls_mtu_test.d ssl\ssl_asn1.d crypto\bn\bn_nist.d crypto\dsa\dsa_meth.d test\buildtest_asn1t.d crypto\conf\conf_ssl.d crypto\pkcs7\pk7_asn1.d crypto\dh\dh_rfc5114.d fuzz\x509.d crypto\camellia\cmll_cfb.d ssl\statem\statem_lib.d crypto\bn\bn_shift.d crypto\asn1\bio_ndef.d crypto\ts\ts_err.d test\verify_extra_test.d ssl\t1_lib.d crypto\evp\pmeth_gn.d crypto\cms\cms_err.d crypto\bio\bio_cb.d crypto\evp\evp_key.d crypto\pkcs7\pk7_lib.d crypto\rc5\rc5cfb64.d crypto\rsa\rsa_ssl.d test\sslbuffertest.d crypto\ui\ui_null.d crypto\dsa\dsa_depr.d test\testutil\test_cleanup.d crypto\bn\bn_exp.d crypto\asn1\p5_scrypt.d test\testutil\output_helpers.d crypto\rsa\rsa_crpt.d test\rc5test.d test\testutil\cb.d crypto\ec\ec_lib.d crypto\cast\c_skey.d apps\bf_prefix.d crypto\evp\e_aes_cbc_hmac_sha1.d test\bad_dtls_test.d apps\pkcs8.d crypto\asn1\a_digest.d crypto\bn\bn_mul.d crypto\pkcs12\p12_mutl.d crypto\x509v3\v3_cpols.d crypto\rc5\rc5_ecb.d crypto\bio\b_dump.d crypto\x509\x509_v3.d crypto\dh\dh_rfc7919.d crypto\des\set_key.d fuzz\asn1.d crypto\cversion.d crypto\buffer\buffer.d crypto\ec\ec_print.d crypto\asn1\d2i_pr.d crypto\bio\bss_fd.d test\buildtest_hmac.d crypto\conf\conf_sap.d crypto\pem\pem_x509.d test\buildtest_rand_drbg.d ssl\ssl_conf.d test\exptest.d crypto\x509v3\v3_purp.d crypto\cms\cms_io.d test\threadstest.d crypto\evp\e_des3.d crypto\rc2\rc2ofb64.d test\buildtest_crypto.d crypto\evp\digest.d crypto\bio\bf_lbuf.d crypto\rsa\rsa_oaep.d crypto\rc2\rc2cfb64.d apps\enc.d crypto\ctype.d engines\e_ossltest.d test\rc4test.d crypto\async\arch\async_posix.d crypto\evp\e_des.d crypto\rand\rand_unix.d test\hmactest.d test\buildtest_cast.d crypto\pem\pem_sign.d crypto\dso\dso_openssl.d crypto\asn1\t_spki.d test\tls13encryptiontest.d crypto\ct\ct_sct_ctx.d crypto\bn\bn_mpi.d crypto\x509v3\pcy_data.d crypto\bio\b_sock.d test\errtest.d crypto\x509v3\v3_asid.d test\buildtest_bio.d crypto\idea\i_cbc.d crypto\rand\rand_win.d ssl\statem\statem.d apps\pkcs7.d crypto\async\async.d test\buildtest_objects.d test\bio_callback_test.d crypto\evp\pbe_scrypt.d crypto\asn1\a_utf8.d crypto\bio\bio_lib.d test\sysdefaulttest.d crypto\ct\ct_b64.d crypto\threads_none.d crypto\x509\t_x509.d crypto\asn1\a_object.d apps\crl2p7.d crypto\rand\drbg_lib.d apps\win32_init.d crypto\seed\seed.d crypto\hmac\hmac.d test\asn1_decode_test.d crypto\dllmain.d crypto\ts\ts_req_print.d crypto\engine\tb_rand.d crypto\des\ofb64ede.d crypto\pkcs12\pk12err.d crypto\ec\ec_err.d crypto\cms\cms_dd.d crypto\store\loader_file.d test\buildtest_lhash.d crypto\cpt_err.d apps\genrsa.d crypto\cms\cms_lib.d test\pkey_meth_test.d crypto\camellia\camellia.d test\dhtest.d crypto\ec\ecdsa_sign.d ssl\tls13_enc.d crypto\conf\conf_def.d ssl\record\rec_layer_s3.d crypto\rand\rand_lib.d crypto\sm2\sm2_crypt.d crypto\x509\x_x509.d crypto\bn\bn_div.d crypto\x509\x509spki.d apps\pkeyutl.d crypto\sm3\m_sm3.d crypto\evp\evp_enc.d test\uitest.d crypto\ct\ct_oct.d test\buildtest_engine.d crypto\des\ecb_enc.d crypto\cms\cms_kari.d crypto\ec\curve448\curve448_tables.d ssl\ssl_err.d test\rdrand_sanitytest.d crypto\asn1\d2i_pu.d crypto\dso\dso_dl.d crypto\rsa\rsa_saos.d crypto\ec\ec_check.d crypto\asn1\bio_asn1.d crypto\ec\ecx_meth.d crypto\bn\bn_mont.d ssl\statem\extensions_srvr.d crypto\ec\curve448\f_generic.d crypto\rand\rand_egd.d test\sslapitest.d crypto\engine\eng_list.d apps\gendsa.d crypto\kdf\scrypt.d crypto\evp\p_verify.d crypto\bio\b_sock2.d test\buildtest_evp.d test\cipherbytes_test.d test\buildtest_x509v3.d crypto\evp\e_camellia.d crypto\dsa\dsa_lib.d crypto\x509\x509_vpm.d crypto\x509\x509_req.d +DEPS=crypto\asn1\tasn_fre.d ssl\t1_enc.d crypto\idea\i_cbc.d test\afalgtest.d crypto\pkcs7\pk7_mime.d crypto\x509\t_x509.d test\buildtest_blowfish.d test\ciphername_test.d crypto\evp\m_null.d crypto\evp\e_aria.d crypto\des\fcrypt_b.d crypto\engine\eng_err.d test\buildtest_cms.d crypto\asn1\tasn_dec.d test\drbg_cavs_test.d crypto\uid.d crypto\cms\cms_err.d crypto\bio\bss_bio.d test\ctype_internal_test.d crypto\conf\conf_lib.d crypto\ec\curve448\curve448_tables.d crypto\x509\x_x509.d crypto\pkcs12\p12_attr.d crypto\x509\x509_vfy.d crypto\bn\bn_const.d crypto\err\err_prn.d crypto\x509\x509_v3.d crypto\sm3\m_sm3.d crypto\bn\bn_srp.d crypto\async\async_wait.d crypto\conf\conf_ssl.d engines\e_ossltest.d crypto\x509\x_pubkey.d apps\nseq.d crypto\ts\ts_req_print.d crypto\evp\pmeth_lib.d test\buildtest_pkcs12.d crypto\ec\ec_check.d test\bio_callback_test.d crypto\asn1\d2i_pr.d crypto\ct\ct_b64.d crypto\x509\x509_vpm.d crypto\x509v3\pcy_cache.d crypto\cms\cms_cd.d crypto\x509v3\v3_lib.d crypto\evp\e_aes_cbc_hmac_sha256.d test\buildtest_ssl.d crypto\srp\srp_lib.d apps\crl.d test\buildtest_cast.d crypto\rsa\rsa_asn1.d crypto\objects\obj_dat.d crypto\engine\eng_fat.d crypto\engine\eng_pkey.d ssl\statem\extensions.d test\rsa_mp_test.d crypto\asn1\bio_ndef.d crypto\asn1\x_info.d crypto\dso\dso_openssl.d test\buildtest_srtp.d crypto\engine\tb_cipher.d crypto\ocsp\ocsp_vfy.d crypto\conf\conf_mall.d crypto\ts\ts_req_utils.d test\tls13ccstest.d test\v3ext.d crypto\evp\p_open.d crypto\x509\t_crl.d test\pemtest.d crypto\lhash\lh_stats.d crypto\conf\conf_mod.d crypto\ec\ec_curve.d crypto\ui\ui_err.d crypto\ec\curve448\curve448.d crypto\engine\eng_openssl.d crypto\x509v3\pcy_map.d crypto\asn1\asn1_gen.d test\dtls_mtu_test.d test\pkey_meth_kdf_test.d crypto\x509\x509_att.d crypto\evp\pmeth_fn.d test\v3nametest.d crypto\pkcs7\pk7_doit.d fuzz\bignum.d crypto\evp\e_xcbc_d.d crypto\asn1\a_time.d test\mdc2_internal_test.d crypto\modes\ofb128.d crypto\asn1\asn1_item_list.d crypto\rc2\rc2ofb64.d crypto\conf\conf_api.d test\buildtest_conf.d crypto\x509v3\v3_extku.d test\ssl_test_ctx_test.d test\testutil\cb.d crypto\md5\md5_dgst.d test\buildtest_idea.d crypto\asn1\a_verify.d crypto\des\ofb64ede.d apps\ciphers.d crypto\x509v3\v3_tlsf.d apps\cms.d ssl\statem\statem_lib.d test\buildtest_rc4.d apps\openssl.d crypto\rsa\rsa_mp.d crypto\des\cfb64enc.d crypto\x509\x509_trs.d crypto\engine\eng_ctrl.d crypto\pkcs12\p12_asn.d crypto\rc2\rc2cfb64.d crypto\ec\ec_asn1.d ssl\ssl_sess.d crypto\ec\ecp_nistp224.d test\ideatest.d crypto\aes\aes_misc.d crypto\camellia\camellia.d test\buildtest_ecdsa.d test\tls13secretstest.d test\buildtest_safestack.d crypto\modes\gcm128.d test\hmactest.d crypto\conf\conf_def.d crypto\ec\ec_oct.d crypto\x509v3\v3_addr.d crypto\des\cfb_enc.d apps\s_server.d crypto\async\arch\async_posix.d crypto\o_str.d crypto\des\cfb64ede.d crypto\kdf\hkdf.d crypto\md4\md4_dgst.d ssl\ssl_conf.d test\pkey_meth_test.d crypto\bio\b_sock2.d crypto\ts\ts_verify_ctx.d crypto\evp\p5_crpt.d test\stack_test.d test\buildtest_camellia.d apps\asn1pars.d crypto\engine\eng_init.d test\buildtest_whrlpool.d crypto\bio\bf_lbuf.d test\buildtest_evp.d crypto\cms\cms_sd.d ms\uplink.d test\aborttest.d crypto\ocsp\ocsp_lib.d crypto\x509v3\v3err.d crypto\bn\bn_rand.d crypto\threads_win.d crypto\pkcs7\bio_pk7.d ssl\statem\statem_srvr.d ssl\s3_msg.d apps\opt.d crypto\rc5\rc5cfb64.d apps\pkcs12.d crypto\evp\c_allc.d crypto\idea\i_ofb64.d test\mdc2test.d test\buildtest_opensslv.d crypto\rsa\rsa_pk1.d test\verify_extra_test.d crypto\seed\seed.d crypto\ct\ct_err.d crypto\aes\aes_ige.d apps\dhparam.d crypto\engine\eng_list.d crypto\dsa\dsa_prn.d crypto\pem\pem_lib.d test\buildtest_modes.d test\buildtest_txt_db.d crypto\asn1\p5_scrypt.d crypto\pkcs12\p12_key.d crypto\asn1\a_utctm.d test\ct_test.d test\drbgtest.d crypto\rand\drbg_lib.d test\lhash_test.d crypto\ct\ct_prn.d crypto\idea\i_skey.d crypto\rsa\rsa_depr.d crypto\evp\m_wp.d crypto\evp\e_aes_cbc_hmac_sha1.d crypto\cast\c_enc.d crypto\bn\bn_recp.d test\buildtest_store.d test\destest.d crypto\evp\p_lib.d crypto\bn\bn_exp.d crypto\md4\md4_one.d crypto\cms\cms_smime.d test\wpackettest.d apps\errstr.d crypto\ec\ecp_smpl.d crypto\ec\ecp_nistputil.d ssl\t1_trce.d crypto\cversion.d crypto\des\rand_key.d test\memleaktest.d crypto\x509\x_name.d crypto\rsa\rsa_pmeth.d crypto\evp\e_rc4_hmac_md5.d crypto\cast\c_skey.d crypto\pkcs12\p12_p8e.d crypto\o_fips.d apps\prime.d test\ssl_test_ctx.d crypto\asn1\p5_pbev2.d test\asn1_string_table_test.d crypto\modes\wrap128.d crypto\evp\evp_pbe.d test\uitest.d crypto\x509v3\v3_genn.d ssl\statem\extensions_cust.d crypto\evp\m_md5_sha1.d crypto\asn1\asn1_par.d crypto\ec\ec_pmeth.d crypto\camellia\cmll_cfb.d test\testutil\init.d crypto\ec\ec_mult.d crypto\evp\m_sigver.d crypto\rsa\rsa_x931g.d fuzz\asn1.d test\ssl_test.d test\rc2test.d crypto\bn\bn_blind.d test\ecstresstest.d apps\rsautl.d test\buildtest_objects.d crypto\hmac\hmac.d crypto\o_time.d test\buildtest_lhash.d crypto\evp\pmeth_gn.d crypto\ui\ui_util.d engines\e_padlock.d crypto\engine\tb_rsa.d ssl\ssl_stat.d crypto\asn1\tasn_new.d test\buildtest_sha.d crypto\ec\ecx_meth.d crypto\bn\bn_gf2m.d crypto\evp\digest.d crypto\evp\p_dec.d crypto\cms\cms_pwri.d crypto\x509v3\v3_ia5.d crypto\ocsp\ocsp_srv.d ssl\d1_srtp.d crypto\x509v3\v3_bitst.d crypto\buffer\buf_err.d crypto\whrlpool\wp_dgst.d crypto\bio\bss_sock.d apps\engine.d ssl\record\dtls1_bitmap.d test\buildtest_seed.d crypto\dh\dh_key.d crypto\evp\e_old.d test\exptest.d crypto\ec\eck_prn.d test\buildtest_bio.d crypto\bn\bn_sqr.d crypto\bio\bio_err.d crypto\x509v3\v3_purp.d test\bioprinttest.d crypto\evp\m_mdc2.d ssl\ssl_err.d crypto\pkcs12\p12_mutl.d crypto\rc5\rc5_skey.d ssl\record\ssl3_record.d crypto\dsa\dsa_vrf.d crypto\bn\bn_intern.d test\x509_dup_cert_test.d crypto\pem\pem_x509.d crypto\pem\pem_pk8.d crypto\x509v3\pcy_data.d crypto\cpt_err.d crypto\bio\bss_mem.d crypto\rsa\rsa_pss.d crypto\ct\ct_sct_ctx.d crypto\aes\aes_cfb.d test\buildtest_ec.d crypto\ocsp\ocsp_ht.d crypto\modes\cbc128.d crypto\pkcs12\p12_crpt.d crypto\ts\ts_asn1.d crypto\x509v3\v3_pci.d test\buildtest_dtls1.d crypto\dh\dh_err.d test\ecdsatest.d test\buildtest_comp.d ssl\pqueue.d test\testutil\tap_bio.d test\x509_internal_test.d test\buildtest_md5.d test\tls13encryptiontest.d crypto\asn1\x_val.d crypto\x509\x509rset.d test\modes_internal_test.d crypto\bn\bn_lib.d crypto\store\loader_file.d apps\enc.d test\test_test.d crypto\x509v3\v3_crld.d crypto\md2\md2_one.d crypto\pem\pem_info.d crypto\ts\ts_lib.d crypto\dh\dh_depr.d crypto\ec\ec_cvt.d test\sslcorrupttest.d crypto\asn1\asn_mime.d test\buildtest_cmac.d crypto\dsa\dsa_err.d test\drbg_cavs_data.d apps\genpkey.d test\servername_test.d crypto\x509v3\v3_ncons.d test\asn1_encode_test.d crypto\bn\bn_asm.d crypto\ui\ui_lib.d crypto\ocsp\ocsp_asn.d crypto\ec\ecdh_kdf.d crypto\modes\cts128.d test\buildtest_ebcdic.d crypto\camellia\cmll_misc.d crypto\pem\pem_xaux.d crypto\des\xcbc_enc.d fuzz\cms.d apps\req.d crypto\evp\e_chacha20_poly1305.d test\clienthellotest.d crypto\camellia\cmll_cbc.d test\rdrand_sanitytest.d crypto\err\err.d test\danetest.d crypto\rc2\rc2_ecb.d crypto\x509\x509_meth.d crypto\sha\sha256.d ssl\tls_srp.d crypto\asn1\x_sig.d test\buildtest_symhacks.d test\buildtest_kdf.d crypto\asn1\i2d_pu.d crypto\dh\dh_lib.d crypto\modes\ccm128.d crypto\mem_sec.d crypto\evp\e_cast.d ssl\methods.d test\buildtest_dsa.d crypto\dsa\dsa_pmeth.d crypto\engine\tb_dsa.d test\testutil\tests.d test\d2i_test.d apps\ec.d crypto\pem\pem_pkey.d crypto\dh\dh_ameth.d crypto\rsa\rsa_chk.d crypto\ec\curve448\f_generic.d crypto\ct\ct_vfy.d test\md2test.d crypto\ec\ec_key.d crypto\dsa\dsa_key.d crypto\ts\ts_rsp_sign.d crypto\ec\ec_print.d apps\spkac.d test\sm4_internal_test.d crypto\bn\bn_x931p.d crypto\engine\eng_all.d crypto\des\des_enc.d crypto\evp\evp_lib.d crypto\kdf\tls1_prf.d test\buildtest_ecdh.d crypto\ui\ui_openssl.d test\constant_time_test.d test\bad_dtls_test.d test\conf_include_test.d test\buildtest_rand.d crypto\rsa\rsa_oaep.d ssl\tls13_enc.d ssl\statem\statem_dtls.d crypto\ts\ts_rsp_utils.d crypto\buffer\buffer.d crypto\dso\dso_dlfcn.d test\asn1_time_test.d crypto\dsa\dsa_depr.d crypto\comp\c_zlib.d crypto\ec\ec_lib.d test\buildtest_md2.d crypto\x509v3\v3_bcons.d crypto\des\ofb_enc.d crypto\hmac\hm_pmeth.d crypto\dh\dh_rfc5114.d test\bio_memleak_test.d test\time_offset_test.d crypto\pkcs7\pk7_asn1.d crypto\threads_pthread.d crypto\asn1\f_string.d crypto\evp\cmeth_lib.d crypto\bio\bss_null.d test\bftest.d crypto\pkcs12\p12_npas.d crypto\rand\rand_err.d crypto\blake2\blake2b.d crypto\ripemd\rmd_dgst.d crypto\cast\c_ofb64.d crypto\pkcs12\p12_decr.d crypto\blake2\m_blake2b.d crypto\comp\comp_lib.d test\rsa_test.d crypto\evp\evp_err.d crypto\rand\rand_egd.d test\dtlsv1listentest.d crypto\bn\bn_shift.d crypto\rsa\rsa_ossl.d crypto\bio\bf_buff.d crypto\rand\rand_win.d crypto\sha\sha1_one.d crypto\rand\drbg_ctr.d test\igetest.d crypto\rand\rand_lib.d crypto\lhash\lhash.d crypto\ec\ecdsa_sign.d crypto\des\fcrypt.d crypto\comp\comp_err.d crypto\kdf\kdf_err.d test\srptest.d apps\rehash.d apps\rand.d crypto\x509v3\pcy_tree.d crypto\asn1\nsseq.d crypto\sha\sha1dgst.d crypto\camellia\cmll_ctr.d crypto\aes\aes_wrap.d crypto\ec\curve448\arch_32\f_impl.d test\sanitytest.d crypto\x509v3\v3_pku.d crypto\dsa\dsa_gen.d crypto\ct\ct_log.d crypto\evp\names.d crypto\rsa\rsa_ssl.d crypto\evp\bio_b64.d crypto\x509v3\v3_prn.d crypto\bf\bf_enc.d crypto\asn1\tasn_typ.d crypto\seed\seed_ofb.d crypto\x509\t_req.d test\buildtest_srp.d apps\storeutl.d crypto\sm2\sm2_sign.d crypto\bn\bn_add.d crypto\x509\x_req.d crypto\des\cbc_enc.d crypto\x509\by_dir.d crypto\ec\curve448\scalar.d crypto\pem\pvkfmt.d test\x509_check_cert_pkey_test.d apps\speed.d crypto\evp\e_null.d crypto\objects\o_names.d crypto\rc5\rc5ofb64.d crypto\evp\m_md2.d crypto\async\async_err.d crypto\cms\cms_dd.d crypto\idea\i_cfb64.d fuzz\crl.d test\buildtest_ocsp.d crypto\bn\bn_nist.d crypto\asn1\asn_mstbl.d crypto\x509\x_exten.d crypto\srp\srp_vfy.d crypto\ec\ecp_nistp256.d crypto\ec\ec_err.d engines\e_dasync.d crypto\cryptlib.d test\asynciotest.d crypto\asn1\t_bitst.d crypto\bn\bn_exp2.d test\buildtest_stack.d test\ocspapitest.d crypto\cms\cms_enc.d crypto\asn1\a_int.d crypto\dsa\dsa_asn1.d crypto\sha\keccak1600.d test\buildtest_bn.d crypto\cms\cms_ess.d crypto\pkcs7\pkcs7err.d apps\verify.d crypto\bn\bn_kron.d crypto\poly1305\poly1305.d apps\s_socket.d crypto\dso\dso_win32.d test\asn1_decode_test.d crypto\asn1\p5_pbe.d crypto\mem.d crypto\rand\rand_unix.d crypto\poly1305\poly1305_pmeth.d test\crltest.d crypto\store\store_err.d crypto\bio\bio_lib.d crypto\evp\e_camellia.d crypto\bf\bf_ofb64.d crypto\async\arch\async_win.d crypto\stack\stack.d fuzz\bndiv.d test\buildtest_x509v3.d test\ssltest_old.d crypto\asn1\a_utf8.d crypto\ec\ecdsa_ossl.d crypto\des\str2key.d crypto\asn1\asn1_err.d crypto\asn1\asn1_lib.d crypto\dso\dso_dl.d ssl\record\ssl3_buffer.d test\bntest.d apps\apps.d crypto\evp\m_ripemd.d apps\pkey.d crypto\ct\ct_sct.d test\shlibloadtest.d crypto\pem\pem_err.d apps\pkcs8.d crypto\x509v3\v3_enum.d crypto\asn1\a_i2d_fp.d test\buildtest_ts.d test\buildtest_asn1t.d crypto\cms\cms_lib.d crypto\ec\ecp_oct.d crypto\conf\conf_err.d crypto\evp\m_md5.d crypto\rsa\rsa_prn.d test\enginetest.d apps\gendsa.d crypto\store\store_register.d crypto\pkcs12\p12_sbag.d crypto\x509\x509_req.d crypto\evp\m_sha1.d crypto\x509\x509_obj.d apps\crl2p7.d test\x509aux.d crypto\evp\e_bf.d crypto\dh\dh_check.d crypto\bio\bss_conn.d test\asn1_internal_test.d crypto\asn1\x_long.d crypto\aria\aria.d test\buildtest_hmac.d test\buildtest_ossl_typ.d crypto\dso\dso_err.d crypto\asn1\t_spki.d crypto\rc2\rc2_cbc.d crypto\engine\eng_table.d crypto\x509\x_crl.d test\secmemtest.d crypto\rc2\rc2_skey.d crypto\asn1\a_mbstr.d crypto\o_fopen.d ssl\ssl_init.d crypto\x509\x509_txt.d test\buildtest_rand_drbg.d apps\srp.d crypto\asn1\a_dup.d crypto\evp\p5_crpt2.d test\buildtest_engine.d test\buildtest_x509.d crypto\bio\bss_fd.d fuzz\test-corpus.d test\evp_test.d apps\x509.d ssl\s3_lib.d crypto\aes\aes_ecb.d test\buildtest_async.d crypto\x509v3\v3_utl.d crypto\rsa\rsa_x931.d ms\applink.d crypto\evp\p_enc.d test\buildtest_obj_mac.d crypto\evp\p_seal.d test\buildtest_x509_vfy.d crypto\ocsp\ocsp_ext.d crypto\evp\evp_cnf.d crypto\bn\bn_word.d crypto\asn1\a_object.d crypto\evp\e_rc5.d test\siphash_internal_test.d apps\ca.d apps\ocsp.d fuzz\ct.d crypto\whrlpool\wp_block.d crypto\dsa\dsa_lib.d crypto\x509v3\v3_akey.d crypto\err\err_all.d crypto\asn1\n_pkey.d crypto\ec\ec_kmeth.d test\pbelutest.d test\asynctest.d test\ec_internal_test.d crypto\siphash\siphash_ameth.d test\buildtest_ssl2.d crypto\async\arch\async_null.d apps\pkeyutl.d ssl\statem\statem.d ssl\d1_lib.d crypto\ec\ecp_mont.d crypto\ec\ecdh_ossl.d crypto\rsa\rsa_saos.d crypto\modes\ocb128.d test\buildtest_rsa.d crypto\ocsp\ocsp_err.d crypto\des\ecb3_enc.d crypto\asn1\x_algor.d crypto\hmac\hm_ameth.d crypto\ripemd\rmd_one.d crypto\siphash\siphash_pmeth.d crypto\bn\bn_prime.d test\sysdefaulttest.d test\buildtest_rc2.d crypto\objects\obj_xref.d crypto\ts\ts_rsp_verify.d ssl\ssl_lib.d crypto\asn1\x_spki.d crypto\des\cbc_cksm.d test\buildtest_ui.d test\packettest.d crypto\ocsp\ocsp_prn.d crypto\o_dir.d test\testutil\main.d crypto\ts\ts_rsp_print.d ssl\ssl_rsa.d test\evp_extra_test.d crypto\x509\x509_set.d crypto\ts\ts_conf.d crypto\x509\x509_err.d test\chacha_internal_test.d test\buildtest_aes.d ssl\ssl_cert.d crypto\evp\e_des.d crypto\sm2\sm2_err.d crypto\dsa\dsa_sign.d crypto\dh\dh_kdf.d crypto\bn\bn_mont.d crypto\aes\aes_core.d test\buildtest_md4.d crypto\pem\pem_sign.d crypto\chacha\chacha_enc.d crypto\bio\bio_meth.d apps\s_time.d ssl\record\ssl3_record_tls13.d crypto\siphash\siphash.d test\curve448_internal_test.d test\dsatest.d crypto\ec\curve25519.d test\testutil\output_helpers.d crypto\asn1\t_pkey.d crypto\ebcdic.d test\buildtest_e_os2.d apps\dsa.d test\buildtest_conf_api.d crypto\engine\eng_dyn.d crypto\ec\ecp_nist.d test\buildtest_ripemd.d crypto\md5\md5_one.d crypto\evp\m_md4.d crypto\ts\ts_err.d crypto\evp\e_des3.d crypto\asn1\a_strnid.d crypto\asn1\a_sign.d crypto\rc4\rc4_skey.d crypto\objects\obj_lib.d crypto\modes\xts128.d crypto\engine\tb_pkmeth.d crypto\dh\dh_rfc7919.d crypto\cmac\cm_ameth.d crypto\asn1\x_int64.d crypto\bn\bn_sqrt.d crypto\x509\by_file.d test\testutil\basic_output.d crypto\x509\x509_lu.d crypto\x509\x509_cmp.d crypto\seed\seed_cbc.d crypto\conf\conf_sap.d crypto\store\store_lib.d crypto\bn\bn_gcd.d crypto\evp\encode.d crypto\evp\bio_ok.d fuzz\x509.d crypto\x509v3\v3_akeya.d apps\passwd.d crypto\x509v3\v3_pcons.d apps\pkcs7.d crypto\o_init.d crypto\seed\seed_ecb.d crypto\x509\x509name.d crypto\aes\aes_ofb.d test\dsa_no_digest_size_test.d crypto\ct\ct_oct.d crypto\ec\ec2_oct.d test\errtest.d apps\sess_id.d crypto\evp\e_seed.d crypto\bn\bn_mul.d crypto\cmac\cm_pmeth.d crypto\asn1\a_bitstr.d crypto\bio\bss_file.d test\cipherbytes_test.d crypto\bio\bf_null.d crypto\rsa\rsa_meth.d test\poly1305_internal_test.d crypto\bf\bf_skey.d test\casttest.d test\testutil\stanza.d crypto\x509v3\v3_pmaps.d test\exdatatest.d crypto\cast\c_ecb.d crypto\x509v3\v3_int.d fuzz\server.d crypto\evp\e_aes.d crypto\asn1\tasn_prn.d crypto\pkcs12\pk12err.d crypto\aes\aes_cbc.d crypto\pkcs12\p12_kiss.d test\buildtest_pem2.d fuzz\conf.d crypto\x509\x_all.d test\cipherlist_test.d crypto\async\async.d crypto\x509v3\v3_skey.d crypto\x509v3\v3_conf.d ssl\ssl_ciph.d crypto\dh\dh_gen.d crypto\x509v3\pcy_lib.d crypto\pkcs12\p12_crt.d crypto\evp\pbe_scrypt.d crypto\dh\dh_prn.d crypto\bio\b_print.d crypto\rsa\rsa_err.d crypto\bf\bf_ecb.d crypto\asn1\a_d2i_fp.d crypto\camellia\cmll_ecb.d crypto\rand\randfile.d crypto\x509v3\v3_info.d crypto\objects\obj_err.d crypto\ctype.d test\threadstest.d crypto\cms\cms_env.d test\buildtest_asn1.d crypto\evp\c_alld.d apps\version.d crypto\bf\bf_cfb64.d ssl\d1_msg.d test\rsa_complex.d apps\app_rand.d test\rc5test.d crypto\bio\bss_dgram.d crypto\engine\eng_cnf.d crypto\dh\dh_pmeth.d test\testutil\random.d crypto\asn1\asn_moid.d crypto\evp\bio_enc.d crypto\x509v3\v3_cpols.d crypto\engine\tb_rand.d crypto\asn1\i2d_pr.d crypto\asn1\p8_pkey.d crypto\mem_dbg.d ssl\record\rec_layer_d1.d crypto\sm2\sm2_pmeth.d crypto\des\pcbc_enc.d crypto\bio\bf_nbio.d test\bio_enc_test.d crypto\x509v3\pcy_node.d ssl\record\rec_layer_s3.d crypto\dsa\dsa_ossl.d crypto\pem\pem_all.d crypto\evp\p_verify.d crypto\blake2\m_blake2s.d crypto\x509v3\v3_admis.d crypto\rsa\rsa_crpt.d crypto\bn\bn_depr.d crypto\init.d test\dtlstest.d crypto\x509v3\v3_alt.d apps\ts.d crypto\asn1\a_gentm.d crypto\threads_none.d apps\genrsa.d apps\win32_init.d ssl\ssl_mcnf.d engines\e_capi.d crypto\rsa\rsa_sign.d crypto\asn1\asn_pack.d crypto\poly1305\poly1305_ameth.d crypto\bn\bn_mpi.d crypto\bn\bn_div.d crypto\x509v3\v3_pcia.d crypto\ec\ecdsa_vrf.d crypto\asn1\tasn_scn.d crypto\evp\evp_pkey.d crypto\bn\bn_dh.d crypto\ui\ui_null.d test\buildtest_ssl3.d crypto\engine\tb_dh.d crypto\x509\x509cset.d crypto\x509\x509_r2x.d crypto\asn1\tasn_enc.d apps\dgst.d ssl\s3_cbc.d test\buildtest_rc5.d crypto\ec\ec_ameth.d crypto\modes\ctr128.d test\sm2_internal_test.d test\handshake_helper.d crypto\rsa\rsa_ameth.d crypto\ocsp\v3_ocsp.d test\testutil\format_output.d crypto\asn1\a_digest.d crypto\bn\bn_mod.d crypto\cms\cms_att.d crypto\cms\cms_kari.d crypto\cast\c_cfb64.d crypto\asn1\ameth_lib.d test\buildtest_pem.d crypto\dsa\dsa_ameth.d test\sslbuffertest.d ssl\packet.d crypto\bio\b_sock.d crypto\pkcs12\p12_add.d crypto\bn\bn_err.d crypto\asn1\a_strex.d test\testutil\driver.d crypto\engine\eng_lib.d apps\s_cb.d crypto\asn1\evp_asn1.d ssl\bio_ssl.d crypto\bio\b_dump.d crypto\md2\md2_dgst.d crypto\x509\x509type.d crypto\seed\seed_cfb.d crypto\evp\p_sign.d crypto\rand\rand_vms.d crypto\txt_db\txt_db.d crypto\bio\b_addr.d test\buildtest_pkcs7.d crypto\sha\sha512.d crypto\ec\curve448\eddsa.d crypto\mem_clr.d crypto\ex_data.d crypto\bio\bss_acpt.d crypto\evp\m_sha3.d test\x509_time_test.d crypto\asn1\a_type.d test\recordlentest.d crypto\x509\x509_def.d test\gmdifftest.d crypto\evp\e_rc2.d crypto\asn1\tasn_utl.d crypto\asn1\bio_asn1.d crypto\dllmain.d crypto\modes\cfb128.d fuzz\asn1parse.d crypto\des\ofb64enc.d crypto\bn\bn_print.d crypto\rsa\rsa_gen.d crypto\dso\dso_vms.d apps\pkeyparam.d test\gosttest.d crypto\pkcs7\pk7_smime.d crypto\asn1\a_print.d crypto\asn1\d2i_pu.d test\ssl_cert_table_internal_test.d crypto\pkcs7\pk7_lib.d crypto\x509\x509spki.d crypto\sm4\sm4.d crypto\rc4\rc4_enc.d crypto\evp\evp_key.d test\testutil\test_cleanup.d crypto\dso\dso_lib.d crypto\dh\dh_asn1.d crypto\des\set_key.d test\versions.d crypto\asn1\x_bignum.d test\ssltestlib.d crypto\camellia\cmll_ofb.d test\dhtest.d crypto\store\store_strings.d crypto\engine\tb_asnmth.d crypto\evp\e_idea.d crypto\engine\eng_rdrand.d crypto\evp\e_rc4.d crypto\x509\x_attrib.d test\buildtest_ct.d crypto\x509\x509_d2.d test\sslapitest.d crypto\bio\bss_log.d apps\bf_prefix.d crypto\kdf\scrypt.d ssl\t1_lib.d test\ectest.d test\buildtest_des.d crypto\getenv.d crypto\pem\pem_oth.d crypto\pkcs12\p12_utl.d apps\dsaparam.d crypto\des\ecb_enc.d crypto\ec\ec2_smpl.d crypto\des\qud_cksm.d crypto\cmac\cmac.d crypto\rc5\rc5_enc.d crypto\cms\cms_asn1.d test\fatalerrtest.d ssl\ssl_utst.d ssl\ssl_txt.d crypto\ec\ecp_nistp521.d crypto\ct\ct_policy.d apps\smime.d crypto\pkcs12\p12_init.d crypto\engine\tb_digest.d crypto\evp\bio_md.d ssl\statem\extensions_srvr.d crypto\bio\bio_cb.d crypto\x509\x509_ext.d crypto\sm3\sm3.d apps\rsa.d crypto\asn1\x_pkey.d crypto\pkcs12\p12_p8d.d test\cmsapitest.d crypto\asn1\a_octet.d crypto\idea\i_ecb.d test\rc4test.d ssl\statem\extensions_clnt.d crypto\bn\bn_ctx.d crypto\x509\x_x509a.d crypto\ocsp\ocsp_cl.d crypto\dh\dh_meth.d crypto\asn1\f_int.d crypto\rsa\rsa_none.d crypto\store\store_init.d crypto\evp\e_sm4.d fuzz\client.d crypto\pkcs7\pk7_attr.d test\buildtest_dh.d crypto\cms\cms_io.d crypto\engine\tb_eckey.d ssl\s3_enc.d crypto\ct\ct_x509v3.d test\buildtest_crypto.d crypto\blake2\blake2s.d crypto\evp\evp_enc.d ssl\ssl_asn1.d crypto\sm2\sm2_crypt.d ssl\statem\statem_clnt.d crypto\dsa\dsa_meth.d crypto\x509v3\v3_asid.d apps\ecparam.d test\buildtest_buffer.d crypto\rsa\rsa_lib.d crypto\x509v3\v3_sxnet.d test\buildtest_tls1.d apps\s_client.d crypto\rc5\rc5_ecb.d GENERATED_MANDATORY=crypto\include\internal\bn_conf.h crypto\include\internal\dso_conf.h include\openssl\opensslconf.h GENERATED=apps\CA.pl apps\openssl.rc apps\progs.h apps\tsget.pl crypto\buildinf.h libcrypto.def libcrypto.rc libssl.def libssl.rc test\buildtest_aes.c test\buildtest_asn1.c test\buildtest_asn1t.c test\buildtest_async.c test\buildtest_bio.c test\buildtest_blowfish.c test\buildtest_bn.c test\buildtest_buffer.c test\buildtest_camellia.c test\buildtest_cast.c test\buildtest_cmac.c test\buildtest_cms.c test\buildtest_comp.c test\buildtest_conf.c test\buildtest_conf_api.c test\buildtest_crypto.c test\buildtest_ct.c test\buildtest_des.c test\buildtest_dh.c test\buildtest_dsa.c test\buildtest_dtls1.c test\buildtest_e_os2.c test\buildtest_ebcdic.c test\buildtest_ec.c test\buildtest_ecdh.c test\buildtest_ecdsa.c test\buildtest_engine.c test\buildtest_evp.c test\buildtest_hmac.c test\buildtest_idea.c test\buildtest_kdf.c test\buildtest_lhash.c test\buildtest_md2.c test\buildtest_md4.c test\buildtest_md5.c test\buildtest_modes.c test\buildtest_obj_mac.c test\buildtest_objects.c test\buildtest_ocsp.c test\buildtest_opensslv.c test\buildtest_ossl_typ.c test\buildtest_pem.c test\buildtest_pem2.c test\buildtest_pkcs12.c test\buildtest_pkcs7.c test\buildtest_rand.c test\buildtest_rand_drbg.c test\buildtest_rc2.c test\buildtest_rc4.c test\buildtest_rc5.c test\buildtest_ripemd.c test\buildtest_rsa.c test\buildtest_safestack.c test\buildtest_seed.c test\buildtest_sha.c test\buildtest_srp.c test\buildtest_srtp.c test\buildtest_ssl.c test\buildtest_ssl2.c test\buildtest_ssl3.c test\buildtest_stack.c test\buildtest_store.c test\buildtest_symhacks.c test\buildtest_tls1.c test\buildtest_ts.c test\buildtest_txt_db.c test\buildtest_ui.c test\buildtest_whrlpool.c test\buildtest_x509.c test\buildtest_x509_vfy.c test\buildtest_x509v3.c tools\c_rehash.pl @@ -4061,7 +4061,7 @@ ssl\t1_trce.obj ssl\tls13_enc.obj ssl\tls_srp.obj << -test\libtestutil.lib: test\testutil\basic_output.obj test\testutil\cb.obj test\testutil\driver.obj test\testutil\format_output.obj test\testutil\init.obj test\testutil\main.obj test\testutil\output_helpers.obj test\testutil\stanza.obj test\testutil\tap_bio.obj test\testutil\test_cleanup.obj test\testutil\tests.obj +test\libtestutil.lib: test\testutil\basic_output.obj test\testutil\cb.obj test\testutil\driver.obj test\testutil\format_output.obj test\testutil\init.obj test\testutil\main.obj test\testutil\output_helpers.obj test\testutil\random.obj test\testutil\stanza.obj test\testutil\tap_bio.obj test\testutil\test_cleanup.obj test\testutil\tests.obj $(AR) $(ARFLAGS) $(AROUTFLAG)test\libtestutil.lib @<< test\testutil\basic_output.obj test\testutil\cb.obj @@ -4070,6 +4070,7 @@ test\testutil\format_output.obj test\testutil\init.obj test\testutil\main.obj test\testutil\output_helpers.obj +test\testutil\random.obj test\testutil\stanza.obj test\testutil\tap_bio.obj test\testutil\test_cleanup.obj @@ -4096,6 +4097,9 @@ test\testutil\main.obj: "..\test\testutil\main.c" test\testutil\output_helpers.obj: "..\test\testutil\output_helpers.c" $(CC) $(LIB_CFLAGS) /I "include" /I "..\include" $(LIB_CPPFLAGS) -c $(COUTFLAG)$@ "..\test\testutil\output_helpers.c" $(CC) $(LIB_CFLAGS) /I "include" /I "..\include" $(LIB_CPPFLAGS) /Zs /showIncludes "..\test\testutil\output_helpers.c" 2>&1 > test\testutil\output_helpers.d +test\testutil\random.obj: "..\test\testutil\random.c" + $(CC) $(LIB_CFLAGS) /I "include" /I "..\include" $(LIB_CPPFLAGS) -c $(COUTFLAG)$@ "..\test\testutil\random.c" + $(CC) $(LIB_CFLAGS) /I "include" /I "..\include" $(LIB_CPPFLAGS) /Zs /showIncludes "..\test\testutil\random.c" 2>&1 > test\testutil\random.d test\testutil\stanza.obj: "..\test\testutil\stanza.c" $(CC) $(LIB_CFLAGS) /I "include" /I "..\include" $(LIB_CPPFLAGS) -c $(COUTFLAG)$@ "..\test\testutil\stanza.c" $(CC) $(LIB_CFLAGS) /I "include" /I "..\include" $(LIB_CPPFLAGS) /Zs /showIncludes "..\test\testutil\stanza.c" 2>&1 > test\testutil\stanza.d @@ -4384,8 +4388,8 @@ apps\x509.obj: "..\apps\x509.c" "apps\progs.h" $(CC) $(BIN_CFLAGS) /I "." /I "include" /I "apps" /I ".." /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "..\apps\x509.c" $(CC) $(BIN_CFLAGS) /I "." /I "include" /I "apps" /I ".." /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "..\apps\x509.c" 2>&1 > apps\x509.d ms\applink.obj: "..\ms\applink.c" - $(CC) $(BIN_CFLAGS) /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "..\ms\applink.c" - $(CC) $(BIN_CFLAGS) /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" $(BIN_CPPFLAGS) /Zs /showIncludes "..\ms\applink.c" 2>&1 > ms\applink.d + $(CC) $(BIN_CFLAGS) /I "apps" /I "." /I "include" /I "..\apps" /I ".." /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "..\ms\applink.c" + $(CC) $(BIN_CFLAGS) /I "apps" /I "." /I "include" /I "..\apps" /I ".." /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "..\ms\applink.c" 2>&1 > ms\applink.d fuzz\asn1-test.exe: fuzz\asn1.obj fuzz\test-corpus.obj libssl.lib libcrypto.lib IF EXIST fuzz\asn1-test.exe.manifest DEL /F /Q fuzz\asn1-test.exe.manifest $(LD) $(LDFLAGS) $(BIN_LDFLAGS) $(LDOUTFLAG)fuzz\asn1-test.exe @<< @@ -7351,5 +7355,5 @@ ms ms\ : ms\applink.obj ms\applink.obj ms\uplink.obj ssl ssl\ : ssl\packet.obj ssl\tls13_enc.obj ssl\bio_ssl.obj ssl\d1_lib.obj ssl\d1_msg.obj ssl\d1_srtp.obj ssl\methods.obj ssl\packet.obj ssl\pqueue.obj ssl\s3_cbc.obj ssl\s3_enc.obj ssl\s3_lib.obj ssl\s3_msg.obj ssl\ssl_asn1.obj ssl\ssl_cert.obj ssl\ssl_ciph.obj ssl\ssl_conf.obj ssl\ssl_err.obj ssl\ssl_init.obj ssl\ssl_lib.obj ssl\ssl_mcnf.obj ssl\ssl_rsa.obj ssl\ssl_sess.obj ssl\ssl_stat.obj ssl\ssl_txt.obj ssl\ssl_utst.obj ssl\t1_enc.obj ssl\t1_lib.obj ssl\t1_trce.obj ssl\tls13_enc.obj ssl\tls_srp.obj ssl\record ssl\record\ : ssl\record\dtls1_bitmap.obj ssl\record\rec_layer_d1.obj ssl\record\rec_layer_s3.obj ssl\record\ssl3_buffer.obj ssl\record\ssl3_record.obj ssl\record\ssl3_record_tls13.obj ssl\statem ssl\statem\ : ssl\statem\extensions.obj ssl\statem\extensions_clnt.obj ssl\statem\extensions_cust.obj ssl\statem\extensions_srvr.obj ssl\statem\statem.obj ssl\statem\statem_clnt.obj ssl\statem\statem_dtls.obj ssl\statem\statem_lib.obj ssl\statem\statem_srvr.obj -test\testutil test\testutil\ : test\testutil\basic_output.obj test\testutil\cb.obj test\testutil\driver.obj test\testutil\format_output.obj test\testutil\init.obj test\testutil\main.obj test\testutil\output_helpers.obj test\testutil\stanza.obj test\testutil\tap_bio.obj test\testutil\test_cleanup.obj test\testutil\tests.obj +test\testutil test\testutil\ : test\testutil\basic_output.obj test\testutil\cb.obj test\testutil\driver.obj test\testutil\format_output.obj test\testutil\init.obj test\testutil\main.obj test\testutil\output_helpers.obj test\testutil\random.obj test\testutil\stanza.obj test\testutil\tap_bio.obj test\testutil\test_cleanup.obj test\testutil\tests.obj diff --git a/upstream-build/makefile/x86_64-freebsd b/upstream-build/makefile/x86_64-freebsd index 46406e3..719d5a9 100644 --- a/upstream-build/makefile/x86_64-freebsd +++ b/upstream-build/makefile/x86_64-freebsd @@ -11,7 +11,7 @@ CONFIGURE_ARGS=("BSD-x86_64", "enable-md2", "enable-rc5", "enable-ssl3", "enable SRCDIR=.. BLDDIR=. -VERSION=1.1.1c +VERSION=1.1.1d MAJOR=1 MINOR=1.1 SHLIB_VERSION_NUMBER=1.1 @@ -30,7 +30,7 @@ ENGINES=engines/capi.so engines/dasync.so engines/ossltest.so engines/padlock.so PROGRAMS=apps/openssl fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test test/aborttest test/afalgtest test/asn1_decode_test test/asn1_encode_test test/asn1_internal_test test/asn1_string_table_test test/asn1_time_test test/asynciotest test/asynctest test/bad_dtls_test test/bftest test/bio_callback_test test/bio_enc_test test/bio_memleak_test test/bioprinttest test/bntest test/buildtest_c_aes test/buildtest_c_asn1 test/buildtest_c_asn1t test/buildtest_c_async test/buildtest_c_bio test/buildtest_c_blowfish test/buildtest_c_bn test/buildtest_c_buffer test/buildtest_c_camellia test/buildtest_c_cast test/buildtest_c_cmac test/buildtest_c_cms test/buildtest_c_comp test/buildtest_c_conf test/buildtest_c_conf_api test/buildtest_c_crypto test/buildtest_c_ct test/buildtest_c_des test/buildtest_c_dh test/buildtest_c_dsa test/buildtest_c_dtls1 test/buildtest_c_e_os2 test/buildtest_c_ebcdic test/buildtest_c_ec test/buildtest_c_ecdh test/buildtest_c_ecdsa test/buildtest_c_engine test/buildtest_c_evp test/buildtest_c_hmac test/buildtest_c_idea test/buildtest_c_kdf test/buildtest_c_lhash test/buildtest_c_md2 test/buildtest_c_md4 test/buildtest_c_md5 test/buildtest_c_modes test/buildtest_c_obj_mac test/buildtest_c_objects test/buildtest_c_ocsp test/buildtest_c_opensslv test/buildtest_c_ossl_typ test/buildtest_c_pem test/buildtest_c_pem2 test/buildtest_c_pkcs12 test/buildtest_c_pkcs7 test/buildtest_c_rand test/buildtest_c_rand_drbg test/buildtest_c_rc2 test/buildtest_c_rc4 test/buildtest_c_rc5 test/buildtest_c_ripemd test/buildtest_c_rsa test/buildtest_c_safestack test/buildtest_c_seed test/buildtest_c_sha test/buildtest_c_srp test/buildtest_c_srtp test/buildtest_c_ssl test/buildtest_c_ssl2 test/buildtest_c_ssl3 test/buildtest_c_stack test/buildtest_c_store test/buildtest_c_symhacks test/buildtest_c_tls1 test/buildtest_c_ts test/buildtest_c_txt_db test/buildtest_c_ui test/buildtest_c_whrlpool test/buildtest_c_x509 test/buildtest_c_x509_vfy test/buildtest_c_x509v3 test/casttest test/chacha_internal_test test/cipherbytes_test test/cipherlist_test test/ciphername_test test/clienthellotest test/cmsapitest test/conf_include_test test/constant_time_test test/crltest test/ct_test test/ctype_internal_test test/curve448_internal_test test/d2i_test test/danetest test/destest test/dhtest test/drbg_cavs_test test/drbgtest test/dsa_no_digest_size_test test/dsatest test/dtls_mtu_test test/dtlstest test/dtlsv1listentest test/ec_internal_test test/ecdsatest test/ecstresstest test/ectest test/enginetest test/errtest test/evp_extra_test test/evp_test test/exdatatest test/exptest test/fatalerrtest test/gmdifftest test/gosttest test/hmactest test/ideatest test/igetest test/lhash_test test/md2test test/mdc2test test/memleaktest test/modes_internal_test test/ocspapitest test/packettest test/pbelutest test/pemtest test/pkey_meth_kdf_test test/pkey_meth_test test/poly1305_internal_test test/rc2test test/rc4test test/rc5test test/rdrand_sanitytest test/recordlentest test/rsa_complex test/rsa_mp_test test/rsa_test test/sanitytest test/secmemtest test/servername_test test/shlibloadtest test/siphash_internal_test test/sm2_internal_test test/sm4_internal_test test/srptest test/ssl_cert_table_internal_test test/ssl_test test/ssl_test_ctx_test test/sslapitest test/sslbuffertest test/sslcorrupttest test/ssltest_old test/stack_test test/sysdefaulttest test/test_test test/threadstest test/time_offset_test test/tls13ccstest test/tls13encryptiontest test/tls13secretstest test/uitest test/v3ext test/v3nametest test/verify_extra_test test/versions test/wpackettest test/x509_check_cert_pkey_test test/x509_dup_cert_test test/x509_internal_test test/x509_time_test test/x509aux SCRIPTS=apps/CA.pl apps/tsget.pl tools/c_rehash util/shlib_wrap.sh -DEPS=crypto/dsa/dsa_sign.d crypto/blake2/blake2b.d test/buildtest_dtls1.d ssl/ssl_txt.d fuzz/cms.d test/x509_internal_test.d crypto/rand/drbg_ctr.d crypto/blake2/m_blake2s.d crypto/async/arch/async_null.d crypto/x509v3/v3_pmaps.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/evp/evp_enc.d crypto/bn/bn_sqrt.d crypto/cms/cms_ess.d crypto/rc5/rc5_enc.d crypto/x509/x_exten.d crypto/objects/o_names.d test/buildtest_ui.d crypto/blake2/blake2s.d crypto/dh/dh_asn1.d crypto/kdf/scrypt.d crypto/ts/ts_lib.d test/buildtest_pem.d test/ssl_cert_table_internal_test.d apps/openssl.d test/buildtest_cms.d test/ct_test.d test/verify_extra_test.d crypto/evp/evp_lib.d crypto/md4/md4_dgst.d crypto/x509/t_req.d fuzz/client.d crypto/ec/curve448/curve448_tables.d ssl/packet.d test/buildtest_txt_db.d apps/version.d test/ideatest.d crypto/threads_pthread.d test/dtls_mtu_test.d apps/spkac.d crypto/pkcs12/p12_key.d test/evp_test.d crypto/mem_dbg.d crypto/asn1/d2i_pu.d crypto/bio/bio_cb.d crypto/evp/m_mdc2.d crypto/srp/srp_vfy.d crypto/ec/ecp_nistputil.d crypto/asn1/f_string.d test/srptest.d crypto/pkcs12/p12_add.d crypto/pkcs7/pk7_lib.d test/testutil/tap_bio.d test/ssl_test_ctx.d crypto/ocsp/v3_ocsp.d crypto/dh/dh_rfc5114.d test/buildtest_modes.d test/fatalerrtest.d test/buildtest_stack.d crypto/pkcs7/pk7_smime.d crypto/x509/x_pubkey.d test/buildtest_whrlpool.d crypto/asn1/asn1_item_list.d ssl/statem/extensions_cust.d test/buildtest_pkcs12.d crypto/pkcs12/p12_asn.d crypto/evp/p_sign.d crypto/x509/x509_txt.d crypto/store/store_init.d crypto/ec/ec_mult.d crypto/sha/sha512.d crypto/engine/tb_asnmth.d ssl/statem/statem_lib.d crypto/engine/eng_cnf.d test/buildtest_ssl3.d crypto/evp/evp_pbe.d crypto/bn/bn_gcd.d crypto/engine/eng_openssl.d crypto/rc2/rc2_cbc.d crypto/asn1/a_bitstr.d crypto/modes/wrap128.d crypto/sha/keccak1600.d crypto/x509v3/v3_prn.d ssl/statem/extensions_clnt.d crypto/chacha/chacha_enc.d crypto/rsa/rsa_gen.d crypto/ec/ec2_smpl.d apps/asn1pars.d crypto/comp/comp_err.d test/rsa_test.d crypto/dsa/dsa_lib.d crypto/evp/m_wp.d crypto/ec/ec_lib.d crypto/pkcs7/pkcs7err.d test/siphash_internal_test.d crypto/comp/comp_lib.d test/asn1_decode_test.d test/asynctest.d crypto/bio/bio_lib.d crypto/evp/e_seed.d crypto/x509v3/v3_extku.d crypto/x509v3/pcy_map.d crypto/asn1/asn1_par.d test/rsa_complex.d crypto/engine/tb_dh.d crypto/bio/bss_log.d crypto/dso/dso_lib.d crypto/async/arch/async_posix.d crypto/idea/i_ofb64.d crypto/lhash/lh_stats.d crypto/bio/b_sock.d crypto/asn1/asn_mime.d crypto/x509/x509_r2x.d crypto/evp/p_enc.d crypto/ocsp/ocsp_ext.d crypto/pkcs12/p12_mutl.d crypto/x509v3/v3_utl.d test/v3nametest.d crypto/idea/i_cfb64.d crypto/evp/p_lib.d crypto/modes/cfb128.d crypto/evp/e_chacha20_poly1305.d crypto/evp/p_open.d crypto/bf/bf_ecb.d crypto/aria/aria.d test/curve448_internal_test.d crypto/evp/e_aria.d crypto/engine/tb_cipher.d crypto/idea/i_skey.d crypto/cms/cms_lib.d test/sm2_internal_test.d apps/engine.d crypto/asn1/a_i2d_fp.d crypto/evp/p_seal.d crypto/x509v3/v3_bitst.d crypto/rsa/rsa_chk.d test/buildtest_sha.d crypto/bio/bss_null.d crypto/evp/p_verify.d crypto/x509/by_dir.d ssl/t1_lib.d test/pemtest.d test/ctype_internal_test.d crypto/rand/rand_lib.d test/buildtest_ecdh.d crypto/blake2/m_blake2b.d crypto/rsa/rsa_pk1.d apps/bf_prefix.d ssl/tls13_enc.d crypto/sm3/sm3.d test/dsa_no_digest_size_test.d crypto/rand/rand_err.d test/shlibloadtest.d crypto/ec/ecp_nist.d test/sm4_internal_test.d test/sysdefaulttest.d crypto/ct/ct_prn.d crypto/des/str2key.d crypto/ui/ui_err.d crypto/x509v3/v3_conf.d crypto/ec/ecp_mont.d crypto/evp/m_sha1.d crypto/ct/ct_x509v3.d crypto/evp/bio_b64.d ssl/statem/statem_clnt.d apps/nseq.d crypto/aes/aes_ecb.d crypto/sm2/sm2_sign.d crypto/rc5/rc5cfb64.d crypto/cms/cms_enc.d crypto/asn1/a_int.d ssl/tls_srp.d test/asynciotest.d crypto/ec/ec_pmeth.d crypto/asn1/bio_ndef.d test/buildtest_md2.d apps/enc.d apps/s_time.d crypto/des/cfb64enc.d crypto/rc5/rc5ofb64.d crypto/bn/bn_nist.d crypto/ec/ecp_nistp224.d test/ec_internal_test.d crypto/evp/bio_enc.d crypto/x509v3/v3_crld.d crypto/cmac/cmac.d crypto/o_fopen.d test/buildtest_ossl_typ.d crypto/bio/b_addr.d crypto/des/set_key.d apps/pkcs12.d crypto/bn/bn_mod.d apps/req.d crypto/getenv.d apps/passwd.d apps/ciphers.d crypto/asn1/i2d_pr.d crypto/ts/ts_req_utils.d test/buildtest_comp.d crypto/bn/bn_recp.d crypto/camellia/cmll_cfb.d crypto/x509v3/v3_lib.d crypto/o_fips.d engines/e_dasync.d apps/rand.d crypto/ec/ec_cvt.d crypto/bio/bf_null.d crypto/bf/bf_skey.d crypto/rsa/rsa_none.d crypto/md5/md5_one.d crypto/bio/bss_mem.d crypto/asn1/x_long.d crypto/bn/bn_ctx.d crypto/conf/conf_mod.d apps/errstr.d crypto/asn1/tasn_new.d test/buildtest_rc2.d fuzz/bignum.d crypto/x509/x509_req.d crypto/engine/eng_dyn.d crypto/dsa/dsa_vrf.d crypto/x509v3/v3_pcia.d crypto/evp/e_aes.d ssl/pqueue.d test/ssl_test.d crypto/rc2/rc2_skey.d crypto/pem/pem_x509.d test/buildtest_cmac.d crypto/x509/x_attrib.d test/ciphername_test.d crypto/x509v3/v3_purp.d crypto/evp/e_rc4.d crypto/bn/bn_exp2.d crypto/bio/bss_file.d crypto/ts/ts_req_print.d test/evp_extra_test.d crypto/ec/ec_print.d crypto/x509/x509_err.d crypto/x509/x509_d2.d crypto/des/ecb_enc.d crypto/bio/bss_conn.d ssl/ssl_ciph.d apps/crl.d crypto/evp/names.d crypto/mem_sec.d crypto/rsa/rsa_pss.d crypto/asn1/x_algor.d crypto/aes/aes_wrap.d apps/smime.d crypto/siphash/siphash.d apps/s_cb.d test/testutil/driver.d test/cipherlist_test.d crypto/bio/bf_nbio.d crypto/pkcs12/p12_kiss.d crypto/evp/e_idea.d crypto/pkcs12/p12_p8d.d crypto/bn/bn_rand.d crypto/bio/bss_acpt.d crypto/bf/bf_enc.d crypto/asn1/a_dup.d test/drbgtest.d crypto/ctype.d test/buildtest_bio.d apps/ocsp.d crypto/engine/eng_init.d test/rc4test.d crypto/des/cfb_enc.d crypto/evp/bio_md.d test/versions.d test/buildtest_ssl2.d crypto/cversion.d crypto/rsa/rsa_saos.d crypto/cast/c_skey.d crypto/x509/x509spki.d crypto/cms/cms_smime.d apps/dsa.d crypto/cms/cms_kari.d crypto/asn1/a_sign.d crypto/dsa/dsa_pmeth.d test/packettest.d crypto/ebcdic.d crypto/md4/md4_one.d crypto/asn1/p5_pbev2.d test/testutil/format_output.d crypto/sha/sha1_one.d crypto/seed/seed_cbc.d crypto/camellia/cmll_ofb.d crypto/asn1/t_bitst.d crypto/rsa/rsa_depr.d test/rc2test.d crypto/async/async.d apps/dhparam.d crypto/rsa/rsa_mp.d crypto/engine/tb_digest.d crypto/asn1/a_octet.d test/x509aux.d crypto/asn1/a_object.d crypto/x509v3/pcy_tree.d fuzz/crl.d test/mdc2test.d test/testutil/basic_output.d crypto/x509/x509_v3.d crypto/ocsp/ocsp_vfy.d test/buildtest_asn1.d crypto/dsa/dsa_meth.d test/sslapitest.d crypto/x509/x_req.d crypto/asn1/tasn_scn.d crypto/x509v3/v3_alt.d crypto/seed/seed_ofb.d crypto/ec/ec_kmeth.d crypto/rc2/rc2_ecb.d test/buildtest_seed.d crypto/dsa/dsa_ameth.d test/stack_test.d test/asn1_string_table_test.d crypto/engine/tb_rand.d fuzz/server.d test/x509_dup_cert_test.d crypto/dso/dso_vms.d crypto/evp/e_bf.d ssl/bio_ssl.d crypto/bn/bn_prime.d crypto/cms/cms_env.d crypto/ec/eck_prn.d crypto/evp/p_dec.d crypto/buffer/buf_err.d crypto/whrlpool/wp_block.d test/gmdifftest.d crypto/evp/m_md2.d test/buildtest_camellia.d crypto/bn/bn_print.d crypto/asn1/f_int.d ssl/record/rec_layer_d1.d ssl/ssl_err.d fuzz/asn1parse.d crypto/ocsp/ocsp_asn.d crypto/bf/bf_cfb64.d test/testutil/stanza.d test/dtlsv1listentest.d crypto/bio/bio_meth.d crypto/bn/bn_blind.d apps/app_rand.d test/chacha_internal_test.d test/time_offset_test.d test/buildtest_kdf.d crypto/dh/dh_check.d crypto/rand/randfile.d crypto/des/qud_cksm.d crypto/buffer/buffer.d crypto/siphash/siphash_ameth.d crypto/rsa/rsa_err.d apps/pkcs8.d crypto/des/ofb64ede.d crypto/engine/eng_err.d crypto/dh/dh_err.d test/rdrand_sanitytest.d crypto/evp/p5_crpt2.d test/testutil/init.d crypto/camellia/camellia.d crypto/rsa/rsa_asn1.d test/buildtest_rc4.d crypto/cmac/cm_ameth.d crypto/evp/evp_cnf.d crypto/engine/eng_all.d crypto/bn/bn_srp.d crypto/x509v3/v3_sxnet.d ssl/s3_enc.d crypto/uid.d ssl/statem/statem.d crypto/rsa/rsa_ossl.d crypto/x509v3/v3_int.d test/ectest.d crypto/dh/dh_rfc7919.d crypto/modes/ctr128.d crypto/bn/bn_mont.d crypto/rand/rand_win.d test/buildtest_dh.d crypto/modes/xts128.d crypto/engine/eng_list.d test/buildtest_evp.d crypto/sm2/sm2_pmeth.d crypto/pem/pem_sign.d crypto/ts/ts_conf.d crypto/asn1/x_val.d crypto/asn1/a_strnid.d crypto/comp/c_zlib.d apps/verify.d crypto/conf/conf_def.d test/buildtest_x509v3.d test/handshake_helper.d apps/s_client.d crypto/x509/x509_cmp.d crypto/pkcs12/p12_init.d crypto/aes/aes_cbc.d test/ssltestlib.d crypto/store/loader_file.d crypto/rsa/rsa_x931g.d ssl/ssl_asn1.d crypto/rsa/rsa_x931.d test/constant_time_test.d crypto/pkcs12/p12_sbag.d crypto/aes/aes_ofb.d test/modes_internal_test.d crypto/dso/dso_dl.d test/testutil/tests.d crypto/ec/curve448/eddsa.d crypto/ec/ec_key.d crypto/x509/x509_set.d crypto/rand/rand_vms.d crypto/pem/pem_pk8.d apps/cms.d crypto/ec/ecp_nistp256.d test/mdc2_internal_test.d test/ssl_test_ctx_test.d crypto/engine/tb_pkmeth.d crypto/ec/ecdsa_ossl.d crypto/objects/obj_dat.d crypto/evp/e_rc5.d crypto/modes/gcm128.d test/destest.d crypto/pem/pem_lib.d test/bioprinttest.d test/buildtest_objects.d crypto/md5/md5_dgst.d fuzz/bndiv.d crypto/bn/bn_lib.d crypto/bn/bn_word.d crypto/cast/c_ofb64.d test/sslbuffertest.d crypto/evp/e_des.d crypto/bn/bn_depr.d crypto/evp/pmeth_lib.d crypto/evp/e_null.d test/buildtest_md4.d test/lhash_test.d crypto/evp/m_sigver.d crypto/asn1/p5_scrypt.d crypto/sm4/sm4.d crypto/x509/by_file.d crypto/x509/x509_vpm.d crypto/ec/ecp_smpl.d crypto/bio/bss_fd.d apps/gendsa.d crypto/threads_win.d crypto/ec/ec_ameth.d crypto/cast/c_cfb64.d crypto/engine/eng_ctrl.d crypto/ec/ecx_meth.d ssl/methods.d apps/dgst.d crypto/ui/ui_util.d crypto/des/des_enc.d crypto/bn/bn_dh.d crypto/engine/eng_rdrand.d fuzz/test-corpus.d test/asn1_encode_test.d test/buildtest_dsa.d ssl/ssl_rsa.d crypto/dsa/dsa_prn.d crypto/cmac/cm_pmeth.d engines/e_capi.d crypto/err/err_all.d test/buildtest_blowfish.d fuzz/conf.d test/bio_memleak_test.d crypto/err/err.d crypto/des/cbc_cksm.d test/buildtest_hmac.d test/buildtest_pkcs7.d crypto/x509v3/v3_tlsf.d crypto/asn1/tasn_dec.d crypto/async/async_wait.d crypto/ec/curve448/arch_32/f_impl.d test/drbg_cavs_test.d crypto/dso/dso_win32.d test/buildtest_ebcdic.d test/testutil/test_cleanup.d test/buildtest_cast.d test/aborttest.d test/testutil/output_helpers.d crypto/asn1/a_verify.d crypto/ex_data.d crypto/rc4/rc4_enc.d crypto/pkcs7/pk7_mime.d fuzz/ct.d crypto/cms/cms_dd.d test/bio_enc_test.d crypto/pkcs12/p12_crpt.d crypto/camellia/cmll_misc.d crypto/dh/dh_key.d crypto/bio/b_sock2.d crypto/rc5/rc5_ecb.d crypto/ripemd/rmd_dgst.d crypto/asn1/evp_asn1.d ssl/record/rec_layer_s3.d test/d2i_test.d crypto/x509/x_name.d crypto/evp/e_camellia.d test/buildtest_tls1.d apps/genpkey.d crypto/dsa/dsa_ossl.d crypto/whrlpool/wp_dgst.d test/ocspapitest.d crypto/conf/conf_ssl.d crypto/objects/obj_xref.d crypto/x509v3/pcy_node.d crypto/ct/ct_err.d crypto/evp/e_old.d crypto/ocsp/ocsp_ht.d crypto/hmac/hm_ameth.d crypto/dsa/dsa_asn1.d crypto/pkcs7/bio_pk7.d crypto/x509v3/v3_ncons.d crypto/x509/x509name.d crypto/engine/tb_rsa.d crypto/des/cfb64ede.d crypto/asn1/asn_moid.d crypto/dsa/dsa_err.d crypto/x509v3/v3_bcons.d test/dhtest.d test/ssltest_old.d crypto/bio/bio_err.d crypto/srp/srp_lib.d ssl/s3_cbc.d test/buildtest_asn1t.d test/cmsapitest.d crypto/dh/dh_meth.d crypto/x509/x509type.d test/secmemtest.d crypto/bn/bn_x931p.d crypto/dso/dso_err.d crypto/asn1/n_pkey.d crypto/pkcs7/pk7_doit.d ssl/record/ssl3_record.d test/buildtest_obj_mac.d crypto/pem/pem_info.d crypto/x509/x_x509.d crypto/ec/ec2_oct.d test/buildtest_x509.d crypto/ec/ecdsa_sign.d crypto/asn1/asn_mstbl.d crypto/ec/ec_err.d crypto/bn/bn_intern.d crypto/x509v3/v3_ia5.d crypto/x509v3/v3_info.d crypto/dh/dh_gen.d crypto/x509v3/v3_admis.d crypto/pkcs7/pk7_attr.d crypto/dso/dso_dlfcn.d crypto/evp/bio_ok.d crypto/cast/c_ecb.d ssl/ssl_stat.d crypto/bn/bn_const.d crypto/x509/t_crl.d crypto/x509v3/v3_enum.d crypto/kdf/tls1_prf.d crypto/engine/eng_lib.d crypto/x509/x509_meth.d apps/ca.d crypto/bn/bn_kron.d crypto/async/arch/async_win.d crypto/store/store_lib.d crypto/asn1/a_mbstr.d crypto/bio/b_dump.d test/dsatest.d test/ecstresstest.d test/igetest.d crypto/camellia/cmll_ecb.d crypto/bn/bn_shift.d crypto/mem.d crypto/poly1305/poly1305_pmeth.d crypto/threads_none.d test/sslcorrupttest.d test/buildtest_aes.d crypto/ts/ts_rsp_utils.d crypto/ct/ct_sct.d crypto/evp/cmeth_lib.d test/buildtest_crypto.d crypto/rc4/rc4_skey.d crypto/poly1305/poly1305_ameth.d crypto/evp/pbe_scrypt.d crypto/ocsp/ocsp_cl.d crypto/aes/aes_cfb.d crypto/pem/pem_all.d crypto/kdf/hkdf.d crypto/evp/evp_err.d apps/apps.d apps/rsa.d apps/dsaparam.d crypto/engine/tb_dsa.d ssl/record/ssl3_record_tls13.d crypto/pkcs12/p12_npas.d crypto/x509/x509_lu.d test/buildtest_bn.d crypto/asn1/nsseq.d crypto/bio/bf_buff.d crypto/dh/dh_ameth.d test/tls13ccstest.d crypto/ec/curve448/scalar.d test/casttest.d crypto/objects/obj_lib.d test/afalgtest.d crypto/ts/ts_rsp_print.d crypto/hmac/hm_pmeth.d test/errtest.d crypto/ts/ts_err.d test/bio_callback_test.d crypto/rsa/rsa_prn.d test/buildtest_ocsp.d ssl/d1_lib.d crypto/asn1/x_pkey.d crypto/x509/x509_def.d crypto/x509v3/v3_akeya.d crypto/engine/tb_eckey.d crypto/des/ofb_enc.d test/md2test.d crypto/bio/bss_sock.d ssl/statem/statem_dtls.d crypto/evp/m_md4.d crypto/ct/ct_sct_ctx.d crypto/seed/seed_cfb.d crypto/asn1/p8_pkey.d crypto/x509/x509_vfy.d apps/crl2p7.d crypto/asn1/x_info.d test/rsa_mp_test.d test/hmactest.d test/asn1_internal_test.d crypto/rand/drbg_lib.d crypto/engine/eng_table.d test/buildtest_rand_drbg.d crypto/asn1/t_spki.d test/buildtest_ecdsa.d crypto/md2/md2_dgst.d crypto/des/pcbc_enc.d crypto/bio/bf_lbuf.d ssl/ssl_utst.d crypto/asn1/a_utctm.d crypto/evp/digest.d crypto/o_time.d crypto/x509v3/v3_pku.d crypto/des/xcbc_enc.d crypto/dso/dso_openssl.d apps/pkey.d test/buildtest_rsa.d ssl/ssl_conf.d test/recordlentest.d crypto/pkcs12/p12_crt.d crypto/pkcs12/p12_p8e.d crypto/pem/pem_pkey.d crypto/sm3/m_sm3.d crypto/dsa/dsa_depr.d crypto/pkcs12/p12_attr.d apps/speed.d crypto/rsa/rsa_pmeth.d test/buildtest_ts.d crypto/store/store_strings.d crypto/stack/stack.d crypto/bio/bss_dgram.d test/pkey_meth_test.d crypto/bf/bf_ofb64.d crypto/ct/ct_policy.d crypto/asn1/tasn_typ.d apps/ecparam.d test/buildtest_store.d test/buildtest_srtp.d crypto/sm2/sm2_err.d crypto/asn1/tasn_enc.d crypto/bn/bn_div.d apps/pkeyparam.d crypto/asn1/a_gentm.d crypto/cryptlib.d ssl/statem/extensions_srvr.d crypto/bn/bn_gf2m.d test/buildtest_md5.d crypto/ec/ec_curve.d crypto/asn1/x_sig.d crypto/aes/aes_core.d crypto/cms/cms_err.d test/exdatatest.d test/buildtest_safestack.d crypto/o_dir.d test/servername_test.d ssl/ssl_sess.d crypto/ec/ecdh_ossl.d test/gosttest.d crypto/cms/cms_asn1.d crypto/pem/pem_oth.d test/tls13encryptiontest.d crypto/ui/ui_lib.d ssl/ssl_lib.d test/bad_dtls_test.d crypto/ec/ec_check.d crypto/rsa/rsa_ameth.d crypto/evp/pmeth_gn.d test/buildtest_ripemd.d test/buildtest_x509_vfy.d crypto/conf/conf_sap.d test/buildtest_ct.d crypto/rsa/rsa_meth.d crypto/asn1/p5_pbe.d crypto/evp/m_sha3.d test/rc5test.d test/wpackettest.d test/buildtest_pem2.d crypto/cms/cms_io.d crypto/kdf/kdf_err.d fuzz/x509.d fuzz/asn1.d crypto/asn1/tasn_fre.d test/poly1305_internal_test.d crypto/ec/curve448/f_generic.d test/buildtest_rc5.d ssl/s3_msg.d test/buildtest_rand.d apps/pkeyutl.d ssl/d1_srtp.d ssl/statem/statem_srvr.d crypto/seed/seed_ecb.d crypto/des/cbc_enc.d crypto/ec/ecdh_kdf.d ssl/statem/extensions.d crypto/cast/c_enc.d ssl/t1_enc.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/ec/ecp_nistp521.d crypto/conf/conf_api.d crypto/cms/cms_att.d test/buildtest_conf.d crypto/o_init.d crypto/bn/bn_mul.d crypto/evp/e_cast.d crypto/ts/ts_rsp_sign.d test/buildtest_des.d crypto/rsa/rsa_crpt.d crypto/ocsp/ocsp_lib.d crypto/ui/ui_null.d test/buildtest_symhacks.d crypto/des/fcrypt_b.d crypto/dh/dh_pmeth.d test/danetest.d crypto/rsa/rsa_oaep.d test/testutil/cb.d crypto/ct/ct_vfy.d crypto/sha/sha256.d crypto/evp/evp_key.d crypto/x509v3/v3err.d crypto/asn1/i2d_pu.d crypto/pkcs7/pk7_asn1.d test/conf_include_test.d crypto/sha/sha1dgst.d crypto/asn1/t_pkey.d test/x509_time_test.d test/asn1_time_test.d crypto/pem/pem_xaux.d crypto/cms/cms_cd.d crypto/ts/ts_verify_ctx.d crypto/asn1/a_print.d test/buildtest_lhash.d crypto/des/fcrypt.d crypto/ec/curve448/curve448.d crypto/evp/e_rc2.d crypto/conf/conf_lib.d crypto/rsa/rsa_ssl.d crypto/camellia/cmll_cbc.d crypto/des/ofb64enc.d crypto/x509v3/v3_pci.d apps/sess_id.d apps/prime.d crypto/x509v3/pcy_cache.d crypto/conf/conf_err.d crypto/ec/ecdsa_vrf.d crypto/evp/e_sm4.d crypto/bn/bn_sqr.d crypto/mem_clr.d crypto/x509/x_crl.d test/uitest.d crypto/dh/dh_prn.d engines/e_ossltest.d crypto/evp/m_null.d test/buildtest_conf_api.d crypto/rand/rand_unix.d crypto/bn/bn_add.d crypto/ocsp/ocsp_err.d crypto/modes/cts128.d crypto/ripemd/rmd_one.d crypto/asn1/a_digest.d crypto/evp/evp_pkey.d crypto/x509/t_x509.d test/testutil/main.d crypto/store/store_register.d crypto/evp/p5_crpt.d ssl/record/ssl3_buffer.d crypto/x509/x509_att.d test/test_test.d crypto/evp/encode.d test/bntest.d crypto/asn1/a_utf8.d crypto/x509/x509cset.d crypto/x509v3/v3_addr.d apps/srp.d crypto/asn1/x_int64.d crypto/lhash/lhash.d crypto/x509v3/v3_asid.d crypto/pkcs12/p12_decr.d crypto/x509v3/v3_cpols.d crypto/x509v3/v3_genn.d crypto/ui/ui_openssl.d apps/opt.d crypto/asn1/asn1_lib.d crypto/hmac/hmac.d apps/x509.d test/buildtest_e_os2.d crypto/ct/ct_log.d ssl/record/dtls1_bitmap.d test/bftest.d crypto/asn1/asn1_err.d crypto/x509/x509rset.d apps/storeutl.d crypto/conf/conf_mall.d crypto/evp/e_des3.d crypto/poly1305/poly1305.d ssl/d1_msg.d crypto/ec/curve25519.d crypto/des/ecb3_enc.d crypto/camellia/cmll_ctr.d crypto/dsa/dsa_key.d test/buildtest_ec.d crypto/dh/dh_kdf.d apps/ec.d crypto/siphash/siphash_pmeth.d crypto/x509v3/v3_akey.d apps/pkcs7.d crypto/pkcs12/pk12err.d crypto/pem/pem_err.d crypto/md2/md2_one.d crypto/ocsp/ocsp_prn.d engines/e_padlock.d crypto/cpt_err.d crypto/evp/m_ripemd.d crypto/asn1/tasn_prn.d test/buildtest_idea.d test/exptest.d test/tls13secretstest.d test/drbg_cavs_data.d crypto/ct/ct_oct.d crypto/x509v3/v3_skey.d crypto/async/async_err.d crypto/sm2/sm2_crypt.d crypto/x509v3/pcy_data.d crypto/asn1/asn_pack.d crypto/txt_db/txt_db.d crypto/ocsp/ocsp_srv.d test/dtlstest.d crypto/idea/i_ecb.d crypto/rsa/rsa_sign.d test/memleaktest.d test/crltest.d crypto/objects/obj_err.d crypto/store/store_err.d test/buildtest_engine.d crypto/asn1/tasn_utl.d crypto/rand/rand_egd.d apps/rsautl.d crypto/idea/i_cbc.d crypto/bn/bn_err.d crypto/ec/ec_oct.d test/buildtest_srp.d crypto/des/rand_key.d crypto/ec/ec_asn1.d crypto/pem/pvkfmt.d crypto/ec/ecp_oct.d crypto/bio/bss_bio.d crypto/asn1/bio_asn1.d crypto/x509/x509_ext.d test/clienthellotest.d crypto/asn1/a_d2i_fp.d crypto/rc5/rc5_skey.d crypto/ts/ts_rsp_verify.d crypto/evp/m_md5.d test/x509_check_cert_pkey_test.d crypto/x509/x_all.d crypto/asn1/asn1_gen.d crypto/modes/ofb128.d test/threadstest.d apps/genrsa.d crypto/engine/eng_fat.d crypto/asn1/x_bignum.d crypto/evp/pmeth_fn.d test/v3ext.d crypto/evp/c_alld.d crypto/bio/b_print.d test/enginetest.d crypto/bn/bn_exp.d crypto/evp/m_md5_sha1.d crypto/x509/x509_obj.d test/buildtest_async.d crypto/err/err_prn.d crypto/asn1/a_time.d crypto/rsa/rsa_lib.d crypto/bn/bn_mpi.d apps/s_socket.d crypto/dsa/dsa_gen.d crypto/aes/aes_misc.d test/pkey_meth_kdf_test.d apps/s_server.d crypto/bn/bn_asm.d crypto/o_str.d crypto/evp/c_allc.d crypto/cms/cms_sd.d crypto/modes/ocb128.d crypto/asn1/a_strex.d apps/rehash.d test/buildtest_ssl.d ssl/ssl_mcnf.d crypto/modes/cbc128.d crypto/rc2/rc2ofb64.d crypto/cms/cms_pwri.d ssl/ssl_init.d crypto/engine/eng_pkey.d crypto/ct/ct_b64.d test/sanitytest.d crypto/x509v3/v3_pcons.d test/pbelutest.d crypto/evp/e_rc4_hmac_md5.d crypto/dh/dh_lib.d crypto/asn1/d2i_pr.d crypto/ts/ts_asn1.d crypto/seed/seed.d crypto/dh/dh_depr.d test/ecdsatest.d crypto/x509/x_x509a.d crypto/asn1/ameth_lib.d ssl/ssl_cert.d test/cipherbytes_test.d crypto/init.d crypto/evp/e_xcbc_d.d crypto/rc2/rc2cfb64.d apps/ts.d crypto/aes/aes_ige.d crypto/modes/ccm128.d crypto/pkcs12/p12_utl.d ssl/s3_lib.d crypto/x509/x509_trs.d ssl/t1_trce.d crypto/asn1/a_type.d test/buildtest_opensslv.d crypto/x509v3/pcy_lib.d crypto/asn1/x_spki.d test/buildtest_buffer.d +DEPS=test/time_offset_test.d crypto/cms/cms_cd.d crypto/init.d crypto/dso/dso_err.d crypto/pkcs7/pkcs7err.d crypto/evp/e_idea.d test/sslapitest.d apps/s_client.d test/bftest.d crypto/x509v3/v3_alt.d crypto/bn/bn_add.d crypto/evp/p_sign.d crypto/asn1/asn1_item_list.d crypto/rsa/rsa_oaep.d crypto/ocsp/v3_ocsp.d crypto/mem_sec.d crypto/ts/ts_lib.d test/buildtest_srtp.d crypto/asn1/a_octet.d crypto/evp/evp_key.d crypto/ocsp/ocsp_srv.d fuzz/x509.d test/test_test.d fuzz/crl.d crypto/pkcs12/p12_crpt.d crypto/md2/md2_dgst.d apps/engine.d test/asn1_string_table_test.d crypto/ripemd/rmd_dgst.d test/testutil/format_output.d ssl/ssl_mcnf.d crypto/asn1/tasn_dec.d apps/prime.d crypto/modes/ofb128.d test/rsa_test.d crypto/engine/eng_err.d crypto/des/cbc_cksm.d test/rsa_mp_test.d crypto/modes/cfb128.d crypto/aes/aes_wrap.d crypto/mem.d crypto/aes/aes_ecb.d test/bio_enc_test.d test/dsa_no_digest_size_test.d crypto/poly1305/poly1305.d test/buildtest_rc5.d crypto/rand/randfile.d crypto/bn/bn_mpi.d crypto/ts/ts_req_print.d crypto/dsa/dsa_sign.d apps/app_rand.d ssl/d1_msg.d crypto/evp/pmeth_lib.d test/buildtest_asn1.d crypto/rc2/rc2_cbc.d crypto/evp/p_dec.d test/buildtest_md4.d crypto/sm4/sm4.d crypto/ec/curve448/f_generic.d crypto/dso/dso_openssl.d test/ssltest_old.d test/testutil/basic_output.d crypto/siphash/siphash_pmeth.d test/buildtest_lhash.d test/buildtest_md2.d crypto/bio/bss_acpt.d crypto/cms/cms_pwri.d crypto/aes/aes_misc.d crypto/ct/ct_prn.d test/ct_test.d test/tls13secretstest.d crypto/ec/ec_lib.d crypto/ct/ct_b64.d crypto/evp/e_chacha20_poly1305.d crypto/asn1/x_pkey.d crypto/dh/dh_err.d crypto/asn1/a_digest.d crypto/asn1/asn_mstbl.d test/v3ext.d test/testutil/random.d crypto/ec/ec_curve.d crypto/whrlpool/wp_dgst.d crypto/conf/conf_mod.d crypto/bn/bn_exp2.d ssl/statem/statem.d crypto/bn/bn_intern.d test/aborttest.d crypto/dh/dh_check.d crypto/cms/cms_ess.d apps/rand.d ssl/t1_trce.d crypto/aes/aes_ige.d crypto/bf/bf_ofb64.d crypto/idea/i_skey.d crypto/bf/bf_cfb64.d crypto/bio/bss_sock.d test/hmactest.d crypto/ec/ecdsa_ossl.d crypto/pem/pem_all.d crypto/x509v3/v3_akey.d crypto/cms/cms_asn1.d crypto/evp/p_seal.d test/buildtest_camellia.d test/asynciotest.d crypto/x509v3/v3_addr.d crypto/engine/eng_ctrl.d crypto/camellia/cmll_ofb.d crypto/des/set_key.d crypto/asn1/t_pkey.d test/testutil/tests.d crypto/bf/bf_ecb.d crypto/modes/cbc128.d crypto/x509v3/v3_pmaps.d test/buildtest_ec.d crypto/objects/o_names.d crypto/x509v3/v3_admis.d crypto/dh/dh_kdf.d test/buildtest_ossl_typ.d crypto/evp/e_bf.d crypto/ct/ct_sct_ctx.d crypto/aes/aes_core.d test/drbg_cavs_data.d crypto/ocsp/ocsp_prn.d test/sm2_internal_test.d apps/req.d crypto/engine/tb_rand.d crypto/mem_dbg.d crypto/x509v3/v3_bitst.d crypto/ctype.d crypto/evp/m_sha3.d crypto/dsa/dsa_gen.d test/lhash_test.d crypto/ts/ts_verify_ctx.d crypto/asn1/a_d2i_fp.d crypto/evp/pmeth_gn.d crypto/async/arch/async_null.d crypto/x509v3/v3_ncons.d crypto/dh/dh_rfc7919.d test/buildtest_ecdsa.d ssl/t1_enc.d crypto/asn1/p5_pbev2.d ssl/s3_msg.d crypto/rsa/rsa_x931.d crypto/asn1/asn1_gen.d engines/e_padlock.d crypto/bn/bn_nist.d test/dtls_mtu_test.d crypto/engine/eng_list.d crypto/engine/eng_pkey.d apps/opt.d ssl/ssl_utst.d fuzz/cms.d crypto/async/async_wait.d crypto/des/qud_cksm.d test/poly1305_internal_test.d crypto/evp/e_aria.d crypto/evp/e_aes.d test/asynctest.d crypto/blake2/m_blake2b.d crypto/asn1/nsseq.d crypto/evp/evp_enc.d fuzz/server.d crypto/ct/ct_vfy.d test/buildtest_stack.d crypto/evp/evp_lib.d crypto/asn1/a_gentm.d test/testutil/stanza.d ssl/ssl_stat.d test/gosttest.d crypto/ebcdic.d crypto/des/des_enc.d crypto/cms/cms_kari.d crypto/bn/bn_err.d test/bntest.d crypto/x509v3/v3_cpols.d crypto/x509v3/v3_ia5.d crypto/evp/p5_crpt2.d crypto/asn1/i2d_pu.d test/pkey_meth_kdf_test.d test/buildtest_modes.d test/buildtest_pem.d crypto/x509/x509_meth.d test/buildtest_blowfish.d test/testutil/driver.d crypto/bn/bn_mod.d test/buildtest_kdf.d crypto/dso/dso_win32.d crypto/pem/pem_info.d crypto/evp/digest.d crypto/rsa/rsa_err.d crypto/bio/bss_conn.d crypto/pkcs12/p12_attr.d crypto/ec/ec_asn1.d crypto/bn/bn_asm.d crypto/rand/rand_egd.d apps/ec.d crypto/async/async.d crypto/x509/x509type.d crypto/bf/bf_skey.d test/buildtest_rsa.d test/buildtest_safestack.d crypto/bio/b_dump.d crypto/camellia/camellia.d test/evp_test.d crypto/rc4/rc4_enc.d test/buildtest_ecdh.d crypto/des/ofb64enc.d crypto/ui/ui_openssl.d crypto/rsa/rsa_depr.d crypto/dh/dh_pmeth.d test/buildtest_bio.d crypto/asn1/ameth_lib.d crypto/ts/ts_rsp_print.d crypto/x509/x509_set.d test/ssl_test.d crypto/rc2/rc2_skey.d crypto/modes/ccm128.d test/testutil/main.d test/sslbuffertest.d crypto/rsa/rsa_ssl.d crypto/ts/ts_asn1.d test/ectest.d crypto/bio/bf_buff.d crypto/x509/x509_cmp.d crypto/ec/ecp_mont.d apps/genpkey.d crypto/bio/bf_lbuf.d test/bio_memleak_test.d crypto/cms/cms_io.d crypto/modes/ctr128.d crypto/des/ecb_enc.d crypto/ts/ts_conf.d crypto/camellia/cmll_ecb.d crypto/bn/bn_mont.d crypto/dso/dso_dlfcn.d crypto/ocsp/ocsp_cl.d crypto/o_init.d crypto/asn1/asn_moid.d crypto/des/cfb_enc.d crypto/dh/dh_gen.d crypto/rc2/rc2cfb64.d ssl/tls13_enc.d crypto/cms/cms_lib.d apps/ca.d crypto/cms/cms_enc.d test/siphash_internal_test.d crypto/pkcs12/p12_utl.d crypto/evp/e_rc4.d crypto/x509/x509_v3.d crypto/evp/e_aes_cbc_hmac_sha1.d ssl/record/ssl3_record_tls13.d crypto/blake2/blake2b.d crypto/cmac/cm_pmeth.d test/exdatatest.d test/buildtest_ebcdic.d crypto/x509v3/v3_conf.d crypto/x509/x_name.d crypto/dsa/dsa_err.d crypto/async/async_err.d crypto/asn1/x_info.d crypto/dsa/dsa_vrf.d crypto/engine/eng_init.d crypto/poly1305/poly1305_ameth.d crypto/ct/ct_sct.d crypto/x509/x_pubkey.d crypto/x509/t_req.d crypto/ocsp/ocsp_ext.d crypto/evp/e_null.d crypto/ec/curve448/scalar.d apps/ocsp.d ssl/s3_enc.d crypto/engine/tb_dsa.d crypto/rc4/rc4_skey.d crypto/engine/tb_cipher.d crypto/rand/rand_unix.d crypto/bn/bn_recp.d test/buildtest_async.d test/buildtest_ripemd.d apps/s_socket.d test/conf_include_test.d test/buildtest_srp.d crypto/ui/ui_lib.d test/testutil/init.d crypto/o_dir.d crypto/dso/dso_vms.d ssl/statem/statem_srvr.d apps/pkeyparam.d apps/rehash.d crypto/x509/x_req.d engines/e_ossltest.d crypto/rsa/rsa_gen.d crypto/evp/e_camellia.d ssl/record/ssl3_buffer.d test/verify_extra_test.d crypto/asn1/bio_ndef.d crypto/ec/ecp_nistp521.d crypto/evp/m_md4.d crypto/cmac/cm_ameth.d apps/pkeyutl.d test/pkey_meth_test.d crypto/objects/obj_dat.d crypto/engine/eng_table.d apps/crl2p7.d crypto/x509v3/pcy_lib.d test/buildtest_ssl2.d test/buildtest_ssl3.d crypto/rc5/rc5_ecb.d apps/bf_prefix.d crypto/objects/obj_err.d crypto/asn1/a_mbstr.d crypto/pkcs12/p12_sbag.d test/buildtest_ct.d test/x509_time_test.d ssl/statem/statem_dtls.d crypto/asn1/evp_asn1.d test/crltest.d ssl/statem/statem_clnt.d crypto/asn1/asn_mime.d test/buildtest_ts.d crypto/engine/tb_dh.d crypto/pkcs12/p12_key.d crypto/bio/b_addr.d crypto/x509v3/v3_extku.d apps/ecparam.d test/buildtest_des.d crypto/bio/bss_file.d crypto/bn/bn_shift.d crypto/bn/bn_sqrt.d crypto/bio/bss_fd.d ssl/methods.d crypto/store/store_init.d crypto/evp/m_null.d test/bioprinttest.d crypto/asn1/tasn_enc.d test/buildtest_txt_db.d apps/speed.d crypto/o_fopen.d crypto/evp/p_verify.d crypto/x509v3/pcy_cache.d crypto/x509/by_dir.d crypto/evp/pbe_scrypt.d crypto/dh/dh_key.d crypto/buffer/buffer.d crypto/dsa/dsa_depr.d test/ssltestlib.d test/srptest.d crypto/store/store_lib.d ssl/ssl_err.d crypto/ripemd/rmd_one.d crypto/conf/conf_api.d crypto/engine/eng_all.d test/modes_internal_test.d apps/asn1pars.d test/cipherbytes_test.d test/destest.d crypto/rc2/rc2ofb64.d apps/cms.d ssl/ssl_cert.d crypto/ec/ecdsa_vrf.d ssl/record/ssl3_record.d ssl/ssl_sess.d crypto/evp/e_old.d crypto/sm3/m_sm3.d crypto/ec/ec_ameth.d test/exptest.d test/tls13ccstest.d test/buildtest_x509_vfy.d crypto/conf/conf_ssl.d test/buildtest_pkcs12.d crypto/aes/aes_ofb.d crypto/ct/ct_log.d crypto/asn1/tasn_new.d crypto/cms/cms_att.d crypto/comp/comp_err.d crypto/des/ofb_enc.d crypto/md5/md5_one.d crypto/x509/x_x509.d ssl/packet.d crypto/x509v3/v3_asid.d crypto/x509/x509_vfy.d crypto/bio/bss_null.d crypto/pkcs7/pk7_attr.d apps/sess_id.d crypto/evp/evp_pbe.d crypto/x509v3/pcy_data.d crypto/ocsp/ocsp_err.d crypto/engine/eng_dyn.d test/buildtest_opensslv.d crypto/evp/pmeth_fn.d crypto/pkcs7/pk7_lib.d crypto/bio/bss_bio.d test/x509aux.d crypto/rsa/rsa_sign.d crypto/x509v3/v3_pku.d crypto/pem/pem_oth.d crypto/objects/obj_xref.d crypto/sm2/sm2_pmeth.d test/pemtest.d crypto/bn/bn_exp.d crypto/pem/pem_lib.d test/buildtest_tls1.d crypto/bio/bss_mem.d ssl/ssl_conf.d crypto/x509v3/v3_pcia.d crypto/des/cfb64enc.d crypto/bio/bss_dgram.d crypto/x509/t_x509.d crypto/asn1/n_pkey.d ssl/d1_srtp.d crypto/ocsp/ocsp_lib.d crypto/bf/bf_enc.d crypto/conf/conf_sap.d crypto/comp/comp_lib.d crypto/bn/bn_div.d crypto/bio/bio_err.d crypto/threads_win.d crypto/idea/i_cbc.d crypto/x509v3/v3_enum.d test/d2i_test.d test/ecdsatest.d crypto/evp/m_ripemd.d crypto/asn1/a_object.d crypto/x509/x_x509a.d test/chacha_internal_test.d test/errtest.d crypto/hmac/hm_pmeth.d crypto/evp/m_md2.d crypto/asn1/d2i_pu.d crypto/engine/eng_rdrand.d test/tls13encryptiontest.d crypto/bn/bn_ctx.d test/ideatest.d ssl/record/rec_layer_d1.d crypto/blake2/blake2s.d crypto/x509/x509_att.d apps/srp.d crypto/rand/rand_vms.d crypto/dh/dh_rfc5114.d crypto/ec/ec_cvt.d test/rdrand_sanitytest.d fuzz/conf.d test/rc4test.d crypto/aria/aria.d crypto/rsa/rsa_saos.d crypto/bn/bn_prime.d crypto/asn1/a_type.d crypto/bn/bn_print.d crypto/evp/cmeth_lib.d crypto/x509/x_all.d crypto/evp/c_allc.d test/buildtest_dsa.d test/buildtest_x509v3.d crypto/md4/md4_dgst.d crypto/seed/seed_cbc.d crypto/des/ecb3_enc.d test/buildtest_idea.d crypto/camellia/cmll_cbc.d crypto/modes/cts128.d crypto/evp/c_alld.d crypto/mem_clr.d test/uitest.d apps/crl.d crypto/pkcs7/pk7_smime.d apps/x509.d crypto/cpt_err.d crypto/x509v3/pcy_map.d crypto/x509/x509_obj.d crypto/asn1/p8_pkey.d test/recordlentest.d crypto/asn1/p5_scrypt.d fuzz/test-corpus.d crypto/bn/bn_rand.d engines/e_dasync.d apps/pkcs12.d crypto/hmac/hm_ameth.d crypto/asn1/a_time.d test/rc5test.d crypto/evp/e_rc2.d test/buildtest_rand.d crypto/cast/c_skey.d crypto/asn1/f_string.d test/gmdifftest.d crypto/engine/tb_digest.d crypto/sm2/sm2_err.d crypto/evp/names.d crypto/x509/x509_ext.d crypto/dh/dh_prn.d test/buildtest_evp.d crypto/ocsp/ocsp_ht.d crypto/cversion.d crypto/x509/x509name.d crypto/x509/x509spki.d crypto/lhash/lh_stats.d crypto/x509/x509_r2x.d crypto/ts/ts_err.d crypto/evp/e_rc5.d crypto/evp/bio_md.d crypto/ct/ct_err.d crypto/idea/i_ofb64.d test/buildtest_e_os2.d crypto/rsa/rsa_mp.d crypto/pem/pem_sign.d crypto/x509/x509_def.d crypto/pkcs7/pk7_asn1.d crypto/asn1/t_spki.d crypto/stack/stack.d crypto/x509v3/pcy_node.d crypto/x509/x509_lu.d crypto/whrlpool/wp_block.d apps/enc.d test/x509_dup_cert_test.d ssl/record/dtls1_bitmap.d crypto/evp/e_des.d crypto/md5/md5_dgst.d crypto/dh/dh_depr.d apps/smime.d test/sm4_internal_test.d crypto/srp/srp_lib.d ssl/s3_cbc.d apps/ts.d crypto/cms/cms_env.d crypto/asn1/asn1_par.d crypto/ec/ec_kmeth.d crypto/x509v3/v3_skey.d crypto/x509v3/v3_sxnet.d crypto/asn1/x_val.d test/buildtest_symhacks.d crypto/engine/tb_rsa.d crypto/bio/b_print.d crypto/ct/ct_x509v3.d test/buildtest_ui.d crypto/rsa/rsa_lib.d apps/dgst.d ssl/tls_srp.d crypto/asn1/x_spki.d crypto/pkcs12/p12_init.d crypto/evp/evp_err.d crypto/evp/m_md5.d crypto/bn/bn_gf2m.d crypto/o_time.d crypto/cast/c_cfb64.d crypto/x509/x_exten.d crypto/sm3/sm3.d crypto/bio/bio_meth.d test/ciphername_test.d ssl/statem/extensions_cust.d crypto/txt_db/txt_db.d crypto/pem/pem_x509.d test/stack_test.d crypto/bio/bss_log.d crypto/ec/ec_check.d crypto/engine/eng_cnf.d crypto/seed/seed_ofb.d crypto/sha/sha1dgst.d crypto/pem/pem_xaux.d crypto/x509v3/v3_tlsf.d test/v3nametest.d crypto/conf/conf_def.d apps/pkcs8.d crypto/x509v3/v3err.d crypto/des/fcrypt.d crypto/dh/dh_lib.d test/md2test.d crypto/rsa/rsa_prn.d test/buildtest_store.d crypto/ec/ec_err.d ssl/ssl_txt.d crypto/ec/ecdsa_sign.d crypto/rsa/rsa_none.d crypto/sha/sha512.d crypto/asn1/a_utf8.d test/drbgtest.d crypto/bn/bn_sqr.d crypto/asn1/a_dup.d ssl/statem/extensions_clnt.d apps/version.d test/buildtest_bn.d crypto/dsa/dsa_ossl.d apps/s_cb.d test/ocspapitest.d test/buildtest_ssl.d crypto/asn1/a_print.d crypto/cms/cms_err.d crypto/asn1/x_long.d crypto/bn/bn_mul.d apps/gendsa.d crypto/x509v3/v3_bcons.d crypto/ts/ts_rsp_utils.d test/fatalerrtest.d crypto/hmac/hmac.d crypto/engine/tb_eckey.d test/mdc2test.d crypto/md4/md4_one.d crypto/pem/pvkfmt.d crypto/pkcs7/bio_pk7.d crypto/des/pcbc_enc.d crypto/des/ofb64ede.d crypto/x509v3/pcy_tree.d ssl/t1_lib.d crypto/ui/ui_util.d crypto/asn1/t_bitst.d crypto/dsa/dsa_meth.d crypto/rand/rand_err.d crypto/x509/x509_err.d crypto/camellia/cmll_misc.d crypto/engine/eng_lib.d crypto/siphash/siphash_ameth.d test/threadstest.d crypto/pkcs12/pk12err.d crypto/x509/t_crl.d crypto/err/err_prn.d crypto/asn1/asn1_lib.d apps/s_time.d crypto/async/arch/async_win.d test/testutil/test_cleanup.d test/dtlsv1listentest.d crypto/dso/dso_lib.d crypto/modes/gcm128.d apps/ciphers.d crypto/lhash/lhash.d test/buildtest_aes.d crypto/dsa/dsa_ameth.d test/clienthellotest.d crypto/evp/p_lib.d crypto/objects/obj_lib.d crypto/x509v3/v3_crld.d test/buildtest_pkcs7.d apps/passwd.d crypto/pkcs7/pk7_doit.d crypto/rsa/rsa_x931g.d test/x509_check_cert_pkey_test.d crypto/ocsp/ocsp_vfy.d apps/verify.d test/rsa_complex.d crypto/asn1/a_verify.d ssl/statem/statem_lib.d crypto/ec/ecdh_ossl.d crypto/evp/m_md5_sha1.d test/secmemtest.d crypto/dsa/dsa_pmeth.d test/buildtest_md5.d crypto/rsa/rsa_chk.d crypto/asn1/a_utctm.d crypto/evp/evp_pkey.d crypto/dh/dh_asn1.d crypto/x509/x_crl.d crypto/store/store_register.d apps/dhparam.d crypto/modes/wrap128.d crypto/asn1/asn1_err.d crypto/evp/evp_cnf.d crypto/x509v3/v3_pcons.d test/sslcorrupttest.d test/cipherlist_test.d test/buildtest_crypto.d crypto/asn1/d2i_pr.d crypto/rsa/rsa_asn1.d crypto/bn/bn_lib.d test/buildtest_rc4.d crypto/asn1/tasn_typ.d crypto/cmac/cmac.d crypto/bn/bn_dh.d crypto/rand/rand_lib.d crypto/store/store_err.d test/cmsapitest.d crypto/ts/ts_req_utils.d crypto/asn1/a_strnid.d crypto/x509v3/v3_prn.d crypto/conf/conf_err.d crypto/camellia/cmll_cfb.d crypto/asn1/tasn_prn.d ssl/statem/extensions.d test/buildtest_rc2.d crypto/idea/i_ecb.d crypto/ec/curve25519.d apps/storeutl.d crypto/asn1/tasn_utl.d test/buildtest_hmac.d fuzz/client.d crypto/x509v3/v3_utl.d crypto/ec/ec_pmeth.d crypto/evp/m_sigver.d test/buildtest_whrlpool.d crypto/ec/ec2_smpl.d crypto/conf/conf_mall.d crypto/o_fips.d crypto/evp/bio_enc.d crypto/ec/ecp_oct.d ssl/ssl_lib.d crypto/rsa/rsa_pss.d engines/e_capi.d crypto/pkcs12/p12_asn.d crypto/siphash/siphash.d ssl/record/rec_layer_s3.d test/buildtest_dtls1.d ssl/statem/extensions_srvr.d test/danetest.d crypto/x509v3/v3_purp.d test/evp_extra_test.d ssl/ssl_ciph.d crypto/pkcs12/p12_decr.d ssl/ssl_rsa.d crypto/asn1/x_int64.d test/asn1_time_test.d crypto/asn1/a_i2d_fp.d crypto/rc5/rc5_skey.d crypto/pkcs12/p12_crt.d test/buildtest_cms.d crypto/x509v3/v3_pci.d crypto/rc5/rc5cfb64.d crypto/asn1/p5_pbe.d ssl/ssl_init.d crypto/x509/x_attrib.d test/dtlstest.d crypto/cryptlib.d crypto/conf/conf_lib.d crypto/asn1/tasn_scn.d test/igetest.d crypto/bn/bn_depr.d crypto/ec/ecp_nist.d crypto/asn1/a_sign.d test/shlibloadtest.d crypto/dsa/dsa_asn1.d crypto/pkcs12/p12_kiss.d crypto/x509v3/v3_genn.d test/buildtest_comp.d crypto/evp/e_rc4_hmac_md5.d crypto/dh/dh_meth.d test/sysdefaulttest.d crypto/cms/cms_smime.d crypto/evp/m_sha1.d crypto/pkcs12/p12_npas.d crypto/pkcs12/p12_add.d apps/rsa.d crypto/rand/drbg_lib.d crypto/des/cfb64ede.d crypto/x509v3/v3_info.d crypto/x509v3/v3_int.d crypto/ec/ec_print.d test/sanitytest.d crypto/bn/bn_gcd.d apps/dsa.d test/dhtest.d crypto/ec/curve448/curve448.d crypto/engine/eng_openssl.d fuzz/bignum.d crypto/x509v3/v3_lib.d crypto/ec/ecp_nistp224.d test/pbelutest.d test/buildtest_rand_drbg.d crypto/rsa/rsa_pmeth.d crypto/sha/keccak1600.d crypto/x509/x509_d2.d test/drbg_cavs_test.d crypto/rsa/rsa_ameth.d crypto/bio/bio_lib.d crypto/sm2/sm2_sign.d apps/pkey.d crypto/bn/bn_srp.d crypto/pem/pem_pk8.d test/versions.d crypto/srp/srp_vfy.d crypto/modes/ocb128.d apps/openssl.d test/buildtest_buffer.d crypto/x509/x509_vpm.d crypto/rc5/rc5_enc.d crypto/ts/ts_rsp_sign.d test/wpackettest.d crypto/dsa/dsa_key.d crypto/asn1/x_algor.d crypto/err/err_all.d crypto/rsa/rsa_meth.d crypto/ui/ui_err.d crypto/comp/c_zlib.d crypto/ec/curve448/curve448_tables.d test/casttest.d crypto/ui/ui_null.d crypto/bio/bio_cb.d crypto/pem/pem_err.d crypto/pkcs7/pk7_mime.d crypto/engine/eng_fat.d test/x509_internal_test.d crypto/seed/seed_cfb.d crypto/uid.d crypto/kdf/tls1_prf.d crypto/x509/by_file.d test/testutil/output_helpers.d crypto/kdf/scrypt.d crypto/ec/ecdh_kdf.d crypto/bio/b_sock2.d crypto/sha/sha256.d crypto/asn1/asn_pack.d test/buildtest_dh.d test/buildtest_x509.d crypto/rc2/rc2_ecb.d crypto/sha/sha1_one.d test/buildtest_ocsp.d crypto/bio/bf_nbio.d crypto/evp/p_open.d crypto/evp/bio_b64.d crypto/ec/curve448/eddsa.d test/curve448_internal_test.d crypto/x509/x509rset.d crypto/sm2/sm2_crypt.d ssl/d1_lib.d crypto/aes/aes_cbc.d crypto/rsa/rsa_pk1.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/seed/seed.d crypto/bn/bn_kron.d apps/rsautl.d crypto/evp/e_cast.d test/ctype_internal_test.d crypto/evp/p_enc.d crypto/ec/ecp_nistp256.d test/servername_test.d crypto/modes/xts128.d crypto/cast/c_ecb.d crypto/dh/dh_ameth.d crypto/poly1305/poly1305_pmeth.d crypto/ec/curve448/arch_32/f_impl.d crypto/threads_none.d apps/pkcs7.d test/buildtest_objects.d test/enginetest.d test/handshake_helper.d crypto/cast/c_enc.d apps/s_server.d crypto/bn/bn_word.d test/buildtest_engine.d crypto/asn1/x_bignum.d crypto/asn1/a_int.d crypto/ec/ec_key.d crypto/des/rand_key.d ssl/bio_ssl.d ssl/pqueue.d apps/dsaparam.d crypto/rsa/rsa_crpt.d crypto/evp/bio_ok.d crypto/bio/b_sock.d crypto/evp/e_sm4.d crypto/rc5/rc5ofb64.d test/afalgtest.d crypto/x509/x509_txt.d crypto/ocsp/ocsp_asn.d crypto/camellia/cmll_ctr.d test/ssl_cert_table_internal_test.d test/buildtest_cmac.d crypto/md2/md2_one.d crypto/cms/cms_dd.d crypto/ec/ec_oct.d crypto/ec/ecp_nistputil.d crypto/rand/drbg_ctr.d crypto/threads_pthread.d crypto/pkcs12/p12_p8e.d crypto/des/str2key.d crypto/getenv.d crypto/x509/x509_trs.d crypto/dso/dso_dl.d fuzz/asn1parse.d crypto/dsa/dsa_lib.d test/buildtest_pem2.d crypto/evp/p5_crpt.d crypto/idea/i_cfb64.d test/ec_internal_test.d crypto/seed/seed_ecb.d test/ecstresstest.d crypto/err/err.d crypto/evp/m_wp.d test/dsatest.d test/bio_callback_test.d test/bad_dtls_test.d crypto/evp/e_xcbc_d.d crypto/pem/pem_pkey.d crypto/ex_data.d crypto/bn/bn_x931p.d crypto/cms/cms_sd.d crypto/buffer/buf_err.d test/packettest.d test/testutil/tap_bio.d test/buildtest_cast.d crypto/cast/c_ofb64.d crypto/evp/e_des3.d fuzz/asn1.d crypto/ec/ec_mult.d crypto/o_str.d crypto/kdf/hkdf.d test/asn1_decode_test.d crypto/asn1/tasn_fre.d crypto/x509/x509_req.d test/memleaktest.d crypto/asn1/x_sig.d crypto/kdf/kdf_err.d test/rc2test.d crypto/ec/ecx_meth.d crypto/x509v3/v3_akeya.d apps/genrsa.d fuzz/ct.d crypto/ec/ec2_oct.d test/ssl_test_ctx_test.d crypto/ec/ecp_smpl.d crypto/asn1/i2d_pr.d test/buildtest_sha.d test/buildtest_asn1t.d test/buildtest_conf_api.d crypto/ct/ct_policy.d test/buildtest_conf.d crypto/bio/bf_null.d crypto/pkcs12/p12_p8d.d test/asn1_encode_test.d apps/nseq.d crypto/asn1/bio_asn1.d crypto/evp/encode.d crypto/ts/ts_rsp_verify.d test/buildtest_obj_mac.d crypto/asn1/a_strex.d crypto/ct/ct_oct.d crypto/des/fcrypt_b.d crypto/rsa/rsa_ossl.d crypto/des/cbc_enc.d crypto/chacha/chacha_enc.d crypto/engine/tb_pkmeth.d crypto/dsa/dsa_prn.d crypto/evp/m_mdc2.d crypto/aes/aes_cfb.d test/ssl_test_ctx.d crypto/bn/bn_blind.d ssl/s3_lib.d crypto/bn/bn_const.d crypto/des/xcbc_enc.d crypto/x509/x509cset.d crypto/engine/tb_asnmth.d crypto/ec/eck_prn.d ssl/ssl_asn1.d crypto/evp/e_seed.d crypto/asn1/f_int.d test/asn1_internal_test.d crypto/store/store_strings.d crypto/store/loader_file.d apps/errstr.d crypto/asn1/a_bitstr.d test/constant_time_test.d crypto/pkcs12/p12_mutl.d test/mdc2_internal_test.d crypto/blake2/m_blake2s.d test/testutil/cb.d fuzz/bndiv.d crypto/async/arch/async_posix.d test/buildtest_seed.d apps/apps.d apps/spkac.d crypto/rand/rand_win.d GENERATED_MANDATORY=crypto/include/internal/bn_conf.h crypto/include/internal/dso_conf.h include/openssl/opensslconf.h GENERATED=apps/CA.pl apps/progs.h apps/tsget.pl crypto/buildinf.h libcrypto.map libssl.map test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md2.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_rc5.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_ssl3.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash util/shlib_wrap.sh @@ -52,6 +52,7 @@ APPS_OPENSSL=apps/openssl # Normally it is left empty. DESTDIR= + # Do not edit these manually. Use Configure with --prefix or --openssldir # to change this! Short explanation in the top comment in Configure INSTALLTOP=/usr/local @@ -65,6 +66,7 @@ ENGINESDIR=$(libdir)/engines-1.1 # libraries and applications LIBRPATH=$(libdir) + MANDIR=$(INSTALLTOP)/share/man DOCDIR=$(INSTALLTOP)/share/doc/$(BASENAME) HTMLDIR=$(DOCDIR)/html @@ -243,13 +245,13 @@ libclean: clean: libclean $(RM) $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS) $(RM) $(GENERATED_MANDATORY) $(GENERATED) - -$(RM) `find . -name .git -prune -o -name '*.d' -print` - -$(RM) `find . -name .git -prune -o -name '*.o' -print` + -$(RM) `find . -name '*.d' \! -name '.*' -print` + -$(RM) `find . -name '*.o' \! -name '.*' -print` $(RM) core $(RM) tags TAGS doc-nits $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc - -$(RM) `find . -name .git -prune -o -type l -print` + -$(RM) `find . -type l \! -name '.*' -print` $(RM) $(TARFILE) distclean: clean @@ -272,7 +274,7 @@ uninstall_sw: uninstall_runtime uninstall_engines uninstall_dev install_docs: install_man_docs install_html_docs uninstall_docs: uninstall_man_docs uninstall_html_docs - $(RM) -r -v $(DESTDIR)$(DOCDIR) + $(RM) -r $(DESTDIR)$(DOCDIR) install_ssldirs: @$(PERL) $(SRCDIR)/util/mkdir-p.pl $(DESTDIR)$(OPENSSLDIR)/certs @@ -6266,7 +6268,7 @@ ssl/tls_srp.o: ../ssl/tls_srp.c libssl.a: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o $(AR) $(ARFLAGS) $@ $? $(RANLIB) $@ || echo Never mind. -test/libtestutil.a: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +test/libtestutil.a: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o $(AR) $(ARFLAGS) $@ $? $(RANLIB) $@ || echo Never mind. test/testutil/basic_output.o: ../test/testutil/basic_output.c @@ -6325,6 +6327,14 @@ test/testutil/output_helpers.o: ../test/testutil/output_helpers.c else \ mv test/testutil/output_helpers.d.tmp test/testutil/output_helpers.d; \ fi +test/testutil/random.o: ../test/testutil/random.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/random.d.tmp -MT $@ -c -o $@ ../test/testutil/random.c + @touch test/testutil/random.d.tmp + @if cmp test/testutil/random.d.tmp test/testutil/random.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/random.d.tmp; \ + else \ + mv test/testutil/random.d.tmp test/testutil/random.d; \ + fi test/testutil/stanza.o: ../test/testutil/stanza.c $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/stanza.d.tmp -MT $@ -c -o $@ ../test/testutil/stanza.c @touch test/testutil/stanza.d.tmp @@ -9549,11 +9559,11 @@ crypto/x509 crypto/x509/: crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509 crypto/x509v3 crypto/x509v3/: crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o engines engines/: engines/capi.so engines/dasync.so engines/ossltest.so engines/padlock.so fuzz fuzz/: fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test -ssl ssl/: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o ssl/packet.o ssl/tls13_enc.o +ssl ssl/: ssl/packet.o ssl/tls13_enc.o ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o @ : No support to produce bin test/tls13secretstest ssl/record ssl/record/: ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/statem ssl/statem/: ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o -test/testutil test/testutil/: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +test/testutil test/testutil/: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o ##### SHA assembler implementations # GNU make "catch all" diff --git a/upstream-build/makefile/x86_64-linux b/upstream-build/makefile/x86_64-linux index 6565485..0c674c8 100644 --- a/upstream-build/makefile/x86_64-linux +++ b/upstream-build/makefile/x86_64-linux @@ -7,11 +7,11 @@ PLATFORM=linux-x86_64 OPTIONS=enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers no-asan no-asm no-buildtest-c++ no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-mdc2 no-msan no-sctp no-ssl-trace no-ubsan no-unit-test no-zlib no-zlib-dynamic -CONFIGURE_ARGS=("linux-x86_64", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm") +CONFIGURE_ARGS=("linux-x86_64", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng") SRCDIR=.. BLDDIR=. -VERSION=1.1.1c +VERSION=1.1.1d MAJOR=1 MINOR=1.1 SHLIB_VERSION_NUMBER=1.1 @@ -30,7 +30,7 @@ ENGINES=engines/afalg.so engines/capi.so engines/dasync.so engines/ossltest.so e PROGRAMS=apps/openssl fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test test/aborttest test/afalgtest test/asn1_decode_test test/asn1_encode_test test/asn1_internal_test test/asn1_string_table_test test/asn1_time_test test/asynciotest test/asynctest test/bad_dtls_test test/bftest test/bio_callback_test test/bio_enc_test test/bio_memleak_test test/bioprinttest test/bntest test/buildtest_c_aes test/buildtest_c_asn1 test/buildtest_c_asn1t test/buildtest_c_async test/buildtest_c_bio test/buildtest_c_blowfish test/buildtest_c_bn test/buildtest_c_buffer test/buildtest_c_camellia test/buildtest_c_cast test/buildtest_c_cmac test/buildtest_c_cms test/buildtest_c_comp test/buildtest_c_conf test/buildtest_c_conf_api test/buildtest_c_crypto test/buildtest_c_ct test/buildtest_c_des test/buildtest_c_dh test/buildtest_c_dsa test/buildtest_c_dtls1 test/buildtest_c_e_os2 test/buildtest_c_ebcdic test/buildtest_c_ec test/buildtest_c_ecdh test/buildtest_c_ecdsa test/buildtest_c_engine test/buildtest_c_evp test/buildtest_c_hmac test/buildtest_c_idea test/buildtest_c_kdf test/buildtest_c_lhash test/buildtest_c_md2 test/buildtest_c_md4 test/buildtest_c_md5 test/buildtest_c_modes test/buildtest_c_obj_mac test/buildtest_c_objects test/buildtest_c_ocsp test/buildtest_c_opensslv test/buildtest_c_ossl_typ test/buildtest_c_pem test/buildtest_c_pem2 test/buildtest_c_pkcs12 test/buildtest_c_pkcs7 test/buildtest_c_rand test/buildtest_c_rand_drbg test/buildtest_c_rc2 test/buildtest_c_rc4 test/buildtest_c_rc5 test/buildtest_c_ripemd test/buildtest_c_rsa test/buildtest_c_safestack test/buildtest_c_seed test/buildtest_c_sha test/buildtest_c_srp test/buildtest_c_srtp test/buildtest_c_ssl test/buildtest_c_ssl2 test/buildtest_c_ssl3 test/buildtest_c_stack test/buildtest_c_store test/buildtest_c_symhacks test/buildtest_c_tls1 test/buildtest_c_ts test/buildtest_c_txt_db test/buildtest_c_ui test/buildtest_c_whrlpool test/buildtest_c_x509 test/buildtest_c_x509_vfy test/buildtest_c_x509v3 test/casttest test/chacha_internal_test test/cipherbytes_test test/cipherlist_test test/ciphername_test test/clienthellotest test/cmsapitest test/conf_include_test test/constant_time_test test/crltest test/ct_test test/ctype_internal_test test/curve448_internal_test test/d2i_test test/danetest test/destest test/dhtest test/drbg_cavs_test test/drbgtest test/dsa_no_digest_size_test test/dsatest test/dtls_mtu_test test/dtlstest test/dtlsv1listentest test/ec_internal_test test/ecdsatest test/ecstresstest test/ectest test/enginetest test/errtest test/evp_extra_test test/evp_test test/exdatatest test/exptest test/fatalerrtest test/gmdifftest test/gosttest test/hmactest test/ideatest test/igetest test/lhash_test test/md2test test/mdc2test test/memleaktest test/modes_internal_test test/ocspapitest test/packettest test/pbelutest test/pemtest test/pkey_meth_kdf_test test/pkey_meth_test test/poly1305_internal_test test/rc2test test/rc4test test/rc5test test/rdrand_sanitytest test/recordlentest test/rsa_complex test/rsa_mp_test test/rsa_test test/sanitytest test/secmemtest test/servername_test test/shlibloadtest test/siphash_internal_test test/sm2_internal_test test/sm4_internal_test test/srptest test/ssl_cert_table_internal_test test/ssl_test test/ssl_test_ctx_test test/sslapitest test/sslbuffertest test/sslcorrupttest test/ssltest_old test/stack_test test/sysdefaulttest test/test_test test/threadstest test/time_offset_test test/tls13ccstest test/tls13encryptiontest test/tls13secretstest test/uitest test/v3ext test/v3nametest test/verify_extra_test test/versions test/wpackettest test/x509_check_cert_pkey_test test/x509_dup_cert_test test/x509_internal_test test/x509_time_test test/x509aux SCRIPTS=apps/CA.pl apps/tsget.pl tools/c_rehash util/shlib_wrap.sh -DEPS=crypto/aes/aes_ecb.d crypto/engine/eng_openssl.d crypto/err/err_all.d crypto/sm2/sm2_pmeth.d crypto/bn/bn_intern.d crypto/asn1/x_pkey.d crypto/evp/encode.d crypto/cms/cms_cd.d crypto/evp/e_aes_cbc_hmac_sha1.d test/rsa_mp_test.d crypto/cms/cms_enc.d crypto/sm2/sm2_sign.d crypto/bio/bio_meth.d crypto/blake2/blake2b.d crypto/lhash/lhash.d test/poly1305_internal_test.d fuzz/asn1parse.d crypto/x509/t_req.d test/cmsapitest.d crypto/evp/p5_crpt2.d crypto/bn/bn_lib.d test/buildtest_rand_drbg.d crypto/evp/pmeth_lib.d apps/dsa.d crypto/asn1/x_val.d crypto/cast/c_enc.d crypto/hmac/hm_ameth.d crypto/cmac/cm_ameth.d crypto/cms/cms_sd.d crypto/ct/ct_prn.d crypto/evp/p_verify.d crypto/asn1/a_utctm.d apps/crl2p7.d crypto/sha/sha256.d crypto/asn1/a_verify.d crypto/x509/x_req.d crypto/x509v3/v3_enum.d test/chacha_internal_test.d crypto/asn1/p8_pkey.d crypto/dh/dh_lib.d test/errtest.d test/sm4_internal_test.d crypto/asn1/x_algor.d crypto/des/ecb_enc.d crypto/store/store_err.d crypto/lhash/lh_stats.d test/buildtest_ossl_typ.d test/sysdefaulttest.d test/exdatatest.d crypto/des/rand_key.d crypto/rsa/rsa_oaep.d crypto/rand/rand_err.d crypto/bn/bn_div.d test/buildtest_pkcs7.d crypto/cms/cms_ess.d crypto/evp/m_ripemd.d crypto/ec/ec2_oct.d crypto/rc5/rc5cfb64.d apps/req.d crypto/rc2/rc2ofb64.d crypto/async/arch/async_win.d crypto/ec/ec_pmeth.d ssl/record/ssl3_record.d ssl/ssl_txt.d crypto/threads_pthread.d crypto/uid.d crypto/evp/e_null.d crypto/engine/eng_lib.d test/buildtest_e_os2.d crypto/x509/x509_meth.d apps/dhparam.d apps/srp.d crypto/bio/bf_nbio.d crypto/rsa/rsa_depr.d crypto/asn1/f_string.d crypto/objects/obj_lib.d crypto/ec/curve25519.d crypto/bn/bn_add.d test/x509_dup_cert_test.d crypto/seed/seed_ofb.d test/bftest.d test/test_test.d test/buildtest_camellia.d crypto/asn1/tasn_new.d crypto/evp/pmeth_fn.d crypto/x509v3/v3_bcons.d crypto/evp/m_md5_sha1.d apps/rsa.d test/lhash_test.d crypto/x509v3/v3_pku.d crypto/seed/seed_ecb.d crypto/sha/keccak1600.d crypto/dh/dh_ameth.d crypto/dsa/dsa_gen.d test/casttest.d crypto/des/cfb64enc.d crypto/ec/ec_curve.d crypto/ui/ui_openssl.d crypto/evp/e_bf.d test/asn1_decode_test.d test/testutil/init.d crypto/dh/dh_asn1.d crypto/x509v3/v3_purp.d test/secmemtest.d crypto/ec/curve448/scalar.d apps/pkcs7.d crypto/asn1/tasn_fre.d test/danetest.d crypto/ts/ts_rsp_print.d crypto/x509v3/v3_akey.d test/buildtest_ecdsa.d crypto/evp/e_rc2.d crypto/siphash/siphash_ameth.d crypto/async/arch/async_null.d crypto/async/async_wait.d crypto/evp/e_des3.d test/buildtest_md2.d crypto/srp/srp_vfy.d ssl/ssl_cert.d crypto/objects/obj_dat.d crypto/asn1/x_long.d crypto/pem/pem_sign.d ssl/d1_lib.d crypto/ec/curve448/curve448_tables.d crypto/ocsp/ocsp_vfy.d test/conf_include_test.d crypto/pkcs7/pk7_smime.d crypto/rsa/rsa_chk.d ssl/d1_srtp.d ssl/record/dtls1_bitmap.d crypto/poly1305/poly1305.d ssl/statem/statem_lib.d crypto/ocsp/ocsp_asn.d crypto/aes/aes_wrap.d crypto/bn/bn_print.d test/pkey_meth_test.d crypto/x509/x_crl.d crypto/asn1/a_d2i_fp.d crypto/pem/pem_all.d ssl/statem/extensions_cust.d ssl/record/rec_layer_s3.d test/buildtest_pkcs12.d ssl/statem/extensions.d test/ec_internal_test.d crypto/x509/x_attrib.d crypto/ct/ct_b64.d apps/pkey.d apps/app_rand.d crypto/x509v3/v3_akeya.d crypto/x509v3/v3_ncons.d crypto/engine/tb_cipher.d crypto/evp/e_xcbc_d.d crypto/ec/ecp_smpl.d crypto/evp/p_open.d crypto/bn/bn_nist.d crypto/evp/evp_err.d crypto/pkcs12/p12_crt.d test/dhtest.d crypto/engine/eng_init.d test/buildtest_rsa.d crypto/modes/ccm128.d crypto/ct/ct_err.d crypto/dsa/dsa_lib.d crypto/des/cfb_enc.d crypto/rc5/rc5_skey.d crypto/seed/seed_cfb.d crypto/evp/evp_lib.d crypto/pkcs7/pk7_asn1.d crypto/asn1/a_sign.d crypto/ec/curve448/f_generic.d crypto/pkcs7/pk7_mime.d crypto/ts/ts_err.d crypto/mem_sec.d crypto/bn/bn_word.d fuzz/client.d crypto/ocsp/ocsp_err.d crypto/x509v3/v3err.d crypto/evp/e_rc4.d crypto/aes/aes_core.d crypto/dsa/dsa_sign.d crypto/pkcs12/p12_decr.d crypto/kdf/tls1_prf.d test/asn1_internal_test.d crypto/x509/x509_req.d ssl/statem/extensions_clnt.d crypto/aria/aria.d test/rdrand_sanitytest.d crypto/rsa/rsa_crpt.d crypto/dsa/dsa_depr.d crypto/siphash/siphash.d crypto/asn1/asn1_gen.d test/rsa_complex.d crypto/bio/bf_buff.d crypto/des/cfb64ede.d crypto/asn1/asn_mstbl.d crypto/des/set_key.d crypto/bn/bn_prime.d test/ideatest.d crypto/engine/eng_rdrand.d crypto/evp/p_enc.d crypto/asn1/x_int64.d crypto/comp/comp_err.d engines/e_afalg.d crypto/pkcs12/p12_key.d apps/ec.d apps/engine.d apps/pkeyparam.d crypto/bf/bf_cfb64.d test/testutil/main.d crypto/ec/ecp_nist.d crypto/rand/rand_unix.d crypto/x509v3/pcy_tree.d crypto/cast/c_skey.d crypto/pem/pem_oth.d apps/gendsa.d test/testutil/tap_bio.d crypto/cpt_err.d fuzz/bignum.d ssl/s3_enc.d engines/e_ossltest.d crypto/ct/ct_x509v3.d crypto/asn1/asn1_err.d crypto/des/fcrypt.d test/buildtest_evp.d crypto/modes/wrap128.d crypto/asn1/i2d_pr.d crypto/ec/ec_check.d crypto/x509v3/v3_pcons.d test/bioprinttest.d test/buildtest_rc2.d apps/s_time.d crypto/des/xcbc_enc.d crypto/x509v3/v3_admis.d crypto/hmac/hm_pmeth.d crypto/ocsp/v3_ocsp.d fuzz/x509.d crypto/bn/bn_asm.d crypto/x509/by_file.d crypto/bio/bss_bio.d apps/prime.d crypto/sha/sha512.d test/buildtest_cast.d crypto/rand/rand_lib.d crypto/conf/conf_lib.d crypto/engine/eng_cnf.d test/exptest.d crypto/camellia/cmll_ctr.d test/ssl_test_ctx.d crypto/evp/pbe_scrypt.d test/buildtest_comp.d test/buildtest_rc5.d crypto/x509/x509_vpm.d crypto/modes/cts128.d crypto/evp/bio_b64.d ssl/s3_lib.d test/memleaktest.d crypto/idea/i_cfb64.d test/buildtest_ssl2.d crypto/kdf/hkdf.d crypto/ocsp/ocsp_srv.d crypto/bn/bn_recp.d crypto/whrlpool/wp_dgst.d crypto/cms/cms_att.d crypto/cms/cms_smime.d crypto/x509/x509_lu.d crypto/bf/bf_ecb.d crypto/x509v3/v3_utl.d crypto/ec/ecdsa_ossl.d crypto/rc4/rc4_enc.d crypto/evp/evp_enc.d test/rc5test.d crypto/engine/eng_list.d test/rc4test.d crypto/asn1/p5_pbev2.d test/buildtest_dtls1.d test/asn1_time_test.d crypto/ctype.d crypto/evp/m_mdc2.d test/rsa_test.d test/buildtest_ct.d test/testutil/tests.d crypto/evp/m_md4.d crypto/asn1/a_dup.d test/dtls_mtu_test.d crypto/asn1/tasn_utl.d crypto/dsa/dsa_key.d crypto/x509v3/pcy_node.d crypto/des/ofb64ede.d crypto/bio/bss_sock.d crypto/x509/x_x509.d apps/passwd.d fuzz/asn1.d crypto/x509/x509_err.d crypto/dh/dh_prn.d apps/rsautl.d ssl/statem/extensions_srvr.d crypto/rsa/rsa_prn.d crypto/dso/dso_dl.d crypto/engine/tb_eckey.d crypto/engine/tb_asnmth.d crypto/dso/dso_lib.d test/stack_test.d crypto/store/loader_file.d crypto/blake2/m_blake2b.d crypto/pkcs12/p12_mutl.d apps/ecparam.d ssl/ssl_ciph.d crypto/evp/p_sign.d test/asn1_string_table_test.d test/buildtest_crypto.d crypto/dso/dso_dlfcn.d crypto/ec/ecp_nistp224.d crypto/des/str2key.d crypto/comp/c_zlib.d crypto/bio/bf_lbuf.d ssl/record/rec_layer_d1.d crypto/asn1/t_pkey.d crypto/blake2/m_blake2s.d test/sslapitest.d test/buildtest_srtp.d test/testutil/output_helpers.d test/sm2_internal_test.d crypto/asn1/ameth_lib.d crypto/ec/ecdsa_sign.d test/buildtest_conf.d test/buildtest_buffer.d crypto/evp/e_old.d crypto/conf/conf_err.d crypto/pkcs12/p12_p8d.d apps/storeutl.d crypto/pem/pem_info.d crypto/x509/x509_txt.d test/pemtest.d crypto/rc2/rc2cfb64.d crypto/engine/eng_ctrl.d crypto/engine/eng_err.d crypto/x509/x509cset.d crypto/ec/ecdsa_vrf.d crypto/aes/aes_cbc.d crypto/evp/cmeth_lib.d test/buildtest_store.d test/dsa_no_digest_size_test.d crypto/pem/pem_x509.d crypto/pem/pem_pk8.d crypto/evp/bio_md.d apps/cms.d apps/verify.d crypto/md4/md4_one.d crypto/evp/c_allc.d crypto/dh/dh_pmeth.d test/buildtest_lhash.d crypto/cms/cms_env.d test/buildtest_objects.d crypto/des/fcrypt_b.d crypto/idea/i_ecb.d crypto/ct/ct_log.d crypto/asn1/a_utf8.d crypto/o_str.d ssl/statem/statem_dtls.d ssl/ssl_lib.d crypto/modes/cfb128.d crypto/poly1305/poly1305_pmeth.d crypto/md2/md2_dgst.d ssl/methods.d test/wpackettest.d crypto/kdf/kdf_err.d test/bad_dtls_test.d test/pkey_meth_kdf_test.d crypto/cms/cms_asn1.d crypto/hmac/hmac.d test/rc2test.d crypto/asn1/evp_asn1.d test/testutil/basic_output.d crypto/store/store_strings.d crypto/ui/ui_lib.d crypto/rsa/rsa_meth.d crypto/dh/dh_key.d crypto/ec/ec_lib.d apps/ocsp.d test/v3nametest.d crypto/pkcs7/pk7_doit.d test/ctype_internal_test.d crypto/pem/pem_lib.d test/buildtest_hmac.d test/bntest.d crypto/modes/gcm128.d crypto/des/pcbc_enc.d crypto/rc5/rc5_enc.d crypto/asn1/tasn_prn.d crypto/o_fips.d test/testutil/stanza.d test/buildtest_blowfish.d crypto/poly1305/poly1305_ameth.d crypto/dh/dh_kdf.d crypto/bio/bss_null.d test/buildtest_opensslv.d test/packettest.d crypto/pkcs12/p12_crpt.d crypto/ocsp/ocsp_ht.d crypto/pkcs7/pkcs7err.d crypto/sm4/sm4.d crypto/ripemd/rmd_dgst.d test/ct_test.d test/buildtest_asn1.d crypto/x509v3/v3_pci.d test/time_offset_test.d crypto/seed/seed_cbc.d crypto/evp/m_sha1.d test/buildtest_ripemd.d test/buildtest_ecdh.d crypto/x509v3/v3_genn.d crypto/x509/t_crl.d apps/dsaparam.d crypto/des/cbc_cksm.d crypto/modes/ofb128.d crypto/x509v3/v3_pmaps.d crypto/x509v3/v3_info.d ssl/record/ssl3_buffer.d crypto/evp/e_seed.d crypto/rc5/rc5_ecb.d crypto/aes/aes_ige.d test/buildtest_cmac.d crypto/o_dir.d crypto/bn/bn_mont.d test/buildtest_symhacks.d crypto/asn1/p5_scrypt.d crypto/blake2/blake2s.d crypto/evp/e_aria.d crypto/dsa/dsa_pmeth.d test/threadstest.d crypto/aes/aes_misc.d ssl/statem/statem_clnt.d crypto/evp/p_seal.d crypto/asn1/n_pkey.d ssl/tls_srp.d crypto/evp/bio_enc.d crypto/dh/dh_rfc5114.d fuzz/test-corpus.d engines/e_padlock.d crypto/bf/bf_skey.d crypto/store/store_register.d crypto/conf/conf_ssl.d crypto/comp/comp_lib.d test/tls13encryptiontest.d test/x509_check_cert_pkey_test.d crypto/dh/dh_check.d test/buildtest_ebcdic.d engines/e_dasync.d crypto/ocsp/ocsp_ext.d crypto/rsa/rsa_x931.d crypto/rc2/rc2_ecb.d test/evp_test.d crypto/asn1/a_int.d crypto/asn1/asn1_lib.d test/curve448_internal_test.d test/sanitytest.d crypto/rc4/rc4_skey.d test/modes_internal_test.d apps/ca.d crypto/ui/ui_util.d crypto/x509/x509_vfy.d crypto/pkcs12/p12_utl.d test/gmdifftest.d test/sslcorrupttest.d ssl/ssl_stat.d crypto/bio/bio_lib.d crypto/asn1/a_strnid.d crypto/ec/ecdh_kdf.d ssl/statem/statem.d test/dsatest.d ssl/ssl_utst.d test/buildtest_ec.d crypto/bio/b_print.d crypto/asn1/i2d_pu.d crypto/evp/e_chacha20_poly1305.d crypto/x509/x509type.d crypto/bio/bss_acpt.d test/buildtest_pem.d crypto/des/ofb_enc.d crypto/siphash/siphash_pmeth.d crypto/evp/e_camellia.d crypto/bn/bn_rand.d crypto/cast/c_ecb.d test/buildtest_dh.d crypto/cversion.d crypto/ts/ts_lib.d crypto/ec/eck_prn.d crypto/ct/ct_policy.d crypto/rsa/rsa_none.d crypto/idea/i_ofb64.d crypto/ct/ct_sct.d test/crltest.d crypto/ec/ec_err.d crypto/evp/m_wp.d crypto/dsa/dsa_asn1.d apps/crl.d crypto/engine/eng_fat.d crypto/evp/e_sm4.d crypto/engine/eng_dyn.d crypto/engine/eng_table.d crypto/camellia/cmll_ecb.d crypto/rsa/rsa_gen.d crypto/conf/conf_mall.d crypto/rsa/rsa_ameth.d test/enginetest.d crypto/dh/dh_meth.d crypto/asn1/x_info.d crypto/asn1/a_bitstr.d test/recordlentest.d apps/enc.d crypto/x509/x509name.d apps/errstr.d crypto/ec/ecp_nistp256.d test/buildtest_conf_api.d test/buildtest_rand.d crypto/asn1/f_int.d crypto/conf/conf_mod.d ssl/t1_lib.d crypto/ocsp/ocsp_prn.d crypto/evp/e_rc5.d crypto/x509/x_all.d crypto/x509v3/pcy_data.d apps/sess_id.d test/buildtest_stack.d apps/openssl.d test/destest.d crypto/dsa/dsa_ameth.d crypto/pkcs12/p12_p8e.d test/buildtest_cms.d apps/pkcs12.d crypto/dsa/dsa_meth.d test/siphash_internal_test.d crypto/asn1/x_bignum.d test/testutil/test_cleanup.d crypto/bio/bss_file.d crypto/pkcs12/p12_add.d crypto/evp/p5_crpt.d crypto/camellia/camellia.d test/constant_time_test.d crypto/bio/bss_dgram.d crypto/asn1/d2i_pr.d crypto/x509v3/v3_bitst.d crypto/dso/dso_vms.d crypto/pem/pvkfmt.d crypto/des/ofb64enc.d crypto/buffer/buf_err.d crypto/ec/ec_oct.d ssl/ssl_sess.d crypto/cms/cms_pwri.d test/drbg_cavs_test.d ssl/pqueue.d crypto/des/des_enc.d crypto/ec/ecp_oct.d crypto/camellia/cmll_misc.d crypto/bio/bio_err.d crypto/o_time.d crypto/ct/ct_vfy.d crypto/idea/i_cbc.d crypto/ec/ecdh_ossl.d test/aborttest.d crypto/x509/x_pubkey.d crypto/conf/conf_def.d crypto/evp/e_idea.d fuzz/crl.d crypto/x509/x509_att.d crypto/asn1/tasn_scn.d crypto/des/cbc_enc.d crypto/mem.d test/mdc2test.d test/servername_test.d crypto/dh/dh_err.d test/buildtest_ui.d ssl/ssl_mcnf.d crypto/x509/x509_set.d crypto/x509/by_dir.d test/sslbuffertest.d ssl/ssl_asn1.d crypto/bio/bss_conn.d crypto/asn1/a_mbstr.d crypto/ec/curve448/arch_32/f_impl.d crypto/rand/drbg_ctr.d crypto/bio/bio_cb.d test/cipherbytes_test.d crypto/dsa/dsa_ossl.d test/asynctest.d crypto/x509/x509_d2.d test/x509aux.d crypto/aes/aes_cfb.d crypto/engine/eng_all.d ssl/record/ssl3_record_tls13.d test/buildtest_md4.d crypto/ripemd/rmd_one.d test/uitest.d test/testutil/cb.d crypto/ec/ec_print.d fuzz/server.d crypto/asn1/t_bitst.d crypto/sm2/sm2_err.d crypto/des/qud_cksm.d crypto/rsa/rsa_asn1.d crypto/threads_win.d crypto/pkcs7/pk7_lib.d ssl/t1_trce.d crypto/bio/b_dump.d crypto/asn1/bio_asn1.d crypto/bn/bn_kron.d crypto/bn/bn_mod.d crypto/rsa/rsa_mp.d crypto/dsa/dsa_vrf.d crypto/dso/dso_err.d crypto/x509v3/v3_pcia.d crypto/getenv.d crypto/x509/t_x509.d crypto/ocsp/ocsp_cl.d crypto/evp/m_sigver.d test/asn1_encode_test.d crypto/bn/bn_gcd.d test/buildtest_x509.d crypto/asn1/a_octet.d crypto/evp/evp_pbe.d crypto/err/err.d crypto/rsa/rsa_sign.d apps/genrsa.d crypto/rsa/rsa_pss.d crypto/err/err_prn.d crypto/objects/obj_xref.d crypto/ec/ec_asn1.d crypto/asn1/tasn_typ.d test/bio_callback_test.d crypto/pkcs12/p12_kiss.d crypto/ec/ec_mult.d crypto/x509v3/v3_cpols.d apps/s_server.d crypto/asn1/a_gentm.d test/buildtest_async.d crypto/cmac/cmac.d crypto/cast/c_cfb64.d crypto/x509v3/v3_sxnet.d crypto/bio/b_addr.d crypto/rand/rand_win.d crypto/asn1/x_sig.d test/buildtest_ocsp.d crypto/mem_clr.d crypto/x509v3/pcy_map.d crypto/asn1/a_print.d apps/asn1pars.d crypto/cmac/cm_pmeth.d crypto/ocsp/ocsp_lib.d crypto/ec/ec_ameth.d ssl/ssl_rsa.d crypto/ec/ecp_mont.d test/hmactest.d test/x509_internal_test.d crypto/bio/b_sock.d test/testutil/driver.d crypto/x509v3/v3_addr.d test/asynciotest.d test/x509_time_test.d crypto/ui/ui_null.d crypto/x509v3/v3_crld.d crypto/x509/x509spki.d apps/apps.d crypto/pkcs7/pk7_attr.d test/clienthellotest.d crypto/ts/ts_req_print.d test/gosttest.d test/buildtest_engine.d crypto/bn/bn_srp.d test/ssl_test.d crypto/ts/ts_rsp_verify.d crypto/rsa/rsa_err.d crypto/ec/ec_kmeth.d crypto/idea/i_skey.d crypto/camellia/cmll_cfb.d crypto/rand/rand_egd.d apps/ts.d crypto/ts/ts_req_utils.d crypto/bn/bn_mpi.d test/buildtest_ssl3.d crypto/dso/dso_win32.d crypto/ts/ts_asn1.d crypto/o_init.d crypto/dsa/dsa_err.d crypto/sm2/sm2_crypt.d ssl/s3_msg.d crypto/modes/ctr128.d crypto/x509/x_x509a.d crypto/aes/aes_ofb.d crypto/init.d test/buildtest_ts.d crypto/bn/bn_sqr.d fuzz/cms.d crypto/asn1/a_digest.d crypto/camellia/cmll_cbc.d crypto/bn/bn_mul.d crypto/x509v3/v3_lib.d test/mdc2_internal_test.d test/buildtest_whrlpool.d crypto/buffer/buffer.d test/ciphername_test.d crypto/evp/names.d test/buildtest_sha.d ssl/statem/statem_srvr.d test/buildtest_tls1.d ssl/packet.d apps/pkeyutl.d crypto/pkcs12/p12_sbag.d crypto/whrlpool/wp_block.d crypto/ec/ecp_nistp521.d crypto/engine/tb_dsa.d ssl/ssl_init.d test/buildtest_des.d crypto/ex_data.d crypto/async/arch/async_posix.d crypto/chacha/chacha_enc.d crypto/rsa/rsa_ssl.d ssl/t1_enc.d crypto/asn1/a_strex.d crypto/x509/x509rset.d crypto/ec/curve448/eddsa.d crypto/evp/evp_cnf.d crypto/x509v3/v3_asid.d crypto/bn/bn_gf2m.d apps/speed.d crypto/asn1/bio_ndef.d crypto/rsa/rsa_x931g.d crypto/pem/pem_pkey.d apps/dgst.d test/buildtest_ssl.d crypto/asn1/a_object.d crypto/pkcs12/p12_asn.d crypto/cms/cms_err.d crypto/sha/sha1dgst.d test/d2i_test.d crypto/bn/bn_depr.d crypto/rand/drbg_lib.d crypto/modes/ocb128.d crypto/engine/tb_rsa.d test/buildtest_rc4.d test/buildtest_txt_db.d crypto/ct/ct_oct.d crypto/des/ecb3_enc.d crypto/seed/seed.d crypto/md4/md4_dgst.d crypto/bio/bss_log.d crypto/evp/bio_ok.d crypto/bn/bn_const.d crypto/asn1/a_type.d crypto/x509/x509_r2x.d crypto/ts/ts_conf.d crypto/evp/e_des.d test/tls13ccstest.d test/ssl_test_ctx_test.d crypto/pkcs12/p12_npas.d crypto/txt_db/txt_db.d crypto/bio/bss_fd.d crypto/rand/rand_vms.d test/buildtest_obj_mac.d crypto/md5/md5_dgst.d crypto/evp/evp_key.d apps/rand.d apps/pkcs8.d crypto/modes/cbc128.d test/buildtest_x509_vfy.d test/buildtest_md5.d test/ocspapitest.d crypto/sm3/m_sm3.d test/buildtest_safestack.d ssl/tls13_enc.d crypto/rsa/rsa_pmeth.d crypto/asn1/p5_pbe.d crypto/asn1/asn_mime.d crypto/ct/ct_sct_ctx.d test/bio_enc_test.d crypto/evp/pmeth_gn.d test/pbelutest.d crypto/bn/bn_blind.d crypto/x509v3/v3_ia5.d test/igetest.d crypto/evp/e_cast.d crypto/ec/ec_key.d test/ssltest_old.d crypto/asn1/nsseq.d test/buildtest_pem2.d crypto/rc2/rc2_cbc.d apps/rehash.d crypto/asn1/t_spki.d crypto/engine/tb_dh.d crypto/pkcs12/p12_attr.d test/buildtest_dsa.d test/tls13secretstest.d crypto/ec/ec_cvt.d crypto/ts/ts_rsp_utils.d crypto/pkcs7/bio_pk7.d crypto/x509/x_name.d crypto/async/async_err.d crypto/ts/ts_verify_ctx.d crypto/camellia/cmll_ofb.d crypto/sha/sha1_one.d ssl/d1_msg.d crypto/x509/x509_cmp.d apps/ciphers.d test/srptest.d crypto/x509v3/v3_alt.d engines/e_capi.d test/buildtest_srp.d crypto/x509/x509_def.d test/buildtest_aes.d crypto/bio/b_sock2.d crypto/asn1/d2i_pu.d crypto/x509v3/v3_tlsf.d crypto/x509v3/v3_skey.d crypto/dh/dh_depr.d test/testutil/format_output.d test/buildtest_bio.d crypto/evp/e_rc4_hmac_md5.d crypto/md5/md5_one.d ssl/ssl_conf.d crypto/asn1/x_spki.d crypto/pem/pem_xaux.d apps/smime.d crypto/x509/x509_ext.d crypto/ec/ecx_meth.d crypto/objects/obj_err.d crypto/store/store_lib.d crypto/rc2/rc2_skey.d test/buildtest_x509v3.d crypto/srp/srp_lib.d crypto/bn/bn_ctx.d crypto/evp/digest.d apps/x509.d ssl/ssl_err.d crypto/x509v3/pcy_lib.d crypto/cms/cms_io.d test/ecstresstest.d ssl/s3_cbc.d apps/bf_prefix.d fuzz/bndiv.d test/drbg_cavs_data.d crypto/modes/xts128.d crypto/asn1/asn1_par.d crypto/dh/dh_gen.d crypto/pkcs12/p12_init.d crypto/asn1/asn1_item_list.d crypto/asn1/tasn_enc.d test/drbgtest.d crypto/ts/ts_rsp_sign.d crypto/rsa/rsa_saos.d crypto/mem_dbg.d crypto/ebcdic.d crypto/cms/cms_kari.d apps/s_socket.d crypto/async/async.d test/ectest.d crypto/x509/x509_obj.d test/md2test.d test/cipherlist_test.d crypto/engine/tb_rand.d apps/version.d crypto/cryptlib.d crypto/evp/c_alld.d apps/s_cb.d crypto/cms/cms_lib.d crypto/bn/bn_err.d ssl/bio_ssl.d crypto/dsa/dsa_prn.d crypto/bf/bf_ofb64.d crypto/engine/tb_pkmeth.d crypto/rsa/rsa_lib.d crypto/store/store_init.d crypto/ec/ecp_nistputil.d test/fatalerrtest.d crypto/bn/bn_exp2.d crypto/stack/stack.d apps/genpkey.d crypto/evp/m_md2.d crypto/ui/ui_err.d crypto/dso/dso_openssl.d crypto/evp/e_aes.d crypto/x509v3/v3_conf.d crypto/bn/bn_exp.d crypto/asn1/tasn_dec.d crypto/bn/bn_dh.d crypto/x509/x509_trs.d fuzz/ct.d crypto/ec/curve448/curve448.d test/buildtest_bn.d crypto/pem/pem_err.d crypto/objects/o_names.d crypto/cms/cms_dd.d test/dtlstest.d test/buildtest_idea.d test/versions.d crypto/md2/md2_one.d crypto/bf/bf_enc.d crypto/x509v3/v3_extku.d crypto/asn1/asn_moid.d crypto/bn/bn_sqrt.d crypto/x509v3/v3_int.d crypto/dh/dh_rfc7919.d test/dtlsv1listentest.d test/buildtest_kdf.d crypto/evp/m_md5.d crypto/rc5/rc5ofb64.d crypto/bn/bn_x931p.d crypto/rsa/rsa_pk1.d crypto/rand/randfile.d crypto/x509/x509_v3.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/evp/p_lib.d crypto/kdf/scrypt.d test/buildtest_asn1t.d crypto/bio/bss_mem.d crypto/bio/bf_null.d crypto/o_fopen.d crypto/evp/p_dec.d test/afalgtest.d test/v3ext.d test/verify_extra_test.d crypto/bn/bn_shift.d crypto/evp/evp_pkey.d test/ssltestlib.d test/shlibloadtest.d fuzz/conf.d crypto/ec/ec2_smpl.d crypto/x509v3/v3_prn.d crypto/cast/c_ofb64.d test/ecdsatest.d crypto/conf/conf_sap.d crypto/threads_none.d apps/opt.d crypto/conf/conf_api.d crypto/asn1/a_time.d crypto/evp/m_sha3.d test/bio_memleak_test.d crypto/evp/m_null.d crypto/asn1/a_i2d_fp.d test/ssl_cert_table_internal_test.d crypto/asn1/asn_pack.d crypto/engine/eng_pkey.d test/handshake_helper.d crypto/x509v3/pcy_cache.d crypto/x509/x_exten.d test/evp_extra_test.d crypto/pkcs12/pk12err.d apps/spkac.d test/buildtest_seed.d crypto/engine/tb_digest.d apps/s_client.d test/buildtest_modes.d apps/nseq.d crypto/sm3/sm3.d crypto/rsa/rsa_ossl.d +DEPS=crypto/kdf/kdf_err.d crypto/dsa/dsa_err.d crypto/conf/conf_mod.d crypto/evp/pmeth_gn.d ssl/d1_msg.d test/buildtest_ssl.d fuzz/asn1parse.d crypto/evp/e_seed.d crypto/asn1/d2i_pr.d crypto/idea/i_cfb64.d test/buildtest_ui.d crypto/x509v3/v3_prn.d crypto/x509v3/v3_info.d crypto/ec/ecp_nistp224.d crypto/txt_db/txt_db.d test/asn1_internal_test.d crypto/engine/eng_rdrand.d test/testutil/format_output.d ssl/bio_ssl.d apps/speed.d test/versions.d test/buildtest_asn1t.d fuzz/conf.d test/buildtest_ecdh.d crypto/rc5/rc5cfb64.d crypto/err/err_all.d test/buildtest_srp.d crypto/blake2/m_blake2s.d apps/asn1pars.d crypto/ts/ts_rsp_utils.d ssl/ssl_sess.d test/buildtest_comp.d crypto/cms/cms_env.d crypto/bn/bn_div.d crypto/bio/bss_log.d crypto/dh/dh_rfc7919.d test/packettest.d test/clienthellotest.d test/time_offset_test.d test/gosttest.d crypto/pkcs12/p12_init.d test/pkey_meth_test.d crypto/dh/dh_check.d crypto/camellia/cmll_cbc.d apps/pkeyparam.d crypto/seed/seed_ecb.d ssl/ssl_asn1.d crypto/asn1/a_int.d test/buildtest_bio.d apps/ts.d crypto/cms/cms_enc.d apps/rsautl.d test/buildtest_x509_vfy.d apps/rsa.d apps/dsa.d crypto/asn1/a_utctm.d apps/ciphers.d apps/passwd.d crypto/ec/curve448/f_generic.d test/evp_test.d crypto/asn1/x_pkey.d crypto/chacha/chacha_enc.d ssl/ssl_utst.d crypto/camellia/cmll_cfb.d test/asn1_encode_test.d crypto/async/async_err.d crypto/x509/x509_vfy.d crypto/aes/aes_ecb.d crypto/ocsp/v3_ocsp.d crypto/evp/m_sigver.d test/pemtest.d test/buildtest_ocsp.d ssl/statem/statem_srvr.d ssl/ssl_lib.d crypto/pem/pem_sign.d crypto/cms/cms_lib.d test/buildtest_hmac.d crypto/asn1/n_pkey.d ssl/statem/extensions_srvr.d crypto/evp/e_des3.d crypto/evp/e_chacha20_poly1305.d crypto/ct/ct_oct.d test/igetest.d crypto/rand/rand_egd.d crypto/x509/x_x509.d crypto/cast/c_skey.d crypto/seed/seed_cbc.d crypto/asn1/x_spki.d crypto/asn1/x_bignum.d test/buildtest_store.d test/buildtest_stack.d ssl/ssl_conf.d crypto/ts/ts_rsp_sign.d crypto/ec/ecx_meth.d crypto/ts/ts_req_utils.d crypto/dh/dh_prn.d ssl/statem/statem_lib.d crypto/ec/ec_ameth.d crypto/evp/p_open.d apps/ocsp.d crypto/dso/dso_lib.d crypto/bf/bf_ofb64.d crypto/ripemd/rmd_dgst.d ssl/s3_msg.d crypto/pkcs7/pk7_asn1.d crypto/bn/bn_mont.d crypto/asn1/asn1_err.d crypto/pkcs12/p12_decr.d crypto/x509/x509cset.d crypto/x509v3/pcy_node.d crypto/x509/x_req.d crypto/cpt_err.d crypto/rsa/rsa_oaep.d crypto/rsa/rsa_sign.d crypto/dsa/dsa_asn1.d crypto/sm2/sm2_pmeth.d crypto/x509/x509_vpm.d test/testutil/tap_bio.d fuzz/crl.d crypto/ocsp/ocsp_err.d crypto/conf/conf_lib.d crypto/buffer/buf_err.d crypto/kdf/hkdf.d crypto/ct/ct_x509v3.d crypto/evp/digest.d crypto/asn1/a_strnid.d crypto/evp/cmeth_lib.d crypto/dh/dh_err.d crypto/whrlpool/wp_block.d crypto/lhash/lh_stats.d crypto/asn1/bio_asn1.d crypto/dh/dh_meth.d crypto/x509/x_crl.d crypto/blake2/blake2s.d crypto/engine/eng_cnf.d crypto/asn1/asn_moid.d crypto/store/store_register.d crypto/cms/cms_ess.d test/buildtest_engine.d test/tls13secretstest.d test/cipherlist_test.d test/buildtest_txt_db.d crypto/pem/pem_err.d crypto/pkcs12/p12_crpt.d crypto/evp/m_mdc2.d ssl/packet.d crypto/x509v3/v3_utl.d crypto/engine/tb_rand.d crypto/asn1/a_verify.d crypto/ui/ui_null.d crypto/x509/x509_lu.d crypto/evp/bio_b64.d test/buildtest_ssl3.d crypto/async/arch/async_null.d test/rc5test.d crypto/x509v3/v3_akeya.d crypto/modes/cfb128.d test/servername_test.d crypto/evp/m_md5_sha1.d ssl/ssl_err.d crypto/des/set_key.d crypto/evp/names.d crypto/rsa/rsa_err.d ssl/record/rec_layer_d1.d crypto/ec/ec_key.d test/rc4test.d crypto/x509/x509_txt.d crypto/rc2/rc2cfb64.d crypto/evp/e_camellia.d crypto/engine/tb_rsa.d apps/pkey.d crypto/comp/comp_err.d crypto/ebcdic.d crypto/bio/bf_null.d test/threadstest.d fuzz/x509.d crypto/ec/ecp_nist.d test/bio_enc_test.d crypto/bn/bn_shift.d crypto/rand/randfile.d crypto/cms/cms_kari.d fuzz/bndiv.d crypto/x509v3/v3_addr.d crypto/engine/eng_ctrl.d test/x509aux.d crypto/rsa/rsa_x931.d crypto/cast/c_cfb64.d crypto/bio/bss_bio.d apps/prime.d test/buildtest_obj_mac.d crypto/bio/b_dump.d apps/enc.d crypto/bn/bn_prime.d crypto/rsa/rsa_chk.d test/buildtest_aes.d crypto/engine/tb_dh.d test/rdrand_sanitytest.d test/testutil/cb.d crypto/ec/ecp_nistp521.d test/exptest.d crypto/x509v3/pcy_map.d crypto/dsa/dsa_sign.d test/x509_internal_test.d crypto/pem/pem_pk8.d test/fatalerrtest.d crypto/bn/bn_blind.d crypto/engine/eng_err.d crypto/evp/evp_pkey.d engines/e_ossltest.d crypto/bn/bn_add.d crypto/evp/e_sm4.d crypto/evp/e_idea.d crypto/bn/bn_srp.d crypto/bn/bn_err.d crypto/bio/bss_sock.d crypto/rsa/rsa_asn1.d test/v3nametest.d crypto/ts/ts_lib.d crypto/asn1/asn1_gen.d crypto/pkcs12/p12_npas.d fuzz/server.d test/buildtest_conf.d crypto/asn1/x_algor.d crypto/asn1/a_type.d crypto/threads_win.d apps/genrsa.d crypto/x509v3/v3_lib.d crypto/ec/eck_prn.d crypto/evp/m_null.d crypto/buffer/buffer.d crypto/modes/cts128.d crypto/asn1/x_long.d test/sslcorrupttest.d test/evp_extra_test.d test/buildtest_md4.d apps/s_server.d crypto/md4/md4_one.d crypto/asn1/a_mbstr.d crypto/idea/i_skey.d crypto/bn/bn_recp.d crypto/x509/x509_ext.d test/cmsapitest.d crypto/x509v3/v3_pci.d crypto/err/err.d apps/pkcs8.d ssl/record/ssl3_record_tls13.d crypto/pem/pvkfmt.d crypto/x509/x509_r2x.d test/mdc2_internal_test.d crypto/x509v3/pcy_tree.d crypto/asn1/i2d_pr.d test/buildtest_modes.d crypto/x509v3/v3_ncons.d crypto/evp/e_null.d crypto/mem_sec.d crypto/bio/bss_mem.d test/ct_test.d test/testutil/output_helpers.d test/buildtest_blowfish.d fuzz/bignum.d crypto/bn/bn_exp.d crypto/threads_pthread.d crypto/sha/sha512.d crypto/ec/curve448/curve448.d crypto/evp/e_aes.d crypto/evp/evp_key.d crypto/asn1/bio_ndef.d crypto/dsa/dsa_lib.d crypto/x509/x_x509a.d test/ecstresstest.d apps/x509.d crypto/modes/wrap128.d test/buildtest_tls1.d test/tls13ccstest.d crypto/ec/ec_err.d test/dhtest.d crypto/ui/ui_openssl.d crypto/dh/dh_ameth.d engines/e_afalg.d crypto/ec/ecdsa_sign.d ssl/ssl_cert.d test/buildtest_conf_api.d crypto/asn1/ameth_lib.d crypto/x509v3/v3_alt.d crypto/evp/encode.d test/buildtest_ossl_typ.d crypto/aes/aes_core.d crypto/rc2/rc2_cbc.d crypto/evp/bio_enc.d crypto/asn1/evp_asn1.d test/v3ext.d ssl/s3_enc.d crypto/rc5/rc5ofb64.d crypto/ct/ct_sct.d crypto/lhash/lhash.d crypto/conf/conf_ssl.d crypto/modes/ctr128.d crypto/rc4/rc4_skey.d crypto/evp/e_des.d test/ssl_test_ctx.d apps/s_socket.d crypto/sha/sha1_one.d crypto/asn1/a_octet.d ssl/tls13_enc.d test/buildtest_kdf.d crypto/cmac/cm_ameth.d crypto/x509/x509_cmp.d crypto/evp/bio_md.d test/drbg_cavs_data.d crypto/bn/bn_gf2m.d crypto/idea/i_ofb64.d crypto/modes/ccm128.d crypto/x509v3/v3_akey.d crypto/dso/dso_dlfcn.d test/testutil/random.d test/siphash_internal_test.d test/buildtest_ebcdic.d crypto/x509v3/pcy_data.d crypto/evp/e_rc5.d test/x509_check_cert_pkey_test.d test/testutil/main.d test/md2test.d crypto/ec/ecp_mont.d test/buildtest_pkcs7.d crypto/cms/cms_asn1.d crypto/ripemd/rmd_one.d crypto/bio/bss_acpt.d crypto/ts/ts_conf.d apps/pkcs12.d crypto/conf/conf_err.d crypto/ocsp/ocsp_lib.d crypto/objects/obj_xref.d crypto/ec/ecdsa_ossl.d crypto/x509v3/v3_tlsf.d test/testutil/tests.d crypto/x509/x_all.d crypto/cmac/cm_pmeth.d crypto/hmac/hmac.d crypto/x509/x509name.d crypto/cms/cms_err.d test/buildtest_des.d crypto/des/cbc_enc.d crypto/bf/bf_cfb64.d apps/crl2p7.d crypto/x509v3/v3_pmaps.d apps/req.d test/asynciotest.d crypto/evp/e_aria.d crypto/pem/pem_all.d crypto/rsa/rsa_gen.d crypto/ts/ts_verify_ctx.d test/verify_extra_test.d crypto/rand/drbg_ctr.d crypto/asn1/asn1_lib.d crypto/ec/ec_check.d test/poly1305_internal_test.d crypto/evp/p5_crpt.d crypto/md2/md2_dgst.d apps/nseq.d crypto/ts/ts_asn1.d crypto/ui/ui_lib.d crypto/x509/x509_trs.d crypto/asn1/d2i_pu.d crypto/pkcs12/p12_kiss.d crypto/engine/eng_pkey.d crypto/bio/bio_cb.d test/danetest.d crypto/x509/x_name.d crypto/asn1/tasn_new.d crypto/dso/dso_err.d test/buildtest_md2.d crypto/evp/m_sha1.d crypto/siphash/siphash_pmeth.d crypto/rc5/rc5_enc.d crypto/bf/bf_enc.d crypto/bio/b_print.d crypto/x509v3/v3_pku.d crypto/mem.d crypto/pkcs12/p12_sbag.d crypto/camellia/cmll_ofb.d crypto/store/store_strings.d crypto/evp/p_verify.d crypto/rsa/rsa_ssl.d crypto/pkcs7/pk7_doit.d crypto/engine/eng_table.d apps/opt.d crypto/camellia/cmll_ctr.d crypto/pem/pem_lib.d crypto/ct/ct_sct_ctx.d crypto/conf/conf_mall.d crypto/sm4/sm4.d crypto/x509v3/v3_conf.d crypto/sm3/sm3.d crypto/cast/c_ofb64.d crypto/aes/aes_wrap.d crypto/evp/e_rc2.d crypto/ts/ts_rsp_verify.d crypto/asn1/a_strex.d crypto/des/cfb64ede.d crypto/rand/rand_unix.d test/buildtest_pem2.d crypto/cms/cms_smime.d crypto/ct/ct_b64.d test/rc2test.d crypto/pem/pem_info.d crypto/seed/seed_cfb.d crypto/modes/ofb128.d crypto/aes/aes_ige.d crypto/o_fopen.d crypto/asn1/i2d_pu.d ssl/statem/statem_clnt.d test/buildtest_ct.d crypto/bio/bss_dgram.d crypto/comp/comp_lib.d crypto/rand/rand_vms.d crypto/bio/bio_meth.d crypto/async/arch/async_posix.d crypto/rc2/rc2ofb64.d crypto/evp/e_aes_cbc_hmac_sha256.d test/buildtest_e_os2.d test/pkey_meth_kdf_test.d crypto/rsa/rsa_pss.d crypto/ocsp/ocsp_prn.d crypto/x509v3/v3_crld.d test/errtest.d test/buildtest_rc5.d crypto/des/ofb64enc.d test/buildtest_asn1.d crypto/whrlpool/wp_dgst.d crypto/rsa/rsa_x931g.d crypto/asn1/asn1_item_list.d crypto/rsa/rsa_lib.d crypto/x509/x509_set.d test/sslbuffertest.d crypto/siphash/siphash.d crypto/pkcs12/p12_mutl.d apps/ec.d crypto/pem/pem_xaux.d crypto/des/fcrypt.d crypto/evp/pmeth_fn.d crypto/blake2/m_blake2b.d crypto/x509v3/v3_bitst.d test/constant_time_test.d apps/srp.d test/testutil/driver.d test/testutil/stanza.d crypto/ec/ec_cvt.d test/uitest.d test/buildtest_async.d crypto/ct/ct_policy.d test/bio_callback_test.d test/buildtest_rand.d crypto/dso/dso_win32.d ssl/t1_lib.d crypto/kdf/scrypt.d apps/ecparam.d test/rsa_complex.d fuzz/asn1.d crypto/bn/bn_mod.d crypto/x509v3/v3_enum.d crypto/des/ofb64ede.d test/ssl_cert_table_internal_test.d crypto/ec/ecdh_kdf.d crypto/sha/sha1dgst.d crypto/dh/dh_key.d apps/errstr.d apps/crl.d crypto/x509/x_attrib.d crypto/evp/e_rc4_hmac_md5.d crypto/asn1/tasn_enc.d crypto/x509/x509_def.d apps/app_rand.d test/bad_dtls_test.d crypto/md5/md5_dgst.d crypto/seed/seed.d test/buildtest_seed.d crypto/x509v3/v3_extku.d crypto/pkcs7/pk7_lib.d crypto/rsa/rsa_none.d test/dtlstest.d crypto/pkcs12/p12_key.d crypto/evp/m_md4.d crypto/mem_dbg.d apps/sess_id.d test/buildtest_dtls1.d test/x509_dup_cert_test.d crypto/evp/pmeth_lib.d crypto/modes/ocb128.d crypto/x509/x509_d2.d crypto/evp/p_sign.d test/buildtest_bn.d crypto/des/cfb64enc.d crypto/des/cbc_cksm.d apps/openssl.d test/sysdefaulttest.d apps/version.d crypto/x509/x509_obj.d crypto/bn/bn_ctx.d crypto/bn/bn_gcd.d crypto/ocsp/ocsp_asn.d crypto/dsa/dsa_gen.d test/buildtest_rsa.d crypto/ec/ecp_smpl.d crypto/cms/cms_pwri.d crypto/ec/curve25519.d crypto/asn1/a_d2i_fp.d crypto/ec/curve448/eddsa.d crypto/init.d crypto/ec/ecp_nistp256.d crypto/evp/e_cast.d test/buildtest_safestack.d test/testutil/basic_output.d crypto/asn1/p5_pbev2.d test/buildtest_lhash.d crypto/engine/eng_all.d crypto/des/pcbc_enc.d test/buildtest_srtp.d apps/genpkey.d crypto/asn1/x_sig.d crypto/rand/rand_lib.d crypto/modes/xts128.d crypto/evp/c_allc.d apps/bf_prefix.d crypto/bio/bf_nbio.d test/dsa_no_digest_size_test.d test/bio_memleak_test.d crypto/ec/ec_curve.d crypto/x509v3/v3_int.d test/ssl_test_ctx_test.d crypto/dso/dso_openssl.d crypto/ec/ec_mult.d ssl/statem/extensions_cust.d test/bntest.d crypto/bio/bss_file.d crypto/dh/dh_asn1.d crypto/evp/p_enc.d test/exdatatest.d crypto/engine/tb_asnmth.d crypto/x509/x509rset.d crypto/des/fcrypt_b.d ssl/t1_enc.d test/buildtest_md5.d crypto/evp/evp_lib.d crypto/dsa/dsa_key.d test/dtlsv1listentest.d crypto/objects/obj_lib.d test/destest.d crypto/rc5/rc5_skey.d crypto/asn1/tasn_dec.d crypto/pkcs12/p12_asn.d apps/cms.d test/buildtest_whrlpool.d crypto/evp/evp_enc.d crypto/ec/ec_kmeth.d crypto/x509/by_dir.d crypto/des/qud_cksm.d crypto/bn/bn_print.d crypto/cryptlib.d crypto/pkcs12/p12_p8d.d apps/s_client.d crypto/sha/keccak1600.d crypto/bn/bn_dh.d crypto/ocsp/ocsp_ht.d crypto/des/str2key.d ssl/ssl_stat.d crypto/dsa/dsa_meth.d crypto/asn1/tasn_utl.d crypto/bn/bn_word.d test/wpackettest.d crypto/engine/eng_fat.d ssl/d1_srtp.d crypto/x509/x509type.d crypto/o_str.d test/bioprinttest.d crypto/evp/e_xcbc_d.d crypto/err/err_prn.d crypto/srp/srp_vfy.d test/buildtest_x509.d test/sanitytest.d crypto/engine/eng_openssl.d crypto/engine/eng_list.d crypto/async/async_wait.d test/pbelutest.d crypto/cms/cms_io.d crypto/x509v3/v3_asid.d crypto/ec/ecp_oct.d crypto/pkcs7/pk7_attr.d crypto/evp/evp_pbe.d crypto/asn1/tasn_scn.d apps/ca.d crypto/rc4/rc4_enc.d crypto/bio/bss_conn.d ssl/tls_srp.d ssl/ssl_rsa.d crypto/des/rand_key.d crypto/bio/b_sock.d crypto/aria/aria.d crypto/pkcs7/pk7_smime.d test/rsa_mp_test.d ssl/ssl_mcnf.d test/casttest.d crypto/x509/x509_req.d crypto/x509/x509_meth.d crypto/idea/i_cbc.d test/buildtest_ecdsa.d test/ssl_test.d test/handshake_helper.d test/ssltestlib.d ssl/s3_cbc.d engines/e_dasync.d crypto/evp/p_seal.d test/sm2_internal_test.d test/memleaktest.d crypto/bn/bn_kron.d crypto/x509v3/pcy_cache.d test/buildtest_objects.d test/ssltest_old.d crypto/rc2/rc2_ecb.d crypto/dso/dso_vms.d crypto/asn1/a_object.d crypto/x509/x509_v3.d crypto/dh/dh_pmeth.d test/x509_time_test.d crypto/rc2/rc2_skey.d test/enginetest.d crypto/ui/ui_err.d test/buildtest_dh.d crypto/evp/p_lib.d crypto/evp/e_old.d crypto/cms/cms_dd.d apps/s_cb.d crypto/ec/ec2_smpl.d crypto/x509v3/v3_genn.d crypto/uid.d engines/e_capi.d crypto/engine/eng_init.d apps/gendsa.d crypto/asn1/a_sign.d apps/smime.d crypto/asn1/x_info.d crypto/pkcs12/p12_crt.d apps/storeutl.d test/buildtest_ssl2.d crypto/asn1/tasn_fre.d crypto/bf/bf_ecb.d test/crltest.d crypto/pkcs12/pk12err.d crypto/ex_data.d engines/e_padlock.d crypto/cms/cms_sd.d crypto/evp/evp_cnf.d crypto/evp/m_wp.d crypto/engine/tb_cipher.d crypto/engine/tb_dsa.d crypto/ct/ct_err.d crypto/dsa/dsa_vrf.d crypto/conf/conf_api.d ssl/d1_lib.d fuzz/test-corpus.d crypto/ct/ct_prn.d test/buildtest_ts.d crypto/objects/obj_dat.d ssl/record/ssl3_buffer.d test/asynctest.d crypto/ec/ecdh_ossl.d crypto/evp/m_ripemd.d crypto/asn1/a_i2d_fp.d test/buildtest_x509v3.d crypto/o_init.d crypto/rc5/rc5_ecb.d crypto/rsa/rsa_saos.d test/ctype_internal_test.d crypto/asn1/a_dup.d test/gmdifftest.d test/tls13encryptiontest.d ssl/s3_lib.d crypto/ec/ec2_oct.d crypto/bn/bn_asm.d test/modes_internal_test.d crypto/cms/cms_cd.d test/testutil/test_cleanup.d crypto/evp/p_dec.d ssl/statem/statem_dtls.d crypto/md4/md4_dgst.d test/buildtest_cmac.d crypto/evp/bio_ok.d crypto/cms/cms_att.d crypto/bn/bn_nist.d ssl/statem/extensions_clnt.d crypto/aes/aes_ofb.d crypto/seed/seed_ofb.d test/buildtest_crypto.d crypto/dh/dh_rfc5114.d crypto/engine/tb_digest.d crypto/pkcs7/pkcs7err.d crypto/bio/bio_lib.d apps/pkeyutl.d crypto/bf/bf_skey.d crypto/pkcs12/p12_attr.d crypto/aes/aes_misc.d crypto/ec/ecdsa_vrf.d crypto/asn1/tasn_prn.d test/conf_include_test.d crypto/bn/bn_intern.d crypto/x509/x_exten.d crypto/evp/e_aes_cbc_hmac_sha1.d test/lhash_test.d crypto/objects/obj_err.d crypto/x509v3/v3err.d crypto/ec/ecp_nistputil.d crypto/ec/ec_lib.d test/ocspapitest.d crypto/evp/c_alld.d crypto/rsa/rsa_meth.d crypto/camellia/cmll_ecb.d test/buildtest_rc2.d crypto/mem_clr.d test/asn1_string_table_test.d crypto/bio/b_addr.d crypto/asn1/a_time.d crypto/stack/stack.d crypto/asn1/tasn_typ.d crypto/asn1/asn_mstbl.d crypto/bn/bn_const.d test/hmactest.d test/srptest.d test/stack_test.d crypto/asn1/x_int64.d ssl/ssl_txt.d crypto/o_fips.d test/ciphername_test.d test/buildtest_opensslv.d crypto/rsa/rsa_pk1.d crypto/x509v3/v3_purp.d crypto/asn1/a_bitstr.d test/afalgtest.d test/curve448_internal_test.d test/testutil/init.d crypto/poly1305/poly1305_pmeth.d test/buildtest_buffer.d apps/verify.d test/chacha_internal_test.d test/buildtest_pem.d crypto/pem/pem_x509.d crypto/evp/m_sha3.d crypto/cmac/cmac.d test/ectest.d crypto/hmac/hm_pmeth.d apps/dsaparam.d crypto/asn1/nsseq.d crypto/bio/bss_fd.d crypto/bn/bn_sqrt.d crypto/dsa/dsa_ameth.d crypto/des/des_enc.d crypto/kdf/tls1_prf.d crypto/asn1/a_digest.d crypto/sm2/sm2_err.d crypto/ocsp/ocsp_cl.d crypto/conf/conf_sap.d crypto/aes/aes_cbc.d crypto/idea/i_ecb.d crypto/rsa/rsa_ossl.d crypto/rsa/rsa_crpt.d test/cipherbytes_test.d crypto/bio/bf_lbuf.d test/buildtest_rand_drbg.d ssl/ssl_ciph.d crypto/store/loader_file.d crypto/ts/ts_rsp_print.d crypto/x509/t_crl.d crypto/asn1/f_string.d crypto/asn1/a_gentm.d crypto/bn/bn_mpi.d crypto/x509/x509spki.d crypto/x509v3/v3_bcons.d crypto/dh/dh_gen.d crypto/rand/rand_err.d apps/rand.d crypto/poly1305/poly1305.d crypto/engine/tb_eckey.d ssl/t1_trce.d crypto/rand/drbg_lib.d crypto/asn1/asn_mime.d crypto/ctype.d crypto/rsa/rsa_prn.d crypto/bn/bn_lib.d crypto/pkcs7/pk7_mime.d crypto/x509v3/v3_ia5.d apps/rehash.d crypto/ui/ui_util.d crypto/pkcs12/p12_p8e.d crypto/evp/evp_err.d crypto/ts/ts_err.d test/sslapitest.d test/aborttest.d crypto/poly1305/poly1305_ameth.d crypto/bn/bn_x931p.d crypto/asn1/p5_pbe.d crypto/conf/conf_def.d crypto/ocsp/ocsp_ext.d crypto/md2/md2_one.d test/sm4_internal_test.d crypto/asn1/f_int.d crypto/evp/m_md5.d crypto/o_dir.d fuzz/ct.d crypto/rsa/rsa_depr.d crypto/ec/curve448/scalar.d crypto/ec/ec_asn1.d crypto/x509/x_pubkey.d crypto/evp/e_bf.d crypto/engine/eng_lib.d apps/s_time.d crypto/sm3/m_sm3.d crypto/x509v3/v3_sxnet.d crypto/ts/ts_req_print.d crypto/x509v3/v3_pcons.d crypto/async/arch/async_win.d crypto/asn1/p8_pkey.d test/buildtest_idea.d crypto/store/store_err.d crypto/des/xcbc_enc.d apps/spkac.d test/drbg_cavs_test.d test/buildtest_rc4.d crypto/o_time.d crypto/dsa/dsa_pmeth.d crypto/dh/dh_depr.d apps/apps.d crypto/ct/ct_log.d crypto/bn/bn_exp2.d ssl/record/ssl3_record.d crypto/hmac/hm_ameth.d crypto/asn1/p5_scrypt.d test/buildtest_ripemd.d crypto/x509v3/v3_pcia.d test/ecdsatest.d crypto/aes/aes_cfb.d crypto/bn/bn_sqr.d test/buildtest_evp.d crypto/des/ecb3_enc.d test/dsatest.d crypto/pem/pem_pkey.d crypto/pem/pem_oth.d crypto/asn1/a_print.d crypto/camellia/camellia.d crypto/dsa/dsa_ossl.d ssl/record/dtls1_bitmap.d crypto/des/ofb_enc.d test/buildtest_camellia.d crypto/bio/b_sock2.d apps/pkcs7.d crypto/ec/curve448/arch_32/f_impl.d ssl/statem/extensions.d crypto/pkcs12/p12_utl.d crypto/dsa/dsa_prn.d crypto/dh/dh_lib.d test/secmemtest.d crypto/threads_none.d crypto/evp/e_rc4.d crypto/asn1/a_utf8.d crypto/modes/gcm128.d crypto/bn/bn_mul.d test/dtls_mtu_test.d crypto/asn1/t_pkey.d ssl/statem/statem.d test/buildtest_cast.d crypto/ec/ec_print.d fuzz/client.d fuzz/cms.d crypto/cast/c_ecb.d test/buildtest_pkcs12.d crypto/x509v3/pcy_lib.d test/buildtest_sha.d crypto/objects/o_names.d crypto/srp/srp_lib.d ssl/record/rec_layer_s3.d test/ideatest.d crypto/async/async.d ssl/ssl_init.d test/rsa_test.d crypto/bn/bn_rand.d crypto/x509/by_file.d crypto/rand/rand_win.d crypto/evp/pbe_scrypt.d crypto/x509v3/v3_admis.d crypto/getenv.d crypto/store/store_lib.d crypto/rsa/rsa_ameth.d crypto/engine/tb_pkmeth.d test/buildtest_symhacks.d crypto/siphash/siphash_ameth.d test/shlibloadtest.d crypto/x509/x509_att.d crypto/rsa/rsa_mp.d crypto/asn1/t_bitst.d crypto/asn1/x_val.d crypto/asn1/asn1_par.d test/buildtest_ec.d crypto/bn/bn_depr.d crypto/dh/dh_kdf.d crypto/x509/t_req.d crypto/pkcs12/p12_add.d crypto/rsa/rsa_pmeth.d crypto/camellia/cmll_misc.d crypto/des/cfb_enc.d test/buildtest_cms.d apps/dhparam.d test/recordlentest.d apps/dgst.d crypto/bio/bio_err.d crypto/store/store_init.d crypto/sm2/sm2_sign.d test/bftest.d crypto/cast/c_enc.d ssl/methods.d test/ec_internal_test.d test/asn1_decode_test.d crypto/modes/cbc128.d crypto/sm2/sm2_crypt.d crypto/x509/x509_err.d crypto/engine/eng_dyn.d crypto/asn1/asn_pack.d test/test_test.d crypto/ocsp/ocsp_srv.d ssl/pqueue.d crypto/des/ecb_enc.d test/asn1_time_test.d crypto/pkcs7/bio_pk7.d crypto/cversion.d crypto/dsa/dsa_depr.d crypto/ocsp/ocsp_vfy.d test/buildtest_dsa.d crypto/ec/ec_oct.d crypto/x509v3/v3_skey.d crypto/blake2/blake2b.d crypto/bio/bss_null.d crypto/evp/m_md2.d apps/engine.d crypto/dso/dso_dl.d crypto/ec/curve448/curve448_tables.d crypto/ec/ec_pmeth.d crypto/ct/ct_vfy.d test/drbgtest.d crypto/sha/sha256.d crypto/x509v3/v3_cpols.d crypto/comp/c_zlib.d test/mdc2test.d crypto/x509/t_x509.d crypto/md5/md5_one.d crypto/bio/bf_buff.d crypto/asn1/t_spki.d test/d2i_test.d crypto/evp/p5_crpt2.d GENERATED_MANDATORY=crypto/include/internal/bn_conf.h crypto/include/internal/dso_conf.h include/openssl/opensslconf.h GENERATED=apps/CA.pl apps/progs.h apps/tsget.pl crypto/buildinf.h libcrypto.map libssl.map test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md2.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_rc5.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_ssl3.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash util/shlib_wrap.sh @@ -52,6 +52,7 @@ APPS_OPENSSL=apps/openssl # Normally it is left empty. DESTDIR= + # Do not edit these manually. Use Configure with --prefix or --openssldir # to change this! Short explanation in the top comment in Configure INSTALLTOP=/usr/local @@ -65,6 +66,7 @@ ENGINESDIR=$(libdir)/engines-1.1 # libraries and applications LIBRPATH=$(libdir) + MANDIR=$(INSTALLTOP)/share/man DOCDIR=$(INSTALLTOP)/share/doc/$(BASENAME) HTMLDIR=$(DOCDIR)/html @@ -243,13 +245,13 @@ libclean: clean: libclean $(RM) $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS) $(RM) $(GENERATED_MANDATORY) $(GENERATED) - -$(RM) `find . -name .git -prune -o -name '*.d' -print` - -$(RM) `find . -name .git -prune -o -name '*.o' -print` + -$(RM) `find . -name '*.d' \! -name '.*' -print` + -$(RM) `find . -name '*.o' \! -name '.*' -print` $(RM) core $(RM) tags TAGS doc-nits $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc - -$(RM) `find . -name .git -prune -o -type l -print` + -$(RM) `find . -type l \! -name '.*' -print` $(RM) $(TARFILE) distclean: clean @@ -272,7 +274,7 @@ uninstall_sw: uninstall_runtime uninstall_engines uninstall_dev install_docs: install_man_docs install_html_docs uninstall_docs: uninstall_man_docs uninstall_html_docs - $(RM) -r -v $(DESTDIR)$(DOCDIR) + $(RM) -r $(DESTDIR)$(DOCDIR) install_ssldirs: @$(PERL) $(SRCDIR)/util/mkdir-p.pl $(DESTDIR)$(OPENSSLDIR)/certs @@ -6266,7 +6268,7 @@ ssl/tls_srp.o: ../ssl/tls_srp.c libssl.a: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o $(AR) $(ARFLAGS) $@ $? $(RANLIB) $@ || echo Never mind. -test/libtestutil.a: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +test/libtestutil.a: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o $(AR) $(ARFLAGS) $@ $? $(RANLIB) $@ || echo Never mind. test/testutil/basic_output.o: ../test/testutil/basic_output.c @@ -6325,6 +6327,14 @@ test/testutil/output_helpers.o: ../test/testutil/output_helpers.c else \ mv test/testutil/output_helpers.d.tmp test/testutil/output_helpers.d; \ fi +test/testutil/random.o: ../test/testutil/random.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/random.d.tmp -MT $@ -c -o $@ ../test/testutil/random.c + @touch test/testutil/random.d.tmp + @if cmp test/testutil/random.d.tmp test/testutil/random.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/random.d.tmp; \ + else \ + mv test/testutil/random.d.tmp test/testutil/random.d; \ + fi test/testutil/stanza.o: ../test/testutil/stanza.c $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/stanza.d.tmp -MT $@ -c -o $@ ../test/testutil/stanza.c @touch test/testutil/stanza.d.tmp @@ -9561,11 +9571,11 @@ crypto/x509 crypto/x509/: crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509 crypto/x509v3 crypto/x509v3/: crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o engines engines/: engines/afalg.so engines/capi.so engines/dasync.so engines/ossltest.so engines/padlock.so fuzz fuzz/: fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test -ssl ssl/: ssl/packet.o ssl/tls13_enc.o ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o +ssl ssl/: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o ssl/packet.o ssl/tls13_enc.o @ : No support to produce bin test/tls13secretstest ssl/record ssl/record/: ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/statem ssl/statem/: ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o -test/testutil test/testutil/: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +test/testutil test/testutil/: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o ##### SHA assembler implementations # GNU make "catch all" diff --git a/upstream-build/makefile/x86_64-macos b/upstream-build/makefile/x86_64-macos index 2c9dcf8..205259e 100644 --- a/upstream-build/makefile/x86_64-macos +++ b/upstream-build/makefile/x86_64-macos @@ -11,7 +11,7 @@ CONFIGURE_ARGS=("darwin64-x86_64-cc", "enable-md2", "enable-rc5", "enable-ssl3", SRCDIR=.. BLDDIR=. -VERSION=1.1.1c +VERSION=1.1.1d MAJOR=1 MINOR=1.1 SHLIB_VERSION_NUMBER=1.1 @@ -30,7 +30,7 @@ ENGINES=engines/capi.dylib engines/dasync.dylib engines/ossltest.dylib engines/p PROGRAMS=apps/openssl fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test test/aborttest test/afalgtest test/asn1_decode_test test/asn1_encode_test test/asn1_internal_test test/asn1_string_table_test test/asn1_time_test test/asynciotest test/asynctest test/bad_dtls_test test/bftest test/bio_callback_test test/bio_enc_test test/bio_memleak_test test/bioprinttest test/bntest test/buildtest_c_aes test/buildtest_c_asn1 test/buildtest_c_asn1t test/buildtest_c_async test/buildtest_c_bio test/buildtest_c_blowfish test/buildtest_c_bn test/buildtest_c_buffer test/buildtest_c_camellia test/buildtest_c_cast test/buildtest_c_cmac test/buildtest_c_cms test/buildtest_c_comp test/buildtest_c_conf test/buildtest_c_conf_api test/buildtest_c_crypto test/buildtest_c_ct test/buildtest_c_des test/buildtest_c_dh test/buildtest_c_dsa test/buildtest_c_dtls1 test/buildtest_c_e_os2 test/buildtest_c_ebcdic test/buildtest_c_ec test/buildtest_c_ecdh test/buildtest_c_ecdsa test/buildtest_c_engine test/buildtest_c_evp test/buildtest_c_hmac test/buildtest_c_idea test/buildtest_c_kdf test/buildtest_c_lhash test/buildtest_c_md2 test/buildtest_c_md4 test/buildtest_c_md5 test/buildtest_c_modes test/buildtest_c_obj_mac test/buildtest_c_objects test/buildtest_c_ocsp test/buildtest_c_opensslv test/buildtest_c_ossl_typ test/buildtest_c_pem test/buildtest_c_pem2 test/buildtest_c_pkcs12 test/buildtest_c_pkcs7 test/buildtest_c_rand test/buildtest_c_rand_drbg test/buildtest_c_rc2 test/buildtest_c_rc4 test/buildtest_c_rc5 test/buildtest_c_ripemd test/buildtest_c_rsa test/buildtest_c_safestack test/buildtest_c_seed test/buildtest_c_sha test/buildtest_c_srp test/buildtest_c_srtp test/buildtest_c_ssl test/buildtest_c_ssl2 test/buildtest_c_ssl3 test/buildtest_c_stack test/buildtest_c_store test/buildtest_c_symhacks test/buildtest_c_tls1 test/buildtest_c_ts test/buildtest_c_txt_db test/buildtest_c_ui test/buildtest_c_whrlpool test/buildtest_c_x509 test/buildtest_c_x509_vfy test/buildtest_c_x509v3 test/casttest test/chacha_internal_test test/cipherbytes_test test/cipherlist_test test/ciphername_test test/clienthellotest test/cmsapitest test/conf_include_test test/constant_time_test test/crltest test/ct_test test/ctype_internal_test test/curve448_internal_test test/d2i_test test/danetest test/destest test/dhtest test/drbg_cavs_test test/drbgtest test/dsa_no_digest_size_test test/dsatest test/dtls_mtu_test test/dtlstest test/dtlsv1listentest test/ec_internal_test test/ecdsatest test/ecstresstest test/ectest test/enginetest test/errtest test/evp_extra_test test/evp_test test/exdatatest test/exptest test/fatalerrtest test/gmdifftest test/gosttest test/hmactest test/ideatest test/igetest test/lhash_test test/md2test test/mdc2test test/memleaktest test/modes_internal_test test/ocspapitest test/packettest test/pbelutest test/pemtest test/pkey_meth_kdf_test test/pkey_meth_test test/poly1305_internal_test test/rc2test test/rc4test test/rc5test test/rdrand_sanitytest test/recordlentest test/rsa_complex test/rsa_mp_test test/rsa_test test/sanitytest test/secmemtest test/servername_test test/shlibloadtest test/siphash_internal_test test/sm2_internal_test test/sm4_internal_test test/srptest test/ssl_cert_table_internal_test test/ssl_test test/ssl_test_ctx_test test/sslapitest test/sslbuffertest test/sslcorrupttest test/ssltest_old test/stack_test test/sysdefaulttest test/test_test test/threadstest test/time_offset_test test/tls13ccstest test/tls13encryptiontest test/tls13secretstest test/uitest test/v3ext test/v3nametest test/verify_extra_test test/versions test/wpackettest test/x509_check_cert_pkey_test test/x509_dup_cert_test test/x509_internal_test test/x509_time_test test/x509aux SCRIPTS=apps/CA.pl apps/tsget.pl tools/c_rehash util/shlib_wrap.sh -DEPS=fuzz/client.d test/buildtest_rand_drbg.d crypto/x509/t_x509.d crypto/ec/ec_key.d crypto/des/des_enc.d test/bftest.d crypto/asn1/x_bignum.d crypto/cast/c_ecb.d apps/pkcs8.d test/rsa_mp_test.d test/dhtest.d test/asynciotest.d crypto/camellia/cmll_ctr.d crypto/x509v3/v3_pmaps.d crypto/ct/ct_err.d crypto/conf/conf_ssl.d crypto/rc2/rc2cfb64.d apps/gendsa.d crypto/sha/sha1dgst.d ssl/tls_srp.d crypto/engine/eng_err.d crypto/pkcs12/p12_init.d apps/app_rand.d crypto/ec/ec_kmeth.d crypto/x509/x_exten.d crypto/rsa/rsa_none.d crypto/camellia/cmll_cbc.d crypto/o_init.d crypto/mem_sec.d test/pbelutest.d crypto/md5/md5_dgst.d crypto/kdf/tls1_prf.d crypto/dh/dh_asn1.d apps/crl2p7.d crypto/ec/ecdsa_sign.d test/asn1_string_table_test.d crypto/txt_db/txt_db.d crypto/evp/p_verify.d apps/rand.d test/buildtest_symhacks.d crypto/ocsp/ocsp_lib.d test/sm4_internal_test.d crypto/x509v3/v3_pku.d crypto/asn1/x_int64.d crypto/asn1/a_octet.d crypto/x509v3/v3_asid.d crypto/dsa/dsa_gen.d test/buildtest_conf.d crypto/async/arch/async_null.d fuzz/conf.d crypto/x509/x509_lu.d crypto/dh/dh_pmeth.d crypto/ec/eck_prn.d apps/srp.d crypto/ts/ts_err.d test/buildtest_bn.d crypto/ui/ui_err.d crypto/dsa/dsa_meth.d test/uitest.d ssl/t1_trce.d test/buildtest_ec.d crypto/x509v3/v3_admis.d test/buildtest_comp.d crypto/async/arch/async_win.d test/x509_time_test.d crypto/rand/rand_lib.d crypto/engine/tb_pkmeth.d crypto/conf/conf_err.d crypto/x509v3/v3_ncons.d apps/req.d crypto/seed/seed.d apps/dsaparam.d crypto/pkcs12/p12_mutl.d crypto/x509v3/v3_ia5.d crypto/x509v3/v3_bitst.d crypto/evp/e_rc4_hmac_md5.d test/buildtest_x509_vfy.d crypto/evp/p_lib.d crypto/asn1/bio_ndef.d crypto/pkcs12/p12_attr.d test/ssl_test_ctx.d crypto/evp/encode.d crypto/evp/names.d crypto/cms/cms_io.d crypto/bn/bn_mod.d ssl/statem/statem_lib.d crypto/cmac/cmac.d test/stack_test.d test/buildtest_rand.d crypto/asn1/a_strnid.d crypto/bio/bio_meth.d crypto/rand/rand_vms.d test/rc2test.d crypto/sm2/sm2_pmeth.d crypto/pkcs7/pk7_smime.d crypto/x509v3/v3_pci.d crypto/x509v3/v3_cpols.d apps/ciphers.d crypto/dh/dh_meth.d apps/genpkey.d crypto/cms/cms_dd.d ssl/statem/extensions.d test/versions.d ssl/statem/statem_srvr.d crypto/des/cbc_enc.d crypto/cms/cms_cd.d crypto/bio/bss_file.d ssl/d1_msg.d crypto/x509v3/v3_enum.d crypto/ec/ecp_nist.d crypto/asn1/a_sign.d crypto/asn1/a_gentm.d fuzz/crl.d crypto/engine/tb_dh.d test/verify_extra_test.d test/rsa_test.d crypto/pkcs12/p12_sbag.d crypto/des/ecb_enc.d crypto/bio/b_addr.d crypto/x509v3/v3_crld.d crypto/des/set_key.d test/rc4test.d crypto/x509/t_crl.d crypto/evp/evp_pkey.d crypto/conf/conf_mall.d crypto/ec/ecp_smpl.d crypto/sm2/sm2_sign.d crypto/bn/bn_exp2.d crypto/bn/bn_add.d apps/s_client.d crypto/o_dir.d crypto/dh/dh_kdf.d crypto/asn1/nsseq.d test/buildtest_rsa.d ssl/bio_ssl.d crypto/ts/ts_lib.d crypto/x509/t_req.d crypto/blake2/m_blake2s.d crypto/bf/bf_skey.d crypto/ec/curve448/f_generic.d test/enginetest.d test/buildtest_srtp.d crypto/cast/c_cfb64.d crypto/dso/dso_dl.d crypto/seed/seed_ofb.d crypto/evp/e_aria.d test/testutil/driver.d crypto/cms/cms_env.d apps/asn1pars.d ssl/s3_msg.d crypto/sha/sha512.d test/siphash_internal_test.d crypto/cms/cms_att.d crypto/bn/bn_word.d crypto/bn/bn_srp.d crypto/rsa/rsa_pmeth.d test/ssltest_old.d crypto/cast/c_ofb64.d crypto/asn1/x_info.d test/buildtest_obj_mac.d ssl/ssl_lib.d crypto/dsa/dsa_asn1.d crypto/cms/cms_lib.d crypto/pkcs12/p12_npas.d crypto/asn1/a_utf8.d crypto/cryptlib.d test/buildtest_pkcs12.d crypto/bio/bio_err.d crypto/rc2/rc2_skey.d crypto/ripemd/rmd_one.d crypto/bio/bio_cb.d crypto/x509/x509_obj.d crypto/pem/pem_all.d crypto/dsa/dsa_ameth.d crypto/ec/ecp_mont.d apps/pkcs7.d crypto/pkcs7/pk7_attr.d crypto/cms/cms_kari.d crypto/modes/gcm128.d apps/passwd.d crypto/pem/pem_pk8.d crypto/dsa/dsa_ossl.d crypto/sha/keccak1600.d test/casttest.d crypto/lhash/lh_stats.d crypto/modes/ccm128.d crypto/comp/comp_lib.d test/dsatest.d crypto/ocsp/ocsp_asn.d crypto/evp/p_open.d crypto/asn1/a_d2i_fp.d test/threadstest.d crypto/cpt_err.d apps/enc.d crypto/bio/bss_dgram.d engines/e_dasync.d crypto/x509/x509_def.d ssl/t1_lib.d crypto/md4/md4_dgst.d crypto/md4/md4_one.d crypto/engine/eng_rdrand.d crypto/srp/srp_lib.d crypto/ts/ts_req_print.d crypto/rc2/rc2_cbc.d crypto/bn/bn_mont.d crypto/evp/e_des.d crypto/asn1/asn_mstbl.d crypto/evp/p_seal.d crypto/ocsp/v3_ocsp.d crypto/bn/bn_mpi.d crypto/dh/dh_err.d test/testutil/stanza.d apps/smime.d crypto/ct/ct_sct_ctx.d crypto/dh/dh_key.d test/bad_dtls_test.d crypto/evp/e_bf.d crypto/rc4/rc4_enc.d crypto/cms/cms_ess.d test/pkey_meth_kdf_test.d test/md2test.d crypto/engine/eng_table.d ssl/ssl_cert.d crypto/asn1/a_object.d crypto/cast/c_skey.d crypto/seed/seed_cbc.d test/ecdsatest.d crypto/engine/eng_openssl.d ssl/statem/extensions_srvr.d test/x509aux.d crypto/async/async_wait.d crypto/aria/aria.d test/bio_callback_test.d apps/ecparam.d apps/opt.d ssl/ssl_asn1.d crypto/ec/curve448/arch_32/f_impl.d test/constant_time_test.d crypto/ts/ts_asn1.d test/exdatatest.d test/ssltestlib.d ssl/ssl_err.d test/buildtest_bio.d apps/ocsp.d test/buildtest_ui.d ssl/record/rec_layer_s3.d crypto/asn1/f_int.d test/pkey_meth_test.d crypto/ec/curve25519.d crypto/modes/wrap128.d crypto/asn1/d2i_pu.d crypto/x509v3/v3_lib.d crypto/x509/x509_set.d test/buildtest_seed.d crypto/x509v3/v3_info.d crypto/rand/rand_win.d crypto/ocsp/ocsp_prn.d crypto/rc5/rc5_skey.d ssl/methods.d test/d2i_test.d crypto/bn/bn_recp.d crypto/des/ofb_enc.d ssl/ssl_utst.d apps/version.d crypto/pem/pvkfmt.d crypto/ripemd/rmd_dgst.d ssl/record/rec_layer_d1.d crypto/ts/ts_rsp_verify.d crypto/store/store_init.d test/asynctest.d crypto/ec/ecp_nistp521.d crypto/ec/ec_check.d crypto/asn1/evp_asn1.d test/buildtest_ossl_typ.d crypto/camellia/cmll_ecb.d test/sslapitest.d crypto/evp/e_rc5.d test/rc5test.d test/ideatest.d test/poly1305_internal_test.d crypto/modes/xts128.d test/bio_enc_test.d crypto/evp/bio_ok.d test/mdc2test.d crypto/engine/tb_digest.d crypto/ui/ui_null.d crypto/blake2/blake2b.d crypto/asn1/f_string.d crypto/objects/o_names.d crypto/aes/aes_cbc.d test/sslbuffertest.d crypto/ex_data.d crypto/bio/b_dump.d crypto/evp/m_md4.d crypto/asn1/tasn_fre.d crypto/pkcs12/p12_key.d crypto/pem/pem_xaux.d crypto/ec/ecp_oct.d test/cipherbytes_test.d test/evp_test.d crypto/aes/aes_wrap.d crypto/x509v3/v3_akeya.d test/buildtest_dsa.d crypto/asn1/asn1_gen.d crypto/evp/e_rc4.d crypto/err/err_all.d crypto/x509v3/v3err.d crypto/dsa/dsa_err.d crypto/bn/bn_ctx.d crypto/bio/bss_null.d crypto/pkcs7/bio_pk7.d crypto/x509v3/v3_bcons.d test/testutil/cb.d crypto/x509/x509_cmp.d crypto/evp/pmeth_lib.d test/buildtest_cast.d crypto/bn/bn_gcd.d ssl/ssl_txt.d crypto/engine/tb_dsa.d crypto/bio/bss_sock.d crypto/ec/ec_curve.d crypto/asn1/a_utctm.d crypto/modes/ofb128.d test/bioprinttest.d crypto/ec/curve448/curve448.d crypto/threads_none.d crypto/asn1/x_algor.d crypto/bio/bss_conn.d test/packettest.d crypto/evp/e_cast.d crypto/store/store_register.d crypto/evp/p_sign.d crypto/dh/dh_gen.d crypto/sha/sha256.d crypto/pkcs7/pk7_mime.d crypto/dh/dh_rfc7919.d test/testutil/basic_output.d apps/s_cb.d crypto/evp/e_sm4.d crypto/x509/by_file.d test/bio_memleak_test.d crypto/bn/bn_asm.d crypto/x509/x509_d2.d crypto/evp/e_chacha20_poly1305.d test/testutil/tap_bio.d crypto/evp/e_rc2.d test/buildtest_ecdh.d crypto/evp/e_aes.d crypto/asn1/x_pkey.d test/dtls_mtu_test.d crypto/x509v3/v3_alt.d crypto/x509/x509_ext.d crypto/rc5/rc5_enc.d crypto/asn1/tasn_typ.d test/afalgtest.d crypto/bio/bf_nbio.d crypto/objects/obj_xref.d crypto/asn1/asn1_par.d crypto/ts/ts_req_utils.d crypto/mem.d crypto/idea/i_ecb.d crypto/bn/bn_const.d ssl/d1_srtp.d crypto/des/fcrypt_b.d apps/nseq.d crypto/dsa/dsa_key.d test/chacha_internal_test.d test/sm2_internal_test.d crypto/asn1/tasn_utl.d crypto/asn1/asn_mime.d ssl/s3_enc.d crypto/x509v3/pcy_data.d test/testutil/tests.d ssl/s3_cbc.d crypto/evp/p_dec.d fuzz/x509.d crypto/ct/ct_log.d crypto/dh/dh_depr.d crypto/des/fcrypt.d apps/pkeyparam.d crypto/asn1/tasn_prn.d crypto/idea/i_ofb64.d crypto/rsa/rsa_crpt.d test/buildtest_x509.d test/buildtest_kdf.d crypto/evp/pmeth_gn.d crypto/ec/ec_mult.d crypto/x509/x509type.d crypto/evp/bio_enc.d ssl/statem/extensions_cust.d test/buildtest_asn1.d apps/ec.d test/buildtest_ssl2.d crypto/ocsp/ocsp_srv.d test/testutil/output_helpers.d crypto/md2/md2_one.d crypto/md2/md2_dgst.d test/buildtest_rc5.d crypto/x509/x509_att.d test/buildtest_md5.d crypto/dh/dh_prn.d apps/rsautl.d crypto/asn1/x_val.d apps/pkcs12.d apps/crl.d apps/engine.d crypto/x509/x509_vpm.d crypto/evp/p5_crpt2.d crypto/seed/seed_ecb.d ssl/d1_lib.d ssl/tls13_enc.d crypto/asn1/a_type.d crypto/rsa/rsa_lib.d test/buildtest_des.d crypto/engine/eng_list.d crypto/x509/x509_v3.d crypto/dso/dso_openssl.d test/pemtest.d crypto/ec/ec_lib.d crypto/ct/ct_b64.d crypto/ts/ts_verify_ctx.d crypto/rsa/rsa_gen.d test/recordlentest.d test/asn1_decode_test.d test/buildtest_md4.d crypto/pem/pem_pkey.d apps/ca.d apps/verify.d fuzz/bignum.d test/clienthellotest.d crypto/evp/bio_md.d crypto/idea/i_skey.d crypto/evp/c_alld.d crypto/dso/dso_win32.d test/crltest.d apps/cms.d apps/speed.d crypto/rc5/rc5ofb64.d crypto/evp/p_enc.d crypto/uid.d test/destest.d crypto/bn/bn_kron.d test/gmdifftest.d crypto/evp/evp_enc.d test/ct_test.d test/aborttest.d crypto/asn1/i2d_pu.d test/fatalerrtest.d crypto/bn/bn_shift.d crypto/evp/m_md5_sha1.d crypto/ec/ecdsa_vrf.d ssl/ssl_mcnf.d test/buildtest_aes.d crypto/pkcs12/p12_asn.d apps/x509.d crypto/engine/eng_lib.d crypto/rsa/rsa_asn1.d test/testutil/test_cleanup.d crypto/bn/bn_blind.d test/testutil/init.d crypto/objects/obj_dat.d crypto/des/cfb64enc.d crypto/rsa/rsa_oaep.d crypto/evp/p5_crpt.d crypto/cms/cms_err.d crypto/bf/bf_enc.d test/ecstresstest.d test/sanitytest.d ssl/t1_enc.d crypto/pkcs12/p12_p8e.d crypto/des/ofb64ede.d crypto/hmac/hm_ameth.d crypto/rsa/rsa_x931g.d crypto/x509v3/v3_addr.d crypto/x509/x509_trs.d crypto/store/store_err.d crypto/rsa/rsa_saos.d crypto/dso/dso_dlfcn.d crypto/evp/m_sha3.d apps/s_socket.d crypto/aes/aes_misc.d test/buildtest_txt_db.d crypto/sha/sha1_one.d test/exptest.d crypto/poly1305/poly1305_pmeth.d crypto/md5/md5_one.d crypto/seed/seed_cfb.d crypto/evp/evp_cnf.d crypto/x509/x509spki.d crypto/x509v3/v3_prn.d crypto/asn1/bio_asn1.d crypto/asn1/tasn_dec.d crypto/ec/ec_pmeth.d crypto/evp/m_mdc2.d crypto/idea/i_cfb64.d fuzz/cms.d crypto/rsa/rsa_depr.d crypto/sm4/sm4.d crypto/asn1/asn_moid.d crypto/asn1/a_digest.d ssl/ssl_sess.d crypto/bn/bn_prime.d crypto/engine/tb_rsa.d crypto/store/loader_file.d ssl/record/ssl3_record.d crypto/pkcs7/pk7_asn1.d crypto/init.d crypto/camellia/cmll_misc.d apps/rsa.d test/conf_include_test.d crypto/cmac/cm_ameth.d crypto/engine/eng_cnf.d crypto/rand/rand_err.d test/buildtest_objects.d crypto/pkcs12/p12_utl.d crypto/evp/bio_b64.d crypto/modes/cbc128.d test/sslcorrupttest.d crypto/dsa/dsa_lib.d crypto/rand/drbg_lib.d crypto/engine/eng_pkey.d fuzz/bndiv.d test/testutil/main.d test/cipherlist_test.d engines/e_ossltest.d crypto/ts/ts_conf.d crypto/ec/ec_oct.d ssl/ssl_rsa.d crypto/aes/aes_ofb.d crypto/stack/stack.d fuzz/ct.d crypto/des/cfb64ede.d crypto/ui/ui_openssl.d test/ec_internal_test.d crypto/x509/x_attrib.d crypto/des/rand_key.d fuzz/asn1.d crypto/asn1/ameth_lib.d crypto/evp/m_null.d crypto/x509v3/pcy_map.d apps/spkac.d test/bntest.d ssl/ssl_stat.d crypto/conf/conf_def.d crypto/evp/pbe_scrypt.d crypto/ocsp/ocsp_err.d crypto/objects/obj_err.d test/asn1_time_test.d test/cmsapitest.d test/buildtest_hmac.d crypto/cms/cms_smime.d test/tls13ccstest.d crypto/asn1/n_pkey.d crypto/bn/bn_depr.d test/buildtest_async.d crypto/x509/x509_vfy.d crypto/evp/m_sigver.d crypto/dso/dso_lib.d crypto/rand/rand_unix.d crypto/des/ofb64enc.d crypto/x509v3/v3_genn.d apps/errstr.d test/secmemtest.d crypto/cms/cms_pwri.d apps/pkeyutl.d test/evp_extra_test.d crypto/pkcs12/p12_decr.d crypto/asn1/tasn_new.d apps/openssl.d crypto/mem_clr.d crypto/ec/ecdsa_ossl.d crypto/bn/bn_err.d crypto/ec/ecp_nistputil.d crypto/kdf/kdf_err.d test/buildtest_e_os2.d crypto/ctype.d crypto/dsa/dsa_prn.d crypto/ec/ecp_nistp224.d crypto/evp/e_xcbc_d.d crypto/asn1/x_spki.d crypto/asn1/t_spki.d crypto/async/async.d test/ssl_test.d crypto/chacha/chacha_enc.d crypto/evp/evp_key.d test/buildtest_rc2.d engines/e_padlock.d crypto/rsa/rsa_meth.d test/v3ext.d crypto/conf/conf_api.d crypto/ec/ecp_nistp256.d crypto/dh/dh_lib.d crypto/evp/m_sha1.d crypto/bn/bn_mul.d test/modes_internal_test.d crypto/ec/ecdh_kdf.d test/buildtest_safestack.d crypto/threads_pthread.d crypto/rsa/rsa_prn.d apps/dhparam.d crypto/ec/ec2_oct.d test/dtlstest.d crypto/bio/bf_null.d crypto/kdf/hkdf.d crypto/bf/bf_ecb.d test/buildtest_dh.d crypto/x509v3/v3_sxnet.d crypto/camellia/camellia.d crypto/x509/x_crl.d ssl/s3_lib.d crypto/ec/ecx_meth.d crypto/ebcdic.d crypto/ct/ct_prn.d crypto/asn1/x_long.d crypto/bn/bn_rand.d crypto/bio/b_print.d test/asn1_internal_test.d test/rsa_complex.d test/buildtest_store.d crypto/x509v3/v3_akey.d crypto/sm2/sm2_crypt.d crypto/bn/bn_print.d apps/rehash.d test/buildtest_lhash.d ssl/pqueue.d crypto/rc5/rc5cfb64.d crypto/evp/e_aes_cbc_hmac_sha1.d test/buildtest_ecdsa.d crypto/pem/pem_lib.d crypto/sm3/sm3.d crypto/whrlpool/wp_block.d test/buildtest_ssl3.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/rsa/rsa_x931.d crypto/x509/x_x509.d test/drbg_cavs_test.d ssl/record/ssl3_buffer.d crypto/aes/aes_core.d crypto/rsa/rsa_ossl.d crypto/modes/ocb128.d crypto/x509/by_dir.d crypto/hmac/hm_pmeth.d crypto/ec/ec_asn1.d test/srptest.d crypto/evp/e_seed.d crypto/bn/bn_gf2m.d crypto/bn/bn_sqrt.d crypto/siphash/siphash_pmeth.d crypto/bn/bn_exp.d crypto/rc2/rc2_ecb.d crypto/x509/x509cset.d apps/prime.d crypto/asn1/a_bitstr.d crypto/bio/bss_fd.d crypto/siphash/siphash.d crypto/bn/bn_x931p.d test/servername_test.d crypto/ct/ct_policy.d crypto/asn1/asn_pack.d test/igetest.d crypto/buffer/buf_err.d crypto/dsa/dsa_vrf.d crypto/bf/bf_ofb64.d crypto/rc4/rc4_skey.d crypto/ts/ts_rsp_print.d ssl/statem/extensions_clnt.d crypto/cms/cms_enc.d crypto/dh/dh_check.d crypto/srp/srp_vfy.d crypto/o_time.d crypto/ui/ui_util.d crypto/rsa/rsa_chk.d crypto/comp/c_zlib.d crypto/evp/m_md2.d crypto/evp/evp_pbe.d crypto/pem/pem_err.d crypto/comp/comp_err.d crypto/ec/curve448/curve448_tables.d test/buildtest_ripemd.d crypto/rand/drbg_ctr.d crypto/pkcs12/p12_crt.d crypto/idea/i_cbc.d test/ssl_cert_table_internal_test.d crypto/rand/rand_egd.d test/buildtest_engine.d crypto/modes/cfb128.d crypto/async/async_err.d test/x509_dup_cert_test.d crypto/o_str.d apps/dsa.d crypto/evp/e_camellia.d crypto/rc2/rc2ofb64.d crypto/bio/bf_buff.d test/wpackettest.d crypto/whrlpool/wp_dgst.d test/testutil/format_output.d crypto/ec/ec2_smpl.d test/shlibloadtest.d test/ctype_internal_test.d crypto/rsa/rsa_mp.d crypto/bn/bn_div.d test/ssl_test_ctx_test.d crypto/bio/bf_lbuf.d crypto/asn1/p5_pbev2.d crypto/asn1/t_bitst.d test/v3nametest.d test/buildtest_conf_api.d apps/bf_prefix.d crypto/evp/pmeth_fn.d crypto/asn1/asn1_lib.d apps/storeutl.d crypto/asn1/asn1_item_list.d test/lhash_test.d crypto/x509/x509rset.d crypto/ct/ct_x509v3.d ssl/packet.d crypto/engine/eng_all.d crypto/cmac/cm_pmeth.d crypto/o_fips.d test/buildtest_cms.d crypto/objects/obj_lib.d test/x509_internal_test.d crypto/pkcs12/pk12err.d crypto/pkcs12/p12_p8d.d crypto/bio/bio_lib.d test/buildtest_cmac.d test/buildtest_blowfish.d test/curve448_internal_test.d crypto/ec/ec_err.d crypto/ec/ec_ameth.d crypto/des/xcbc_enc.d crypto/pem/pem_info.d crypto/bio/b_sock.d apps/apps.d crypto/dso/dso_vms.d ssl/record/dtls1_bitmap.d crypto/aes/aes_ige.d crypto/asn1/d2i_pr.d crypto/conf/conf_mod.d test/tls13secretstest.d crypto/dso/dso_err.d ssl/record/ssl3_record_tls13.d crypto/x509/x509name.d crypto/x509/x_name.d test/buildtest_ct.d apps/s_server.d crypto/modes/ctr128.d crypto/dsa/dsa_pmeth.d crypto/asn1/tasn_enc.d crypto/x509v3/v3_int.d crypto/asn1/i2d_pr.d test/tls13encryptiontest.d crypto/err/err.d crypto/poly1305/poly1305.d crypto/kdf/scrypt.d crypto/bio/bss_bio.d test/time_offset_test.d ssl/statem/statem.d test/asn1_encode_test.d crypto/des/qud_cksm.d test/buildtest_camellia.d crypto/engine/eng_fat.d test/dsa_no_digest_size_test.d test/buildtest_sha.d crypto/ocsp/ocsp_ht.d crypto/x509v3/v3_pcons.d crypto/blake2/m_blake2b.d crypto/evp/m_md5.d crypto/x509/x509_r2x.d test/buildtest_idea.d crypto/evp/m_ripemd.d crypto/x509v3/v3_skey.d crypto/ocsp/ocsp_ext.d test/buildtest_opensslv.d crypto/bn/bn_intern.d crypto/asn1/a_verify.d crypto/evp/e_des3.d crypto/evp/e_idea.d crypto/ct/ct_vfy.d crypto/ocsp/ocsp_vfy.d crypto/asn1/a_dup.d crypto/pem/pem_x509.d test/gosttest.d test/buildtest_pem2.d crypto/ts/ts_rsp_sign.d crypto/camellia/cmll_ofb.d crypto/ec/curve448/eddsa.d crypto/o_fopen.d crypto/aes/aes_cfb.d crypto/store/store_strings.d crypto/asn1/a_int.d test/buildtest_rc4.d test/hmactest.d crypto/bio/bss_log.d crypto/asn1/a_mbstr.d crypto/dsa/dsa_depr.d fuzz/test-corpus.d crypto/x509v3/pcy_cache.d fuzz/asn1parse.d test/buildtest_md2.d crypto/lhash/lhash.d crypto/modes/cts128.d crypto/ct/ct_oct.d crypto/dh/dh_rfc5114.d crypto/evp/evp_err.d ssl/statem/statem_dtls.d crypto/engine/tb_cipher.d engines/e_capi.d crypto/des/pcbc_enc.d crypto/engine/eng_dyn.d crypto/x509v3/v3_pcia.d crypto/ec/ec_cvt.d test/buildtest_whrlpool.d crypto/evp/cmeth_lib.d crypto/ec/curve448/scalar.d crypto/ct/ct_sct.d crypto/pkcs12/p12_kiss.d crypto/asn1/a_print.d test/buildtest_pem.d crypto/rsa/rsa_err.d crypto/pkcs12/p12_add.d apps/ts.d crypto/dsa/dsa_sign.d crypto/bn/bn_dh.d crypto/x509/x509_err.d crypto/evp/m_wp.d crypto/x509/x_pubkey.d test/buildtest_asn1t.d crypto/pkcs12/p12_crpt.d crypto/aes/aes_ecb.d test/buildtest_stack.d test/drbgtest.d crypto/dh/dh_ameth.d crypto/x509v3/pcy_tree.d test/ocspapitest.d crypto/cversion.d crypto/cms/cms_asn1.d crypto/sm2/sm2_err.d crypto/x509/x509_req.d crypto/conf/conf_lib.d test/buildtest_evp.d test/errtest.d crypto/ts/ts_rsp_utils.d test/memleaktest.d crypto/cms/cms_sd.d crypto/camellia/cmll_cfb.d crypto/ui/ui_lib.d test/dtlsv1listentest.d crypto/des/str2key.d fuzz/server.d crypto/conf/conf_sap.d apps/sess_id.d crypto/ec/ec_print.d crypto/siphash/siphash_ameth.d crypto/cast/c_enc.d crypto/pkcs7/pkcs7err.d apps/pkey.d test/rdrand_sanitytest.d crypto/x509v3/pcy_lib.d crypto/asn1/tasn_scn.d crypto/x509v3/v3_purp.d crypto/blake2/blake2s.d test/buildtest_buffer.d crypto/x509/x_all.d crypto/x509v3/pcy_node.d test/buildtest_ssl.d ssl/ssl_ciph.d crypto/evp/e_null.d crypto/rsa/rsa_sign.d crypto/x509/x_req.d test/mdc2_internal_test.d crypto/async/arch/async_posix.d crypto/pem/pem_sign.d crypto/asn1/x_sig.d crypto/rsa/rsa_ssl.d crypto/poly1305/poly1305_ameth.d crypto/ec/ecdh_ossl.d test/buildtest_crypto.d crypto/bio/bss_mem.d apps/dgst.d crypto/buffer/buffer.d crypto/store/store_lib.d crypto/ocsp/ocsp_cl.d crypto/bn/bn_nist.d crypto/asn1/a_strex.d test/x509_check_cert_pkey_test.d test/sysdefaulttest.d test/drbg_cavs_data.d crypto/rsa/rsa_pk1.d crypto/des/ecb3_enc.d test/danetest.d crypto/bf/bf_cfb64.d crypto/engine/tb_rand.d test/handshake_helper.d crypto/engine/eng_ctrl.d test/ectest.d crypto/asn1/p5_scrypt.d crypto/evp/evp_lib.d test/buildtest_ocsp.d test/buildtest_dtls1.d crypto/rsa/rsa_pss.d crypto/err/err_prn.d crypto/engine/tb_eckey.d crypto/asn1/p5_pbe.d test/buildtest_tls1.d ssl/statem/statem_clnt.d crypto/bn/bn_sqr.d test/buildtest_ts.d crypto/des/cbc_cksm.d crypto/asn1/a_time.d ssl/ssl_init.d crypto/getenv.d crypto/evp/e_old.d crypto/mem_dbg.d crypto/pkcs7/pk7_lib.d crypto/engine/eng_init.d crypto/engine/tb_asnmth.d crypto/x509v3/v3_tlsf.d crypto/evp/digest.d crypto/x509/x_x509a.d test/buildtest_srp.d apps/genrsa.d test/buildtest_x509v3.d crypto/threads_win.d crypto/pkcs7/pk7_doit.d crypto/asn1/p8_pkey.d crypto/asn1/asn1_err.d test/buildtest_ebcdic.d crypto/sm3/m_sm3.d test/buildtest_modes.d crypto/evp/c_allc.d crypto/x509v3/v3_utl.d crypto/hmac/hmac.d ssl/ssl_conf.d crypto/bn/bn_lib.d crypto/rand/randfile.d crypto/rc5/rc5_ecb.d crypto/x509/x509_meth.d test/ciphername_test.d crypto/rsa/rsa_ameth.d crypto/des/cfb_enc.d crypto/x509v3/v3_extku.d test/buildtest_pkcs7.d crypto/bio/b_sock2.d crypto/bio/bss_acpt.d test/test_test.d crypto/x509/x509_txt.d crypto/asn1/t_pkey.d crypto/asn1/a_i2d_fp.d crypto/x509v3/v3_conf.d apps/s_time.d crypto/pem/pem_oth.d +DEPS=crypto/bio/b_addr.d crypto/x509v3/v3_addr.d crypto/seed/seed_cbc.d test/asn1_internal_test.d crypto/x509v3/v3_purp.d crypto/bn/bn_kron.d crypto/engine/eng_rdrand.d crypto/x509v3/v3_ncons.d test/srptest.d test/tls13ccstest.d test/rsa_mp_test.d test/x509aux.d crypto/sm2/sm2_err.d crypto/x509/x509_obj.d crypto/pkcs12/p12_asn.d test/verify_extra_test.d crypto/rand/rand_egd.d crypto/engine/eng_init.d crypto/bio/bio_lib.d crypto/asn1/ameth_lib.d crypto/des/des_enc.d crypto/ui/ui_null.d crypto/des/cfb64enc.d crypto/rand/rand_lib.d crypto/x509v3/pcy_tree.d apps/smime.d crypto/seed/seed_cfb.d crypto/ec/ec_err.d crypto/asn1/tasn_typ.d crypto/bn/bn_x931p.d crypto/aes/aes_wrap.d apps/gendsa.d crypto/bio/bss_null.d test/buildtest_rc2.d crypto/x509v3/v3_akeya.d test/curve448_internal_test.d ssl/t1_lib.d ssl/d1_lib.d test/buildtest_sha.d crypto/x509/x509_txt.d crypto/asn1/i2d_pu.d crypto/x509v3/pcy_lib.d ssl/statem/extensions_srvr.d apps/ecparam.d test/sslbuffertest.d test/packettest.d crypto/engine/eng_pkey.d crypto/pkcs12/p12_decr.d crypto/dh/dh_err.d test/buildtest_cms.d crypto/pem/pem_xaux.d crypto/asn1/x_spki.d test/buildtest_ssl3.d test/buildtest_idea.d test/buildtest_ui.d crypto/ec/ec_oct.d crypto/x509/x_name.d test/uitest.d crypto/comp/c_zlib.d test/buildtest_symhacks.d crypto/x509/x509_ext.d crypto/ts/ts_rsp_utils.d crypto/pkcs12/p12_sbag.d crypto/md2/md2_dgst.d crypto/pem/pem_oth.d crypto/txt_db/txt_db.d crypto/ec/ecp_nistp224.d crypto/evp/m_md5_sha1.d test/wpackettest.d crypto/aes/aes_core.d test/test_test.d ssl/ssl_cert.d test/asn1_encode_test.d crypto/bio/bio_cb.d test/buildtest_crypto.d crypto/evp/evp_enc.d crypto/ec/ecp_smpl.d crypto/ec/ec_cvt.d test/sm4_internal_test.d crypto/asn1/x_int64.d test/buildtest_des.d crypto/pem/pem_all.d crypto/ocsp/ocsp_err.d crypto/pem/pem_info.d crypto/aes/aes_misc.d crypto/rc5/rc5_enc.d crypto/poly1305/poly1305_pmeth.d test/buildtest_comp.d crypto/evp/pmeth_fn.d crypto/asn1/asn1_par.d crypto/asn1/tasn_prn.d crypto/asn1/a_time.d crypto/cpt_err.d crypto/dsa/dsa_prn.d crypto/ec/ec_print.d ssl/ssl_conf.d test/buildtest_txt_db.d crypto/dsa/dsa_pmeth.d crypto/rc2/rc2_cbc.d apps/rand.d crypto/camellia/cmll_cfb.d crypto/pem/pem_lib.d test/ssltestlib.d test/ec_internal_test.d test/dtlstest.d crypto/des/ecb_enc.d crypto/x509/x_req.d crypto/bn/bn_prime.d crypto/evp/m_md2.d test/testutil/random.d crypto/evp/cmeth_lib.d test/sslcorrupttest.d crypto/x509v3/v3_bcons.d ssl/statem/statem_clnt.d crypto/evp/p_verify.d crypto/rsa/rsa_sign.d crypto/evp/e_rc4.d crypto/asn1/tasn_fre.d engines/e_dasync.d crypto/asn1/a_sign.d fuzz/cms.d crypto/x509/x509_att.d engines/e_ossltest.d crypto/asn1/nsseq.d crypto/asn1/tasn_dec.d crypto/evp/e_aes_cbc_hmac_sha1.d ssl/t1_trce.d crypto/cmac/cm_ameth.d test/buildtest_dh.d crypto/ec/ecdsa_sign.d crypto/rsa/rsa_saos.d crypto/ts/ts_lib.d crypto/asn1/n_pkey.d crypto/asn1/a_d2i_fp.d test/v3ext.d crypto/mem_sec.d crypto/siphash/siphash_ameth.d apps/apps.d test/tls13secretstest.d test/drbgtest.d crypto/x509/x509_r2x.d test/rdrand_sanitytest.d crypto/pkcs12/p12_init.d crypto/ct/ct_b64.d crypto/md4/md4_dgst.d test/clienthellotest.d crypto/x509/x509_vpm.d crypto/dh/dh_rfc7919.d crypto/pkcs12/p12_p8d.d test/buildtest_bio.d crypto/asn1/a_verify.d crypto/blake2/blake2b.d crypto/x509/x509_v3.d test/testutil/init.d apps/rehash.d test/x509_check_cert_pkey_test.d crypto/rand/drbg_ctr.d crypto/dh/dh_gen.d crypto/ripemd/rmd_dgst.d crypto/evp/e_aes.d crypto/rsa/rsa_ossl.d ssl/statem/statem_dtls.d crypto/cast/c_ofb64.d crypto/ui/ui_util.d crypto/ec/ec_kmeth.d crypto/ec/ecp_nist.d crypto/bn/bn_mod.d crypto/x509/t_crl.d test/buildtest_pkcs7.d crypto/sm3/m_sm3.d crypto/pkcs7/pk7_smime.d crypto/pem/pem_sign.d apps/bf_prefix.d test/testutil/cb.d crypto/x509/x509_meth.d crypto/async/async_err.d test/dtls_mtu_test.d test/buildtest_md4.d test/buildtest_asn1.d crypto/evp/e_camellia.d fuzz/ct.d crypto/asn1/bio_ndef.d crypto/ec/curve448/eddsa.d test/secmemtest.d test/buildtest_conf.d crypto/bio/bss_fd.d crypto/asn1/a_object.d crypto/bn/bn_div.d crypto/evp/p_lib.d crypto/x509/x509_d2.d crypto/rc2/rc2_ecb.d apps/dgst.d apps/s_time.d test/rsa_complex.d crypto/modes/cts128.d crypto/rand/rand_unix.d crypto/pkcs12/p12_utl.d crypto/evp/p_seal.d test/enginetest.d crypto/err/err.d crypto/ripemd/rmd_one.d fuzz/client.d crypto/ts/ts_rsp_verify.d test/asynciotest.d crypto/ex_data.d crypto/mem_clr.d crypto/bio/bf_lbuf.d crypto/evp/c_allc.d crypto/asn1/bio_asn1.d crypto/o_str.d crypto/bn/bn_exp.d crypto/modes/ctr128.d crypto/evp/m_md4.d ssl/d1_msg.d crypto/dsa/dsa_meth.d test/shlibloadtest.d test/buildtest_x509_vfy.d apps/crl2p7.d test/buildtest_hmac.d crypto/evp/e_sm4.d crypto/x509/t_req.d crypto/ts/ts_conf.d ssl/ssl_lib.d crypto/ec/ec_check.d crypto/dh/dh_check.d crypto/rsa/rsa_pss.d test/asn1_decode_test.d crypto/asn1/a_print.d crypto/ocsp/ocsp_ext.d crypto/conf/conf_def.d test/cipherlist_test.d crypto/objects/obj_xref.d test/testutil/output_helpers.d crypto/pkcs12/pk12err.d crypto/ct/ct_oct.d crypto/sm3/sm3.d test/buildtest_md2.d apps/pkcs7.d crypto/modes/cfb128.d crypto/ui/ui_err.d test/dhtest.d crypto/sha/sha1dgst.d crypto/asn1/a_dup.d crypto/evp/e_rc4_hmac_md5.d crypto/dsa/dsa_key.d crypto/bn/bn_recp.d test/buildtest_cast.d crypto/asn1/x_bignum.d test/modes_internal_test.d test/gosttest.d crypto/asn1/asn1_item_list.d crypto/evp/e_xcbc_d.d test/ssl_test_ctx.d test/buildtest_rc4.d crypto/engine/eng_table.d crypto/x509v3/pcy_map.d test/sslapitest.d crypto/rsa/rsa_x931g.d test/servername_test.d crypto/bn/bn_lib.d crypto/engine/eng_cnf.d crypto/x509/x509_def.d fuzz/server.d crypto/md4/md4_one.d crypto/des/str2key.d crypto/x509v3/v3_conf.d test/buildtest_x509v3.d test/buildtest_ec.d crypto/asn1/x_long.d test/dsatest.d crypto/hmac/hmac.d crypto/x509v3/v3_int.d ssl/ssl_init.d crypto/ct/ct_vfy.d ssl/ssl_mcnf.d crypto/asn1/a_int.d crypto/bn/bn_word.d crypto/evp/m_sha3.d test/buildtest_stack.d crypto/async/arch/async_posix.d crypto/pkcs7/pk7_attr.d crypto/x509/x_x509a.d crypto/evp/e_seed.d crypto/rsa/rsa_err.d test/buildtest_rand.d ssl/tls_srp.d crypto/rc2/rc2cfb64.d crypto/des/pcbc_enc.d crypto/asn1/a_strex.d crypto/async/arch/async_win.d crypto/x509/x509_lu.d test/x509_time_test.d test/buildtest_rand_drbg.d ssl/ssl_stat.d crypto/pkcs12/p12_npas.d crypto/asn1/a_bitstr.d test/buildtest_lhash.d test/buildtest_cmac.d crypto/evp/m_null.d crypto/evp/names.d crypto/bf/bf_ecb.d crypto/ec/ec_ameth.d crypto/rsa/rsa_ameth.d ssl/s3_enc.d crypto/objects/obj_err.d crypto/srp/srp_lib.d crypto/buffer/buffer.d ssl/record/rec_layer_s3.d crypto/ec/ecp_nistputil.d crypto/rand/randfile.d crypto/asn1/t_bitst.d crypto/objects/obj_lib.d crypto/des/xcbc_enc.d crypto/dsa/dsa_lib.d engines/e_padlock.d crypto/x509/x509_req.d crypto/ec/ec_pmeth.d crypto/x509/t_x509.d crypto/x509v3/v3_crld.d crypto/poly1305/poly1305_ameth.d crypto/dsa/dsa_ossl.d test/buildtest_rc5.d crypto/ec/ec2_smpl.d crypto/store/store_init.d crypto/evp/bio_md.d apps/s_client.d apps/s_socket.d crypto/ocsp/ocsp_lib.d crypto/ec/eck_prn.d crypto/dh/dh_depr.d test/sm2_internal_test.d crypto/x509v3/pcy_node.d crypto/md2/md2_one.d crypto/asn1/a_utctm.d test/buildtest_async.d crypto/ec/ecp_nistp521.d test/exptest.d test/buildtest_whrlpool.d test/stack_test.d apps/pkcs8.d crypto/camellia/cmll_cbc.d crypto/x509v3/v3_pmaps.d crypto/asn1/p5_pbev2.d crypto/x509v3/v3_ia5.d crypto/engine/tb_pkmeth.d crypto/ec/ec_mult.d crypto/asn1/a_type.d crypto/pkcs7/pk7_lib.d crypto/bio/bio_err.d crypto/sm4/sm4.d crypto/engine/eng_err.d crypto/kdf/scrypt.d test/v3nametest.d apps/opt.d crypto/pkcs7/bio_pk7.d crypto/bn/bn_srp.d apps/s_cb.d crypto/store/store_err.d ssl/packet.d crypto/o_time.d apps/pkeyparam.d crypto/asn1/x_info.d crypto/conf/conf_err.d apps/pkcs12.d crypto/engine/eng_all.d apps/ec.d crypto/x509v3/v3_asid.d crypto/evp/p_sign.d ssl/record/ssl3_record_tls13.d crypto/bio/bss_mem.d test/buildtest_x509.d crypto/ui/ui_openssl.d crypto/asn1/a_i2d_fp.d crypto/asn1/a_gentm.d crypto/lhash/lh_stats.d crypto/cms/cms_lib.d crypto/bio/bf_null.d test/buildtest_ssl2.d crypto/ec/ec_lib.d ssl/statem/statem_lib.d crypto/evp/e_rc5.d crypto/des/cfb_enc.d crypto/stack/stack.d crypto/engine/tb_cipher.d crypto/pem/pem_err.d ssl/ssl_sess.d crypto/x509v3/pcy_data.d crypto/x509v3/v3_pcons.d crypto/aes/aes_cfb.d ssl/d1_srtp.d crypto/x509v3/pcy_cache.d crypto/rc5/rc5_ecb.d crypto/ts/ts_verify_ctx.d crypto/engine/tb_rsa.d apps/ca.d crypto/pkcs12/p12_attr.d crypto/async/arch/async_null.d crypto/modes/ocb128.d crypto/ocsp/ocsp_ht.d crypto/conf/conf_sap.d crypto/store/store_lib.d test/ectest.d crypto/pkcs12/p12_p8e.d crypto/ui/ui_lib.d test/casttest.d test/evp_extra_test.d crypto/pem/pvkfmt.d crypto/des/cfb64ede.d test/buildtest_seed.d crypto/ec/ec_curve.d crypto/cms/cms_sd.d crypto/dso/dso_vms.d crypto/rand/rand_vms.d crypto/bio/bf_buff.d crypto/bio/bss_acpt.d crypto/x509v3/v3_tlsf.d crypto/kdf/kdf_err.d crypto/bf/bf_skey.d ssl/ssl_asn1.d crypto/bn/bn_print.d crypto/kdf/tls1_prf.d crypto/bio/bss_log.d test/versions.d crypto/sm2/sm2_crypt.d crypto/bio/bss_dgram.d crypto/idea/i_ofb64.d crypto/bn/bn_ctx.d crypto/bio/b_dump.d crypto/dh/dh_rfc5114.d test/gmdifftest.d crypto/camellia/cmll_ecb.d crypto/threads_pthread.d apps/passwd.d crypto/x509v3/v3_bitst.d crypto/dh/dh_lib.d apps/ts.d crypto/x509v3/v3_cpols.d test/siphash_internal_test.d test/buildtest_camellia.d crypto/dh/dh_kdf.d crypto/hmac/hm_pmeth.d crypto/rsa/rsa_mp.d test/ciphername_test.d crypto/ocsp/ocsp_srv.d apps/genpkey.d crypto/modes/xts128.d test/dsa_no_digest_size_test.d test/asn1_string_table_test.d ssl/record/dtls1_bitmap.d crypto/aes/aes_ige.d crypto/modes/ccm128.d crypto/evp/e_aria.d crypto/bn/bn_sqr.d crypto/rsa/rsa_none.d test/buildtest_obj_mac.d ssl/record/ssl3_buffer.d crypto/evp/e_rc2.d test/destest.d test/testutil/driver.d crypto/rsa/rsa_pk1.d test/memleaktest.d apps/x509.d crypto/engine/tb_rand.d crypto/pem/pem_pk8.d test/buildtest_srp.d crypto/x509/x509_vfy.d crypto/evp/e_des.d crypto/evp/pmeth_lib.d crypto/dsa/dsa_ameth.d crypto/pem/pem_pkey.d ssl/s3_cbc.d test/buildtest_evp.d crypto/ocsp/ocsp_prn.d crypto/dsa/dsa_depr.d crypto/rsa/rsa_meth.d crypto/x509/x509_err.d crypto/evp/p_enc.d crypto/evp/evp_pkey.d fuzz/asn1.d crypto/ct/ct_log.d crypto/rsa/rsa_pmeth.d ssl/methods.d crypto/ts/ts_req_print.d apps/srp.d test/asynctest.d apps/openssl.d crypto/bf/bf_cfb64.d test/bio_callback_test.d test/buildtest_ossl_typ.d crypto/des/ecb3_enc.d test/pbelutest.d test/buildtest_modes.d crypto/ts/ts_req_utils.d crypto/cms/cms_asn1.d test/buildtest_md5.d ssl/record/ssl3_record.d crypto/x509v3/v3_info.d crypto/x509/x509_trs.d crypto/evp/bio_b64.d crypto/pkcs12/p12_add.d test/ideatest.d crypto/ec/ec_asn1.d test/rsa_test.d crypto/asn1/a_digest.d crypto/bn/bn_sqrt.d crypto/engine/eng_list.d ssl/ssl_rsa.d crypto/poly1305/poly1305.d crypto/evp/m_sigver.d crypto/evp/digest.d apps/verify.d apps/prime.d crypto/dh/dh_pmeth.d crypto/evp/m_md5.d crypto/x509v3/v3_extku.d test/buildtest_ecdsa.d crypto/seed/seed_ecb.d crypto/asn1/asn_mime.d crypto/cms/cms_ess.d crypto/dsa/dsa_gen.d crypto/ct/ct_sct_ctx.d ssl/s3_msg.d test/buildtest_tls1.d crypto/x509v3/v3_lib.d crypto/conf/conf_mod.d crypto/cms/cms_pwri.d ssl/tls13_enc.d crypto/pkcs12/p12_crt.d crypto/rsa/rsa_oaep.d crypto/asn1/d2i_pr.d crypto/x509v3/v3_pci.d test/buildtest_kdf.d crypto/des/ofb_enc.d crypto/ec/ecdsa_vrf.d test/ssl_test.d test/testutil/stanza.d crypto/rsa/rsa_prn.d test/buildtest_blowfish.d crypto/ct/ct_sct.d crypto/asn1/i2d_pr.d crypto/dsa/dsa_asn1.d crypto/bio/bss_sock.d ssl/s3_lib.d crypto/ec/ecdh_kdf.d crypto/idea/i_cfb64.d crypto/blake2/m_blake2s.d test/buildtest_ts.d crypto/bn/bn_mul.d test/buildtest_buffer.d crypto/rc2/rc2_skey.d crypto/engine/tb_dsa.d crypto/pkcs7/pk7_asn1.d test/crltest.d apps/crl.d crypto/ec/ecp_mont.d crypto/ts/ts_rsp_print.d crypto/dh/dh_asn1.d test/bftest.d crypto/ec/ecdsa_ossl.d crypto/buffer/buf_err.d crypto/siphash/siphash_pmeth.d crypto/pkcs7/pkcs7err.d crypto/ts/ts_asn1.d crypto/ec/curve448/curve448.d crypto/bio/b_sock.d test/igetest.d crypto/aes/aes_ecb.d apps/dsa.d crypto/cms/cms_att.d crypto/pkcs12/p12_mutl.d fuzz/test-corpus.d crypto/cms/cms_env.d crypto/ec/ec2_oct.d crypto/camellia/cmll_ofb.d crypto/bn/bn_const.d crypto/asn1/p5_pbe.d crypto/o_init.d engines/e_capi.d test/buildtest_aes.d crypto/evp/p5_crpt.d crypto/ec/curve448/curve448_tables.d crypto/evp/e_old.d crypto/x509v3/v3err.d ssl/ssl_txt.d crypto/bn/bn_depr.d crypto/dh/dh_meth.d test/buildtest_ripemd.d crypto/dsa/dsa_sign.d test/exdatatest.d crypto/x509v3/v3_sxnet.d crypto/rc4/rc4_skey.d crypto/engine/eng_fat.d crypto/des/cbc_enc.d crypto/ec/ecx_meth.d test/sysdefaulttest.d test/hmactest.d test/pkey_meth_kdf_test.d crypto/evp/p_dec.d crypto/des/cbc_cksm.d crypto/camellia/cmll_misc.d crypto/async/async_wait.d test/ssl_cert_table_internal_test.d test/drbg_cavs_data.d ssl/ssl_err.d crypto/x509/x509name.d test/buildtest_ecdh.d crypto/engine/tb_digest.d test/ocspapitest.d crypto/whrlpool/wp_block.d crypto/x509v3/v3_enum.d test/tls13encryptiontest.d test/ecdsatest.d crypto/sha/keccak1600.d crypto/dso/dso_dl.d crypto/ctype.d crypto/camellia/camellia.d test/testutil/basic_output.d test/evp_test.d crypto/evp/pbe_scrypt.d crypto/x509/x_x509.d fuzz/bignum.d crypto/lhash/lhash.d crypto/x509/by_file.d crypto/ocsp/ocsp_vfy.d apps/asn1pars.d fuzz/bndiv.d crypto/evp/m_sha1.d crypto/ec/ec_key.d crypto/x509v3/v3_alt.d apps/nseq.d test/buildtest_rsa.d crypto/ocsp/ocsp_asn.d crypto/evp/evp_pbe.d test/ctype_internal_test.d crypto/store/store_strings.d test/threadstest.d apps/ciphers.d test/buildtest_pem.d test/d2i_test.d crypto/evp/p_open.d crypto/o_fopen.d crypto/err/err_prn.d test/md2test.d test/conf_include_test.d crypto/bn/bn_dh.d crypto/x509v3/v3_pcia.d crypto/x509/by_dir.d test/errtest.d crypto/store/loader_file.d apps/dhparam.d crypto/store/store_register.d test/cmsapitest.d crypto/evp/bio_ok.d test/pkey_meth_test.d crypto/dso/dso_err.d apps/ocsp.d crypto/pkcs7/pk7_doit.d crypto/rand/rand_win.d crypto/idea/i_cbc.d crypto/ct/ct_x509v3.d crypto/x509/x_all.d test/ecstresstest.d crypto/bio/bss_file.d test/buildtest_safestack.d crypto/ct/ct_policy.d crypto/bn/bn_nist.d crypto/cast/c_ecb.d crypto/evp/e_chacha20_poly1305.d test/lhash_test.d crypto/engine/tb_asnmth.d test/buildtest_pkcs12.d crypto/evp/e_null.d ssl/record/rec_layer_d1.d test/buildtest_conf_api.d crypto/blake2/blake2s.d test/bio_enc_test.d crypto/ec/ecp_nistp256.d crypto/asn1/tasn_utl.d crypto/pkcs12/p12_key.d crypto/pem/pem_x509.d crypto/sm2/sm2_sign.d apps/enc.d crypto/rc2/rc2ofb64.d test/time_offset_test.d crypto/asn1/t_pkey.d crypto/seed/seed_ofb.d crypto/asn1/a_strnid.d crypto/x509v3/v3_utl.d crypto/evp/e_idea.d crypto/x509/x509_cmp.d crypto/cast/c_enc.d crypto/conf/conf_mall.d crypto/asn1/x_val.d crypto/x509/x_crl.d crypto/camellia/cmll_ctr.d apps/errstr.d crypto/cast/c_skey.d crypto/uid.d test/testutil/test_cleanup.d crypto/evp/evp_key.d test/testutil/main.d fuzz/crl.d crypto/asn1/tasn_enc.d apps/rsautl.d crypto/des/ofb64ede.d apps/sess_id.d test/buildtest_dsa.d crypto/modes/ofb128.d crypto/evp/e_bf.d test/buildtest_ebcdic.d test/rc5test.d crypto/objects/o_names.d crypto/rsa/rsa_asn1.d test/buildtest_dtls1.d crypto/x509/x_attrib.d test/buildtest_engine.d crypto/evp/p5_crpt2.d crypto/evp/m_wp.d crypto/dh/dh_key.d crypto/conf/conf_lib.d crypto/cms/cms_smime.d crypto/bn/bn_mpi.d apps/version.d crypto/dso/dso_lib.d crypto/md5/md5_dgst.d crypto/asn1/asn1_err.d ssl/statem/extensions.d apps/pkeyutl.d test/bntest.d crypto/x509v3/v3_genn.d crypto/sha/sha256.d crypto/cms/cms_err.d ssl/statem/extensions_clnt.d crypto/dso/dso_win32.d crypto/bn/bn_rand.d apps/app_rand.d crypto/asn1/tasn_new.d crypto/cms/cms_dd.d crypto/x509/x509spki.d crypto/seed/seed.d crypto/modes/cbc128.d crypto/ec/ecp_oct.d crypto/objects/obj_dat.d ssl/t1_enc.d crypto/dso/dso_dlfcn.d crypto/conf/conf_api.d crypto/chacha/chacha_enc.d crypto/x509/x509type.d test/ct_test.d crypto/asn1/f_int.d crypto/x509v3/v3_skey.d crypto/bn/bn_add.d crypto/des/ofb64enc.d crypto/asn1/asn1_lib.d crypto/bn/bn_blind.d crypto/ec/curve448/f_generic.d test/buildtest_ct.d crypto/bn/bn_shift.d crypto/engine/eng_openssl.d crypto/asn1/f_string.d crypto/blake2/m_blake2b.d crypto/engine/tb_dh.d crypto/evp/m_mdc2.d crypto/engine/eng_lib.d ssl/statem/extensions_cust.d crypto/asn1/asn_pack.d crypto/cmac/cmac.d crypto/dh/dh_ameth.d crypto/aes/aes_ofb.d crypto/rc5/rc5_skey.d test/drbg_cavs_test.d fuzz/x509.d crypto/sha/sha512.d test/dtlsv1listentest.d crypto/asn1/tasn_scn.d ssl/ssl_ciph.d crypto/bio/bss_conn.d crypto/cms/cms_enc.d crypto/evp/e_cast.d apps/rsa.d test/rc2test.d test/afalgtest.d test/ssl_test_ctx_test.d crypto/bn/bn_gf2m.d crypto/bn/bn_intern.d crypto/md5/md5_one.d crypto/ct/ct_prn.d crypto/modes/wrap128.d crypto/rc5/rc5cfb64.d test/buildtest_pem2.d crypto/x509v3/v3_prn.d crypto/ts/ts_err.d crypto/evp/encode.d crypto/idea/i_ecb.d crypto/engine/eng_dyn.d crypto/dh/dh_prn.d crypto/des/set_key.d crypto/bio/b_print.d crypto/cryptlib.d crypto/engine/tb_eckey.d crypto/dsa/dsa_vrf.d crypto/async/async.d test/poly1305_internal_test.d fuzz/conf.d ssl/statem/statem.d test/buildtest_srtp.d crypto/hmac/hm_ameth.d apps/req.d crypto/x509/x_exten.d test/recordlentest.d crypto/rand/rand_err.d test/testutil/tap_bio.d fuzz/asn1parse.d crypto/evp/e_des3.d apps/storeutl.d crypto/x509/x_pubkey.d crypto/des/rand_key.d test/buildtest_bn.d ssl/statem/statem_srvr.d crypto/rsa/rsa_depr.d crypto/bn/bn_err.d test/buildtest_store.d crypto/x509v3/v3_akey.d crypto/rsa/rsa_crpt.d test/buildtest_ocsp.d test/testutil/format_output.d crypto/rsa/rsa_chk.d crypto/asn1/asn1_gen.d test/handshake_helper.d test/testutil/tests.d test/ssltest_old.d crypto/des/qud_cksm.d test/constant_time_test.d crypto/asn1/p5_scrypt.d apps/genrsa.d crypto/aes/aes_cbc.d test/asn1_time_test.d crypto/asn1/a_mbstr.d crypto/evp/c_alld.d crypto/asn1/evp_asn1.d crypto/threads_none.d crypto/asn1/a_utf8.d apps/engine.d apps/cms.d crypto/o_fips.d crypto/kdf/hkdf.d ssl/pqueue.d crypto/comp/comp_lib.d crypto/bf/bf_enc.d test/bio_memleak_test.d apps/pkey.d crypto/cversion.d crypto/rand/drbg_lib.d test/buildtest_e_os2.d crypto/rsa/rsa_ssl.d test/danetest.d crypto/cast/c_cfb64.d crypto/ec/curve448/arch_32/f_impl.d crypto/dso/dso_openssl.d crypto/evp/evp_err.d test/chacha_internal_test.d crypto/des/fcrypt_b.d crypto/mem.d crypto/ec/ecdh_ossl.d ssl/ssl_utst.d crypto/sm2/sm2_pmeth.d crypto/x509/x509cset.d crypto/dsa/dsa_err.d crypto/cms/cms_kari.d crypto/ocsp/ocsp_cl.d crypto/pkcs7/pk7_mime.d apps/dsaparam.d crypto/ebcdic.d crypto/x509v3/v3_pku.d crypto/bio/bio_meth.d crypto/modes/gcm128.d crypto/asn1/asn_mstbl.d crypto/evp/m_ripemd.d crypto/evp/evp_lib.d crypto/asn1/a_octet.d crypto/siphash/siphash.d crypto/ec/curve448/scalar.d crypto/pkcs12/p12_crpt.d crypto/mem_dbg.d crypto/bio/bf_nbio.d crypto/bn/bn_gcd.d test/rc4test.d crypto/ec/curve25519.d crypto/threads_win.d crypto/init.d test/bad_dtls_test.d crypto/bio/bss_bio.d crypto/evp/evp_cnf.d crypto/aria/aria.d crypto/asn1/p8_pkey.d crypto/bf/bf_ofb64.d crypto/ct/ct_err.d crypto/asn1/x_algor.d test/buildtest_opensslv.d crypto/ocsp/v3_ocsp.d crypto/x509/x509_set.d crypto/srp/srp_vfy.d crypto/sha/sha1_one.d apps/spkac.d crypto/bn/bn_exp2.d crypto/x509v3/v3_admis.d crypto/bio/b_sock2.d crypto/rsa/rsa_x931.d crypto/getenv.d crypto/bn/bn_mont.d crypto/asn1/asn_moid.d test/mdc2_internal_test.d crypto/cms/cms_io.d test/buildtest_ssl.d crypto/idea/i_skey.d crypto/conf/conf_ssl.d test/x509_dup_cert_test.d crypto/evp/bio_enc.d test/cipherbytes_test.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/asn1/d2i_pu.d crypto/bn/bn_asm.d crypto/rc4/rc4_enc.d crypto/evp/pmeth_gn.d ssl/bio_ssl.d test/aborttest.d crypto/des/fcrypt.d crypto/ts/ts_rsp_sign.d crypto/pkcs12/p12_kiss.d crypto/cmac/cm_pmeth.d test/mdc2test.d crypto/o_dir.d crypto/whrlpool/wp_dgst.d crypto/asn1/x_pkey.d apps/s_server.d crypto/rc5/rc5ofb64.d crypto/asn1/t_spki.d crypto/rsa/rsa_lib.d crypto/rsa/rsa_gen.d test/sanitytest.d crypto/x509/x509rset.d test/x509_internal_test.d apps/speed.d test/buildtest_asn1t.d test/pemtest.d test/fatalerrtest.d crypto/comp/comp_err.d crypto/engine/eng_ctrl.d test/bioprinttest.d test/buildtest_objects.d crypto/cms/cms_cd.d crypto/asn1/x_sig.d crypto/err/err_all.d GENERATED_MANDATORY=crypto/include/internal/bn_conf.h crypto/include/internal/dso_conf.h include/openssl/opensslconf.h GENERATED=apps/CA.pl apps/progs.h apps/tsget.pl crypto/buildinf.h test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md2.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_rc5.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_ssl3.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash util/shlib_wrap.sh @@ -52,6 +52,7 @@ APPS_OPENSSL=apps/openssl # Normally it is left empty. DESTDIR= + # Do not edit these manually. Use Configure with --prefix or --openssldir # to change this! Short explanation in the top comment in Configure INSTALLTOP=/usr/local @@ -65,6 +66,7 @@ ENGINESDIR=$(libdir)/engines-1.1 # libraries and applications LIBRPATH=$(libdir) + MANDIR=$(INSTALLTOP)/share/man DOCDIR=$(INSTALLTOP)/share/doc/$(BASENAME) HTMLDIR=$(DOCDIR)/html @@ -243,13 +245,13 @@ libclean: clean: libclean $(RM) $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS) $(RM) $(GENERATED_MANDATORY) $(GENERATED) - -$(RM) `find . -name .git -prune -o -name '*.d' -print` - -$(RM) `find . -name .git -prune -o -name '*.o' -print` + -$(RM) `find . -name '*.d' \! -name '.*' -print` + -$(RM) `find . -name '*.o' \! -name '.*' -print` $(RM) core $(RM) tags TAGS doc-nits $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc - -$(RM) `find . -name .git -prune -o -type l -print` + -$(RM) `find . -type l \! -name '.*' -print` $(RM) $(TARFILE) distclean: clean @@ -272,7 +274,7 @@ uninstall_sw: uninstall_runtime uninstall_engines uninstall_dev install_docs: install_man_docs install_html_docs uninstall_docs: uninstall_man_docs uninstall_html_docs - $(RM) -r -v $(DESTDIR)$(DOCDIR) + $(RM) -r $(DESTDIR)$(DOCDIR) install_ssldirs: @$(PERL) $(SRCDIR)/util/mkdir-p.pl $(DESTDIR)$(OPENSSLDIR)/certs @@ -6262,7 +6264,7 @@ ssl/tls_srp.o: ../ssl/tls_srp.c libssl.a: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o $(AR) $(ARFLAGS) $@ $? $(RANLIB) $@ || echo Never mind. -test/libtestutil.a: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +test/libtestutil.a: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o $(AR) $(ARFLAGS) $@ $? $(RANLIB) $@ || echo Never mind. test/testutil/basic_output.o: ../test/testutil/basic_output.c @@ -6321,6 +6323,14 @@ test/testutil/output_helpers.o: ../test/testutil/output_helpers.c else \ mv test/testutil/output_helpers.d.tmp test/testutil/output_helpers.d; \ fi +test/testutil/random.o: ../test/testutil/random.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/random.d.tmp -MT $@ -c -o $@ ../test/testutil/random.c + @touch test/testutil/random.d.tmp + @if cmp test/testutil/random.d.tmp test/testutil/random.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/random.d.tmp; \ + else \ + mv test/testutil/random.d.tmp test/testutil/random.d; \ + fi test/testutil/stanza.o: ../test/testutil/stanza.c $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/stanza.d.tmp -MT $@ -c -o $@ ../test/testutil/stanza.c @touch test/testutil/stanza.d.tmp @@ -9549,7 +9559,7 @@ ssl ssl/: ssl/packet.o ssl/tls13_enc.o ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o s @ : No support to produce bin test/tls13secretstest ssl/record ssl/record/: ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/statem ssl/statem/: ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o -test/testutil test/testutil/: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +test/testutil test/testutil/: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o ##### SHA assembler implementations # GNU make "catch all" diff --git a/upstream-build/makefile/x86_64-win32-mingw32 b/upstream-build/makefile/x86_64-win32-mingw32 index 813f936..6e7da8c 100644 --- a/upstream-build/makefile/x86_64-win32-mingw32 +++ b/upstream-build/makefile/x86_64-win32-mingw32 @@ -11,7 +11,7 @@ CONFIGURE_ARGS=("mingw64", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ss SRCDIR=.. BLDDIR=. -VERSION=1.1.1c +VERSION=1.1.1d MAJOR=1 MINOR=1.1 SHLIB_VERSION_NUMBER=1.1 @@ -30,7 +30,7 @@ ENGINES=engines/capi.dll engines/dasync.dll engines/ossltest.dll engines/padlock PROGRAMS=apps/openssl.exe fuzz/asn1-test.exe fuzz/asn1parse-test.exe fuzz/bignum-test.exe fuzz/bndiv-test.exe fuzz/client-test.exe fuzz/cms-test.exe fuzz/conf-test.exe fuzz/crl-test.exe fuzz/ct-test.exe fuzz/server-test.exe fuzz/x509-test.exe test/aborttest.exe test/afalgtest.exe test/asn1_decode_test.exe test/asn1_encode_test.exe test/asn1_internal_test.exe test/asn1_string_table_test.exe test/asn1_time_test.exe test/asynciotest.exe test/asynctest.exe test/bad_dtls_test.exe test/bftest.exe test/bio_callback_test.exe test/bio_enc_test.exe test/bio_memleak_test.exe test/bioprinttest.exe test/bntest.exe test/buildtest_c_aes.exe test/buildtest_c_asn1.exe test/buildtest_c_asn1t.exe test/buildtest_c_async.exe test/buildtest_c_bio.exe test/buildtest_c_blowfish.exe test/buildtest_c_bn.exe test/buildtest_c_buffer.exe test/buildtest_c_camellia.exe test/buildtest_c_cast.exe test/buildtest_c_cmac.exe test/buildtest_c_cms.exe test/buildtest_c_comp.exe test/buildtest_c_conf.exe test/buildtest_c_conf_api.exe test/buildtest_c_crypto.exe test/buildtest_c_ct.exe test/buildtest_c_des.exe test/buildtest_c_dh.exe test/buildtest_c_dsa.exe test/buildtest_c_dtls1.exe test/buildtest_c_e_os2.exe test/buildtest_c_ebcdic.exe test/buildtest_c_ec.exe test/buildtest_c_ecdh.exe test/buildtest_c_ecdsa.exe test/buildtest_c_engine.exe test/buildtest_c_evp.exe test/buildtest_c_hmac.exe test/buildtest_c_idea.exe test/buildtest_c_kdf.exe test/buildtest_c_lhash.exe test/buildtest_c_md2.exe test/buildtest_c_md4.exe test/buildtest_c_md5.exe test/buildtest_c_modes.exe test/buildtest_c_obj_mac.exe test/buildtest_c_objects.exe test/buildtest_c_ocsp.exe test/buildtest_c_opensslv.exe test/buildtest_c_ossl_typ.exe test/buildtest_c_pem.exe test/buildtest_c_pem2.exe test/buildtest_c_pkcs12.exe test/buildtest_c_pkcs7.exe test/buildtest_c_rand.exe test/buildtest_c_rand_drbg.exe test/buildtest_c_rc2.exe test/buildtest_c_rc4.exe test/buildtest_c_rc5.exe test/buildtest_c_ripemd.exe test/buildtest_c_rsa.exe test/buildtest_c_safestack.exe test/buildtest_c_seed.exe test/buildtest_c_sha.exe test/buildtest_c_srp.exe test/buildtest_c_srtp.exe test/buildtest_c_ssl.exe test/buildtest_c_ssl2.exe test/buildtest_c_ssl3.exe test/buildtest_c_stack.exe test/buildtest_c_store.exe test/buildtest_c_symhacks.exe test/buildtest_c_tls1.exe test/buildtest_c_ts.exe test/buildtest_c_txt_db.exe test/buildtest_c_ui.exe test/buildtest_c_whrlpool.exe test/buildtest_c_x509.exe test/buildtest_c_x509_vfy.exe test/buildtest_c_x509v3.exe test/casttest.exe test/chacha_internal_test.exe test/cipherbytes_test.exe test/cipherlist_test.exe test/ciphername_test.exe test/clienthellotest.exe test/cmsapitest.exe test/conf_include_test.exe test/constant_time_test.exe test/crltest.exe test/ct_test.exe test/ctype_internal_test.exe test/curve448_internal_test.exe test/d2i_test.exe test/danetest.exe test/destest.exe test/dhtest.exe test/drbg_cavs_test.exe test/drbgtest.exe test/dsa_no_digest_size_test.exe test/dsatest.exe test/dtls_mtu_test.exe test/dtlstest.exe test/dtlsv1listentest.exe test/ec_internal_test.exe test/ecdsatest.exe test/ecstresstest.exe test/ectest.exe test/enginetest.exe test/errtest.exe test/evp_extra_test.exe test/evp_test.exe test/exdatatest.exe test/exptest.exe test/fatalerrtest.exe test/gmdifftest.exe test/gosttest.exe test/hmactest.exe test/ideatest.exe test/igetest.exe test/lhash_test.exe test/md2test.exe test/mdc2test.exe test/memleaktest.exe test/modes_internal_test.exe test/ocspapitest.exe test/packettest.exe test/pbelutest.exe test/pemtest.exe test/pkey_meth_kdf_test.exe test/pkey_meth_test.exe test/poly1305_internal_test.exe test/rc2test.exe test/rc4test.exe test/rc5test.exe test/rdrand_sanitytest.exe test/recordlentest.exe test/rsa_complex.exe test/rsa_mp_test.exe test/rsa_test.exe test/sanitytest.exe test/secmemtest.exe test/servername_test.exe test/shlibloadtest.exe test/siphash_internal_test.exe test/sm2_internal_test.exe test/sm4_internal_test.exe test/srptest.exe test/ssl_cert_table_internal_test.exe test/ssl_test.exe test/ssl_test_ctx_test.exe test/sslapitest.exe test/sslbuffertest.exe test/sslcorrupttest.exe test/ssltest_old.exe test/stack_test.exe test/sysdefaulttest.exe test/test_test.exe test/threadstest.exe test/time_offset_test.exe test/tls13ccstest.exe test/tls13encryptiontest.exe test/tls13secretstest.exe test/uitest.exe test/v3ext.exe test/v3nametest.exe test/verify_extra_test.exe test/versions.exe test/wpackettest.exe test/x509_check_cert_pkey_test.exe test/x509_dup_cert_test.exe test/x509_internal_test.exe test/x509_time_test.exe test/x509aux.exe SCRIPTS=apps/CA.pl apps/tsget.pl tools/c_rehash util/shlib_wrap.sh -DEPS=crypto/cast/c_ecb.d crypto/async/arch/async_win.d crypto/aes/aes_cfb.d crypto/idea/i_skey.d test/buildtest_md5.d test/testutil/output_helpers.d apps/srp.d crypto/des/xcbc_enc.d test/buildtest_whrlpool.d crypto/x509/x509_def.d test/ssl_test.d crypto/store/store_lib.d crypto/x509v3/pcy_cache.d crypto/blake2/blake2s.d crypto/dsa/dsa_meth.d crypto/aes/aes_core.d crypto/asn1/x_pkey.d crypto/camellia/camellia.d crypto/camellia/cmll_ecb.d crypto/ocsp/ocsp_asn.d crypto/x509/x509_set.d crypto/evp/p_verify.d crypto/x509v3/v3_lib.d test/mdc2_internal_test.d crypto/asn1/tasn_new.d crypto/bio/bf_nbio.d crypto/x509/x509_obj.d crypto/ec/curve448/curve448_tables.d crypto/ec/curve448/eddsa.d crypto/dsa/dsa_vrf.d crypto/engine/eng_rdrand.d crypto/bn/bn_ctx.d crypto/cms/cms_err.d crypto/evp/cmeth_lib.d fuzz/bignum.d crypto/evp/m_md2.d test/buildtest_rc4.d test/x509_check_cert_pkey_test.d crypto/lhash/lh_stats.d apps/sess_id.d crypto/x509/x509spki.d crypto/asn1/p8_pkey.d test/v3ext.d test/asn1_encode_test.d crypto/objects/obj_lib.d crypto/x509v3/v3_tlsf.d fuzz/asn1.d ssl/ssl_lib.d ssl/statem/statem_dtls.d crypto/bn/bn_word.d crypto/ec/ecdsa_sign.d apps/pkcs12.d crypto/rand/rand_vms.d crypto/md4/md4_dgst.d crypto/x509/x_all.d crypto/bn/bn_gcd.d crypto/x509v3/pcy_tree.d crypto/ec/ecdsa_ossl.d crypto/x509v3/v3_extku.d crypto/asn1/a_d2i_fp.d crypto/ex_data.d crypto/rsa/rsa_prn.d crypto/dsa/dsa_asn1.d crypto/evp/evp_cnf.d crypto/seed/seed_cbc.d test/siphash_internal_test.d crypto/chacha/chacha_enc.d crypto/srp/srp_lib.d test/buildtest_ui.d test/gosttest.d test/ecstresstest.d test/drbgtest.d crypto/asn1/f_string.d test/sm4_internal_test.d crypto/ts/ts_asn1.d engines/e_padlock.d apps/verify.d crypto/cpt_err.d crypto/evp/p_enc.d crypto/bio/bss_file.d crypto/des/cfb64enc.d test/buildtest_opensslv.d crypto/asn1/tasn_typ.d crypto/asn1/a_type.d crypto/pkcs7/pk7_attr.d crypto/evp/pmeth_lib.d crypto/rsa/rsa_asn1.d crypto/dsa/dsa_prn.d apps/ciphers.d crypto/err/err.d crypto/blake2/m_blake2b.d crypto/bn/bn_intern.d crypto/seed/seed.d test/buildtest_bio.d crypto/bn/bn_gf2m.d crypto/rc5/rc5_ecb.d crypto/dso/dso_dlfcn.d test/drbg_cavs_test.d crypto/cms/cms_lib.d test/exptest.d crypto/engine/tb_eckey.d crypto/x509/t_x509.d crypto/ec/ec_key.d crypto/rand/rand_egd.d ssl/record/ssl3_record.d crypto/siphash/siphash.d apps/dsaparam.d test/buildtest_engine.d crypto/x509/x_pubkey.d engines/e_dasync.d ssl/t1_lib.d test/buildtest_aes.d crypto/des/fcrypt.d crypto/cms/cms_pwri.d crypto/evp/e_sm4.d crypto/ct/ct_oct.d crypto/ec/ecp_nistp256.d crypto/rc5/rc5cfb64.d ssl/s3_lib.d crypto/rsa/rsa_meth.d crypto/sha/keccak1600.d crypto/cms/cms_io.d test/stack_test.d crypto/rc5/rc5_skey.d crypto/ts/ts_rsp_print.d test/ssl_test_ctx_test.d crypto/ctype.d test/buildtest_asn1t.d crypto/x509v3/v3err.d test/buildtest_srp.d ssl/ssl_mcnf.d crypto/engine/eng_ctrl.d crypto/cmac/cmac.d test/buildtest_dsa.d crypto/ocsp/ocsp_cl.d crypto/evp/m_sigver.d crypto/dsa/dsa_depr.d crypto/conf/conf_lib.d crypto/ec/ec_asn1.d crypto/asn1/a_object.d crypto/des/str2key.d fuzz/server.d crypto/dsa/dsa_ossl.d crypto/modes/ctr128.d crypto/whrlpool/wp_block.d test/x509aux.d ssl/tls_srp.d crypto/rsa/rsa_none.d crypto/objects/o_names.d test/buildtest_pem.d crypto/des/cbc_enc.d crypto/ocsp/v3_ocsp.d crypto/kdf/tls1_prf.d test/sysdefaulttest.d crypto/mem_dbg.d crypto/idea/i_cbc.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/ec/eck_prn.d crypto/asn1/a_time.d crypto/hmac/hmac.d crypto/rsa/rsa_saos.d apps/prime.d crypto/sha/sha1dgst.d crypto/asn1/a_gentm.d crypto/engine/eng_pkey.d apps/s_time.d crypto/rand/drbg_lib.d crypto/bio/b_dump.d crypto/pkcs7/pkcs7err.d crypto/ec/ecdh_kdf.d test/memleaktest.d crypto/evp/evp_lib.d crypto/modes/cts128.d apps/opt.d crypto/des/ofb64ede.d crypto/rsa/rsa_pk1.d test/x509_internal_test.d crypto/x509v3/v3_cpols.d crypto/pem/pem_lib.d crypto/bn/bn_shift.d crypto/evp/e_aes_cbc_hmac_sha256.d ssl/ssl_txt.d apps/engine.d test/danetest.d crypto/rand/drbg_ctr.d crypto/asn1/n_pkey.d crypto/bio/bss_null.d test/dhtest.d crypto/mem.d crypto/pem/pem_err.d ssl/tls13_enc.d crypto/objects/obj_err.d crypto/evp/m_ripemd.d crypto/bn/bn_rand.d test/buildtest_lhash.d crypto/x509v3/v3_pcia.d crypto/asn1/asn_moid.d crypto/ec/ec_pmeth.d crypto/conf/conf_err.d crypto/pkcs12/p12_p8e.d test/sm2_internal_test.d crypto/evp/evp_err.d test/buildtest_pkcs12.d crypto/rc5/rc5_enc.d crypto/bf/bf_ofb64.d crypto/threads_pthread.d crypto/asn1/a_octet.d test/ct_test.d test/buildtest_ebcdic.d crypto/x509v3/v3_genn.d crypto/pem/pem_oth.d test/buildtest_ssl.d crypto/asn1/asn_pack.d apps/storeutl.d crypto/pkcs12/p12_crpt.d crypto/ts/ts_rsp_verify.d crypto/ct/ct_prn.d crypto/asn1/a_print.d crypto/engine/tb_dh.d crypto/rsa/rsa_depr.d crypto/ocsp/ocsp_prn.d test/buildtest_camellia.d crypto/engine/tb_rsa.d crypto/engine/eng_openssl.d test/dtls_mtu_test.d crypto/store/loader_file.d crypto/rsa/rsa_ossl.d apps/s_server.d crypto/store/store_err.d apps/version.d ssl/statem/extensions_srvr.d test/ectest.d crypto/asn1/x_bignum.d crypto/x509v3/v3_crld.d crypto/x509/x509_r2x.d crypto/des/cbc_cksm.d apps/dgst.d crypto/o_fopen.d crypto/dh/dh_rfc7919.d test/ec_internal_test.d crypto/pkcs7/pk7_doit.d test/dsatest.d crypto/bn/bn_const.d crypto/x509/x509_req.d ssl/statem/extensions_cust.d crypto/poly1305/poly1305_pmeth.d crypto/ui/ui_err.d crypto/x509v3/v3_pku.d crypto/asn1/i2d_pr.d test/buildtest_ssl3.d ssl/ssl_init.d crypto/modes/ccm128.d crypto/asn1/x_sig.d crypto/ct/ct_sct_ctx.d crypto/ec/ec_lib.d crypto/x509/x509name.d apps/dsa.d crypto/dso/dso_win32.d crypto/engine/tb_pkmeth.d crypto/x509v3/v3_bcons.d test/buildtest_rsa.d crypto/asn1/p5_pbe.d crypto/bio/bss_log.d test/sslapitest.d test/bio_enc_test.d crypto/bio/bio_meth.d test/gmdifftest.d crypto/dh/dh_rfc5114.d test/buildtest_ripemd.d test/bio_memleak_test.d crypto/ct/ct_policy.d crypto/dso/dso_dl.d test/rc4test.d crypto/evp/m_sha3.d test/chacha_internal_test.d test/buildtest_symhacks.d test/buildtest_store.d test/buildtest_asn1.d crypto/x509v3/v3_conf.d crypto/siphash/siphash_ameth.d apps/enc.d crypto/modes/ofb128.d crypto/evp/e_cast.d crypto/ec/curve448/curve448.d test/testutil/format_output.d crypto/evp/p_seal.d crypto/aria/aria.d crypto/ec/ec_oct.d crypto/asn1/x_val.d crypto/ui/ui_util.d crypto/evp/p5_crpt.d crypto/evp/e_rc5.d test/errtest.d fuzz/client.d crypto/md4/md4_one.d crypto/asn1/asn_mime.d test/ssl_cert_table_internal_test.d test/buildtest_obj_mac.d crypto/pkcs12/p12_utl.d crypto/async/async_err.d test/buildtest_ct.d test/pkey_meth_test.d fuzz/asn1parse.d crypto/evp/p_lib.d crypto/x509v3/v3_pci.d test/buildtest_ossl_typ.d crypto/bio/bss_acpt.d test/ecdsatest.d crypto/bf/bf_enc.d crypto/pkcs12/pk12err.d crypto/bio/bss_dgram.d crypto/bio/bss_fd.d crypto/threads_none.d crypto/bn/bn_dh.d crypto/evp/names.d crypto/poly1305/poly1305.d crypto/cast/c_ofb64.d test/buildtest_x509.d engines/e_capi.d crypto/x509v3/v3_utl.d crypto/modes/wrap128.d test/buildtest_blowfish.d test/buildtest_conf_api.d crypto/idea/i_cfb64.d test/testutil/basic_output.d ssl/ssl_asn1.d crypto/bn/bn_exp2.d crypto/ts/ts_req_print.d crypto/cversion.d test/time_offset_test.d crypto/evp/e_idea.d crypto/ocsp/ocsp_vfy.d crypto/x509/x509_err.d test/casttest.d crypto/x509/x509rset.d test/buildtest_sha.d ssl/statem/extensions.d crypto/pem/pem_xaux.d crypto/dh/dh_kdf.d apps/s_socket.d crypto/cast/c_enc.d crypto/bn/bn_sqr.d crypto/stack/stack.d apps/pkeyutl.d crypto/dh/dh_err.d crypto/asn1/a_i2d_fp.d crypto/seed/seed_cfb.d crypto/bn/bn_asm.d test/buildtest_md2.d ssl/ssl_conf.d apps/rehash.d crypto/mem_sec.d test/asn1_string_table_test.d crypto/evp/e_camellia.d crypto/rand/randfile.d crypto/asn1/x_spki.d test/testutil/tap_bio.d crypto/engine/tb_digest.d crypto/des/des_enc.d test/buildtest_dh.d crypto/camellia/cmll_ofb.d crypto/pkcs12/p12_attr.d test/curve448_internal_test.d crypto/bio/bio_cb.d crypto/asn1/evp_asn1.d crypto/pkcs12/p12_p8d.d test/testutil/cb.d crypto/rc2/rc2_cbc.d test/hmactest.d test/evp_test.d test/buildtest_stack.d crypto/asn1/a_strnid.d apps/openssl.d crypto/evp/c_alld.d crypto/kdf/hkdf.d crypto/sm3/m_sm3.d crypto/dsa/dsa_sign.d test/testutil/tests.d crypto/pkcs7/pk7_asn1.d test/rc2test.d crypto/des/ofb_enc.d crypto/objects/obj_xref.d crypto/asn1/tasn_prn.d crypto/ec/ec_check.d crypto/bio/b_print.d crypto/kdf/kdf_err.d crypto/cms/cms_kari.d ssl/record/ssl3_record_tls13.d crypto/rsa/rsa_ssl.d crypto/engine/eng_cnf.d crypto/init.d crypto/engine/eng_dyn.d ssl/ssl_ciph.d ssl/s3_msg.d apps/pkey.d crypto/ec/ec_print.d crypto/engine/tb_cipher.d crypto/conf/conf_def.d test/sslbuffertest.d crypto/pem/pem_pk8.d ssl/record/ssl3_buffer.d crypto/ocsp/ocsp_ext.d test/rsa_complex.d crypto/evp/m_sha1.d crypto/bn/bn_prime.d crypto/dso/dso_vms.d test/buildtest_des.d crypto/sm2/sm2_pmeth.d crypto/bn/bn_kron.d crypto/ec/curve448/arch_32/f_impl.d test/d2i_test.d crypto/x509/x_req.d ssl/record/dtls1_bitmap.d test/buildtest_ecdsa.d ssl/ssl_utst.d crypto/x509v3/pcy_data.d crypto/engine/eng_init.d test/buildtest_hmac.d crypto/aes/aes_ofb.d fuzz/test-corpus.d crypto/x509v3/v3_sxnet.d crypto/x509/x509_vpm.d crypto/cms/cms_cd.d test/fatalerrtest.d crypto/x509/x_name.d crypto/bio/bf_null.d crypto/x509/x509_d2.d crypto/rand/rand_err.d crypto/rand/rand_win.d crypto/ec/ec_cvt.d crypto/dso/dso_openssl.d crypto/bn/bn_mpi.d crypto/evp/m_md5_sha1.d crypto/bn/bn_add.d crypto/x509v3/v3_admis.d crypto/evp/m_md4.d crypto/pkcs7/bio_pk7.d crypto/evp/p_sign.d crypto/rand/rand_unix.d crypto/cms/cms_ess.d crypto/ec/ec_ameth.d test/testutil/init.d crypto/x509/x_crl.d crypto/pkcs12/p12_key.d crypto/pkcs12/p12_sbag.d ssl/record/rec_layer_d1.d crypto/conf/conf_ssl.d ssl/ssl_sess.d test/constant_time_test.d crypto/asn1/a_int.d crypto/des/fcrypt_b.d test/x509_time_test.d crypto/ts/ts_lib.d crypto/asn1/x_int64.d crypto/siphash/siphash_pmeth.d crypto/x509/x509_lu.d test/buildtest_rand.d crypto/asn1/t_bitst.d test/buildtest_txt_db.d crypto/evp/digest.d crypto/rc2/rc2_skey.d crypto/asn1/d2i_pr.d crypto/rc2/rc2cfb64.d crypto/sm2/sm2_err.d crypto/o_dir.d ssl/statem/statem.d crypto/x509/x_attrib.d test/pbelutest.d crypto/seed/seed_ofb.d test/ocspapitest.d apps/passwd.d test/buildtest_tls1.d crypto/asn1/tasn_dec.d crypto/evp/evp_key.d crypto/txt_db/txt_db.d apps/app_rand.d crypto/evp/e_aes.d apps/win32_init.d crypto/rand/rand_lib.d test/buildtest_objects.d crypto/rsa/rsa_sign.d test/v3nametest.d crypto/bn/bn_err.d crypto/rc2/rc2_ecb.d test/srptest.d crypto/threads_win.d crypto/evp/e_xcbc_d.d test/destest.d crypto/evp/m_mdc2.d test/buildtest_bn.d test/bio_callback_test.d crypto/lhash/lhash.d test/tls13ccstest.d crypto/x509v3/v3_akey.d ssl/statem/statem_srvr.d fuzz/conf.d apps/speed.d crypto/x509v3/pcy_node.d crypto/poly1305/poly1305_ameth.d crypto/ct/ct_err.d crypto/rsa/rsa_pmeth.d crypto/engine/eng_all.d crypto/x509v3/v3_purp.d test/ciphername_test.d crypto/ebcdic.d crypto/x509/t_crl.d test/x509_dup_cert_test.d crypto/cms/cms_asn1.d apps/nseq.d crypto/asn1/a_strex.d crypto/asn1/ameth_lib.d apps/ocsp.d crypto/aes/aes_ige.d crypto/comp/c_zlib.d crypto/aes/aes_cbc.d crypto/evp/bio_ok.d crypto/evp/pmeth_fn.d crypto/des/ecb_enc.d crypto/bn/bn_mul.d crypto/asn1/i2d_pu.d crypto/engine/eng_list.d test/lhash_test.d test/poly1305_internal_test.d test/buildtest_x509_vfy.d ssl/pqueue.d crypto/ct/ct_sct.d crypto/dsa/dsa_gen.d crypto/pkcs12/p12_mutl.d crypto/cms/cms_sd.d crypto/engine/eng_fat.d test/buildtest_evp.d test/md2test.d apps/cms.d apps/rand.d crypto/dsa/dsa_err.d crypto/engine/eng_table.d crypto/md5/md5_dgst.d crypto/evp/pmeth_gn.d crypto/ec/ec_mult.d crypto/pem/pvkfmt.d crypto/o_time.d crypto/pkcs12/p12_decr.d apps/genrsa.d crypto/evp/e_aria.d test/testutil/main.d test/ideatest.d crypto/asn1/a_dup.d crypto/rsa/rsa_crpt.d crypto/rsa/rsa_lib.d crypto/cms/cms_enc.d crypto/bio/b_sock2.d crypto/x509/x509_v3.d crypto/bn/bn_recp.d crypto/asn1/a_utf8.d crypto/evp/e_rc4_hmac_md5.d apps/ecparam.d crypto/rsa/rsa_err.d crypto/ec/ecp_nistputil.d crypto/asn1/x_algor.d test/exdatatest.d crypto/ec/ecp_oct.d crypto/whrlpool/wp_dgst.d crypto/bio/b_sock.d crypto/pkcs12/p12_npas.d crypto/x509v3/v3_bitst.d crypto/rsa/rsa_gen.d crypto/asn1/f_int.d crypto/bn/bn_nist.d crypto/pkcs7/pk7_smime.d crypto/store/store_strings.d apps/errstr.d crypto/dsa/dsa_lib.d crypto/evp/bio_b64.d test/rc5test.d crypto/bio/bss_sock.d ssl/ssl_err.d crypto/x509v3/v3_int.d test/tls13secretstest.d crypto/des/pcbc_enc.d test/igetest.d crypto/asn1/tasn_scn.d crypto/dh/dh_key.d crypto/x509/t_req.d crypto/buffer/buffer.d crypto/asn1/a_digest.d apps/dhparam.d crypto/rsa/rsa_mp.d crypto/asn1/tasn_enc.d crypto/rc4/rc4_skey.d crypto/evp/e_des.d ssl/t1_trce.d crypto/evp/e_old.d test/buildtest_conf.d crypto/dsa/dsa_pmeth.d crypto/des/cfb_enc.d test/buildtest_rc2.d crypto/conf/conf_mall.d crypto/evp/e_bf.d crypto/ec/ecp_nistp521.d crypto/bn/bn_blind.d test/modes_internal_test.d crypto/ui/ui_null.d crypto/sm2/sm2_sign.d test/buildtest_rand_drbg.d crypto/rc2/rc2ofb64.d apps/spkac.d crypto/uid.d crypto/o_str.d crypto/seed/seed_ecb.d test/buildtest_ocsp.d fuzz/x509.d test/buildtest_pkcs7.d crypto/comp/comp_err.d crypto/rsa/rsa_pss.d crypto/md2/md2_one.d crypto/x509/x509type.d test/enginetest.d crypto/asn1/x_info.d test/testutil/test_cleanup.d crypto/pem/pem_x509.d test/secmemtest.d crypto/evp/c_allc.d crypto/sha/sha512.d crypto/engine/tb_rand.d crypto/ts/ts_conf.d crypto/x509v3/v3_ncons.d crypto/x509v3/v3_skey.d crypto/async/arch/async_posix.d crypto/x509/x509_txt.d ssl/methods.d ssl/record/rec_layer_s3.d test/bioprinttest.d crypto/ec/ecx_meth.d crypto/x509v3/v3_enum.d ssl/ssl_rsa.d crypto/aes/aes_ecb.d crypto/x509v3/v3_asid.d test/buildtest_x509v3.d crypto/cryptlib.d crypto/engine/eng_err.d crypto/camellia/cmll_cbc.d apps/pkcs8.d crypto/rsa/rsa_x931.d crypto/des/rand_key.d crypto/dllmain.d test/buildtest_ec.d crypto/des/qud_cksm.d crypto/asn1/t_spki.d crypto/ts/ts_req_utils.d crypto/dso/dso_err.d crypto/ui/ui_lib.d crypto/bn/bn_mont.d test/buildtest_safestack.d test/packettest.d fuzz/ct.d crypto/dh/dh_asn1.d crypto/evp/e_rc2.d apps/crl.d test/buildtest_ssl2.d apps/smime.d crypto/aes/aes_misc.d test/rsa_test.d test/servername_test.d crypto/asn1/tasn_fre.d apps/asn1pars.d crypto/ec/ec2_oct.d crypto/comp/comp_lib.d crypto/evp/evp_pbe.d crypto/cms/cms_smime.d crypto/pem/pem_all.d crypto/hmac/hm_ameth.d test/rdrand_sanitytest.d crypto/modes/ocb128.d apps/bf_prefix.d crypto/rc4/rc4_enc.d crypto/ct/ct_x509v3.d crypto/dso/dso_lib.d crypto/cms/cms_att.d crypto/cmac/cm_ameth.d apps/s_client.d crypto/bio/bss_conn.d crypto/bn/bn_x931p.d crypto/ocsp/ocsp_ht.d crypto/camellia/cmll_misc.d apps/ts.d crypto/conf/conf_sap.d test/ssl_test_ctx.d test/ssltestlib.d crypto/ec/ecdh_ossl.d crypto/x509v3/v3_info.d crypto/x509/by_file.d apps/req.d crypto/ec/ecp_nist.d crypto/asn1/a_bitstr.d crypto/dh/dh_meth.d crypto/x509/x509_trs.d crypto/bf/bf_cfb64.d crypto/bn/bn_srp.d test/dsa_no_digest_size_test.d ssl/d1_msg.d crypto/cast/c_cfb64.d crypto/asn1/a_mbstr.d crypto/asn1/p5_pbev2.d test/test_test.d test/buildtest_pem2.d apps/pkcs7.d crypto/idea/i_ofb64.d crypto/ec/curve25519.d crypto/pkcs12/p12_kiss.d crypto/evp/evp_enc.d crypto/dh/dh_pmeth.d crypto/x509v3/v3_pcons.d crypto/pkcs7/pk7_mime.d test/cmsapitest.d test/asynciotest.d test/buildtest_ecdh.d crypto/bio/bss_mem.d ssl/statem/statem_lib.d test/bad_dtls_test.d crypto/ec/ecp_mont.d crypto/x509v3/v3_akeya.d test/ssltest_old.d ssl/s3_cbc.d crypto/rsa/rsa_oaep.d crypto/ec/ecp_smpl.d crypto/evp/m_null.d test/buildtest_dtls1.d crypto/hmac/hm_pmeth.d test/dtlsv1listentest.d crypto/engine/tb_asnmth.d ssl/d1_lib.d crypto/sm3/sm3.d crypto/ec/ec_curve.d crypto/kdf/scrypt.d test/asn1_internal_test.d ssl/packet.d fuzz/crl.d test/buildtest_async.d test/recordlentest.d crypto/cms/cms_env.d apps/crl2p7.d crypto/camellia/cmll_ctr.d crypto/ec/curve448/f_generic.d test/buildtest_e_os2.d crypto/x509/x509cset.d test/dtlstest.d crypto/rsa/rsa_chk.d crypto/dsa/dsa_key.d test/buildtest_rc5.d test/asn1_decode_test.d crypto/evp/e_null.d apps/s_cb.d crypto/cmac/cm_pmeth.d test/verify_extra_test.d crypto/evp/p_dec.d test/tls13encryptiontest.d crypto/bio/bf_lbuf.d crypto/ts/ts_rsp_sign.d crypto/x509v3/v3_addr.d crypto/modes/cfb128.d crypto/aes/aes_wrap.d crypto/asn1/a_sign.d crypto/engine/eng_lib.d test/sanitytest.d crypto/asn1/a_utctm.d crypto/evp/e_rc4.d crypto/md5/md5_one.d test/drbg_cavs_data.d crypto/bio/bio_err.d test/cipherbytes_test.d crypto/err/err_prn.d test/cipherlist_test.d crypto/x509/x509_vfy.d crypto/bn/bn_exp.d crypto/bn/bn_print.d crypto/ocsp/ocsp_err.d ssl/statem/extensions_clnt.d crypto/pkcs12/p12_init.d test/pkey_meth_kdf_test.d crypto/asn1/d2i_pu.d crypto/des/set_key.d crypto/evp/e_seed.d test/buildtest_md4.d crypto/dh/dh_lib.d test/buildtest_cms.d test/threadstest.d crypto/evp/bio_enc.d test/buildtest_seed.d crypto/dh/dh_depr.d crypto/des/cfb64ede.d crypto/x509v3/pcy_map.d crypto/sha/sha256.d crypto/evp/p5_crpt2.d test/wpackettest.d test/crltest.d crypto/evp/encode.d crypto/asn1/tasn_utl.d crypto/x509v3/v3_alt.d crypto/err/err_all.d crypto/bio/bio_lib.d crypto/ec/ec_err.d test/mdc2test.d crypto/modes/xts128.d crypto/bio/b_addr.d crypto/o_fips.d crypto/x509/x509_meth.d crypto/modes/cbc128.d crypto/pkcs12/p12_add.d crypto/sm2/sm2_crypt.d ssl/statem/statem_clnt.d crypto/ui/ui_openssl.d crypto/des/ecb3_enc.d crypto/asn1/p5_scrypt.d crypto/pem/pem_info.d apps/rsa.d test/buildtest_modes.d crypto/evp/m_wp.d engines/e_ossltest.d crypto/ct/ct_vfy.d crypto/pem/pem_sign.d crypto/ocsp/ocsp_lib.d crypto/evp/bio_md.d ssl/ssl_stat.d crypto/dh/dh_gen.d test/buildtest_comp.d test/afalgtest.d crypto/asn1/bio_asn1.d crypto/sm4/sm4.d test/clienthellotest.d crypto/asn1/asn1_item_list.d crypto/x509v3/pcy_lib.d crypto/x509/x_exten.d crypto/blake2/m_blake2s.d crypto/conf/conf_mod.d test/buildtest_crypto.d crypto/asn1/asn1_par.d crypto/ripemd/rmd_one.d crypto/md2/md2_dgst.d crypto/ts/ts_rsp_utils.d test/conf_include_test.d crypto/asn1/asn_mstbl.d crypto/bn/bn_div.d crypto/getenv.d test/shlibloadtest.d crypto/engine/tb_dsa.d crypto/ec/ec_kmeth.d crypto/x509v3/v3_pmaps.d test/buildtest_buffer.d crypto/ec/ec2_smpl.d crypto/x509v3/v3_prn.d crypto/bn/bn_mod.d crypto/bio/bss_bio.d apps/pkeyparam.d ssl/bio_ssl.d crypto/evp/e_des3.d crypto/cms/cms_dd.d test/uitest.d apps/gendsa.d test/bftest.d crypto/ts/ts_err.d crypto/sha/sha1_one.d crypto/async/arch/async_null.d crypto/ec/curve448/scalar.d fuzz/cms.d test/asn1_time_test.d crypto/evp/pbe_scrypt.d apps/genpkey.d crypto/ct/ct_b64.d test/buildtest_cast.d crypto/store/store_init.d crypto/asn1/asn1_err.d crypto/dsa/dsa_ameth.d crypto/srp/srp_vfy.d crypto/x509/x_x509.d crypto/bn/bn_lib.d crypto/blake2/blake2b.d crypto/conf/conf_api.d crypto/x509/by_dir.d crypto/ct/ct_log.d crypto/bio/bf_buff.d crypto/modes/gcm128.d crypto/des/ofb64enc.d test/bntest.d ssl/ssl_cert.d test/sslcorrupttest.d crypto/async/async_wait.d crypto/ripemd/rmd_dgst.d crypto/dh/dh_check.d crypto/dh/dh_prn.d crypto/rsa/rsa_x931g.d test/versions.d crypto/ts/ts_verify_ctx.d test/asynctest.d crypto/evp/m_md5.d crypto/cast/c_skey.d crypto/camellia/cmll_cfb.d crypto/idea/i_ecb.d test/testutil/driver.d crypto/ocsp/ocsp_srv.d test/testutil/stanza.d test/ctype_internal_test.d crypto/asn1/nsseq.d apps/ec.d crypto/x509/x_x509a.d crypto/buffer/buf_err.d crypto/asn1/a_verify.d crypto/pkcs7/pk7_lib.d crypto/pem/pem_pkey.d apps/x509.d test/buildtest_idea.d crypto/x509/x509_cmp.d ssl/d1_srtp.d crypto/rsa/rsa_ameth.d crypto/bf/bf_ecb.d test/aborttest.d crypto/evp/e_chacha20_poly1305.d apps/rsautl.d crypto/asn1/t_pkey.d test/buildtest_cmac.d crypto/evp/evp_pkey.d test/evp_extra_test.d crypto/async/async.d crypto/rc5/rc5ofb64.d crypto/bn/bn_depr.d apps/ca.d crypto/mem_clr.d test/buildtest_ts.d crypto/bf/bf_skey.d fuzz/bndiv.d test/buildtest_kdf.d test/handshake_helper.d crypto/ec/ecdsa_vrf.d crypto/asn1/asn1_lib.d ssl/t1_enc.d apps/apps.d crypto/evp/p_open.d crypto/pkcs12/p12_asn.d crypto/o_init.d test/pemtest.d crypto/ec/ecp_nistp224.d ssl/s3_enc.d crypto/bn/bn_sqrt.d crypto/objects/obj_dat.d crypto/x509/x509_ext.d crypto/pkcs12/p12_crt.d crypto/asn1/x_long.d crypto/store/store_register.d crypto/asn1/asn1_gen.d crypto/dh/dh_ameth.d test/buildtest_srtp.d test/rsa_mp_test.d crypto/x509v3/v3_ia5.d crypto/asn1/bio_ndef.d crypto/x509/x509_att.d +DEPS=test/asynctest.d test/buildtest_modes.d ssl/ssl_asn1.d crypto/evp/m_md5_sha1.d crypto/bn/bn_mod.d test/buildtest_asn1.d ssl/s3_msg.d test/drbg_cavs_test.d crypto/x509/x509_set.d crypto/bio/b_sock.d crypto/x509/x509_att.d test/ecstresstest.d test/pkey_meth_kdf_test.d test/dsatest.d fuzz/cms.d apps/dsaparam.d crypto/ripemd/rmd_dgst.d crypto/ocsp/ocsp_err.d crypto/x509v3/v3_info.d crypto/evp/cmeth_lib.d crypto/evp/e_null.d crypto/asn1/p5_scrypt.d apps/pkcs8.d crypto/bn/bn_blind.d crypto/dso/dso_openssl.d crypto/evp/p5_crpt.d crypto/evp/e_rc5.d crypto/dh/dh_pmeth.d ssl/ssl_mcnf.d crypto/asn1/a_utf8.d ssl/t1_lib.d crypto/store/store_err.d crypto/bn/bn_kron.d crypto/cmac/cm_pmeth.d crypto/cmac/cm_ameth.d ssl/ssl_ciph.d crypto/dso/dso_lib.d crypto/dso/dso_dlfcn.d ssl/ssl_conf.d apps/ts.d crypto/des/ecb3_enc.d crypto/dsa/dsa_sign.d apps/version.d crypto/asn1/tasn_scn.d ssl/methods.d crypto/x509v3/pcy_lib.d crypto/ocsp/ocsp_ht.d crypto/evp/m_md4.d crypto/asn1/a_i2d_fp.d apps/ecparam.d test/buildtest_txt_db.d test/bftest.d apps/s_server.d ssl/ssl_stat.d crypto/asn1/tasn_dec.d crypto/siphash/siphash.d crypto/ts/ts_rsp_utils.d crypto/conf/conf_sap.d apps/s_client.d crypto/pkcs7/pk7_asn1.d crypto/x509/x509_vpm.d crypto/asn1/x_bignum.d crypto/asn1/i2d_pu.d crypto/txt_db/txt_db.d crypto/engine/eng_openssl.d ssl/t1_enc.d ssl/d1_lib.d crypto/sm2/sm2_pmeth.d crypto/sm3/sm3.d test/buildtest_ui.d test/dtlstest.d test/aborttest.d test/pemtest.d crypto/bn/bn_rand.d crypto/ec/ecp_smpl.d crypto/engine/eng_err.d crypto/evp/p_enc.d test/drbgtest.d crypto/ts/ts_asn1.d test/buildtest_stack.d crypto/x509v3/v3_admis.d test/buildtest_rand.d crypto/ec/ecdsa_ossl.d crypto/asn1/asn_mstbl.d crypto/x509/x509_r2x.d crypto/engine/eng_dyn.d crypto/x509v3/pcy_map.d crypto/asn1/f_string.d apps/genrsa.d test/buildtest_srtp.d crypto/ec/curve448/arch_32/f_impl.d crypto/x509/x509_obj.d test/sysdefaulttest.d crypto/pkcs12/p12_key.d apps/enc.d crypto/pkcs12/p12_asn.d test/testutil/tap_bio.d crypto/evp/evp_pbe.d test/buildtest_md2.d crypto/ec/ecp_nistputil.d crypto/dh/dh_check.d test/curve448_internal_test.d apps/pkcs12.d crypto/store/store_lib.d crypto/evp/m_sha3.d crypto/bn/bn_mont.d ssl/tls13_enc.d crypto/ec/ecdsa_vrf.d crypto/cms/cms_att.d test/rdrand_sanitytest.d crypto/dsa/dsa_gen.d crypto/asn1/asn1_par.d test/time_offset_test.d crypto/rsa/rsa_pss.d fuzz/ct.d crypto/modes/cts128.d crypto/x509/t_x509.d crypto/bf/bf_skey.d crypto/kdf/scrypt.d crypto/asn1/a_sign.d test/pkey_meth_test.d apps/s_time.d test/buildtest_ec.d crypto/x509/x509_trs.d test/buildtest_ssl.d crypto/bn/bn_dh.d ssl/statem/extensions_clnt.d crypto/x509v3/v3_lib.d test/buildtest_evp.d crypto/engine/tb_digest.d crypto/camellia/cmll_ecb.d ssl/t1_trce.d test/dsa_no_digest_size_test.d crypto/ocsp/ocsp_vfy.d test/ssl_test_ctx.d crypto/x509v3/v3_skey.d crypto/ec/ec_asn1.d test/tls13encryptiontest.d crypto/asn1/asn_moid.d crypto/pem/pem_sign.d crypto/des/pcbc_enc.d crypto/ts/ts_rsp_verify.d crypto/rc5/rc5_enc.d crypto/x509/x_x509a.d crypto/ct/ct_vfy.d test/dhtest.d crypto/sha/sha1_one.d test/buildtest_tls1.d crypto/cms/cms_pwri.d crypto/sm2/sm2_crypt.d crypto/evp/bio_md.d crypto/sha/sha256.d crypto/asn1/a_strex.d crypto/x509/by_dir.d crypto/x509v3/v3_pmaps.d crypto/ec/ec_oct.d crypto/ui/ui_null.d crypto/evp/encode.d crypto/rand/rand_vms.d crypto/bn/bn_gf2m.d ssl/statem/statem_lib.d test/buildtest_cms.d test/asn1_string_table_test.d crypto/x509/x509type.d test/testutil/tests.d fuzz/crl.d test/testutil/format_output.d test/buildtest_pem.d test/versions.d crypto/ocsp/v3_ocsp.d crypto/evp/e_old.d apps/dsa.d crypto/ocsp/ocsp_lib.d crypto/sm4/sm4.d crypto/asn1/x_pkey.d crypto/asn1/a_gentm.d test/gmdifftest.d crypto/ts/ts_req_print.d crypto/rc2/rc2ofb64.d crypto/blake2/blake2s.d test/buildtest_rand_drbg.d crypto/lhash/lhash.d crypto/bio/bf_lbuf.d crypto/asn1/d2i_pu.d crypto/x509v3/v3_sxnet.d crypto/ec/ec_cvt.d crypto/async/arch/async_posix.d test/buildtest_ct.d test/buildtest_des.d crypto/pem/pem_pkey.d crypto/bn/bn_depr.d crypto/asn1/a_digest.d crypto/ec/ec_key.d crypto/x509v3/v3_enum.d crypto/hmac/hm_pmeth.d test/testutil/init.d crypto/asn1/bio_ndef.d crypto/hmac/hm_ameth.d test/buildtest_pkcs7.d test/bio_enc_test.d crypto/cms/cms_enc.d crypto/bio/bss_file.d test/mdc2test.d crypto/ct/ct_log.d test/buildtest_srp.d crypto/bio/bf_null.d test/chacha_internal_test.d test/rsa_complex.d test/buildtest_store.d crypto/cms/cms_sd.d crypto/camellia/cmll_cfb.d crypto/rsa/rsa_lib.d crypto/objects/obj_dat.d crypto/engine/eng_init.d crypto/seed/seed_ofb.d crypto/bio/bio_meth.d crypto/store/loader_file.d crypto/dsa/dsa_ossl.d crypto/modes/ocb128.d crypto/o_str.d test/buildtest_ecdsa.d crypto/ts/ts_verify_ctx.d apps/app_rand.d crypto/evp/m_mdc2.d test/pbelutest.d test/buildtest_ripemd.d crypto/des/cfb64enc.d crypto/engine/eng_list.d crypto/objects/o_names.d crypto/ec/ecx_meth.d test/gosttest.d crypto/dh/dh_kdf.d crypto/rc2/rc2cfb64.d crypto/bn/bn_sqrt.d crypto/rc2/rc2_ecb.d crypto/md4/md4_dgst.d ssl/record/ssl3_record_tls13.d crypto/dh/dh_rfc7919.d crypto/bio/bio_err.d test/afalgtest.d crypto/des/qud_cksm.d apps/pkcs7.d crypto/bn/bn_gcd.d test/buildtest_ssl3.d crypto/ec/ec2_smpl.d crypto/engine/tb_dsa.d crypto/md5/md5_one.d crypto/asn1/asn1_gen.d crypto/ebcdic.d test/x509aux.d test/buildtest_x509.d crypto/x509/x509_vfy.d ssl/statem/extensions.d test/buildtest_rc5.d apps/prime.d crypto/engine/eng_pkey.d crypto/rsa/rsa_chk.d crypto/asn1/f_int.d crypto/des/str2key.d crypto/blake2/blake2b.d test/rsa_test.d test/stack_test.d crypto/rand/randfile.d crypto/bn/bn_asm.d crypto/cms/cms_cd.d crypto/cms/cms_smime.d crypto/pem/pem_pk8.d fuzz/client.d crypto/bn/bn_err.d test/ectest.d crypto/engine/eng_ctrl.d crypto/x509/x_all.d crypto/sha/sha512.d crypto/pkcs12/p12_crpt.d test/asn1_time_test.d crypto/idea/i_ecb.d crypto/ts/ts_conf.d crypto/ec/ec_ameth.d crypto/asn1/asn_mime.d crypto/bf/bf_ofb64.d crypto/stack/stack.d test/rc2test.d crypto/evp/e_sm4.d crypto/rsa/rsa_sign.d crypto/threads_pthread.d crypto/rc5/rc5_skey.d crypto/asn1/tasn_typ.d crypto/store/store_init.d crypto/asn1/t_bitst.d crypto/bio/bss_dgram.d crypto/bio/bss_mem.d crypto/evp/m_md5.d crypto/x509v3/v3_pcia.d crypto/evp/p_lib.d crypto/asn1/a_octet.d crypto/asn1/i2d_pr.d test/evp_test.d crypto/x509v3/pcy_cache.d test/buildtest_rc4.d crypto/bio/bss_fd.d crypto/dh/dh_rfc5114.d crypto/evp/e_rc4.d crypto/cast/c_ofb64.d crypto/dso/dso_win32.d ssl/s3_cbc.d crypto/camellia/camellia.d crypto/des/set_key.d apps/x509.d crypto/pem/pem_info.d crypto/seed/seed_cfb.d crypto/rand/rand_lib.d crypto/ctype.d crypto/conf/conf_err.d crypto/ui/ui_err.d crypto/bn/bn_div.d test/ssl_test.d crypto/asn1/p5_pbev2.d crypto/x509/x_attrib.d crypto/ocsp/ocsp_asn.d crypto/des/ofb_enc.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/evp/evp_key.d crypto/ec/ecp_nistp224.d crypto/asn1/asn_pack.d ssl/ssl_sess.d crypto/o_dir.d crypto/pkcs12/p12_npas.d crypto/ec/ec_print.d crypto/evp/e_xcbc_d.d crypto/x509/x_exten.d crypto/asn1/tasn_new.d crypto/bn/bn_const.d crypto/evp/names.d crypto/async/async_err.d test/ct_test.d crypto/x509/x509_txt.d crypto/asn1/a_int.d crypto/asn1/a_object.d crypto/x509v3/v3_crld.d crypto/asn1/ameth_lib.d crypto/ec/ec_lib.d crypto/rsa/rsa_gen.d crypto/ct/ct_x509v3.d crypto/des/rand_key.d crypto/comp/c_zlib.d ssl/ssl_lib.d apps/bf_prefix.d crypto/evp/bio_b64.d crypto/conf/conf_api.d crypto/x509/x_crl.d test/servername_test.d crypto/x509v3/v3_alt.d crypto/x509v3/v3_bitst.d crypto/cast/c_cfb64.d crypto/asn1/x_int64.d crypto/async/arch/async_win.d crypto/pkcs12/pk12err.d crypto/pem/pem_lib.d crypto/asn1/t_spki.d test/dtls_mtu_test.d crypto/blake2/m_blake2b.d test/bntest.d test/asn1_encode_test.d crypto/asn1/evp_asn1.d crypto/kdf/hkdf.d crypto/ts/ts_err.d crypto/aes/aes_wrap.d fuzz/test-corpus.d apps/s_socket.d crypto/sm3/m_sm3.d apps/engine.d crypto/x509v3/v3_addr.d crypto/rsa/rsa_saos.d crypto/evp/evp_cnf.d crypto/rc2/rc2_cbc.d crypto/async/arch/async_null.d crypto/x509v3/v3err.d test/memleaktest.d crypto/x509v3/v3_tlsf.d crypto/ct/ct_b64.d test/buildtest_bio.d crypto/evp/digest.d crypto/engine/tb_rsa.d test/buildtest_crypto.d crypto/ec/ec_mult.d test/buildtest_ebcdic.d crypto/bn/bn_intern.d crypto/x509/x509_err.d crypto/ocsp/ocsp_cl.d crypto/x509/x_req.d crypto/siphash/siphash_pmeth.d test/buildtest_engine.d crypto/camellia/cmll_misc.d apps/ec.d crypto/ui/ui_lib.d crypto/bn/bn_exp.d fuzz/asn1.d crypto/evp/e_rc4_hmac_md5.d test/threadstest.d crypto/mem.d crypto/evp/evp_err.d test/x509_check_cert_pkey_test.d ssl/record/dtls1_bitmap.d crypto/ts/ts_lib.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/evp/c_allc.d test/danetest.d crypto/blake2/m_blake2s.d test/testutil/cb.d crypto/des/cfb64ede.d crypto/bn/bn_prime.d crypto/kdf/kdf_err.d crypto/cms/cms_ess.d crypto/asn1/d2i_pr.d crypto/bn/bn_shift.d crypto/engine/eng_lib.d crypto/des/fcrypt_b.d test/buildtest_cmac.d apps/dhparam.d test/buildtest_e_os2.d crypto/ec/ec_err.d crypto/dh/dh_gen.d crypto/asn1/tasn_enc.d test/uitest.d test/shlibloadtest.d crypto/md2/md2_dgst.d ssl/tls_srp.d crypto/asn1/x_long.d crypto/bn/bn_lib.d test/cipherbytes_test.d crypto/objects/obj_xref.d crypto/uid.d apps/s_cb.d ssl/statem/statem_srvr.d crypto/x509v3/v3_asid.d crypto/modes/ofb128.d test/ocspapitest.d test/v3ext.d crypto/ec/curve25519.d apps/apps.d test/rc4test.d crypto/conf/conf_mod.d crypto/engine/tb_cipher.d crypto/aes/aes_misc.d test/testutil/basic_output.d crypto/dsa/dsa_lib.d crypto/mem_sec.d test/buildtest_bn.d crypto/ui/ui_openssl.d crypto/pem/pvkfmt.d crypto/cversion.d crypto/poly1305/poly1305_ameth.d crypto/rsa/rsa_ossl.d crypto/cms/cms_lib.d crypto/rand/rand_err.d crypto/conf/conf_lib.d crypto/evp/e_aria.d crypto/bio/bio_cb.d apps/smime.d crypto/dso/dso_vms.d test/errtest.d crypto/bn/bn_print.d crypto/bn/bn_ctx.d crypto/buffer/buffer.d crypto/idea/i_skey.d apps/rehash.d crypto/des/des_enc.d crypto/ct/ct_sct.d crypto/bio/b_sock2.d ssl/record/ssl3_record.d test/secmemtest.d crypto/mem_dbg.d crypto/asn1/a_bitstr.d crypto/sm2/sm2_err.d test/asynciotest.d ssl/record/ssl3_buffer.d test/x509_dup_cert_test.d test/buildtest_ssl2.d crypto/bn/bn_x931p.d test/buildtest_dsa.d apps/storeutl.d crypto/x509v3/v3_bcons.d crypto/evp/m_null.d crypto/evp/pmeth_gn.d crypto/camellia/cmll_ctr.d apps/sess_id.d crypto/chacha/chacha_enc.d crypto/engine/eng_all.d test/enginetest.d engines/e_padlock.d crypto/asn1/a_time.d crypto/modes/ctr128.d crypto/aes/aes_ige.d crypto/evp/c_alld.d ssl/record/rec_layer_d1.d crypto/store/store_register.d crypto/dh/dh_asn1.d crypto/camellia/cmll_ofb.d apps/opt.d test/buildtest_dh.d crypto/asn1/p5_pbe.d crypto/modes/ccm128.d crypto/asn1/a_type.d crypto/dsa/dsa_pmeth.d test/crltest.d crypto/evp/pmeth_fn.d crypto/dsa/dsa_ameth.d crypto/ec/ec_curve.d crypto/mem_clr.d apps/win32_init.d crypto/asn1/t_pkey.d crypto/rc5/rc5cfb64.d crypto/rc5/rc5_ecb.d test/sslcorrupttest.d test/buildtest_rc2.d test/recordlentest.d apps/nseq.d crypto/asn1/x_info.d ssl/ssl_init.d crypto/hmac/hmac.d crypto/seed/seed_cbc.d apps/cms.d crypto/conf/conf_ssl.d test/exdatatest.d fuzz/conf.d crypto/bio/b_print.d crypto/ec/ecp_mont.d ssl/s3_lib.d test/buildtest_camellia.d crypto/pkcs7/pk7_lib.d crypto/ocsp/ocsp_ext.d crypto/ec/ecp_nistp521.d crypto/rand/drbg_ctr.d test/buildtest_hmac.d test/buildtest_buffer.d ssl/ssl_cert.d crypto/bio/bss_conn.d crypto/sm2/sm2_sign.d crypto/evp/m_md2.d crypto/evp/e_cast.d crypto/dh/dh_key.d crypto/bn/bn_srp.d crypto/engine/eng_fat.d crypto/evp/evp_pkey.d test/rc5test.d crypto/asn1/a_utctm.d apps/req.d test/clienthellotest.d crypto/des/cbc_enc.d ssl/statem/statem_dtls.d ssl/s3_enc.d test/testutil/random.d crypto/pkcs12/p12_init.d test/buildtest_obj_mac.d crypto/dh/dh_meth.d apps/passwd.d crypto/bf/bf_enc.d test/constant_time_test.d crypto/ct/ct_oct.d crypto/evp/p5_crpt2.d crypto/rand/drbg_lib.d apps/rsa.d crypto/evp/m_sha1.d crypto/des/cfb_enc.d crypto/comp/comp_err.d apps/ocsp.d apps/ca.d crypto/dsa/dsa_depr.d test/buildtest_x509_vfy.d crypto/rc5/rc5ofb64.d crypto/cpt_err.d crypto/dso/dso_err.d crypto/engine/eng_cnf.d ssl/ssl_err.d crypto/conf/conf_def.d crypto/pkcs12/p12_attr.d crypto/lhash/lh_stats.d crypto/evp/e_bf.d ssl/d1_msg.d crypto/pkcs7/pk7_attr.d crypto/x509/x509cset.d crypto/sha/keccak1600.d test/buildtest_conf.d test/buildtest_blowfish.d ssl/packet.d crypto/rsa/rsa_pk1.d crypto/dsa/dsa_prn.d crypto/x509/x509rset.d test/testutil/stanza.d engines/e_capi.d crypto/des/ofb64ede.d crypto/async/async_wait.d test/buildtest_ocsp.d crypto/rsa/rsa_mp.d crypto/engine/tb_pkmeth.d crypto/x509/x_pubkey.d crypto/rsa/rsa_oaep.d crypto/des/fcrypt.d test/ciphername_test.d crypto/srp/srp_vfy.d crypto/ex_data.d test/buildtest_cast.d test/fatalerrtest.d crypto/aes/aes_cbc.d crypto/rand/rand_win.d ssl/ssl_rsa.d apps/speed.d test/bioprinttest.d crypto/evp/e_seed.d crypto/rsa/rsa_x931g.d crypto/asn1/tasn_prn.d crypto/rsa/rsa_err.d crypto/evp/m_ripemd.d test/lhash_test.d apps/crl2p7.d apps/crl.d test/buildtest_aes.d crypto/asn1/asn1_item_list.d crypto/ct/ct_policy.d crypto/ec/curve448/eddsa.d crypto/bn/bn_recp.d crypto/bio/bss_bio.d test/ssltest_old.d crypto/asn1/a_strnid.d crypto/x509v3/pcy_data.d crypto/x509v3/v3_pku.d crypto/des/cbc_cksm.d crypto/x509v3/v3_akeya.d crypto/getenv.d crypto/bio/bss_log.d crypto/x509/x509_meth.d crypto/ct/ct_prn.d crypto/bio/bio_lib.d test/test_test.d crypto/x509/x509_def.d test/drbg_cavs_data.d crypto/bn/bn_mul.d crypto/rsa/rsa_meth.d crypto/ec/ec_pmeth.d crypto/rand/rand_egd.d crypto/x509v3/v3_ncons.d crypto/rc4/rc4_skey.d crypto/comp/comp_lib.d crypto/cms/cms_env.d crypto/err/err_all.d crypto/bio/b_dump.d crypto/dsa/dsa_vrf.d crypto/ec/eck_prn.d crypto/pkcs12/p12_kiss.d crypto/evp/evp_enc.d crypto/ec/ecdh_ossl.d apps/errstr.d crypto/pkcs12/p12_p8d.d test/bio_callback_test.d crypto/x509v3/v3_utl.d crypto/cms/cms_asn1.d test/buildtest_pem2.d test/ec_internal_test.d crypto/modes/xts128.d crypto/asn1/a_mbstr.d crypto/evp/e_des.d crypto/bn/bn_exp2.d crypto/cmac/cmac.d crypto/engine/tb_dh.d crypto/engine/tb_rand.d crypto/pkcs12/p12_crt.d crypto/whrlpool/wp_block.d crypto/cast/c_enc.d crypto/evp/e_des3.d crypto/pem/pem_oth.d crypto/buffer/buf_err.d crypto/bn/bn_mpi.d crypto/o_fopen.d crypto/x509/x_x509.d apps/asn1pars.d crypto/ec/curve448/f_generic.d crypto/dh/dh_prn.d crypto/x509v3/v3_pci.d test/buildtest_safestack.d crypto/md4/md4_one.d crypto/bf/bf_ecb.d crypto/seed/seed.d crypto/dsa/dsa_asn1.d test/hmactest.d crypto/x509v3/v3_conf.d crypto/pkcs12/p12_p8e.d crypto/err/err.d test/cmsapitest.d crypto/sha/sha1dgst.d crypto/modes/cbc128.d test/evp_extra_test.d crypto/x509v3/v3_cpols.d crypto/x509v3/v3_genn.d test/sslapitest.d crypto/bio/bss_sock.d crypto/ts/ts_rsp_sign.d engines/e_ossltest.d crypto/evp/p_verify.d crypto/dh/dh_depr.d test/buildtest_objects.d crypto/ec/ec_check.d test/conf_include_test.d crypto/bio/bss_acpt.d crypto/modes/cfb128.d ssl/bio_ssl.d test/sm4_internal_test.d crypto/bn/bn_nist.d test/buildtest_opensslv.d crypto/async/async.d crypto/evp/p_dec.d test/casttest.d crypto/ec/ecdsa_sign.d crypto/x509/t_req.d test/asn1_decode_test.d crypto/aes/aes_core.d crypto/asn1/p8_pkey.d test/buildtest_whrlpool.d crypto/threads_none.d apps/genpkey.d crypto/engine/eng_rdrand.d test/buildtest_comp.d test/cipherlist_test.d test/exptest.d ssl/d1_srtp.d apps/spkac.d test/tls13secretstest.d crypto/o_time.d crypto/x509v3/v3_prn.d test/buildtest_lhash.d crypto/asn1/n_pkey.d crypto/bio/bf_nbio.d crypto/md5/md5_dgst.d crypto/evp/bio_enc.d crypto/pkcs7/pk7_mime.d fuzz/asn1parse.d crypto/objects/obj_lib.d crypto/rsa/rsa_pmeth.d test/tls13ccstest.d crypto/rsa/rsa_ameth.d test/d2i_test.d crypto/pkcs7/pk7_smime.d crypto/rsa/rsa_none.d crypto/dh/dh_err.d crypto/cms/cms_kari.d crypto/cryptlib.d crypto/poly1305/poly1305_pmeth.d test/ecdsatest.d crypto/asn1/asn1_lib.d crypto/x509/x509_req.d crypto/aes/aes_ofb.d crypto/ocsp/ocsp_prn.d crypto/x509v3/v3_extku.d crypto/evp/p_sign.d test/buildtest_conf_api.d apps/gendsa.d crypto/ui/ui_util.d crypto/threads_win.d test/sanitytest.d test/buildtest_ossl_typ.d test/md2test.d test/buildtest_rsa.d crypto/pem/pem_err.d crypto/seed/seed_ecb.d crypto/evp/bio_ok.d crypto/conf/conf_mall.d crypto/ec/ecp_oct.d test/buildtest_ecdh.d test/buildtest_md5.d test/buildtest_x509v3.d fuzz/bignum.d test/wpackettest.d crypto/pem/pem_x509.d crypto/evp/e_rc2.d crypto/x509v3/v3_purp.d crypto/x509/x509_d2.d crypto/pkcs7/bio_pk7.d crypto/store/store_strings.d crypto/rand/rand_unix.d crypto/bn/bn_word.d crypto/evp/p_seal.d crypto/pem/pem_xaux.d crypto/evp/pbe_scrypt.d crypto/asn1/tasn_utl.d test/buildtest_dtls1.d test/buildtest_sha.d crypto/evp/e_aes.d apps/rsautl.d crypto/ec/curve448/curve448_tables.d crypto/ec/curve448/scalar.d crypto/x509v3/v3_pcons.d crypto/ts/ts_rsp_print.d test/testutil/output_helpers.d ssl/statem/extensions_srvr.d crypto/ec/ecp_nist.d crypto/ec/ec_kmeth.d crypto/dso/dso_dl.d crypto/rsa/rsa_depr.d crypto/asn1/a_verify.d crypto/modes/wrap128.d apps/srp.d crypto/x509/x_name.d ssl/pqueue.d test/modes_internal_test.d crypto/x509/x509_cmp.d test/ideatest.d test/buildtest_kdf.d test/buildtest_asn1t.d crypto/pkcs7/pk7_doit.d test/bad_dtls_test.d test/buildtest_ts.d crypto/dllmain.d crypto/cast/c_skey.d crypto/ripemd/rmd_one.d engines/e_dasync.d crypto/objects/obj_err.d crypto/pem/pem_all.d test/ctype_internal_test.d crypto/x509/x509_v3.d crypto/o_fips.d crypto/dsa/dsa_key.d test/siphash_internal_test.d test/packettest.d crypto/bn/bn_sqr.d crypto/x509v3/v3_akey.d crypto/modes/gcm128.d crypto/pkcs12/p12_sbag.d ssl/ssl_utst.d crypto/rc4/rc4_enc.d test/buildtest_md4.d test/asn1_internal_test.d crypto/ct/ct_err.d crypto/asn1/tasn_fre.d test/handshake_helper.d fuzz/x509.d test/destest.d crypto/pkcs7/pkcs7err.d crypto/engine/tb_asnmth.d crypto/pkcs12/p12_mutl.d crypto/rsa/rsa_prn.d fuzz/server.d ssl/statem/statem_clnt.d crypto/evp/m_sigver.d test/dtlsv1listentest.d crypto/err/err_prn.d crypto/cms/cms_io.d crypto/asn1/asn1_err.d crypto/asn1/a_dup.d crypto/ec/ec2_oct.d crypto/x509v3/pcy_node.d crypto/x509/x509name.d crypto/bio/bss_null.d crypto/whrlpool/wp_dgst.d crypto/cms/cms_dd.d crypto/des/ecb_enc.d test/testutil/test_cleanup.d crypto/engine/tb_eckey.d crypto/x509/x509_lu.d test/poly1305_internal_test.d crypto/rsa/rsa_ssl.d test/ssltestlib.d crypto/dsa/dsa_err.d test/testutil/main.d apps/pkeyutl.d ssl/record/rec_layer_s3.d test/buildtest_symhacks.d crypto/ec/curve448/curve448.d test/buildtest_pkcs12.d ssl/statem/statem.d test/ssl_test_ctx_test.d crypto/idea/i_ofb64.d crypto/cms/cms_err.d crypto/asn1/x_algor.d crypto/aes/aes_cfb.d ssl/statem/extensions_cust.d crypto/pkcs12/p12_decr.d test/buildtest_idea.d crypto/ct/ct_sct_ctx.d crypto/srp/srp_lib.d crypto/ec/ecdh_kdf.d test/sslbuffertest.d crypto/evp/pmeth_lib.d crypto/bio/bf_buff.d crypto/evp/e_chacha20_poly1305.d crypto/x509v3/v3_int.d apps/ciphers.d crypto/asn1/x_val.d crypto/dh/dh_ameth.d crypto/cast/c_ecb.d crypto/x509v3/pcy_tree.d apps/rand.d crypto/dsa/dsa_meth.d test/x509_time_test.d crypto/asn1/a_d2i_fp.d crypto/evp/e_camellia.d crypto/aria/aria.d crypto/poly1305/poly1305.d crypto/camellia/cmll_cbc.d crypto/evp/p_open.d crypto/x509/x509_ext.d ssl/ssl_txt.d crypto/rsa/rsa_crpt.d crypto/x509/by_file.d apps/dgst.d crypto/asn1/nsseq.d apps/openssl.d test/verify_extra_test.d test/bio_memleak_test.d crypto/siphash/siphash_ameth.d test/testutil/driver.d crypto/des/ofb64enc.d crypto/idea/i_cbc.d crypto/asn1/bio_asn1.d test/x509_internal_test.d test/srptest.d crypto/md2/md2_one.d crypto/ec/ecp_nistp256.d crypto/evp/e_idea.d crypto/evp/m_wp.d crypto/ts/ts_req_utils.d crypto/aes/aes_ecb.d crypto/asn1/x_sig.d test/igetest.d crypto/des/xcbc_enc.d crypto/x509/t_crl.d crypto/bio/b_addr.d crypto/evp/evp_lib.d apps/pkey.d crypto/ocsp/ocsp_srv.d crypto/x509/x509spki.d apps/pkeyparam.d crypto/bf/bf_cfb64.d test/rsa_mp_test.d crypto/x509v3/v3_ia5.d crypto/asn1/x_spki.d crypto/idea/i_cfb64.d crypto/pkcs12/p12_utl.d crypto/rsa/rsa_asn1.d crypto/pkcs12/p12_add.d crypto/o_init.d test/mdc2_internal_test.d test/buildtest_seed.d fuzz/bndiv.d crypto/kdf/tls1_prf.d apps/verify.d crypto/dh/dh_lib.d crypto/rc2/rc2_skey.d crypto/engine/eng_table.d test/ssl_cert_table_internal_test.d crypto/init.d crypto/asn1/a_print.d test/buildtest_async.d crypto/rsa/rsa_x931.d crypto/bn/bn_add.d test/sm2_internal_test.d test/v3nametest.d GENERATED_MANDATORY=crypto/include/internal/bn_conf.h crypto/include/internal/dso_conf.h include/openssl/opensslconf.h GENERATED=apps/CA.pl apps/openssl.rc apps/progs.h apps/tsget.pl crypto/buildinf.h libcrypto.def libcrypto.rc libssl.def libssl.rc test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md2.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_rc5.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_ssl3.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash util/shlib_wrap.sh @@ -52,18 +52,34 @@ APPS_OPENSSL=apps/openssl # Normally it is left empty. DESTDIR= + # Do not edit these manually. Use Configure with --prefix or --openssldir # to change this! Short explanation in the top comment in Configure -INSTALLTOP=/usr/local -OPENSSLDIR=/usr/local/ssl +INSTALLTOP_dev=C: +INSTALLTOP_dir=/Program Files/OpenSSL +OPENSSLDIR_dev=C: +OPENSSLDIR_dir=/Program Files/Common Files/SSL LIBDIR=lib +ENGINESDIR_dev=C: +ENGINESDIR_dir=/Program Files/OpenSSL/lib/engines-1_1 +# In a Windows environment, $(DESTDIR) is harder to contatenate with other +# directory variables, because both may contain devices. What we do here is +# to adapt INSTALLTOP, OPENSSLDIR and ENGINESDIR depending on if $(DESTDIR) +# has a value or not, to ensure that concatenation will always work further +# down. +ifneq "$(DESTDIR)" "" +INSTALLTOP=$(INSTALLTOP_dir) +OPENSSLDIR=$(OPENSSLDIR_dir) +ENGINESDIR=$(ENGINESDIR_dir) +else +INSTALLTOP=$(INSTALLTOP_dev)$(INSTALLTOP_dir) +OPENSSLDIR=$(OPENSSLDIR_dev)$(OPENSSLDIR_dir) +ENGINESDIR=$(ENGINESDIR_dev)$(ENGINESDIR_dir) +endif + # $(libdir) is chosen to be compatible with the GNU coding standards libdir=$(INSTALLTOP)/$(LIBDIR) -ENGINESDIR=$(libdir)/engines-1_1 -# Convenience variable for those who want to set the rpath in shared -# libraries and applications -LIBRPATH=$(libdir) MANDIR=$(INSTALLTOP)/share/man DOCDIR=$(INSTALLTOP)/share/doc/$(BASENAME) @@ -246,13 +262,13 @@ libclean: clean: libclean $(RM) $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS) $(RM) $(GENERATED_MANDATORY) $(GENERATED) - -$(RM) `find . -name .git -prune -o -name '*.d' -print` - -$(RM) `find . -name .git -prune -o -name '*.o' -print` + -$(RM) `find . -name '*.d' \! -name '.*' -print` + -$(RM) `find . -name '*.o' \! -name '.*' -print` $(RM) core $(RM) tags TAGS doc-nits $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc - -$(RM) `find . -name .git -prune -o -type l -print` + -$(RM) `find . -type l \! -name '.*' -print` $(RM) $(TARFILE) distclean: clean @@ -275,7 +291,7 @@ uninstall_sw: uninstall_runtime uninstall_engines uninstall_dev install_docs: install_man_docs install_html_docs uninstall_docs: uninstall_man_docs uninstall_html_docs - $(RM) -r -v $(DESTDIR)$(DOCDIR) + $(RM) -r $(DESTDIR)$(DOCDIR) install_ssldirs: @$(PERL) $(SRCDIR)/util/mkdir-p.pl $(DESTDIR)$(OPENSSLDIR)/certs @@ -6301,7 +6317,7 @@ ssl/tls_srp.o: ../ssl/tls_srp.c libssl.a: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o $(AR) $(ARFLAGS) $@ $? $(RANLIB) $@ || echo Never mind. -test/libtestutil.a: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +test/libtestutil.a: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o $(AR) $(ARFLAGS) $@ $? $(RANLIB) $@ || echo Never mind. test/testutil/basic_output.o: ../test/testutil/basic_output.c @@ -6360,6 +6376,14 @@ test/testutil/output_helpers.o: ../test/testutil/output_helpers.c else \ mv test/testutil/output_helpers.d.tmp test/testutil/output_helpers.d; \ fi +test/testutil/random.o: ../test/testutil/random.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/random.d.tmp -MT $@ -c -o $@ ../test/testutil/random.c + @touch test/testutil/random.d.tmp + @if cmp test/testutil/random.d.tmp test/testutil/random.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/random.d.tmp; \ + else \ + mv test/testutil/random.d.tmp test/testutil/random.d; \ + fi test/testutil/stanza.o: ../test/testutil/stanza.c $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/stanza.d.tmp -MT $@ -c -o $@ ../test/testutil/stanza.c @touch test/testutil/stanza.d.tmp @@ -9588,11 +9612,11 @@ crypto/x509 crypto/x509/: crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509 crypto/x509v3 crypto/x509v3/: crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o engines engines/: engines/capi.dll engines/dasync.dll engines/ossltest.dll engines/padlock.dll fuzz fuzz/: fuzz/asn1-test.exe fuzz/asn1parse-test.exe fuzz/bignum-test.exe fuzz/bndiv-test.exe fuzz/client-test.exe fuzz/cms-test.exe fuzz/conf-test.exe fuzz/crl-test.exe fuzz/ct-test.exe fuzz/server-test.exe fuzz/x509-test.exe -ssl ssl/: ssl/packet.o ssl/tls13_enc.o ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o +ssl ssl/: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o ssl/packet.o ssl/tls13_enc.o @ : No support to produce bin test/tls13secretstest ssl/record ssl/record/: ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/statem ssl/statem/: ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o -test/testutil test/testutil/: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o +test/testutil test/testutil/: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/init.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o ##### SHA assembler implementations # GNU make "catch all" diff --git a/upstream-build/makefile/x86_64-win32-msvc b/upstream-build/makefile/x86_64-win32-msvc index 3fe34e5..8f381a6 100644 --- a/upstream-build/makefile/x86_64-win32-msvc +++ b/upstream-build/makefile/x86_64-win32-msvc @@ -10,7 +10,7 @@ PLATFORM=VC-WIN64A SRCDIR=.. BLDDIR=. -VERSION=1.1.1c +VERSION=1.1.1d MAJOR=1 MINOR=1.1 @@ -25,7 +25,7 @@ PROGRAMS=apps\openssl.exe fuzz\asn1-test.exe fuzz\asn1parse-test.exe fuzz\bignum PROGRAMPDBS=apps\openssl.pdb fuzz\asn1-test.pdb fuzz\asn1parse-test.pdb fuzz\bignum-test.pdb fuzz\bndiv-test.pdb fuzz\client-test.pdb fuzz\cms-test.pdb fuzz\conf-test.pdb fuzz\crl-test.pdb fuzz\ct-test.pdb fuzz\server-test.pdb fuzz\x509-test.pdb test\aborttest.pdb test\afalgtest.pdb test\asn1_decode_test.pdb test\asn1_encode_test.pdb test\asn1_internal_test.pdb test\asn1_string_table_test.pdb test\asn1_time_test.pdb test\asynciotest.pdb test\asynctest.pdb test\bad_dtls_test.pdb test\bftest.pdb test\bio_callback_test.pdb test\bio_enc_test.pdb test\bio_memleak_test.pdb test\bioprinttest.pdb test\bntest.pdb test\buildtest_c_aes.pdb test\buildtest_c_asn1.pdb test\buildtest_c_asn1t.pdb test\buildtest_c_async.pdb test\buildtest_c_bio.pdb test\buildtest_c_blowfish.pdb test\buildtest_c_bn.pdb test\buildtest_c_buffer.pdb test\buildtest_c_camellia.pdb test\buildtest_c_cast.pdb test\buildtest_c_cmac.pdb test\buildtest_c_cms.pdb test\buildtest_c_comp.pdb test\buildtest_c_conf.pdb test\buildtest_c_conf_api.pdb test\buildtest_c_crypto.pdb test\buildtest_c_ct.pdb test\buildtest_c_des.pdb test\buildtest_c_dh.pdb test\buildtest_c_dsa.pdb test\buildtest_c_dtls1.pdb test\buildtest_c_e_os2.pdb test\buildtest_c_ebcdic.pdb test\buildtest_c_ec.pdb test\buildtest_c_ecdh.pdb test\buildtest_c_ecdsa.pdb test\buildtest_c_engine.pdb test\buildtest_c_evp.pdb test\buildtest_c_hmac.pdb test\buildtest_c_idea.pdb test\buildtest_c_kdf.pdb test\buildtest_c_lhash.pdb test\buildtest_c_md2.pdb test\buildtest_c_md4.pdb test\buildtest_c_md5.pdb test\buildtest_c_modes.pdb test\buildtest_c_obj_mac.pdb test\buildtest_c_objects.pdb test\buildtest_c_ocsp.pdb test\buildtest_c_opensslv.pdb test\buildtest_c_ossl_typ.pdb test\buildtest_c_pem.pdb test\buildtest_c_pem2.pdb test\buildtest_c_pkcs12.pdb test\buildtest_c_pkcs7.pdb test\buildtest_c_rand.pdb test\buildtest_c_rand_drbg.pdb test\buildtest_c_rc2.pdb test\buildtest_c_rc4.pdb test\buildtest_c_rc5.pdb test\buildtest_c_ripemd.pdb test\buildtest_c_rsa.pdb test\buildtest_c_safestack.pdb test\buildtest_c_seed.pdb test\buildtest_c_sha.pdb test\buildtest_c_srp.pdb test\buildtest_c_srtp.pdb test\buildtest_c_ssl.pdb test\buildtest_c_ssl2.pdb test\buildtest_c_ssl3.pdb test\buildtest_c_stack.pdb test\buildtest_c_store.pdb test\buildtest_c_symhacks.pdb test\buildtest_c_tls1.pdb test\buildtest_c_ts.pdb test\buildtest_c_txt_db.pdb test\buildtest_c_ui.pdb test\buildtest_c_whrlpool.pdb test\buildtest_c_x509.pdb test\buildtest_c_x509_vfy.pdb test\buildtest_c_x509v3.pdb test\casttest.pdb test\chacha_internal_test.pdb test\cipherbytes_test.pdb test\cipherlist_test.pdb test\ciphername_test.pdb test\clienthellotest.pdb test\cmsapitest.pdb test\conf_include_test.pdb test\constant_time_test.pdb test\crltest.pdb test\ct_test.pdb test\ctype_internal_test.pdb test\curve448_internal_test.pdb test\d2i_test.pdb test\danetest.pdb test\destest.pdb test\dhtest.pdb test\drbg_cavs_test.pdb test\drbgtest.pdb test\dsa_no_digest_size_test.pdb test\dsatest.pdb test\dtls_mtu_test.pdb test\dtlstest.pdb test\dtlsv1listentest.pdb test\ec_internal_test.pdb test\ecdsatest.pdb test\ecstresstest.pdb test\ectest.pdb test\enginetest.pdb test\errtest.pdb test\evp_extra_test.pdb test\evp_test.pdb test\exdatatest.pdb test\exptest.pdb test\fatalerrtest.pdb test\gmdifftest.pdb test\gosttest.pdb test\hmactest.pdb test\ideatest.pdb test\igetest.pdb test\lhash_test.pdb test\md2test.pdb test\mdc2test.pdb test\memleaktest.pdb test\modes_internal_test.pdb test\ocspapitest.pdb test\packettest.pdb test\pbelutest.pdb test\pemtest.pdb test\pkey_meth_kdf_test.pdb test\pkey_meth_test.pdb test\poly1305_internal_test.pdb test\rc2test.pdb test\rc4test.pdb test\rc5test.pdb test\rdrand_sanitytest.pdb test\recordlentest.pdb test\rsa_complex.pdb test\rsa_mp_test.pdb test\rsa_test.pdb test\sanitytest.pdb test\secmemtest.pdb test\servername_test.pdb test\shlibloadtest.pdb test\siphash_internal_test.pdb test\sm2_internal_test.pdb test\sm4_internal_test.pdb test\srptest.pdb test\ssl_cert_table_internal_test.pdb test\ssl_test.pdb test\ssl_test_ctx_test.pdb test\sslapitest.pdb test\sslbuffertest.pdb test\sslcorrupttest.pdb test\ssltest_old.pdb test\stack_test.pdb test\sysdefaulttest.pdb test\test_test.pdb test\threadstest.pdb test\time_offset_test.pdb test\tls13ccstest.pdb test\tls13encryptiontest.pdb test\tls13secretstest.pdb test\uitest.pdb test\v3ext.pdb test\v3nametest.pdb test\verify_extra_test.pdb test\versions.pdb test\wpackettest.pdb test\x509_check_cert_pkey_test.pdb test\x509_dup_cert_test.pdb test\x509_internal_test.pdb test\x509_time_test.pdb test\x509aux.pdb SCRIPTS=apps\CA.pl apps\tsget.pl tools\c_rehash.pl -DEPS=crypto\engine\tb_dsa.d test\pkey_meth_test.d test\ct_test.d apps\rand.d test\buildtest_ebcdic.d crypto\x509\x509_d2.d test\sslcorrupttest.d test\ssl_test_ctx.d crypto\srp\srp_lib.d crypto\pkcs7\pk7_asn1.d crypto\asn1\bio_ndef.d ssl\s3_lib.d test\buildtest_ct.d test\x509aux.d crypto\des\cbc_cksm.d crypto\pkcs7\pkcs7err.d crypto\x509\x_crl.d crypto\store\store_lib.d crypto\x509\x509_meth.d crypto\ec\ecp_nist.d crypto\pem\pem_oth.d crypto\async\async_err.d crypto\poly1305\poly1305_pmeth.d crypto\x509\x509type.d crypto\init.d crypto\rc2\rc2cfb64.d crypto\bn\bn_blind.d crypto\kdf\kdf_err.d crypto\evp\pmeth_gn.d crypto\x509\x509rset.d crypto\rc2\rc2_skey.d crypto\bio\bss_mem.d apps\version.d crypto\pem\pem_x509.d crypto\evp\bio_ok.d crypto\conf\conf_ssl.d crypto\dh\dh_key.d test\cmsapitest.d apps\cms.d crypto\asn1\a_type.d crypto\dh\dh_meth.d crypto\asn1\nsseq.d apps\s_socket.d crypto\ct\ct_log.d crypto\ec\curve448\f_generic.d test\buildtest_x509_vfy.d crypto\x509\x509_att.d crypto\cversion.d crypto\seed\seed_cbc.d crypto\bn\bn_asm.d test\v3nametest.d crypto\dsa\dsa_depr.d crypto\ocsp\ocsp_srv.d crypto\rsa\rsa_meth.d crypto\store\store_register.d crypto\asn1\asn_moid.d test\pkey_meth_kdf_test.d crypto\asn1\a_octet.d crypto\bn\bn_word.d crypto\objects\o_names.d test\d2i_test.d apps\ocsp.d engines\e_dasync.d crypto\ec\eck_prn.d crypto\bn\bn_lib.d crypto\x509v3\pcy_tree.d crypto\sha\sha1dgst.d crypto\evp\p_seal.d test\modes_internal_test.d crypto\conf\conf_def.d crypto\buffer\buf_err.d crypto\dh\dh_rfc5114.d ms\uplink.d apps\rsa.d test\dsa_no_digest_size_test.d test\buildtest_buffer.d crypto\store\store_strings.d crypto\ocsp\v3_ocsp.d crypto\dso\dso_vms.d test\buildtest_txt_db.d crypto\asn1\d2i_pu.d crypto\evp\evp_err.d ssl\ssl_init.d crypto\evp\digest.d crypto\ct\ct_prn.d apps\dsa.d crypto\x509v3\pcy_cache.d crypto\evp\m_sha1.d crypto\evp\p_sign.d ssl\record\ssl3_buffer.d crypto\ocsp\ocsp_asn.d test\ecdsatest.d crypto\hmac\hmac.d ssl\t1_lib.d crypto\des\cfb64ede.d crypto\pem\pem_err.d crypto\bn\bn_div.d fuzz\asn1parse.d test\sm4_internal_test.d test\poly1305_internal_test.d crypto\bn\bn_print.d test\bio_memleak_test.d crypto\x509\x_all.d test\buildtest_rc5.d ssl\ssl_conf.d crypto\pkcs7\pk7_attr.d crypto\x509\x_x509.d apps\pkcs12.d crypto\buffer\buffer.d ssl\statem\statem_srvr.d test\lhash_test.d crypto\modes\wrap128.d ssl\statem\statem.d crypto\ct\ct_sct.d crypto\ec\ec_err.d fuzz\bignum.d crypto\ec\ec_pmeth.d apps\crl2p7.d test\asynciotest.d crypto\engine\eng_openssl.d ssl\d1_msg.d crypto\cast\c_enc.d test\gmdifftest.d crypto\sm4\sm4.d crypto\bio\bf_lbuf.d crypto\modes\xts128.d crypto\srp\srp_vfy.d crypto\evp\e_old.d crypto\engine\eng_cnf.d test\x509_check_cert_pkey_test.d crypto\evp\pmeth_lib.d crypto\engine\eng_fat.d fuzz\cms.d crypto\ocsp\ocsp_prn.d crypto\ocsp\ocsp_lib.d crypto\evp\evp_pkey.d test\x509_time_test.d crypto\asn1\x_algor.d test\buildtest_camellia.d crypto\engine\eng_ctrl.d crypto\ts\ts_lib.d crypto\sha\sha512.d ssl\bio_ssl.d crypto\cast\c_cfb64.d test\buildtest_tls1.d crypto\asn1\a_sign.d crypto\idea\i_cbc.d crypto\dsa\dsa_err.d crypto\md5\md5_dgst.d ssl\statem\statem_clnt.d crypto\x509\x509cset.d crypto\asn1\a_print.d ssl\tls13_enc.d crypto\rand\rand_egd.d fuzz\bndiv.d crypto\asn1\p5_pbe.d crypto\asn1\t_spki.d crypto\ec\ec_oct.d ssl\ssl_err.d crypto\dsa\dsa_key.d crypto\evp\e_rc2.d crypto\pkcs7\pk7_doit.d crypto\cmac\cm_pmeth.d test\buildtest_seed.d crypto\x509v3\v3err.d crypto\asn1\t_pkey.d crypto\pkcs12\p12_crpt.d test\rdrand_sanitytest.d test\buildtest_engine.d crypto\seed\seed_ecb.d test\time_offset_test.d test\bntest.d test\buildtest_ec.d crypto\engine\tb_pkmeth.d crypto\o_time.d crypto\pem\pem_pk8.d crypto\x509v3\v3_pci.d crypto\engine\eng_err.d test\ocspapitest.d crypto\bn\bn_shift.d crypto\objects\obj_lib.d test\buildtest_rc4.d crypto\asn1\a_i2d_fp.d crypto\evp\m_md5.d crypto\evp\p_open.d crypto\bio\bss_fd.d crypto\evp\e_des.d crypto\evp\e_null.d crypto\cms\cms_io.d crypto\rc2\rc2_ecb.d test\curve448_internal_test.d test\asn1_internal_test.d apps\rehash.d crypto\modes\gcm128.d test\exptest.d crypto\ocsp\ocsp_cl.d crypto\des\des_enc.d test\buildtest_des.d crypto\asn1\tasn_scn.d crypto\asn1\a_digest.d crypto\threads_win.d crypto\x509\x_pubkey.d crypto\ripemd\rmd_one.d crypto\asn1\asn1_lib.d crypto\conf\conf_api.d crypto\x509\x509_txt.d ssl\s3_msg.d crypto\async\arch\async_win.d crypto\engine\tb_rand.d crypto\des\xcbc_enc.d crypto\pkcs12\p12_add.d crypto\asn1\f_string.d crypto\ui\ui_util.d crypto\x509v3\v3_ncons.d test\buildtest_kdf.d crypto\asn1\a_bitstr.d crypto\bn\bn_err.d crypto\ex_data.d crypto\bio\bss_null.d crypto\ts\ts_asn1.d crypto\rsa\rsa_pmeth.d crypto\engine\tb_rsa.d apps\engine.d test\buildtest_ui.d fuzz\asn1.d test\mdc2test.d crypto\conf\conf_lib.d crypto\asn1\a_gentm.d test\recordlentest.d test\testutil\test_cleanup.d ssl\ssl_ciph.d crypto\comp\comp_lib.d crypto\evp\e_cast.d crypto\x509\x509_trs.d apps\x509.d test\test_test.d crypto\x509v3\v3_pcia.d crypto\evp\p5_crpt.d crypto\evp\m_mdc2.d ssl\ssl_rsa.d crypto\bn\bn_const.d crypto\rsa\rsa_mp.d apps\pkcs7.d test\ecstresstest.d crypto\conf\conf_mod.d crypto\store\store_err.d crypto\rsa\rsa_depr.d test\buildtest_rand.d crypto\bn\bn_mpi.d crypto\dso\dso_openssl.d test\buildtest_ssl2.d crypto\bn\bn_exp.d apps\app_rand.d crypto\ts\ts_rsp_verify.d ssl\t1_trce.d crypto\asn1\a_utctm.d crypto\evp\p_lib.d crypto\evp\p_enc.d test\sslbuffertest.d crypto\evp\e_aes_cbc_hmac_sha1.d crypto\bn\bn_mod.d crypto\ec\ecp_mont.d crypto\pkcs12\p12_sbag.d apps\opt.d crypto\evp\m_sha3.d crypto\asn1\asn1_gen.d crypto\asn1\asn1_par.d crypto\asn1\a_utf8.d test\asn1_string_table_test.d test\testutil\basic_output.d ssl\ssl_sess.d crypto\bio\bio_lib.d crypto\camellia\cmll_cbc.d crypto\x509\x_req.d crypto\kdf\scrypt.d crypto\o_dir.d crypto\x509v3\v3_lib.d crypto\engine\eng_list.d apps\genrsa.d crypto\x509v3\v3_addr.d crypto\bio\bss_dgram.d crypto\rand\rand_unix.d test\conf_include_test.d crypto\engine\tb_cipher.d crypto\ec\curve448\arch_32\f_impl.d crypto\x509\x_name.d crypto\poly1305\poly1305_ameth.d crypto\dh\dh_lib.d test\mdc2_internal_test.d apps\s_server.d crypto\ui\ui_null.d crypto\asn1\a_dup.d crypto\conf\conf_sap.d crypto\err\err_prn.d test\testutil\tap_bio.d test\pemtest.d crypto\poly1305\poly1305.d crypto\asn1\asn_mstbl.d test\buildtest_x509v3.d crypto\modes\ccm128.d crypto\asn1\bio_asn1.d test\gosttest.d test\md2test.d test\buildtest_ossl_typ.d crypto\asn1\asn_mime.d crypto\engine\eng_table.d crypto\x509v3\v3_enum.d crypto\asn1\p5_scrypt.d crypto\pkcs12\p12_attr.d crypto\cms\cms_pwri.d crypto\x509\x509_set.d crypto\evp\evp_key.d crypto\rsa\rsa_ossl.d crypto\aes\aes_cfb.d crypto\sha\sha1_one.d crypto\dso\dso_dl.d crypto\evp\m_md5_sha1.d crypto\dh\dh_depr.d crypto\engine\eng_pkey.d test\dhtest.d crypto\ec\ecp_nistputil.d crypto\x509v3\v3_pku.d test\sanitytest.d crypto\x509v3\v3_int.d crypto\seed\seed_cfb.d test\servername_test.d apps\openssl.d crypto\bn\bn_dh.d crypto\mem_sec.d crypto\bn\bn_prime.d crypto\evp\c_alld.d crypto\idea\i_ecb.d crypto\ct\ct_vfy.d crypto\rc5\rc5_enc.d apps\ec.d fuzz\crl.d crypto\o_str.d test\sysdefaulttest.d apps\verify.d crypto\camellia\cmll_ofb.d test\buildtest_conf.d crypto\asn1\a_time.d crypto\dh\dh_asn1.d crypto\bio\bf_null.d engines\e_capi.d crypto\aes\aes_ofb.d test\buildtest_aes.d crypto\modes\cts128.d crypto\ec\ecp_nistp256.d crypto\x509v3\v3_bitst.d crypto\bf\bf_ecb.d crypto\cast\c_skey.d test\testutil\tests.d crypto\asn1\a_d2i_fp.d crypto\asn1\tasn_typ.d crypto\evp\e_aria.d crypto\err\err.d crypto\o_init.d test\dtls_mtu_test.d crypto\pkcs12\p12_mutl.d test\buildtest_srp.d crypto\asn1\tasn_dec.d crypto\siphash\siphash_pmeth.d crypto\ts\ts_conf.d crypto\asn1\asn1_item_list.d crypto\engine\eng_init.d crypto\evp\e_camellia.d test\testutil\stanza.d test\buildtest_obj_mac.d apps\srp.d crypto\ct\ct_err.d crypto\dso\dso_err.d crypto\ec\ecdh_kdf.d test\buildtest_idea.d test\memleaktest.d crypto\async\async_wait.d crypto\rsa\rsa_prn.d crypto\camellia\cmll_cfb.d ssl\record\rec_layer_d1.d apps\storeutl.d ms\applink.d crypto\rsa\rsa_ssl.d crypto\bio\bf_nbio.d crypto\bio\bss_acpt.d crypto\x509\x509name.d test\buildtest_blowfish.d crypto\getenv.d test\testutil\init.d crypto\x509v3\v3_sxnet.d test\dtlstest.d crypto\store\store_init.d crypto\engine\eng_lib.d crypto\bn\bn_sqr.d test\asynctest.d crypto\dsa\dsa_meth.d test\buildtest_crypto.d crypto\x509v3\v3_akeya.d test\buildtest_ripemd.d test\bftest.d crypto\x509\t_req.d crypto\x509\x509_cmp.d crypto\bio\b_print.d crypto\des\fcrypt.d test\rc5test.d crypto\x509v3\v3_pcons.d crypto\rc5\rc5_skey.d test\buildtest_hmac.d test\testutil\main.d apps\nseq.d crypto\pem\pem_info.d crypto\dsa\dsa_pmeth.d crypto\x509v3\v3_admis.d crypto\modes\ofb128.d test\buildtest_srtp.d crypto\sm2\sm2_err.d crypto\cms\cms_ess.d crypto\rand\drbg_lib.d test\buildtest_stack.d ssl\s3_enc.d crypto\asn1\i2d_pu.d apps\dgst.d test\ssltest_old.d crypto\kdf\hkdf.d test\testutil\output_helpers.d crypto\des\set_key.d crypto\ctype.d apps\win32_init.d crypto\x509\x509_ext.d crypto\asn1\tasn_utl.d crypto\sm2\sm2_pmeth.d test\bio_callback_test.d apps\s_time.d crypto\cms\cms_enc.d crypto\threads_none.d crypto\comp\comp_err.d test\buildtest_dsa.d crypto\des\ecb_enc.d crypto\bf\bf_cfb64.d crypto\bio\bss_conn.d crypto\ui\ui_openssl.d crypto\ts\ts_err.d crypto\des\ofb64enc.d crypto\x509\x_exten.d apps\crl.d crypto\ec\ecp_nistp521.d crypto\evp\evp_lib.d crypto\evp\pbe_scrypt.d crypto\bio\b_dump.d crypto\evp\m_null.d test\buildtest_ecdsa.d test\ec_internal_test.d crypto\cms\cms_lib.d crypto\bio\bss_sock.d ssl\statem\extensions.d crypto\dh\dh_kdf.d crypto\bio\bf_buff.d test\buildtest_store.d crypto\dh\dh_err.d test\drbg_cavs_test.d crypto\asn1\n_pkey.d crypto\pkcs7\pk7_smime.d crypto\ec\ecdsa_vrf.d crypto\x509v3\pcy_map.d crypto\o_fopen.d test\ectest.d test\buildtest_ssl.d ssl\ssl_txt.d crypto\blake2\m_blake2s.d test\bad_dtls_test.d test\crltest.d test\buildtest_asn1.d crypto\cms\cms_env.d crypto\x509\x509_req.d test\rsa_complex.d crypto\pkcs12\p12_decr.d ssl\d1_srtp.d crypto\des\fcrypt_b.d crypto\x509v3\v3_pmaps.d crypto\rand\rand_err.d crypto\ct\ct_sct_ctx.d crypto\asn1\evp_asn1.d crypto\dh\dh_check.d apps\ca.d test\dtlsv1listentest.d crypto\x509v3\v3_purp.d crypto\des\rand_key.d ssl\statem\extensions_cust.d crypto\o_fips.d test\buildtest_md2.d test\errtest.d test\ssl_test_ctx_test.d crypto\mem_clr.d crypto\evp\p_dec.d test\destest.d test\siphash_internal_test.d crypto\x509v3\v3_prn.d crypto\rand\rand_win.d crypto\evp\e_aes_cbc_hmac_sha256.d crypto\ocsp\ocsp_ht.d test\rsa_mp_test.d crypto\evp\e_idea.d crypto\bn\bn_mont.d test\srptest.d crypto\x509v3\v3_tlsf.d crypto\aes\aes_ecb.d crypto\bio\bio_cb.d crypto\evp\evp_enc.d crypto\sm2\sm2_sign.d test\secmemtest.d crypto\ec\ecdsa_sign.d test\buildtest_evp.d crypto\ct\ct_x509v3.d crypto\dh\dh_pmeth.d test\buildtest_safestack.d crypto\engine\tb_asnmth.d crypto\ts\ts_rsp_print.d crypto\evp\e_chacha20_poly1305.d crypto\aes\aes_misc.d test\buildtest_ocsp.d test\hmactest.d crypto\async\async.d crypto\uid.d test\drbg_cavs_data.d apps\enc.d crypto\bio\b_sock2.d crypto\asn1\a_object.d test\buildtest_pkcs12.d test\buildtest_symhacks.d crypto\idea\i_cfb64.d crypto\evp\e_sm4.d crypto\ct\ct_oct.d crypto\dsa\dsa_asn1.d apps\dsaparam.d crypto\ts\ts_rsp_utils.d apps\pkeyparam.d crypto\md2\md2_one.d ssl\statem\extensions_srvr.d test\constant_time_test.d crypto\x509v3\v3_akey.d crypto\bio\b_addr.d test\evp_extra_test.d crypto\evp\m_wp.d crypto\dh\dh_gen.d test\buildtest_asn1t.d crypto\threads_pthread.d crypto\asn1\p5_pbev2.d crypto\dh\dh_prn.d test\danetest.d crypto\seed\seed.d test\ideatest.d test\bio_enc_test.d crypto\rsa\rsa_x931g.d ssl\s3_cbc.d crypto\engine\eng_rdrand.d crypto\rc2\rc2ofb64.d crypto\ec\ec_key.d test\rsa_test.d crypto\x509\x_x509a.d apps\gendsa.d test\tls13ccstest.d crypto\lhash\lhash.d crypto\md2\md2_dgst.d crypto\evp\e_rc5.d test\x509_internal_test.d crypto\bn\bn_recp.d crypto\rc4\rc4_skey.d crypto\bn\bn_nist.d crypto\dsa\dsa_prn.d fuzz\server.d crypto\bn\bn_ctx.d crypto\pkcs12\p12_kiss.d test\buildtest_async.d ssl\ssl_asn1.d crypto\rsa\rsa_lib.d crypto\x509v3\v3_alt.d crypto\pkcs12\p12_utl.d crypto\cmac\cmac.d crypto\des\str2key.d crypto\lhash\lh_stats.d apps\ts.d crypto\pkcs12\p12_key.d crypto\asn1\x_info.d crypto\x509v3\v3_bcons.d apps\spkac.d ssl\statem\statem_lib.d test\chacha_internal_test.d crypto\engine\tb_digest.d crypto\ec\ecp_nistp224.d crypto\ec\curve448\curve448_tables.d crypto\md5\md5_one.d crypto\hmac\hm_pmeth.d ssl\packet.d crypto\bio\bio_err.d crypto\x509v3\v3_genn.d crypto\x509v3\pcy_lib.d crypto\cryptlib.d apps\pkey.d ssl\pqueue.d crypto\ec\curve448\curve448.d crypto\x509v3\v3_utl.d crypto\rsa\rsa_oaep.d test\buildtest_modes.d crypto\seed\seed_ofb.d crypto\hmac\hm_ameth.d crypto\x509\x509_obj.d crypto\des\ecb3_enc.d apps\smime.d ssl\tls_srp.d ssl\record\ssl3_record_tls13.d test\buildtest_ecdh.d crypto\evp\m_sigver.d crypto\x509v3\v3_asid.d crypto\pem\pem_lib.d apps\s_client.d crypto\x509v3\v3_info.d fuzz\x509.d ssl\ssl_cert.d crypto\bn\bn_x931p.d crypto\evp\e_des3.d fuzz\ct.d test\buildtest_rsa.d crypto\dsa\dsa_ameth.d crypto\ec\ec_lib.d crypto\bio\bss_bio.d crypto\asn1\x_val.d crypto\mem_dbg.d apps\ciphers.d apps\pkeyutl.d crypto\engine\tb_eckey.d test\exdatatest.d crypto\x509v3\pcy_data.d crypto\ocsp\ocsp_err.d crypto\pkcs12\p12_npas.d crypto\evp\names.d test\buildtest_lhash.d crypto\bn\bn_kron.d crypto\x509\by_dir.d crypto\dso\dso_win32.d crypto\x509\t_x509.d crypto\evp\m_md2.d crypto\x509\x509_def.d crypto\idea\i_skey.d crypto\engine\tb_dh.d test\buildtest_cmac.d crypto\whrlpool\wp_dgst.d test\buildtest_opensslv.d crypto\pkcs12\p12_crt.d apps\sess_id.d test\handshake_helper.d test\sm2_internal_test.d crypto\txt_db\txt_db.d crypto\x509\x509_vfy.d crypto\ec\ec_cvt.d crypto\x509v3\v3_crld.d test\buildtest_rand_drbg.d fuzz\client.d crypto\rc5\rc5_ecb.d test\cipherbytes_test.d ssl\record\ssl3_record.d crypto\camellia\cmll_ctr.d crypto\aes\aes_ige.d crypto\asn1\x_long.d crypto\bn\bn_depr.d crypto\camellia\cmll_ecb.d crypto\aria\aria.d crypto\rc5\rc5ofb64.d apps\s_cb.d crypto\aes\aes_wrap.d crypto\pkcs7\bio_pk7.d test\drbgtest.d crypto\pem\pem_pkey.d crypto\aes\aes_cbc.d crypto\mem.d test\ctype_internal_test.d crypto\bf\bf_skey.d test\testutil\cb.d crypto\dsa\dsa_ossl.d crypto\x509\x_attrib.d test\versions.d crypto\asn1\a_strnid.d crypto\ebcdic.d crypto\objects\obj_xref.d crypto\ec\ecdsa_ossl.d crypto\bio\bio_meth.d crypto\pkcs7\pk7_lib.d crypto\evp\p5_crpt2.d apps\genpkey.d test\testutil\format_output.d crypto\asn1\a_int.d test\rc2test.d crypto\dsa\dsa_vrf.d crypto\bn\bn_rand.d test\buildtest_ts.d crypto\x509v3\pcy_node.d apps\ecparam.d test\uitest.d crypto\modes\ctr128.d test\buildtest_conf_api.d crypto\rand\drbg_ctr.d apps\prime.d crypto\pem\pem_xaux.d test\cipherlist_test.d crypto\asn1\t_bitst.d crypto\des\ofb64ede.d crypto\evp\p_verify.d crypto\cms\cms_kari.d test\ssltestlib.d crypto\bn\bn_add.d crypto\evp\encode.d crypto\objects\obj_err.d crypto\asn1\x_pkey.d crypto\pkcs12\p12_init.d crypto\camellia\cmll_misc.d test\dsatest.d ssl\record\dtls1_bitmap.d crypto\chacha\chacha_enc.d test\buildtest_md4.d test\buildtest_pem.d crypto\ts\ts_req_print.d crypto\rsa\rsa_pk1.d crypto\whrlpool\wp_block.d ssl\ssl_mcnf.d crypto\ec\ec_mult.d ssl\methods.d crypto\ec\ec_curve.d crypto\pem\pem_all.d crypto\rsa\rsa_saos.d apps\passwd.d crypto\ec\ec_check.d test\rc4test.d crypto\evp\e_aes.d crypto\x509\t_crl.d crypto\rc2\rc2_cbc.d crypto\ec\ec2_oct.d crypto\asn1\asn1_err.d test\buildtest_cms.d crypto\x509v3\v3_cpols.d engines\e_padlock.d test\buildtest_comp.d crypto\rc4\rc4_enc.d crypto\bf\bf_ofb64.d crypto\asn1\d2i_pr.d crypto\evp\e_rc4_hmac_md5.d crypto\x509\x509_r2x.d crypto\bn\bn_exp2.d crypto\asn1\tasn_prn.d ssl\ssl_lib.d crypto\asn1\i2d_pr.d crypto\x509\by_file.d test\pbelutest.d apps\dhparam.d crypto\pkcs12\pk12err.d crypto\dh\dh_rfc7919.d crypto\ts\ts_verify_ctx.d crypto\cms\cms_sd.d test\v3ext.d crypto\evp\cmeth_lib.d crypto\blake2\m_blake2b.d crypto\x509v3\v3_ia5.d crypto\ts\ts_req_utils.d crypto\x509\x509_vpm.d crypto\bn\bn_mul.d test\buildtest_dh.d crypto\cms\cms_asn1.d crypto\modes\ocb128.d crypto\des\pcbc_enc.d apps\speed.d crypto\dh\dh_ameth.d crypto\dllmain.d crypto\des\qud_cksm.d test\buildtest_x509.d test\asn1_time_test.d crypto\asn1\ameth_lib.d crypto\ec\ec2_smpl.d crypto\ec\ec_kmeth.d crypto\pkcs12\p12_p8d.d crypto\asn1\x_spki.d test\asn1_encode_test.d test\buildtest_pem2.d test\buildtest_pkcs7.d crypto\des\ofb_enc.d crypto\evp\c_allc.d crypto\rsa\rsa_chk.d crypto\evp\bio_md.d crypto\blake2\blake2b.d crypto\ui\ui_lib.d test\buildtest_whrlpool.d fuzz\conf.d test\buildtest_md5.d test\enginetest.d crypto\evp\pmeth_fn.d crypto\pkcs12\p12_p8e.d crypto\ec\ecx_meth.d crypto\evp\e_rc4.d crypto\x509\x509_lu.d crypto\bf\bf_enc.d crypto\ocsp\ocsp_ext.d crypto\modes\cfb128.d test\bioprinttest.d crypto\rand\rand_vms.d crypto\ec\ecp_smpl.d crypto\bio\bss_file.d crypto\dsa\dsa_gen.d test\clienthellotest.d crypto\asn1\x_sig.d crypto\ui\ui_err.d apps\apps.d crypto\rsa\rsa_asn1.d crypto\asn1\f_int.d crypto\dsa\dsa_sign.d crypto\bio\bss_log.d test\stack_test.d crypto\cast\c_ofb64.d crypto\des\cfb_enc.d crypto\pem\pvkfmt.d crypto\rc5\rc5cfb64.d crypto\modes\cbc128.d ssl\record\rec_layer_s3.d apps\rsautl.d crypto\ct\ct_policy.d apps\req.d crypto\asn1\x_int64.d engines\e_ossltest.d crypto\pkcs7\pk7_mime.d test\x509_dup_cert_test.d test\wpackettest.d crypto\ec\ecdh_ossl.d crypto\ripemd\rmd_dgst.d crypto\x509v3\v3_extku.d crypto\evp\evp_pbe.d test\verify_extra_test.d crypto\bn\bn_intern.d crypto\siphash\siphash_ameth.d crypto\asn1\x_bignum.d test\shlibloadtest.d crypto\ct\ct_b64.d crypto\rsa\rsa_gen.d crypto\dsa\dsa_lib.d crypto\conf\conf_mall.d crypto\sha\keccak1600.d crypto\asn1\tasn_enc.d crypto\pkcs12\p12_asn.d ssl\ssl_stat.d crypto\cmac\cm_ameth.d crypto\x509v3\v3_conf.d test\aborttest.d ssl\statem\statem_dtls.d crypto\evp\e_xcbc_d.d crypto\asn1\a_mbstr.d test\buildtest_bio.d apps\errstr.d crypto\bn\bn_gcd.d crypto\comp\c_zlib.d crypto\async\arch\async_posix.d test\afalgtest.d test\buildtest_objects.d crypto\rsa\rsa_x931.d crypto\ec\ecp_oct.d crypto\x509\x509_v3.d crypto\md4\md4_dgst.d crypto\aes\aes_core.d crypto\sha\sha256.d crypto\cms\cms_err.d crypto\cms\cms_dd.d crypto\evp\e_bf.d crypto\rsa\rsa_sign.d crypto\rand\rand_lib.d crypto\asn1\a_verify.d crypto\asn1\tasn_new.d crypto\evp\bio_b64.d test\buildtest_sha.d crypto\evp\m_ripemd.d crypto\evp\m_md4.d crypto\cast\c_ecb.d crypto\ocsp\ocsp_vfy.d crypto\asn1\asn_pack.d crypto\cms\cms_smime.d test\threadstest.d test\buildtest_rc2.d crypto\siphash\siphash.d test\sslapitest.d crypto\sm3\sm3.d crypto\store\loader_file.d apps\bf_prefix.d crypto\ts\ts_rsp_sign.d fuzz\test-corpus.d crypto\ec\ec_print.d ssl\statem\extensions_clnt.d crypto\pem\pem_sign.d crypto\rsa\rsa_err.d ssl\ssl_utst.d crypto\evp\evp_cnf.d crypto\evp\bio_enc.d crypto\x509\x509_err.d crypto\cms\cms_att.d test\packettest.d crypto\camellia\camellia.d crypto\des\cfb64enc.d crypto\x509\x509spki.d crypto\cms\cms_cd.d test\casttest.d crypto\conf\conf_err.d crypto\md4\md4_one.d crypto\bio\b_sock.d test\ciphername_test.d test\evp_test.d test\buildtest_e_os2.d crypto\bn\bn_gf2m.d test\ssl_cert_table_internal_test.d test\buildtest_ssl3.d test\igetest.d test\asn1_decode_test.d crypto\engine\eng_all.d crypto\des\cbc_enc.d test\tls13secretstest.d crypto\blake2\blake2s.d crypto\rand\randfile.d crypto\rsa\rsa_crpt.d crypto\stack\stack.d test\testutil\driver.d crypto\rsa\rsa_pss.d crypto\ec\ec_asn1.d test\fatalerrtest.d crypto\bn\bn_srp.d crypto\sm3\m_sm3.d ssl\t1_enc.d crypto\dso\dso_dlfcn.d crypto\bn\bn_sqrt.d crypto\x509v3\v3_skey.d crypto\err\err_all.d test\buildtest_dtls1.d crypto\async\arch\async_null.d crypto\engine\eng_dyn.d crypto\ec\curve448\scalar.d crypto\sm2\sm2_crypt.d crypto\dso\dso_lib.d crypto\ec\ec_ameth.d crypto\ec\curve25519.d crypto\rsa\rsa_none.d crypto\asn1\tasn_fre.d crypto\evp\e_seed.d test\buildtest_cast.d test\tls13encryptiontest.d ssl\d1_lib.d crypto\objects\obj_dat.d crypto\rsa\rsa_ameth.d test\ssl_test.d crypto\idea\i_ofb64.d test\buildtest_bn.d crypto\kdf\tls1_prf.d crypto\cpt_err.d crypto\asn1\a_strex.d apps\asn1pars.d crypto\asn1\p8_pkey.d apps\pkcs8.d crypto\ec\curve448\eddsa.d +DEPS=crypto\ocsp\ocsp_ext.d crypto\x509v3\v3_pmaps.d test\dtls_mtu_test.d crypto\x509v3\v3_crld.d apps\genrsa.d crypto\bio\b_print.d crypto\x509\x509_v3.d test\buildtest_cms.d ms\uplink.d crypto\bn\bn_gf2m.d apps\passwd.d crypto\x509\x509_req.d test\buildtest_dtls1.d test\secmemtest.d crypto\dh\dh_err.d crypto\asn1\tasn_utl.d ssl\ssl_init.d crypto\asn1\asn_pack.d crypto\engine\eng_pkey.d test\buildtest_rsa.d crypto\engine\eng_ctrl.d test\buildtest_tls1.d crypto\ocsp\ocsp_prn.d crypto\x509\x509rset.d ssl\ssl_txt.d test\buildtest_x509v3.d test\sslcorrupttest.d crypto\conf\conf_ssl.d apps\apps.d crypto\evp\m_sha3.d crypto\err\err_all.d crypto\bn\bn_kron.d crypto\pkcs12\p12_add.d crypto\o_init.d crypto\bn\bn_ctx.d crypto\bn\bn_nist.d crypto\getenv.d crypto\bio\bss_sock.d crypto\ui\ui_null.d crypto\pem\pem_xaux.d crypto\evp\m_wp.d crypto\evp\e_aria.d crypto\ts\ts_verify_ctx.d crypto\x509v3\pcy_map.d crypto\rsa\rsa_ameth.d crypto\x509v3\v3_int.d crypto\x509\x509_def.d test\sanitytest.d crypto\ec\curve448\eddsa.d test\buildtest_rc2.d crypto\cmac\cm_pmeth.d crypto\pkcs12\p12_asn.d test\buildtest_asn1t.d test\buildtest_opensslv.d crypto\evp\m_sha1.d test\asynciotest.d test\testutil\random.d test\buildtest_x509.d crypto\ct\ct_b64.d crypto\asn1\a_mbstr.d crypto\rsa\rsa_pmeth.d crypto\pem\pem_oth.d apps\dhparam.d test\constant_time_test.d crypto\bio\bss_null.d crypto\bio\b_addr.d crypto\rsa\rsa_asn1.d crypto\objects\obj_dat.d crypto\pkcs12\p12_utl.d crypto\rand\drbg_lib.d crypto\rand\rand_egd.d crypto\ec\ec_cvt.d ssl\statem\extensions_srvr.d crypto\x509v3\v3_enum.d apps\s_server.d ssl\ssl_ciph.d crypto\sha\sha512.d apps\rehash.d crypto\modes\ofb128.d crypto\conf\conf_def.d test\sm2_internal_test.d ssl\ssl_err.d apps\spkac.d test\cipherbytes_test.d apps\errstr.d crypto\x509\x509cset.d test\memleaktest.d test\buildtest_store.d crypto\bn\bn_mod.d crypto\engine\eng_err.d test\sslapitest.d crypto\ec\curve448\arch_32\f_impl.d crypto\evp\p_dec.d crypto\evp\e_des3.d crypto\x509v3\v3_pcons.d crypto\asn1\f_string.d crypto\siphash\siphash.d crypto\bn\bn_shift.d crypto\threads_win.d test\buildtest_kdf.d crypto\x509v3\v3_bitst.d crypto\dso\dso_win32.d crypto\evp\e_idea.d crypto\rc5\rc5cfb64.d crypto\modes\ctr128.d crypto\bio\bf_nbio.d crypto\o_str.d ssl\d1_srtp.d crypto\sm2\sm2_sign.d crypto\bio\bss_log.d crypto\ec\ecp_nistp256.d crypto\asn1\t_spki.d crypto\engine\eng_all.d ssl\ssl_cert.d test\casttest.d test\buildtest_seed.d crypto\rc5\rc5_enc.d crypto\ui\ui_lib.d crypto\des\xcbc_enc.d crypto\ts\ts_rsp_sign.d test\dtlstest.d test\ssl_test_ctx.d test\cipherlist_test.d crypto\evp\p5_crpt2.d crypto\asn1\f_int.d test\rsa_test.d crypto\ec\curve448\curve448.d crypto\rc2\rc2ofb64.d test\ectest.d crypto\uid.d test\buildtest_md2.d crypto\bio\bio_lib.d crypto\asn1\n_pkey.d crypto\evp\e_seed.d crypto\sm2\sm2_pmeth.d crypto\store\store_lib.d crypto\whrlpool\wp_block.d apps\pkcs8.d test\shlibloadtest.d crypto\pem\pem_pk8.d apps\s_client.d crypto\dsa\dsa_key.d test\buildtest_md4.d test\bio_memleak_test.d crypto\ct\ct_vfy.d crypto\evp\c_allc.d crypto\des\cbc_enc.d crypto\ts\ts_err.d test\v3ext.d crypto\x509\x_crl.d test\x509_dup_cert_test.d crypto\x509\x509_lu.d test\buildtest_md5.d crypto\pkcs12\p12_key.d crypto\bio\bss_mem.d crypto\evp\p_verify.d crypto\des\ofb64ede.d test\buildtest_ts.d crypto\seed\seed_ecb.d crypto\pkcs12\p12_kiss.d test\dsatest.d crypto\asn1\asn1_item_list.d crypto\engine\tb_eckey.d apps\rsautl.d crypto\rsa\rsa_mp.d fuzz\client.d crypto\pkcs7\pk7_attr.d crypto\asn1\ameth_lib.d crypto\rand\randfile.d ssl\s3_enc.d crypto\ec\ec_print.d test\buildtest_srp.d crypto\ocsp\v3_ocsp.d ssl\t1_lib.d crypto\async\arch\async_win.d crypto\init.d crypto\asn1\a_digest.d crypto\seed\seed_ofb.d crypto\pem\pvkfmt.d crypto\bio\b_sock2.d apps\pkcs7.d crypto\engine\tb_cipher.d crypto\cms\cms_enc.d crypto\dllmain.d test\buildtest_safestack.d crypto\asn1\tasn_prn.d crypto\seed\seed_cbc.d crypto\ocsp\ocsp_lib.d crypto\rand\drbg_ctr.d crypto\ct\ct_prn.d crypto\asn1\asn1_gen.d crypto\modes\wrap128.d test\ocspapitest.d test\ciphername_test.d apps\dgst.d crypto\ec\ec2_smpl.d crypto\ec\ec_key.d test\testutil\driver.d crypto\siphash\siphash_ameth.d crypto\bn\bn_x931p.d test\errtest.d crypto\bn\bn_sqr.d apps\s_socket.d apps\cms.d crypto\cms\cms_err.d test\enginetest.d crypto\bn\bn_srp.d crypto\ripemd\rmd_dgst.d crypto\ec\curve448\scalar.d crypto\ctype.d crypto\asn1\x_bignum.d test\buildtest_rc4.d crypto\dh\dh_lib.d crypto\bn\bn_mont.d ssl\s3_msg.d test\x509aux.d test\handshake_helper.d crypto\x509\x509name.d crypto\x509\x_exten.d crypto\asn1\i2d_pr.d crypto\cms\cms_env.d crypto\pem\pem_lib.d test\buildtest_srtp.d crypto\dsa\dsa_prn.d crypto\cms\cms_att.d test\testutil\tap_bio.d test\ssl_test.d ssl\ssl_sess.d crypto\pkcs12\p12_crt.d crypto\engine\eng_table.d crypto\modes\gcm128.d crypto\cast\c_enc.d crypto\asn1\a_verify.d crypto\kdf\hkdf.d crypto\dso\dso_err.d crypto\mem_sec.d crypto\x509v3\pcy_tree.d ssl\t1_trce.d crypto\bn\bn_depr.d test\stack_test.d crypto\x509\x509_att.d crypto\aes\aes_wrap.d test\testutil\cb.d crypto\cast\c_ofb64.d crypto\pkcs12\p12_sbag.d crypto\engine\eng_dyn.d crypto\evp\cmeth_lib.d crypto\x509v3\v3_lib.d crypto\store\store_err.d crypto\x509\t_req.d test\afalgtest.d test\x509_time_test.d crypto\evp\p_sign.d crypto\pem\pem_all.d crypto\pem\pem_err.d crypto\x509v3\v3_akeya.d test\asn1_decode_test.d crypto\dso\dso_vms.d crypto\engine\eng_lib.d crypto\asn1\bio_ndef.d crypto\asn1\a_type.d crypto\idea\i_ofb64.d crypto\camellia\cmll_ofb.d crypto\pkcs7\pk7_mime.d crypto\pkcs12\p12_decr.d test\packettest.d test\buildtest_comp.d crypto\idea\i_cfb64.d apps\srp.d crypto\evp\e_cast.d crypto\sm2\sm2_err.d apps\s_cb.d crypto\ec\ecp_nistp521.d crypto\camellia\cmll_ecb.d crypto\sha\sha1_one.d test\versions.d crypto\ts\ts_rsp_print.d crypto\asn1\a_octet.d crypto\x509\x_x509.d ssl\pqueue.d crypto\sha\sha256.d ssl\record\ssl3_buffer.d crypto\x509\x509_obj.d crypto\mem.d test\destest.d ssl\tls13_enc.d apps\asn1pars.d apps\bf_prefix.d crypto\ec\ecdsa_vrf.d crypto\pem\pem_info.d apps\ec.d test\buildtest_ecdh.d test\pbelutest.d crypto\x509\x_name.d crypto\des\ofb64enc.d test\testutil\stanza.d test\threadstest.d apps\pkey.d crypto\modes\xts128.d crypto\bio\bss_acpt.d crypto\sha\keccak1600.d crypto\bn\bn_exp2.d test\ideatest.d crypto\bn\bn_div.d crypto\asn1\a_utf8.d apps\ts.d crypto\md4\md4_one.d fuzz\crl.d test\buildtest_ripemd.d crypto\ts\ts_rsp_verify.d crypto\cms\cms_pwri.d crypto\rand\rand_vms.d crypto\asn1\tasn_fre.d crypto\rsa\rsa_saos.d test\buildtest_objects.d crypto\cast\c_ecb.d crypto\bio\bf_lbuf.d fuzz\cms.d crypto\bn\bn_asm.d crypto\seed\seed_cfb.d crypto\cpt_err.d crypto\objects\o_names.d crypto\dh\dh_kdf.d crypto\dso\dso_openssl.d crypto\ec\ec_oct.d ssl\ssl_asn1.d test\testutil\test_cleanup.d test\ct_test.d crypto\ts\ts_req_print.d crypto\asn1\tasn_dec.d crypto\dso\dso_lib.d test\buildtest_ebcdic.d crypto\des\set_key.d crypto\rsa\rsa_sign.d crypto\aria\aria.d test\v3nametest.d crypto\bn\bn_word.d crypto\async\arch\async_posix.d crypto\hmac\hm_pmeth.d crypto\comp\c_zlib.d crypto\conf\conf_lib.d crypto\bn\bn_err.d crypto\kdf\scrypt.d test\buildtest_pkcs12.d crypto\idea\i_skey.d crypto\asn1\d2i_pr.d crypto\asn1\tasn_scn.d crypto\rsa\rsa_prn.d apps\pkeyutl.d test\buildtest_dh.d test\buildtest_ssl.d crypto\dh\dh_pmeth.d crypto\pkcs12\p12_p8e.d crypto\conf\conf_mall.d crypto\dsa\dsa_pmeth.d crypto\aes\aes_ofb.d crypto\rsa\rsa_meth.d test\buildtest_ec.d crypto\evp\encode.d crypto\ec\ec_ameth.d crypto\dh\dh_rfc7919.d crypto\x509\x509_r2x.d crypto\dh\dh_depr.d crypto\dh\dh_ameth.d crypto\modes\cts128.d crypto\ec\ecdsa_sign.d crypto\evp\e_xcbc_d.d crypto\aes\aes_cbc.d apps\rsa.d crypto\err\err.d crypto\evp\evp_lib.d crypto\x509v3\v3_extku.d crypto\cmac\cm_ameth.d crypto\objects\obj_xref.d crypto\cms\cms_asn1.d ssl\bio_ssl.d crypto\idea\i_ecb.d test\bio_enc_test.d crypto\rsa\rsa_gen.d crypto\aes\aes_ige.d ssl\t1_enc.d test\buildtest_ct.d crypto\pkcs7\pk7_lib.d apps\win32_init.d crypto\x509\x_all.d crypto\stack\stack.d test\buildtest_ecdsa.d crypto\evp\e_aes_cbc_hmac_sha1.d test\tls13secretstest.d crypto\bf\bf_enc.d crypto\pkcs7\bio_pk7.d crypto\evp\p_open.d test\rc4test.d crypto\x509\x_req.d ssl\record\dtls1_bitmap.d crypto\cms\cms_sd.d crypto\bio\b_sock.d crypto\evp\bio_md.d crypto\store\store_register.d crypto\rc2\rc2_ecb.d crypto\camellia\camellia.d test\buildtest_aes.d crypto\x509\x509_meth.d crypto\bn\bn_mul.d crypto\asn1\a_d2i_fp.d crypto\asn1\asn1_err.d crypto\x509v3\v3_purp.d crypto\blake2\blake2b.d crypto\camellia\cmll_misc.d test\drbg_cavs_data.d crypto\x509v3\pcy_cache.d crypto\mem_dbg.d crypto\camellia\cmll_cbc.d test\d2i_test.d test\testutil\tests.d test\tls13ccstest.d crypto\asn1\a_bitstr.d crypto\rsa\rsa_pss.d crypto\evp\bio_ok.d crypto\rc4\rc4_skey.d test\testutil\init.d test\buildtest_modes.d crypto\bn\bn_prime.d test\ctype_internal_test.d crypto\x509v3\v3_genn.d test\asn1_encode_test.d engines\e_padlock.d crypto\x509\x509_set.d apps\pkeyparam.d engines\e_ossltest.d crypto\store\store_init.d crypto\evp\p_lib.d crypto\des\cfb64enc.d crypto\ex_data.d test\buildtest_hmac.d crypto\evp\e_sm4.d test\clienthellotest.d test\time_offset_test.d ssl\methods.d crypto\evp\pmeth_fn.d crypto\modes\cfb128.d crypto\camellia\cmll_ctr.d crypto\asn1\x_long.d crypto\store\loader_file.d crypto\bn\bn_const.d test\buildtest_e_os2.d crypto\conf\conf_err.d crypto\bn\bn_add.d test\buildtest_cmac.d test\buildtest_buffer.d test\buildtest_stack.d crypto\bio\bss_dgram.d test\pkey_meth_kdf_test.d crypto\async\async_wait.d ms\applink.d crypto\asn1\evp_asn1.d crypto\ec\ecdsa_ossl.d crypto\x509\x509spki.d crypto\asn1\a_utctm.d crypto\engine\tb_pkmeth.d crypto\x509v3\v3_cpols.d apps\version.d crypto\evp\e_old.d crypto\evp\e_aes.d crypto\bio\b_dump.d crypto\asn1\tasn_typ.d crypto\ts\ts_conf.d crypto\engine\tb_rand.d crypto\buffer\buf_err.d crypto\ocsp\ocsp_srv.d test\ec_internal_test.d crypto\o_fips.d apps\dsaparam.d crypto\rc2\rc2_cbc.d crypto\des\fcrypt.d ssl\s3_cbc.d crypto\cast\c_cfb64.d test\buildtest_obj_mac.d crypto\rc5\rc5_ecb.d apps\smime.d crypto\conf\conf_sap.d crypto\cms\cms_kari.d crypto\sm4\sm4.d crypto\evp\e_aes_cbc_hmac_sha256.d crypto\hmac\hmac.d crypto\pkcs12\p12_attr.d crypto\idea\i_cbc.d test\hmactest.d crypto\srp\srp_vfy.d crypto\dsa\dsa_ossl.d test\poly1305_internal_test.d crypto\asn1\bio_asn1.d ssl\record\ssl3_record.d crypto\md2\md2_one.d crypto\des\fcrypt_b.d crypto\x509v3\v3_skey.d test\ssl_cert_table_internal_test.d ssl\ssl_utst.d test\danetest.d test\buildtest_cast.d crypto\des\ofb_enc.d crypto\modes\cbc128.d apps\req.d test\fatalerrtest.d crypto\camellia\cmll_cfb.d crypto\asn1\i2d_pu.d crypto\bn\bn_dh.d test\buildtest_ssl3.d test\gosttest.d crypto\dh\dh_rfc5114.d apps\ciphers.d crypto\pkcs7\pk7_smime.d test\buildtest_bn.d crypto\sm3\m_sm3.d crypto\o_fopen.d crypto\evp\e_camellia.d crypto\dh\dh_asn1.d test\wpackettest.d crypto\ct\ct_sct.d test\buildtest_pem.d apps\opt.d crypto\ct\ct_err.d crypto\sha\sha1dgst.d crypto\async\arch\async_null.d crypto\dh\dh_key.d crypto\asn1\tasn_enc.d crypto\dso\dso_dlfcn.d crypto\x509v3\v3_info.d ssl\statem\statem_clnt.d apps\crl.d crypto\dsa\dsa_depr.d test\buildtest_ui.d apps\s_time.d crypto\asn1\a_strex.d test\drbg_cavs_test.d crypto\x509v3\v3_bcons.d crypto\asn1\a_print.d crypto\rsa\rsa_crpt.d crypto\ts\ts_lib.d crypto\x509v3\v3_addr.d fuzz\conf.d test\pemtest.d apps\x509.d crypto\ec\ecp_nistputil.d crypto\asn1\x_pkey.d crypto\mem_clr.d crypto\x509v3\v3_pku.d crypto\asn1\a_sign.d crypto\x509\x509_vpm.d crypto\bn\bn_intern.d crypto\buffer\buffer.d apps\openssl.d ssl\statem\statem.d crypto\rsa\rsa_lib.d crypto\x509v3\pcy_node.d crypto\x509v3\v3err.d test\rc5test.d crypto\ocsp\ocsp_err.d crypto\ct\ct_sct_ctx.d test\buildtest_lhash.d crypto\ct\ct_x509v3.d crypto\asn1\x_info.d crypto\cms\cms_cd.d crypto\asn1\a_dup.d crypto\asn1\p5_pbe.d crypto\evp\e_des.d crypto\dso\dso_dl.d crypto\pkcs12\p12_init.d crypto\evp\e_bf.d fuzz\bndiv.d test\evp_extra_test.d crypto\ec\ecx_meth.d crypto\md5\md5_one.d crypto\asn1\asn1_lib.d crypto\rsa\rsa_depr.d crypto\evp\c_alld.d apps\ecparam.d crypto\kdf\kdf_err.d ssl\statem\statem_lib.d crypto\ts\ts_rsp_utils.d apps\engine.d crypto\des\rand_key.d crypto\cryptlib.d crypto\pkcs12\p12_crpt.d crypto\asn1\tasn_new.d crypto\ocsp\ocsp_asn.d crypto\bn\bn_blind.d crypto\cast\c_skey.d test\buildtest_rand.d crypto\ct\ct_policy.d crypto\ec\ecp_nistp224.d crypto\pkcs7\pk7_doit.d apps\speed.d crypto\rc2\rc2cfb64.d test\buildtest_rc5.d crypto\asn1\nsseq.d test\mdc2_internal_test.d crypto\x509\t_crl.d crypto\bio\bss_file.d crypto\evp\p5_crpt.d crypto\evp\e_chacha20_poly1305.d crypto\rc2\rc2_skey.d crypto\bio\bss_bio.d test\servername_test.d test\buildtest_engine.d crypto\comp\comp_err.d crypto\rc5\rc5ofb64.d test\evp_test.d crypto\des\ecb_enc.d test\rsa_mp_test.d crypto\x509\x509_vfy.d crypto\x509v3\v3_pci.d crypto\async\async.d crypto\async\async_err.d crypto\engine\eng_fat.d ssl\record\ssl3_record_tls13.d crypto\srp\srp_lib.d ssl\statem\statem_dtls.d crypto\pkcs12\pk12err.d crypto\ebcdic.d apps\dsa.d test\ssltest_old.d crypto\bf\bf_ofb64.d crypto\asn1\p5_pbev2.d test\buildtest_evp.d crypto\ec\ec_lib.d crypto\x509v3\v3_conf.d crypto\ec\ec_kmeth.d ssl\statem\extensions.d crypto\pkcs12\p12_mutl.d fuzz\server.d crypto\evp\m_sigver.d ssl\record\rec_layer_s3.d ssl\statem\statem_srvr.d test\bad_dtls_test.d test\pkey_meth_test.d crypto\md4\md4_dgst.d crypto\rsa\rsa_pk1.d test\dhtest.d crypto\bio\bio_meth.d crypto\rsa\rsa_err.d crypto\err\err_prn.d crypto\pem\pem_pkey.d crypto\conf\conf_api.d crypto\evp\e_rc4.d crypto\cms\cms_smime.d test\asn1_internal_test.d crypto\store\store_strings.d crypto\x509v3\v3_ncons.d crypto\pkcs12\p12_npas.d crypto\x509\by_dir.d apps\gendsa.d crypto\asn1\t_bitst.d crypto\lhash\lh_stats.d fuzz\ct.d crypto\modes\ocb128.d crypto\bn\bn_sqrt.d crypto\dsa\dsa_err.d test\x509_check_cert_pkey_test.d ssl\statem\extensions_cust.d crypto\rc5\rc5_skey.d crypto\asn1\a_time.d crypto\ec\curve448\curve448_tables.d crypto\dh\dh_prn.d test\lhash_test.d test\igetest.d crypto\pem\pem_x509.d crypto\pkcs7\pkcs7err.d crypto\evp\m_md5_sha1.d crypto\evp\m_md2.d crypto\cms\cms_ess.d ssl\ssl_mcnf.d crypto\ec\ec_check.d ssl\statem\extensions_clnt.d crypto\rand\rand_err.d crypto\evp\m_md5.d crypto\dsa\dsa_sign.d test\bioprinttest.d crypto\x509\x509_d2.d crypto\bf\bf_cfb64.d test\sslbuffertest.d crypto\rand\rand_unix.d test\x509_internal_test.d crypto\ec\ec_curve.d crypto\rand\rand_win.d test\rdrand_sanitytest.d fuzz\x509.d ssl\d1_msg.d crypto\evp\m_null.d test\asn1_string_table_test.d crypto\dh\dh_check.d crypto\ec\ec_pmeth.d crypto\engine\tb_dh.d crypto\ec\eck_prn.d crypto\evp\bio_enc.d test\asynctest.d test\buildtest_symhacks.d apps\enc.d apps\genpkey.d test\testutil\output_helpers.d test\buildtest_camellia.d ssl\d1_lib.d crypto\evp\e_rc2.d test\buildtest_asn1.d test\chacha_internal_test.d test\uitest.d crypto\asn1\p5_scrypt.d crypto\ripemd\rmd_one.d crypto\asn1\t_pkey.d crypto\sm2\sm2_crypt.d test\rc2test.d test\buildtest_idea.d crypto\x509\x509_txt.d crypto\ec\ec_asn1.d apps\sess_id.d crypto\asn1\x_sig.d apps\nseq.d crypto\hmac\hm_ameth.d ssl\tls_srp.d crypto\cms\cms_dd.d crypto\evp\pmeth_gn.d ssl\ssl_stat.d crypto\ui\ui_openssl.d crypto\asn1\a_i2d_fp.d test\buildtest_pkcs7.d test\tls13encryptiontest.d test\recordlentest.d crypto\bio\bss_fd.d crypto\aes\aes_ecb.d crypto\objects\obj_lib.d test\bntest.d test\testutil\basic_output.d crypto\asn1\asn_moid.d test\modes_internal_test.d crypto\evp\p_seal.d crypto\ec\ecdh_kdf.d crypto\sm3\sm3.d crypto\engine\eng_openssl.d crypto\asn1\d2i_pu.d test\gmdifftest.d crypto\evp\bio_b64.d test\buildtest_blowfish.d crypto\evp\evp_pkey.d crypto\ocsp\ocsp_vfy.d crypto\ec\ecp_oct.d crypto\bn\bn_recp.d crypto\aes\aes_cfb.d crypto\bn\bn_exp.d crypto\evp\pbe_scrypt.d crypto\asn1\x_algor.d crypto\md2\md2_dgst.d crypto\poly1305\poly1305_pmeth.d crypto\asn1\x_int64.d test\cmsapitest.d crypto\rsa\rsa_ssl.d fuzz\bignum.d crypto\ocsp\ocsp_cl.d crypto\x509v3\v3_pcia.d crypto\asn1\a_strnid.d crypto\x509v3\v3_ia5.d crypto\threads_none.d test\exptest.d crypto\bn\bn_gcd.d test\srptest.d crypto\o_dir.d crypto\bf\bf_ecb.d crypto\des\cfb64ede.d ssl\ssl_conf.d crypto\rand\rand_lib.d crypto\asn1\p8_pkey.d crypto\x509v3\v3_alt.d test\dsa_no_digest_size_test.d crypto\dh\dh_gen.d crypto\engine\tb_dsa.d crypto\x509\x_pubkey.d crypto\bio\bio_cb.d test\drbgtest.d crypto\dsa\dsa_asn1.d crypto\rsa\rsa_none.d test\buildtest_des.d test\siphash_internal_test.d apps\storeutl.d crypto\bio\bf_null.d crypto\rsa\rsa_ossl.d crypto\poly1305\poly1305.d crypto\dsa\dsa_lib.d crypto\siphash\siphash_pmeth.d crypto\comp\comp_lib.d crypto\des\ecb3_enc.d crypto\x509v3\v3_admis.d crypto\rc4\rc4_enc.d ssl\ssl_lib.d crypto\rsa\rsa_chk.d crypto\des\cfb_enc.d crypto\ec\ecp_nist.d crypto\chacha\chacha_enc.d test\crltest.d crypto\ec\ec2_oct.d crypto\ts\ts_asn1.d crypto\bio\bss_conn.d crypto\evp\m_md4.d test\buildtest_x509_vfy.d test\mdc2test.d test\buildtest_sha.d crypto\kdf\tls1_prf.d crypto\asn1\asn1_par.d test\buildtest_conf_api.d crypto\evp\pmeth_lib.d crypto\pem\pem_sign.d crypto\engine\tb_digest.d crypto\engine\tb_rsa.d crypto\evp\names.d crypto\engine\eng_list.d fuzz\asn1.d crypto\des\qud_cksm.d crypto\x509\x509_ext.d crypto\whrlpool\wp_dgst.d crypto\x509v3\v3_tlsf.d crypto\asn1\a_object.d crypto\ct\ct_oct.d apps\crl2p7.d crypto\blake2\m_blake2s.d crypto\ts\ts_req_utils.d crypto\bf\bf_skey.d crypto\bn\bn_mpi.d crypto\lhash\lhash.d crypto\objects\obj_err.d crypto\aes\aes_core.d crypto\rsa\rsa_oaep.d crypto\aes\aes_misc.d crypto\ui\ui_err.d crypto\txt_db\txt_db.d crypto\x509v3\pcy_data.d crypto\asn1\x_val.d crypto\evp\m_ripemd.d test\buildtest_pem2.d test\testutil\main.d test\ssl_test_ctx_test.d test\buildtest_bio.d crypto\evp\evp_key.d test\buildtest_ssl2.d crypto\ec\ecp_mont.d fuzz\test-corpus.d crypto\des\des_enc.d crypto\engine\eng_cnf.d apps\app_rand.d crypto\ui\ui_util.d crypto\rsa\rsa_x931g.d test\buildtest_ocsp.d crypto\modes\ccm128.d test\exdatatest.d crypto\dh\dh_meth.d crypto\des\pcbc_enc.d crypto\pkcs12\p12_p8d.d crypto\x509\x509_err.d crypto\x509\x509type.d test\conf_include_test.d crypto\evp\e_rc4_hmac_md5.d crypto\o_time.d test\ecstresstest.d crypto\cmac\cmac.d test\bio_callback_test.d crypto\engine\eng_init.d crypto\cms\cms_io.d crypto\cversion.d ssl\s3_lib.d crypto\ec\ec_err.d test\rsa_complex.d crypto\engine\tb_asnmth.d apps\prime.d crypto\des\str2key.d crypto\des\cbc_cksm.d apps\pkcs12.d crypto\x509v3\v3_prn.d crypto\evp\e_rc5.d crypto\dsa\dsa_vrf.d test\buildtest_conf.d crypto\poly1305\poly1305_ameth.d test\asn1_time_test.d test\bftest.d crypto\bio\bio_err.d test\buildtest_dsa.d crypto\x509v3\v3_utl.d crypto\asn1\asn_mstbl.d crypto\bn\bn_rand.d test\buildtest_crypto.d engines\e_dasync.d crypto\conf\conf_mod.d test\buildtest_ossl_typ.d crypto\dsa\dsa_meth.d test\aborttest.d crypto\x509\x509_cmp.d crypto\ec\curve448\f_generic.d crypto\x509\by_file.d test\ssltestlib.d crypto\x509v3\v3_asid.d crypto\x509\x_x509a.d crypto\x509v3\pcy_lib.d crypto\blake2\m_blake2b.d crypto\cms\cms_lib.d crypto\evp\p_enc.d test\buildtest_async.d crypto\threads_pthread.d ssl\record\rec_layer_d1.d crypto\asn1\a_int.d apps\verify.d crypto\asn1\x_spki.d test\testutil\format_output.d ssl\ssl_rsa.d crypto\ocsp\ocsp_ht.d test\sysdefaulttest.d crypto\x509\x509_trs.d crypto\ct\ct_log.d crypto\bn\bn_lib.d test\buildtest_txt_db.d test\md2test.d engines\e_capi.d test\verify_extra_test.d crypto\blake2\blake2s.d apps\ca.d crypto\x509v3\v3_akey.d crypto\ec\ecp_smpl.d apps\ocsp.d crypto\x509v3\v3_sxnet.d crypto\evp\evp_enc.d crypto\ec\curve25519.d test\sm4_internal_test.d crypto\x509\x_attrib.d crypto\bio\bf_buff.d crypto\evp\evp_cnf.d crypto\evp\evp_pbe.d test\ecdsatest.d crypto\x509\t_x509.d crypto\bn\bn_print.d crypto\seed\seed.d crypto\ec\ec_mult.d crypto\dsa\dsa_gen.d test\curve448_internal_test.d crypto\ec\ecdh_ossl.d crypto\asn1\asn_mime.d crypto\evp\evp_err.d fuzz\asn1parse.d test\buildtest_rand_drbg.d test\buildtest_whrlpool.d crypto\engine\eng_rdrand.d test\test_test.d apps\rand.d crypto\asn1\a_gentm.d crypto\md5\md5_dgst.d ssl\packet.d crypto\rsa\rsa_x931.d crypto\evp\digest.d crypto\evp\m_mdc2.d crypto\evp\e_null.d crypto\pkcs7\pk7_asn1.d test\dtlsv1listentest.d crypto\dsa\dsa_ameth.d GENERATED_MANDATORY=crypto\include\internal\bn_conf.h crypto\include\internal\dso_conf.h include\openssl\opensslconf.h GENERATED=apps\CA.pl apps\openssl.rc apps\progs.h apps\tsget.pl crypto\buildinf.h crypto\uplink-x86_64.asm libcrypto.def libcrypto.rc libssl.def libssl.rc test\buildtest_aes.c test\buildtest_asn1.c test\buildtest_asn1t.c test\buildtest_async.c test\buildtest_bio.c test\buildtest_blowfish.c test\buildtest_bn.c test\buildtest_buffer.c test\buildtest_camellia.c test\buildtest_cast.c test\buildtest_cmac.c test\buildtest_cms.c test\buildtest_comp.c test\buildtest_conf.c test\buildtest_conf_api.c test\buildtest_crypto.c test\buildtest_ct.c test\buildtest_des.c test\buildtest_dh.c test\buildtest_dsa.c test\buildtest_dtls1.c test\buildtest_e_os2.c test\buildtest_ebcdic.c test\buildtest_ec.c test\buildtest_ecdh.c test\buildtest_ecdsa.c test\buildtest_engine.c test\buildtest_evp.c test\buildtest_hmac.c test\buildtest_idea.c test\buildtest_kdf.c test\buildtest_lhash.c test\buildtest_md2.c test\buildtest_md4.c test\buildtest_md5.c test\buildtest_modes.c test\buildtest_obj_mac.c test\buildtest_objects.c test\buildtest_ocsp.c test\buildtest_opensslv.c test\buildtest_ossl_typ.c test\buildtest_pem.c test\buildtest_pem2.c test\buildtest_pkcs12.c test\buildtest_pkcs7.c test\buildtest_rand.c test\buildtest_rand_drbg.c test\buildtest_rc2.c test\buildtest_rc4.c test\buildtest_rc5.c test\buildtest_ripemd.c test\buildtest_rsa.c test\buildtest_safestack.c test\buildtest_seed.c test\buildtest_sha.c test\buildtest_srp.c test\buildtest_srtp.c test\buildtest_ssl.c test\buildtest_ssl2.c test\buildtest_ssl3.c test\buildtest_stack.c test\buildtest_store.c test\buildtest_symhacks.c test\buildtest_tls1.c test\buildtest_ts.c test\buildtest_txt_db.c test\buildtest_ui.c test\buildtest_whrlpool.c test\buildtest_x509.c test\buildtest_x509_vfy.c test\buildtest_x509v3.c tools\c_rehash.pl @@ -4068,7 +4068,7 @@ ssl\t1_trce.obj ssl\tls13_enc.obj ssl\tls_srp.obj << -test\libtestutil.lib: test\testutil\basic_output.obj test\testutil\cb.obj test\testutil\driver.obj test\testutil\format_output.obj test\testutil\init.obj test\testutil\main.obj test\testutil\output_helpers.obj test\testutil\stanza.obj test\testutil\tap_bio.obj test\testutil\test_cleanup.obj test\testutil\tests.obj +test\libtestutil.lib: test\testutil\basic_output.obj test\testutil\cb.obj test\testutil\driver.obj test\testutil\format_output.obj test\testutil\init.obj test\testutil\main.obj test\testutil\output_helpers.obj test\testutil\random.obj test\testutil\stanza.obj test\testutil\tap_bio.obj test\testutil\test_cleanup.obj test\testutil\tests.obj $(AR) $(ARFLAGS) $(AROUTFLAG)test\libtestutil.lib @<< test\testutil\basic_output.obj test\testutil\cb.obj @@ -4077,6 +4077,7 @@ test\testutil\format_output.obj test\testutil\init.obj test\testutil\main.obj test\testutil\output_helpers.obj +test\testutil\random.obj test\testutil\stanza.obj test\testutil\tap_bio.obj test\testutil\test_cleanup.obj @@ -4103,6 +4104,9 @@ test\testutil\main.obj: "..\test\testutil\main.c" test\testutil\output_helpers.obj: "..\test\testutil\output_helpers.c" $(CC) $(LIB_CFLAGS) /I "include" /I "..\include" $(LIB_CPPFLAGS) -c $(COUTFLAG)$@ "..\test\testutil\output_helpers.c" $(CC) $(LIB_CFLAGS) /I "include" /I "..\include" $(LIB_CPPFLAGS) /Zs /showIncludes "..\test\testutil\output_helpers.c" 2>&1 > test\testutil\output_helpers.d +test\testutil\random.obj: "..\test\testutil\random.c" + $(CC) $(LIB_CFLAGS) /I "include" /I "..\include" $(LIB_CPPFLAGS) -c $(COUTFLAG)$@ "..\test\testutil\random.c" + $(CC) $(LIB_CFLAGS) /I "include" /I "..\include" $(LIB_CPPFLAGS) /Zs /showIncludes "..\test\testutil\random.c" 2>&1 > test\testutil\random.d test\testutil\stanza.obj: "..\test\testutil\stanza.c" $(CC) $(LIB_CFLAGS) /I "include" /I "..\include" $(LIB_CPPFLAGS) -c $(COUTFLAG)$@ "..\test\testutil\stanza.c" $(CC) $(LIB_CFLAGS) /I "include" /I "..\include" $(LIB_CPPFLAGS) /Zs /showIncludes "..\test\testutil\stanza.c" 2>&1 > test\testutil\stanza.d @@ -4391,8 +4395,8 @@ apps\x509.obj: "..\apps\x509.c" "apps\progs.h" $(CC) $(BIN_CFLAGS) /I "." /I "include" /I "apps" /I ".." /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "..\apps\x509.c" $(CC) $(BIN_CFLAGS) /I "." /I "include" /I "apps" /I ".." /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "..\apps\x509.c" 2>&1 > apps\x509.d ms\applink.obj: "..\ms\applink.c" - $(CC) $(BIN_CFLAGS) /I "apps" /I "." /I "include" /I "..\apps" /I ".." /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "..\ms\applink.c" - $(CC) $(BIN_CFLAGS) /I "apps" /I "." /I "include" /I "..\apps" /I ".." /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "..\ms\applink.c" 2>&1 > ms\applink.d + $(CC) $(BIN_CFLAGS) /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "..\ms\applink.c" + $(CC) $(BIN_CFLAGS) /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" $(BIN_CPPFLAGS) /Zs /showIncludes "..\ms\applink.c" 2>&1 > ms\applink.d fuzz\asn1-test.exe: fuzz\asn1.obj fuzz\test-corpus.obj libssl.lib libcrypto.lib IF EXIST fuzz\asn1-test.exe.manifest DEL /F /Q fuzz\asn1-test.exe.manifest $(LD) $(LDFLAGS) $(BIN_LDFLAGS) $(LDOUTFLAG)fuzz\asn1-test.exe @<< @@ -7354,9 +7358,9 @@ crypto\x509 crypto\x509\ : crypto\x509\by_dir.obj crypto\x509\by_file.obj crypto crypto\x509v3 crypto\x509v3\ : crypto\x509v3\pcy_cache.obj crypto\x509v3\pcy_data.obj crypto\x509v3\pcy_lib.obj crypto\x509v3\pcy_map.obj crypto\x509v3\pcy_node.obj crypto\x509v3\pcy_tree.obj crypto\x509v3\v3_addr.obj crypto\x509v3\v3_admis.obj crypto\x509v3\v3_akey.obj crypto\x509v3\v3_akeya.obj crypto\x509v3\v3_alt.obj crypto\x509v3\v3_asid.obj crypto\x509v3\v3_bcons.obj crypto\x509v3\v3_bitst.obj crypto\x509v3\v3_conf.obj crypto\x509v3\v3_cpols.obj crypto\x509v3\v3_crld.obj crypto\x509v3\v3_enum.obj crypto\x509v3\v3_extku.obj crypto\x509v3\v3_genn.obj crypto\x509v3\v3_ia5.obj crypto\x509v3\v3_info.obj crypto\x509v3\v3_int.obj crypto\x509v3\v3_lib.obj crypto\x509v3\v3_ncons.obj crypto\x509v3\v3_pci.obj crypto\x509v3\v3_pcia.obj crypto\x509v3\v3_pcons.obj crypto\x509v3\v3_pku.obj crypto\x509v3\v3_pmaps.obj crypto\x509v3\v3_prn.obj crypto\x509v3\v3_purp.obj crypto\x509v3\v3_skey.obj crypto\x509v3\v3_sxnet.obj crypto\x509v3\v3_tlsf.obj crypto\x509v3\v3_utl.obj crypto\x509v3\v3err.obj engines engines\ : engines\capi.dll engines\dasync.dll engines\ossltest.dll engines\padlock.dll fuzz fuzz\ : fuzz\asn1-test.exe fuzz\asn1parse-test.exe fuzz\bignum-test.exe fuzz\bndiv-test.exe fuzz\client-test.exe fuzz\cms-test.exe fuzz\conf-test.exe fuzz\crl-test.exe fuzz\ct-test.exe fuzz\server-test.exe fuzz\x509-test.exe -ms ms\ : ms\applink.obj ms\applink.obj ms\uplink.obj -ssl ssl\ : ssl\packet.obj ssl\tls13_enc.obj ssl\bio_ssl.obj ssl\d1_lib.obj ssl\d1_msg.obj ssl\d1_srtp.obj ssl\methods.obj ssl\packet.obj ssl\pqueue.obj ssl\s3_cbc.obj ssl\s3_enc.obj ssl\s3_lib.obj ssl\s3_msg.obj ssl\ssl_asn1.obj ssl\ssl_cert.obj ssl\ssl_ciph.obj ssl\ssl_conf.obj ssl\ssl_err.obj ssl\ssl_init.obj ssl\ssl_lib.obj ssl\ssl_mcnf.obj ssl\ssl_rsa.obj ssl\ssl_sess.obj ssl\ssl_stat.obj ssl\ssl_txt.obj ssl\ssl_utst.obj ssl\t1_enc.obj ssl\t1_lib.obj ssl\t1_trce.obj ssl\tls13_enc.obj ssl\tls_srp.obj +ms ms\ : ms\uplink.obj ms\applink.obj ms\applink.obj +ssl ssl\ : ssl\bio_ssl.obj ssl\d1_lib.obj ssl\d1_msg.obj ssl\d1_srtp.obj ssl\methods.obj ssl\packet.obj ssl\pqueue.obj ssl\s3_cbc.obj ssl\s3_enc.obj ssl\s3_lib.obj ssl\s3_msg.obj ssl\ssl_asn1.obj ssl\ssl_cert.obj ssl\ssl_ciph.obj ssl\ssl_conf.obj ssl\ssl_err.obj ssl\ssl_init.obj ssl\ssl_lib.obj ssl\ssl_mcnf.obj ssl\ssl_rsa.obj ssl\ssl_sess.obj ssl\ssl_stat.obj ssl\ssl_txt.obj ssl\ssl_utst.obj ssl\t1_enc.obj ssl\t1_lib.obj ssl\t1_trce.obj ssl\tls13_enc.obj ssl\tls_srp.obj ssl\packet.obj ssl\tls13_enc.obj ssl\record ssl\record\ : ssl\record\dtls1_bitmap.obj ssl\record\rec_layer_d1.obj ssl\record\rec_layer_s3.obj ssl\record\ssl3_buffer.obj ssl\record\ssl3_record.obj ssl\record\ssl3_record_tls13.obj ssl\statem ssl\statem\ : ssl\statem\extensions.obj ssl\statem\extensions_clnt.obj ssl\statem\extensions_cust.obj ssl\statem\extensions_srvr.obj ssl\statem\statem.obj ssl\statem\statem_clnt.obj ssl\statem\statem_dtls.obj ssl\statem\statem_lib.obj ssl\statem\statem_srvr.obj -test\testutil test\testutil\ : test\testutil\basic_output.obj test\testutil\cb.obj test\testutil\driver.obj test\testutil\format_output.obj test\testutil\init.obj test\testutil\main.obj test\testutil\output_helpers.obj test\testutil\stanza.obj test\testutil\tap_bio.obj test\testutil\test_cleanup.obj test\testutil\tests.obj +test\testutil test\testutil\ : test\testutil\basic_output.obj test\testutil\cb.obj test\testutil\driver.obj test\testutil\format_output.obj test\testutil\init.obj test\testutil\main.obj test\testutil\output_helpers.obj test\testutil\random.obj test\testutil\stanza.obj test\testutil\tap_bio.obj test\testutil\test_cleanup.obj test\testutil\tests.obj -- cgit v1.1