From 2e7506efa1f1015e9fd965b85c934cf3bc3014f9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 30 Mar 2021 13:47:08 +0300 Subject: Release version 1.1.1+14 Upgrade to 1.1.1k Use caret version constraint for depends manifest values --- README-DEV | 28 +- libcrypto/manifest | 6 +- libssl/manifest | 4 +- openssl/manifest | 4 +- upstream | 2 +- upstream-build/build-log/i686-linux | 6 +- upstream-build/build-log/i686-win32-mingw32 | 4 +- upstream-build/build-log/i686-win32-msvc | 420 ++++++++++---------- upstream-build/build-log/x86_64-freebsd | 2 +- upstream-build/build-log/x86_64-linux | 34 +- upstream-build/build-log/x86_64-macos | 2 +- upstream-build/build-log/x86_64-win32-mingw32 | 2 +- upstream-build/build-log/x86_64-win32-msvc | 446 +++++++++++----------- 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 | 4 +- upstream-build/configdata.pm/i686-win32-mingw32 | 8 +- upstream-build/configdata.pm/i686-win32-msvc | 6 +- upstream-build/configdata.pm/x86_64-freebsd | 8 +- upstream-build/configdata.pm/x86_64-linux | 8 +- upstream-build/configdata.pm/x86_64-macos | 8 +- upstream-build/configdata.pm/x86_64-win32-mingw32 | 8 +- upstream-build/configdata.pm/x86_64-win32-msvc | 12 +- upstream-build/makefile/i686-linux | 8 +- upstream-build/makefile/i686-win32-mingw32 | 10 +- upstream-build/makefile/i686-win32-msvc | 175 ++++----- upstream-build/makefile/x86_64-freebsd | 10 +- upstream-build/makefile/x86_64-linux | 10 +- upstream-build/makefile/x86_64-macos | 10 +- upstream-build/makefile/x86_64-win32-mingw32 | 10 +- upstream-build/makefile/x86_64-win32-msvc | 181 ++++----- 37 files changed, 725 insertions(+), 727 deletions(-) diff --git a/README-DEV b/README-DEV index 21069da..ad62a94 100644 --- a/README-DEV +++ b/README-DEV @@ -38,11 +38,21 @@ 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.1i/1.fc34/src/openssl-1.1.1i-1.fc34.src.rpm -$ rpm2cpio openssl-1.1.1i-1.fc34.src.rpm | cpio -civ '*.spec' +$ wget https://kojipkgs.fedoraproject.org/packages/openssl/1.1.1k/1.fc35/src/openssl-1.1.1k-1.fc35.src.rpm +$ rpm2cpio openssl-1.1.1k-1.fc35.src.rpm | cpio -civ '*.spec' -$ wget http://deb.debian.org/debian/pool/main/o/openssl/openssl_1.1.1i-1.debian.tar.xz -$ tar xf openssl_1.1.1i-1.debian.tar.xz debian/rules +$ wget http://deb.debian.org/debian/pool/main/o/openssl/openssl_1.1.1k-1.debian.tar.xz +$ tar xf openssl_1.1.1k-1.debian.tar.xz debian/rules + +As a side note, on Debian and Fedora the libraries, headers and utility are +packaged as follows: + + libcrypto+libssl headers openssl +Debian/Ubuntu: libssl1.1 libssl-dev openssl +Fedora/RHEL: openssl-libs openssl-devel openssl + +Search for the Debian and Fedora packages at https://packages.debian.org/search +and https://src.fedoraproject.org/. Here are the discovered configuration options. @@ -112,13 +122,3 @@ and make sure that no OpenSSL headers are included from the system, running the following command from the project root: $ fgrep -a -e /usr/include/openssl `find . -type f -name '*.d'` - -As a side note, on Debian and Fedora the libraries, headers and utility are -packaged as follows: - - libcrypto+libssl headers openssl -Debian/Ubuntu: libssl1.1 libssl-dev openssl -Fedora/RHEL: openssl-libs openssl-devel openssl - -Search for the Debian and Fedora packages at https://packages.debian.org/search -and https://src.fedoraproject.org/. diff --git a/libcrypto/manifest b/libcrypto/manifest index 59912ec..5b333eb 100644 --- a/libcrypto/manifest +++ b/libcrypto/manifest @@ -3,8 +3,8 @@ name: libcrypto # Note: remember to update doc-url below! # -version: 1.1.1+13 -upstream-version: 1.1.1j +version: 1.1.1+14 +upstream-version: 1.1.1k project: openssl priority: security @@ -22,4 +22,4 @@ build-error-email: builds@build2.org builds: all depends: * build2 >= 0.12.0 depends: * bpkg >= 0.12.0 -depends: libz >= 1.2.1100 +depends: libz ^1.2.1100 diff --git a/libssl/manifest b/libssl/manifest index 3498330..4ce39b7 100644 --- a/libssl/manifest +++ b/libssl/manifest @@ -3,8 +3,8 @@ name: libssl # Note: remember to update doc-url below! # -version: 1.1.1+13 -upstream-version: 1.1.1j +version: 1.1.1+14 +upstream-version: 1.1.1k project: openssl priority: security diff --git a/openssl/manifest b/openssl/manifest index 965a02a..4b0b56e 100644 --- a/openssl/manifest +++ b/openssl/manifest @@ -3,8 +3,8 @@ name: openssl # Note: remember to update doc-url below! # -version: 1.1.1+13 -upstream-version: 1.1.1j +version: 1.1.1+14 +upstream-version: 1.1.1k priority: security summary: Command line tool providing various cryptography functions diff --git a/upstream b/upstream index 52c587d..fd78df5 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit 52c587d60be67c337364b830dd3fdc15404a2f04 +Subproject commit fd78df59b0f656aefe96e39533130454aa957c00 diff --git a/upstream-build/build-log/i686-linux b/upstream-build/build-log/i686-linux index 7b997d9..caac233 100644 --- a/upstream-build/build-log/i686-linux +++ b/upstream-build/build-log/i686-linux @@ -31,7 +31,7 @@ perl: warning: Please check that your locale settings: LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to a fallback locale ("en_US.UTF-8"). -Configuring OpenSSL version 1.1.1j (0x101010afL) for linux-x86 +Configuring OpenSSL version 1.1.1k (0x101010bfL) for linux-x86 Using os-specific seed configuration Creating configdata.pm Creating Makefile @@ -2370,10 +2370,6 @@ ${LDCMD:-gcc} -pthread -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/rsa_mp_test test/rsa_mp_test.o \ test/libtestutil.a -lcrypto -lz -ldl -pthread gcc -Iinclude -I../include -pthread -m32 -Wall -O3 -fomit-frame-pointer -DZLIB -DNDEBUG -MMD -MF test/rsa_test.d.tmp -MT test/rsa_test.o -c -o test/rsa_test.o ../test/rsa_test.c -../test/rsa_test.c: In function 'test_rsa_oaep': -../test/rsa_test.c:349:5: warning: 'key' may be used uninitialized in this function [-Wmaybe-uninitialized] - RSA_free(key); - ^~~~~~~~~~~~~ rm -f test/rsa_test ${LDCMD:-gcc} -pthread -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/rsa_test test/rsa_test.o \ diff --git a/upstream-build/build-log/i686-win32-mingw32 b/upstream-build/build-log/i686-win32-mingw32 index cb1c2ff..c5fea4d 100644 --- a/upstream-build/build-log/i686-win32-mingw32 +++ b/upstream-build/build-log/i686-win32-mingw32 @@ -1,5 +1,5 @@ Operating system: x86_64-whatever-mingw -Configuring OpenSSL version 1.1.1j (0x101010afL) for mingw +Configuring OpenSSL version 1.1.1k (0x101010bfL) for mingw Using os-specific seed configuration Creating configdata.pm Creating Makefile @@ -1008,7 +1008,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 -DZLIB -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 -DZLIB -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 -DZLIB -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/x509.d.tmp -MT apps/x509.o -c -o apps/x509.o ../apps/x509.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 -DZLIB -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ms/applink.d.tmp -MT ms/applink.o -c -o ms/applink.o ../ms/applink.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 -DZLIB -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 \ diff --git a/upstream-build/build-log/i686-win32-msvc b/upstream-build/build-log/i686-win32-msvc index 00fed4b..83bf15d 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.1j (0x101010afL) for VC-WIN32 +Configuring OpenSSL version 1.1.1k (0x101010bfL) for VC-WIN32 Using os-specific seed configuration It looks like you don't have either nmake.exe or dmake.exe on your PATH, @@ -25,19 +25,19 @@ Creating makefile *** *** ********************************************************************** -Microsoft (R) Program Maintenance Utility Version 14.24.28316.0 +Microsoft (R) Program Maintenance Utility Version 14.28.29913.0 Copyright (C) Microsoft Corporation. All rights reserved. "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\include\crypto\bn_conf.h.in" > include\crypto\bn_conf.h "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\include\crypto\dso_conf.h.in" > include\crypto\dso_conf.h "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\include\openssl\opensslconf.h.in" > include\openssl\opensslconf.h - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\HostX86\x86\nmake.exe" / depend && "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\HostX86\x86\nmake.exe" / _all + "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x86\nmake.exe" / depend && "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x86\nmake.exe" / _all -Microsoft (R) Program Maintenance Utility Version 14.24.28316.0 +Microsoft (R) Program Maintenance Utility Version 14.28.29913.0 Copyright (C) Microsoft Corporation. All rights reserved. -Microsoft (R) Program Maintenance Utility Version 14.24.28316.0 +Microsoft (R) Program Maintenance Utility Version 14.28.29913.0 Copyright (C) Microsoft Corporation. All rights reserved. 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 (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Foapps\app_rand.obj "..\apps\app_rand.c" @@ -61,7 +61,7 @@ s_socket.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 (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Foapps\win32_init.obj "..\apps\win32_init.c" win32_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 (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /Zs /showIncludes "..\apps\win32_init.c" 2>&1 > apps\win32_init.d - lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nm23A.tmp + lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nm9DFD.tmp 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 (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Focrypto\dllmain.obj "..\crypto\dllmain.c" dllmain.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 (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm5B6D.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\nmAE9E.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\nm63F9.tmp + lib /nologo /out:libcrypto_static.lib @C:\Users\build\AppData\Local\Temp\nmB6AE.tmp "C:\Perl64\bin\perl.exe" "..\util\mkrc.pl" libssl > libssl.rc rc /folibssl.res "libssl.rc" Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 @@ -2156,7 +2156,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\nmC804.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\nm124C.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 @@ -2168,7 +2168,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\nmCB02.tmp + lib /nologo /out:libssl_static.lib @C:\Users\build\AppData\Local\Temp\nm1441.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 (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /Zs /showIncludes "..\test\testutil\basic_output.c" 2>&1 > test\testutil\basic_output.d @@ -2205,33 +2205,33 @@ 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 (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\testutil\testutil_init.obj "..\test\testutil\testutil_init.c" testutil_init.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 (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /Zs /showIncludes "..\test\testutil\testutil_init.c" 2>&1 > test\testutil\testutil_init.d - lib /nologo /out:test\libtestutil.lib @C:\Users\build\AppData\Local\Temp\nmD479.tmp + lib /nologo /out:test\libtestutil.lib @C:\Users\build\AppData\Local\Temp\nm1C51.tmp cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmD6CC.tmp @C:\Users\build\AppData\Local\Temp\nmD6DD.tmp + link /nologo /debug /dll /nologo /debug /out:engines\capi.dll /def:C:\Users\build\AppData\Local\Temp\nm1F01.tmp @C:\Users\build\AppData\Local\Temp\nm1F02.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmDB62.tmp @C:\Users\build\AppData\Local\Temp\nmDB63.tmp + link /nologo /debug /dll /nologo /debug /out:engines\dasync.dll /def:C:\Users\build\AppData\Local\Temp\nm227E.tmp @C:\Users\build\AppData\Local\Temp\nm227F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Foengines\e_ossltest.obj "..\engines\e_ossltest.c" e_ossltest.c cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmDDC5.tmp @C:\Users\build\AppData\Local\Temp\nmDDC6.tmp + link /nologo /debug /dll /nologo /debug /out:engines\ossltest.dll /def:C:\Users\build\AppData\Local\Temp\nm24C2.tmp @C:\Users\build\AppData\Local\Temp\nm24C3.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmE029.tmp @C:\Users\build\AppData\Local\Temp\nmE02A.tmp + link /nologo /debug /dll /nologo /debug /out:engines\padlock.dll /def:C:\Users\build\AppData\Local\Temp\nm2716.tmp @C:\Users\build\AppData\Local\Temp\nm2717.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 @@ -2385,7 +2385,7 @@ x509.c applink.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm4647.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:apps\openssl.exe @C:\Users\build\AppData\Local\Temp\nm85D2.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fofuzz\asn1.obj "..\fuzz\asn1.c" @@ -2395,109 +2395,109 @@ asn1.c test-corpus.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm4B3A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1-test.exe @C:\Users\build\AppData\Local\Temp\nm89AB.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fofuzz\asn1parse.obj "..\fuzz\asn1parse.c" asn1parse.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm4D1F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1parse-test.exe @C:\Users\build\AppData\Local\Temp\nm8B23.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fofuzz\bignum.obj "..\fuzz\bignum.c" bignum.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm4E78.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bignum-test.exe @C:\Users\build\AppData\Local\Temp\nm8C4D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fofuzz\bndiv.obj "..\fuzz\bndiv.c" bndiv.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm4FE0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bndiv-test.exe @C:\Users\build\AppData\Local\Temp\nm8D77.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fofuzz\client.obj "..\fuzz\client.c" client.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm5197.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\client-test.exe @C:\Users\build\AppData\Local\Temp\nm8EDF.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fofuzz\cms.obj "..\fuzz\cms.c" cms.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm532E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\cms-test.exe @C:\Users\build\AppData\Local\Temp\nm9057.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fofuzz\conf.obj "..\fuzz\conf.c" conf.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm54A6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\conf-test.exe @C:\Users\build\AppData\Local\Temp\nm9171.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fofuzz\crl.obj "..\fuzz\crl.c" crl.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm562E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\crl-test.exe @C:\Users\build\AppData\Local\Temp\nm92BA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fofuzz\ct.obj "..\fuzz\ct.c" ct.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm57B5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\ct-test.exe @C:\Users\build\AppData\Local\Temp\nm9404.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fofuzz\server.obj "..\fuzz\server.c" server.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm596C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\server-test.exe @C:\Users\build\AppData\Local\Temp\nm957C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fofuzz\x509.obj "..\fuzz\x509.c" x509.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm5AF3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\x509-test.exe @C:\Users\build\AppData\Local\Temp\nm96C5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm5C3D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\aborttest.exe @C:\Users\build\AppData\Local\Temp\nm97DF.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm5DD4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\afalgtest.exe @C:\Users\build\AppData\Local\Temp\nm9938.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm5F4C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_decode_test.exe @C:\Users\build\AppData\Local\Temp\nm9A71.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm60A5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_encode_test.exe @C:\Users\build\AppData\Local\Temp\nm9BCA.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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm621D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm9D23.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm6598.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_string_table_test.exe @C:\Users\build\AppData\Local\Temp\nmA10C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm6701.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_time_test.exe @C:\Users\build\AppData\Local\Temp\nmA264.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\asynciotest.obj "..\test\asynciotest.c" asynciotest.c @@ -2506,660 +2506,660 @@ asynciotest.c ssltestlib.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm6ACA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynciotest.exe @C:\Users\build\AppData\Local\Temp\nmA5E0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm6D3C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynctest.exe @C:\Users\build\AppData\Local\Temp\nmA7F4.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm6EF3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bad_dtls_test.exe @C:\Users\build\AppData\Local\Temp\nmA96C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\bftest.obj "..\test\bftest.c" bftest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm705B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bftest.exe @C:\Users\build\AppData\Local\Temp\nmAAD5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm71B4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_callback_test.exe @C:\Users\build\AppData\Local\Temp\nmAC2D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm731C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_enc_test.exe @C:\Users\build\AppData\Local\Temp\nmAD77.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm7475.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_memleak_test.exe @C:\Users\build\AppData\Local\Temp\nmAEC0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm75DD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bioprinttest.exe @C:\Users\build\AppData\Local\Temp\nmB018.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\bntest.obj "..\test\bntest.c" bntest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm7746.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bntest.exe @C:\Users\build\AppData\Local\Temp\nmB190.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm788F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_aes.exe @C:\Users\build\AppData\Local\Temp\nmB2DA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm79E8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1.exe @C:\Users\build\AppData\Local\Temp\nmB413.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm7B50.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1t.exe @C:\Users\build\AppData\Local\Temp\nmB56C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm7C8A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_async.exe @C:\Users\build\AppData\Local\Temp\nmB696.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm7DC3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bio.exe @C:\Users\build\AppData\Local\Temp\nmB7CF.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm7F3B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_blowfish.exe @C:\Users\build\AppData\Local\Temp\nmB8E9.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm8084.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bn.exe @C:\Users\build\AppData\Local\Temp\nmBA23.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm81BE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_buffer.exe @C:\Users\build\AppData\Local\Temp\nmBB6C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm82F7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_camellia.exe @C:\Users\build\AppData\Local\Temp\nmBC86.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm8440.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cast.exe @C:\Users\build\AppData\Local\Temp\nmBDB0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm85A9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cmac.exe @C:\Users\build\AppData\Local\Temp\nmBEF9.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm876F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cms.exe @C:\Users\build\AppData\Local\Temp\nmC0A0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm88C8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_comp.exe @C:\Users\build\AppData\Local\Temp\nmC1CA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm8A20.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf.exe @C:\Users\build\AppData\Local\Temp\nmC313.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm8B69.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf_api.exe @C:\Users\build\AppData\Local\Temp\nmC44D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm8CC2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_crypto.exe @C:\Users\build\AppData\Local\Temp\nmC596.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm8E4A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ct.exe @C:\Users\build\AppData\Local\Temp\nmC71D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm8F83.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_des.exe @C:\Users\build\AppData\Local\Temp\nmC838.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm90EC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dh.exe @C:\Users\build\AppData\Local\Temp\nmC981.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm9254.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dsa.exe @C:\Users\build\AppData\Local\Temp\nmCACA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm93AD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dtls1.exe @C:\Users\build\AppData\Local\Temp\nmCBE4.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm94F6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_e_os2.exe @C:\Users\build\AppData\Local\Temp\nmCD0E.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm962F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ebcdic.exe @C:\Users\build\AppData\Local\Temp\nmCE28.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm9788.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ec.exe @C:\Users\build\AppData\Local\Temp\nmCF91.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm98F1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdh.exe @C:\Users\build\AppData\Local\Temp\nmD0DA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm9AD6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdsa.exe @C:\Users\build\AppData\Local\Temp\nmD213.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm9CEA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_engine.exe @C:\Users\build\AppData\Local\Temp\nmD37C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm9EA1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_evp.exe @C:\Users\build\AppData\Local\Temp\nmD4C5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmA057.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_hmac.exe @C:\Users\build\AppData\Local\Temp\nmD61E.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmA1CF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_idea.exe @C:\Users\build\AppData\Local\Temp\nmD747.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmA432.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_kdf.exe @C:\Users\build\AppData\Local\Temp\nmD871.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmA74F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_lhash.exe @C:\Users\build\AppData\Local\Temp\nmD99B.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmA964.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md2.exe @C:\Users\build\AppData\Local\Temp\nmDAD5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmABC6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md4.exe @C:\Users\build\AppData\Local\Temp\nmDBEF.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmADAB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md5.exe @C:\Users\build\AppData\Local\Temp\nmDD28.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmAFC0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_modes.exe @C:\Users\build\AppData\Local\Temp\nmDE43.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmB1A5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_obj_mac.exe @C:\Users\build\AppData\Local\Temp\nmDF6D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmB3C9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_objects.exe @C:\Users\build\AppData\Local\Temp\nmE0B6.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmB66A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ocsp.exe @C:\Users\build\AppData\Local\Temp\nmE22E.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmB85F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_opensslv.exe @C:\Users\build\AppData\Local\Temp\nmE348.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmBA54.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ossl_typ.exe @C:\Users\build\AppData\Local\Temp\nmE472.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmBCA7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem.exe @C:\Users\build\AppData\Local\Temp\nmE5EA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmBE4D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem2.exe @C:\Users\build\AppData\Local\Temp\nmE704.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmC081.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs12.exe @C:\Users\build\AppData\Local\Temp\nmE86C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmC286.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs7.exe @C:\Users\build\AppData\Local\Temp\nmE9C5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmC46B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand.exe @C:\Users\build\AppData\Local\Temp\nmEB1E.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmC621.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand_drbg.exe @C:\Users\build\AppData\Local\Temp\nmEC48.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmC7C8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc2.exe @C:\Users\build\AppData\Local\Temp\nmED81.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmC960.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc4.exe @C:\Users\build\AppData\Local\Temp\nmEE9C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmCB35.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc5.exe @C:\Users\build\AppData\Local\Temp\nmEFD5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmCCCD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ripemd.exe @C:\Users\build\AppData\Local\Temp\nmF11E.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmCEF0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rsa.exe @C:\Users\build\AppData\Local\Temp\nmF258.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmD0E5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_safestack.exe @C:\Users\build\AppData\Local\Temp\nmF382.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmD2BB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_seed.exe @C:\Users\build\AppData\Local\Temp\nmF4DA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmD491.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_sha.exe @C:\Users\build\AppData\Local\Temp\nmF623.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmD667.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srp.exe @C:\Users\build\AppData\Local\Temp\nmF76D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmD8B9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srtp.exe @C:\Users\build\AppData\Local\Temp\nmF8F4.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmDB0C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl.exe @C:\Users\build\AppData\Local\Temp\nmFA7C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmDCA3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl2.exe @C:\Users\build\AppData\Local\Temp\nmFBB5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmDEF6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl3.exe @C:\Users\build\AppData\Local\Temp\nmFD4D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmE0AD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_stack.exe @C:\Users\build\AppData\Local\Temp\nmFE96.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmE2B1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_store.exe @C:\Users\build\AppData\Local\Temp\nm2D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmE449.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_symhacks.exe @C:\Users\build\AppData\Local\Temp\nm166.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmE66C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_tls1.exe @C:\Users\build\AppData\Local\Temp\nm2DE.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmE8A0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ts.exe @C:\Users\build\AppData\Local\Temp\nm485.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmEA85.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_txt_db.exe @C:\Users\build\AppData\Local\Temp\nm5EE.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmECA9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ui.exe @C:\Users\build\AppData\Local\Temp\nm795.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmEE50.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_whrlpool.exe @C:\Users\build\AppData\Local\Temp\nm8CE.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmF0A3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509.exe @C:\Users\build\AppData\Local\Temp\nmA27.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmF2C7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509_vfy.exe @C:\Users\build\AppData\Local\Temp\nmB8F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmF50A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509v3.exe @C:\Users\build\AppData\Local\Temp\nmD36.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmF6E0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\casttest.exe @C:\Users\build\AppData\Local\Temp\nmE41.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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmF886.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\chacha_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmF5B.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmFD89.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherbytes_test.exe @C:\Users\build\AppData\Local\Temp\nm1373.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm2A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherlist_test.exe @C:\Users\build\AppData\Local\Temp\nm14EB.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm29C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ciphername_test.exe @C:\Users\build\AppData\Local\Temp\nm16D0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\clienthellotest.obj "..\test\clienthellotest.c" clienthellotest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm4A0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\clienthellotest.exe @C:\Users\build\AppData\Local\Temp\nm1867.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\cmactest.obj "..\test\cmactest.c" cmactest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /Zs /showIncludes "..\test\cmactest.c" 2>&1 > test\cmactest.d IF EXIST test\cmactest.exe.manifest DEL /F /Q test\cmactest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmactest.exe @C:\Users\build\AppData\Local\Temp\nm6A5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmactest.exe @C:\Users\build\AppData\Local\Temp\nm19D0.tmp IF EXIST test\cmactest.exe.manifest mt -nologo -manifest test\cmactest.exe.manifest -outputresource:test\cmactest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\cmsapitest.obj "..\test\cmsapitest.c" cmsapitest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmB78.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmsapitest.exe @C:\Users\build\AppData\Local\Temp\nm1E36.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmD1F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\conf_include_test.exe @C:\Users\build\AppData\Local\Temp\nm1F8F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmEC6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\constant_time_test.exe @C:\Users\build\AppData\Local\Temp\nm20E7.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\crltest.obj "..\test\crltest.c" crltest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm10CB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\crltest.exe @C:\Users\build\AppData\Local\Temp\nm2280.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm12FE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ct_test.exe @C:\Users\build\AppData\Local\Temp\nm2454.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 "include" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 "include" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm1495.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ctype_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm25CC.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm18DC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\curve448_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm29E4.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm1DDE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\d2i_test.exe @C:\Users\build\AppData\Local\Temp\nm2E1B.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\danetest.obj "..\test\danetest.c" danetest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm2031.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\danetest.exe @C:\Users\build\AppData\Local\Temp\nm2FA3.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\destest.obj "..\test\destest.c" destest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm21F7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\destest.exe @C:\Users\build\AppData\Local\Temp\nm311B.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\dhtest.obj "..\test\dhtest.c" dhtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm23AE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dhtest.exe @C:\Users\build\AppData\Local\Temp\nm3264.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\drbg_cavs_data.obj "..\test\drbg_cavs_data.c" drbg_cavs_data.c @@ -3168,319 +3168,319 @@ drbg_cavs_data.c drbg_cavs_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "test" /I "." /I "..\include" /I "..\test" /I ".." -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm2F76.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbg_cavs_test.exe @C:\Users\build\AppData\Local\Temp\nm3AB2.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\drbgtest.obj "..\test\drbgtest.c" drbgtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm32A4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbgtest.exe @C:\Users\build\AppData\Local\Temp\nm3E1E.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm370A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsa_no_digest_size_test.exe @C:\Users\build\AppData\Local\Temp\nm42A3.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm38C0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsatest.exe @C:\Users\build\AppData\Local\Temp\nm445A.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "." /I "include" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm3C0D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtls_mtu_test.exe @C:\Users\build\AppData\Local\Temp\nm47C6.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm3E41.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlstest.exe @C:\Users\build\AppData\Local\Temp\nm49BB.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm4064.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlsv1listentest.exe @C:\Users\build\AppData\Local\Temp\nm4CE8.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 "..\include" /I "..\crypto\ec" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "include" /I "crypto\ec" /I "..\include" /I "..\crypto\ec" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm420B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ec_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm4E9F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\ecdsatest.obj "..\test\ecdsatest.c" ecdsatest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm46BF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecdsatest.exe @C:\Users\build\AppData\Local\Temp\nm5334.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm4951.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecstresstest.exe @C:\Users\build\AppData\Local\Temp\nm5596.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\ectest.obj "..\test\ectest.c" ectest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm4B65.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ectest.exe @C:\Users\build\AppData\Local\Temp\nm574D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm4D5A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\enginetest.exe @C:\Users\build\AppData\Local\Temp\nm5913.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm502A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\errtest.exe @C:\Users\build\AppData\Local\Temp\nm5B27.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 "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm524E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_extra_test.exe @C:\Users\build\AppData\Local\Temp\nm5CBE.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\evp_test.obj "..\test\evp_test.c" evp_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm5471.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_test.exe @C:\Users\build\AppData\Local\Temp\nm5E65.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm5666.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exdatatest.exe @C:\Users\build\AppData\Local\Temp\nm5F9F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm57DE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exptest.exe @C:\Users\build\AppData\Local\Temp\nm60E8.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\fatalerrtest.obj "..\test\fatalerrtest.c" fatalerrtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm59E3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\fatalerrtest.exe @C:\Users\build\AppData\Local\Temp\nm6260.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm5B9A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gmdifftest.exe @C:\Users\build\AppData\Local\Temp\nm6399.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm5D8F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gosttest.exe @C:\Users\build\AppData\Local\Temp\nm6511.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm5F84.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\hmactest.exe @C:\Users\build\AppData\Local\Temp\nm667A.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\ideatest.obj "..\test\ideatest.c" ideatest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm614A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ideatest.exe @C:\Users\build\AppData\Local\Temp\nm67B3.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\igetest.obj "..\test\igetest.c" igetest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm6310.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\igetest.exe @C:\Users\build\AppData\Local\Temp\nm68DD.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm64A7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\lhash_test.exe @C:\Users\build\AppData\Local\Temp\nm6A16.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm666D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\md2test.exe @C:\Users\build\AppData\Local\Temp\nm6B7F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm67F5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\mdc2test.exe @C:\Users\build\AppData\Local\Temp\nm6CC8.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm698C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\memleaktest.exe @C:\Users\build\AppData\Local\Temp\nm6DE2.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "." /I "include" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm6B14.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\modes_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm6F0C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm6FA9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ocspapitest.exe @C:\Users\build\AppData\Local\Temp\nm7353.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm714F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\packettest.exe @C:\Users\build\AppData\Local\Temp\nm748C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm7306.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pbelutest.exe @C:\Users\build\AppData\Local\Temp\nm75E5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\pemtest.obj "..\test\pemtest.c" pemtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm7539.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pemtest.exe @C:\Users\build\AppData\Local\Temp\nm773E.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm76E0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_kdf_test.exe @C:\Users\build\AppData\Local\Temp\nm7877.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm7897.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_test.exe @C:\Users\build\AppData\Local\Temp\nm79C0.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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm7A4D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\poly1305_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm7B58.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm7E75.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc2test.exe @C:\Users\build\AppData\Local\Temp\nm7F60.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm8089.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc4test.exe @C:\Users\build\AppData\Local\Temp\nm80A9.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm8230.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc5test.exe @C:\Users\build\AppData\Local\Temp\nm81F2.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm83C7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rdrand_sanitytest.exe @C:\Users\build\AppData\Local\Temp\nm832C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm887B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\recordlentest.exe @C:\Users\build\AppData\Local\Temp\nm8792.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm8A32.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_complex.exe @C:\Users\build\AppData\Local\Temp\nm88FA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm8BAA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_mp_test.exe @C:\Users\build\AppData\Local\Temp\nm8A62.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm8D70.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_test.exe @C:\Users\build\AppData\Local\Temp\nm8BDA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm8F17.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sanitytest.exe @C:\Users\build\AppData\Local\Temp\nm8D33.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm91D7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\secmemtest.exe @C:\Users\build\AppData\Local\Temp\nm8F86.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\servername_test.obj "..\test\servername_test.c" servername_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm93CC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\servername_test.exe @C:\Users\build\AppData\Local\Temp\nm914C.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 "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\shlibloadtest.obj "..\test\shlibloadtest.c" shlibloadtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm9748.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\shlibloadtest.exe @C:\Users\build\AppData\Local\Temp\nm93BE.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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "." /I "include" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm98FE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\siphash_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm94F8.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 "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nm9D45.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm2_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm98D1.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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmA19B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm4_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm9C5C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmA5B3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\srptest.exe @C:\Users\build\AppData\Local\Temp\nm9FF7.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmA8E1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_cert_table_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmA259.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 "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\ssl_ctx_test.obj "..\test\ssl_ctx_test.c" ssl_ctx_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /Zs /showIncludes "..\test\ssl_ctx_test.c" 2>&1 > test\ssl_ctx_test.d IF EXIST test\ssl_ctx_test.exe.manifest DEL /F /Q test\ssl_ctx_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nmAB04.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nmA3B2.tmp IF EXIST test\ssl_ctx_test.exe.manifest mt -nologo -manifest test\ssl_ctx_test.exe.manifest -outputresource:test\ssl_ctx_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\handshake_helper.obj "..\test\handshake_helper.c" handshake_helper.c @@ -3492,152 +3492,152 @@ ssl_test.c ssl_test_ctx.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmB0A3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test.exe @C:\Users\build\AppData\Local\Temp\nmA847.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmB298.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nmA9EE.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\sslapitest.obj "..\test\sslapitest.c" sslapitest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "." /I "..\include" /I ".." -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmB604.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslapitest.exe @C:\Users\build\AppData\Local\Temp\nmACFC.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmB847.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslbuffertest.exe @C:\Users\build\AppData\Local\Temp\nmAEB3.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmBA2C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslcorrupttest.exe @C:\Users\build\AppData\Local\Temp\nmB069.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\ssltest_old.obj "..\test\ssltest_old.c" ssltest_old.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmBD3B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssltest_old.exe @C:\Users\build\AppData\Local\Temp\nmB2FA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmBEC2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\stack_test.exe @C:\Users\build\AppData\Local\Temp\nmB424.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmC0A8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sysdefaulttest.exe @C:\Users\build\AppData\Local\Temp\nmB5CB.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmC23F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\test_test.exe @C:\Users\build\AppData\Local\Temp\nmB743.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmC4FF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\threadstest.exe @C:\Users\build\AppData\Local\Temp\nmB967.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmC704.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\time_offset_test.exe @C:\Users\build\AppData\Local\Temp\nmBADF.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\tls13ccstest.obj "..\test\tls13ccstest.c" tls13ccstest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmC8CA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13ccstest.exe @C:\Users\build\AppData\Local\Temp\nmBC67.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmCBC8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13encryptiontest.exe @C:\Users\build\AppData\Local\Temp\nmBEF8.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmCF83.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13secretstest.exe @C:\Users\build\AppData\Local\Temp\nmC235.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmD291.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\uitest.exe @C:\Users\build\AppData\Local\Temp\nmC4A7.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmD4E4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3ext.exe @C:\Users\build\AppData\Local\Temp\nmC65E.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmD6B9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3nametest.exe @C:\Users\build\AppData\Local\Temp\nmC7D6.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmD851.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\verify_extra_test.exe @C:\Users\build\AppData\Local\Temp\nmC94E.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmD9D8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\versions.exe @C:\Users\build\AppData\Local\Temp\nmCA87.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmDB50.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\wpackettest.exe @C:\Users\build\AppData\Local\Temp\nmCBB1.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmDD16.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_check_cert_pkey_test.exe @C:\Users\build\AppData\Local\Temp\nmCD19.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmDEDC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_dup_cert_test.exe @C:\Users\build\AppData\Local\Temp\nmCE72.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmE0A3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmCFEA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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 /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmE4BA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_time_test.exe @C:\Users\build\AppData\Local\Temp\nmD421.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /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\nmE671.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509aux.exe @C:\Users\build\AppData\Local\Temp\nmD5D8.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 7ce2bc5..363d063 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.1j (0x101010afL) for BSD-x86_64 +Configuring OpenSSL version 1.1.1k (0x101010bfL) for BSD-x86_64 Using os-specific seed configuration Creating configdata.pm Creating Makefile diff --git a/upstream-build/build-log/x86_64-linux b/upstream-build/build-log/x86_64-linux index 6696cae..cd71f33 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.1j (0x101010afL) for linux-x86_64 +Configuring OpenSSL version 1.1.1k (0x101010bfL) 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.1j/openssl/out-fedora.64' -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' gcc -I. -Iinclude -I.. -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/home/karen/install/ssl\"" -DENGINESDIR="\"/home/karen/install/lib/engines-1.1\"" -DZLIB -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="\"/home/karen/install/ssl\"" -DENGINESDIR="\"/home/karen/install/lib/engines-1.1\"" -DZLIB -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="\"/home/karen/install/ssl\"" -DENGINESDIR="\"/home/karen/install/lib/engines-1.1\"" -DZLIB -DNDEBUG -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o ../apps/bf_prefix.c @@ -1891,13 +1891,13 @@ 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.1j/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' make depend && make _build_libs -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' make[1]: Nothing to be done for '_build_libs'. -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' created directory `/home/karen/install' created directory `/home/karen/install/lib' *** Installing runtime libraries @@ -2019,22 +2019,22 @@ install libcrypto.pc -> /home/karen/install/lib/pkgconfig/libcrypto.pc install libssl.pc -> /home/karen/install/lib/pkgconfig/libssl.pc install openssl.pc -> /home/karen/install/lib/pkgconfig/openssl.pc make depend && make _build_engines -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' make[1]: Nothing to be done for '_build_engines'. -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' created directory `/home/karen/install/lib/engines-1.1' *** Installing engines install engines/afalg.so -> /home/karen/install/lib/engines-1.1/afalg.so install engines/capi.so -> /home/karen/install/lib/engines-1.1/capi.so install engines/padlock.so -> /home/karen/install/lib/engines-1.1/padlock.so make depend && make _build_programs -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' make[1]: Nothing to be done for '_build_programs'. -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' created directory `/home/karen/install/bin' *** Installing runtime programs install apps/openssl -> /home/karen/install/bin/openssl diff --git a/upstream-build/build-log/x86_64-macos b/upstream-build/build-log/x86_64-macos index b6935c2..d1a0054 100644 --- a/upstream-build/build-log/x86_64-macos +++ b/upstream-build/build-log/x86_64-macos @@ -1,7 +1,7 @@ Operating system: x86_64-apple-darwinDarwin Kernel Version 19.0.0: Thu Oct 17 16:17:15 PDT 2019; root:xnu-6153.41.3~29/RELEASE_X86_64 WARNING! If you wish to build 32-bit libraries, then you have to invoke 'KERNEL_BITS=32 ../config 'enable-md2' 'enable-rc5' 'enable-ssl3' 'enable-ssl3-method' 'enable-weak-ssl-ciphers' 'no-mdc2' 'no-asm' 'no-devcryptoeng' 'enable-zlib''. -Configuring OpenSSL version 1.1.1j (0x101010afL) for darwin64-x86_64-cc +Configuring OpenSSL version 1.1.1k (0x101010bfL) for darwin64-x86_64-cc Using os-specific seed configuration Creating configdata.pm Creating Makefile diff --git a/upstream-build/build-log/x86_64-win32-mingw32 b/upstream-build/build-log/x86_64-win32-mingw32 index 95884d6..b992772 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.1j (0x101010afL) for mingw64 +Configuring OpenSSL version 1.1.1k (0x101010bfL) for mingw64 Using os-specific seed configuration Creating configdata.pm Creating Makefile diff --git a/upstream-build/build-log/x86_64-win32-msvc b/upstream-build/build-log/x86_64-win32-msvc index 3a9764b..0d8732e 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.1j (0x101010afL) for VC-WIN64A +Configuring OpenSSL version 1.1.1k (0x101010bfL) for VC-WIN64A Using os-specific seed configuration It looks like you don't have either nmake.exe or dmake.exe on your PATH, @@ -25,19 +25,19 @@ Creating makefile *** *** ********************************************************************** -Microsoft (R) Program Maintenance Utility Version 14.24.28316.0 +Microsoft (R) Program Maintenance Utility Version 14.28.29913.0 Copyright (C) Microsoft Corporation. All rights reserved. "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\include\crypto\bn_conf.h.in" > include\crypto\bn_conf.h "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\include\crypto\dso_conf.h.in" > include\crypto\dso_conf.h "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\include\openssl\opensslconf.h.in" > include\openssl\opensslconf.h - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\HostX64\x64\nmake.exe" / depend && "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\HostX64\x64\nmake.exe" / _all + "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX64\x64\nmake.exe" / depend && "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX64\x64\nmake.exe" / _all -Microsoft (R) Program Maintenance Utility Version 14.24.28316.0 +Microsoft (R) Program Maintenance Utility Version 14.28.29913.0 Copyright (C) Microsoft Corporation. All rights reserved. -Microsoft (R) Program Maintenance Utility Version 14.24.28316.0 +Microsoft (R) Program Maintenance Utility Version 14.28.29913.0 Copyright (C) Microsoft Corporation. All rights reserved. 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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Foapps\app_rand.obj "..\apps\app_rand.c" @@ -73,7 +73,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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\apps\win32_init.c" 2>&1 > apps\win32_init.d - lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nm2860.tmp + lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nm19F5.tmp 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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Focrypto\dllmain.obj "..\crypto\dllmain.c" dllmain.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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\crypto\dllmain.c" 2>&1 > crypto\dllmain.d @@ -238,8 +238,8 @@ bio_asn1.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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\crypto\asn1\bio_asn1.c" 2>&1 > crypto\asn1\bio_asn1.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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Focrypto\asn1\bio_ndef.obj "..\crypto\asn1\bio_ndef.c" bio_ndef.c -..\crypto\asn1\bio_ndef.c(128): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data -..\crypto\asn1\bio_ndef.c(198): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data +..\crypto\asn1\bio_ndef.c(130): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data +..\crypto\asn1\bio_ndef.c(200): 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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\crypto\asn1\bio_ndef.c" 2>&1 > crypto\asn1\bio_ndef.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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Focrypto\asn1\d2i_pr.obj "..\crypto\asn1\d2i_pr.c" d2i_pr.c @@ -2403,7 +2403,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\nm253A.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\nmF1A4.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 @@ -2415,7 +2415,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\nm28F4.tmp + lib /nologo /out:libcrypto_static.lib @C:\Users\build\AppData\Local\Temp\nmF493.tmp "C:\Perl64\bin\perl.exe" "..\util\mkrc.pl" libssl > libssl.rc rc /folibssl.res "libssl.rc" Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 @@ -2503,9 +2503,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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fossl\ssl_lib.obj "..\ssl\ssl_lib.c" ssl_lib.c -..\ssl\ssl_lib.c(5515): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data -..\ssl\ssl_lib.c(5527): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data -..\ssl\ssl_lib.c(5530): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data +..\ssl\ssl_lib.c(5523): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data +..\ssl\ssl_lib.c(5535): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data +..\ssl\ssl_lib.c(5538): 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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fossl\ssl_mcnf.obj "..\ssl\ssl_mcnf.c" ssl_mcnf.c @@ -2533,15 +2533,15 @@ ssl_utst.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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\ssl\ssl_utst.c" 2>&1 > ssl\ssl_utst.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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fossl\statem\extensions.obj "..\ssl\statem\extensions.c" extensions.c -..\ssl\statem\extensions.c(606): warning C4244: '=': conversion from '__int64' to 'unsigned int', possible loss of data -..\ssl\statem\extensions.c(646): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\ssl\statem\extensions.c(971): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' -..\ssl\statem\extensions.c(972): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' +..\ssl\statem\extensions.c(608): warning C4244: '=': conversion from '__int64' to 'unsigned int', possible loss of data +..\ssl\statem\extensions.c(648): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\statem\extensions.c(973): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' +..\ssl\statem\extensions.c(974): 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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\ssl\statem\extensions.c" 2>&1 > ssl\statem\extensions.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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fossl\statem\extensions_clnt.obj "..\ssl\statem\extensions_clnt.c" extensions_clnt.c -..\ssl\statem\extensions_clnt.c(1403): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\ssl\statem\extensions_clnt.c(1580): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data +..\ssl\statem\extensions_clnt.c(1405): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\statem\extensions_clnt.c(1587): warning C4267: 'function': 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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\ssl\statem\extensions_clnt.c" 2>&1 > ssl\statem\extensions_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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fossl\statem\extensions_cust.obj "..\ssl\statem\extensions_cust.c" extensions_cust.c @@ -2575,8 +2575,8 @@ statem_lib.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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fossl\statem\statem_srvr.obj "..\ssl\statem\statem_srvr.c" statem_srvr.c ..\ssl\statem\statem_srvr.c(1703): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data -..\ssl\statem\statem_srvr.c(2857): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\ssl\statem\statem_srvr.c(3395): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\ssl\statem\statem_srvr.c(2864): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\statem\statem_srvr.c(3404): warning C4267: 'function': conversion from 'size_t' to 'long', 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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fossl\t1_enc.obj "..\ssl\t1_enc.c" t1_enc.c @@ -2611,7 +2611,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\nm8A40.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\nm4534.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 @@ -2623,7 +2623,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\nm8BC7.tmp + lib /nologo /out:libssl_static.lib @C:\Users\build\AppData\Local\Temp\nm46EB.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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\test\testutil\basic_output.c" 2>&1 > test\testutil\basic_output.d @@ -2667,19 +2667,19 @@ 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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\testutil\testutil_init.obj "..\test\testutil\testutil_init.c" testutil_init.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:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\test\testutil\testutil_init.c" 2>&1 > test\testutil\testutil_init.d - lib /nologo /out:test\libtestutil.lib @C:\Users\build\AppData\Local\Temp\nm9454.tmp + lib /nologo /out:test\libtestutil.lib @C:\Users\build\AppData\Local\Temp\nm4D74.tmp cl /Zi /Fddso.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm9704.tmp @C:\Users\build\AppData\Local\Temp\nm9705.tmp + link /nologo /debug /dll /nologo /debug /out:engines\capi.dll /def:C:\Users\build\AppData\Local\Temp\nm4FA7.tmp @C:\Users\build\AppData\Local\Temp\nm4FA8.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm9A23.tmp @C:\Users\build\AppData\Local\Temp\nm9A24.tmp + link /nologo /debug /dll /nologo /debug /out:engines\dasync.dll /def:C:\Users\build\AppData\Local\Temp\nm51FB.tmp @C:\Users\build\AppData\Local\Temp\nm51FC.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Foengines\e_ossltest.obj "..\engines\e_ossltest.c" @@ -2687,14 +2687,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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm9C09.tmp @C:\Users\build\AppData\Local\Temp\nm9C0A.tmp + link /nologo /debug /dll /nologo /debug /out:engines\ossltest.dll /def:C:\Users\build\AppData\Local\Temp\nm5345.tmp @C:\Users\build\AppData\Local\Temp\nm5346.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm9DA2.tmp @C:\Users\build\AppData\Local\Temp\nm9DA3.tmp + link /nologo /debug /dll /nologo /debug /out:engines\padlock.dll /def:C:\Users\build\AppData\Local\Temp\nm54CE.tmp @C:\Users\build\AppData\Local\Temp\nm54CF.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 @@ -2882,7 +2882,7 @@ x509.c applink.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm20B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:apps\openssl.exe @C:\Users\build\AppData\Local\Temp\nmA8FB.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fofuzz\asn1.obj "..\fuzz\asn1.c" @@ -2915,14 +2915,14 @@ asn1.c test-corpus.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm509.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1-test.exe @C:\Users\build\AppData\Local\Temp\nmAC38.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm672.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1parse-test.exe @C:\Users\build\AppData\Local\Temp\nmADB0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fofuzz\bignum.obj "..\fuzz\bignum.c" bignum.c @@ -2931,7 +2931,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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm79C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bignum-test.exe @C:\Users\build\AppData\Local\Temp\nmAECA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fofuzz\bndiv.obj "..\fuzz\bndiv.c" bndiv.c @@ -2939,74 +2939,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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm8E5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bndiv-test.exe @C:\Users\build\AppData\Local\Temp\nmAFD5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmA3E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\client-test.exe @C:\Users\build\AppData\Local\Temp\nmB16C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmBB6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\cms-test.exe @C:\Users\build\AppData\Local\Temp\nmB2C5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmCEF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\conf-test.exe @C:\Users\build\AppData\Local\Temp\nmB3DF.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmE77.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\crl-test.exe @C:\Users\build\AppData\Local\Temp\nmB538.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmFDF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\ct-test.exe @C:\Users\build\AppData\Local\Temp\nmB6A0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm1176.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\server-test.exe @C:\Users\build\AppData\Local\Temp\nmB7E9.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm12FE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\x509-test.exe @C:\Users\build\AppData\Local\Temp\nmB923.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm1457.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\aborttest.exe @C:\Users\build\AppData\Local\Temp\nmBA1E.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm15CF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\afalgtest.exe @C:\Users\build\AppData\Local\Temp\nmBB48.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm1727.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_decode_test.exe @C:\Users\build\AppData\Local\Temp\nmBC62.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\asn1_encode_test.obj "..\test\asn1_encode_test.c" asn1_encode_test.c @@ -3014,26 +3014,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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm18CE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_encode_test.exe @C:\Users\build\AppData\Local\Temp\nmBD6C.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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm1A27.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmBE87.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm1BFD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_string_table_test.exe @C:\Users\build\AppData\Local\Temp\nmC06C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm1D65.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_time_test.exe @C:\Users\build\AppData\Local\Temp\nmC186.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\asynciotest.obj "..\test\asynciotest.c" asynciotest.c @@ -3047,13 +3047,13 @@ ssltestlib.c ..\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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm2110.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynciotest.exe @C:\Users\build\AppData\Local\Temp\nmC466.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm2314.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynctest.exe @C:\Users\build\AppData\Local\Temp\nmC62C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\bad_dtls_test.obj "..\test\bad_dtls_test.c" bad_dtls_test.c @@ -3061,7 +3061,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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm24DA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bad_dtls_test.exe @C:\Users\build\AppData\Local\Temp\nmC756.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\bftest.obj "..\test\bftest.c" bftest.c @@ -3071,31 +3071,31 @@ 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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm2614.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bftest.exe @C:\Users\build\AppData\Local\Temp\nmC860.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm273E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_callback_test.exe @C:\Users\build\AppData\Local\Temp\nmC95B.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm2914.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_enc_test.exe @C:\Users\build\AppData\Local\Temp\nmCA76.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm2A2E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_memleak_test.exe @C:\Users\build\AppData\Local\Temp\nmCB71.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm2B58.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bioprinttest.exe @C:\Users\build\AppData\Local\Temp\nmCC6C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\bntest.obj "..\test\bntest.c" bntest.c @@ -3104,541 +3104,541 @@ bntest.c ..\test\bntest.c(2754): 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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm2CD0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bntest.exe @C:\Users\build\AppData\Local\Temp\nmCD86.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm2E09.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_aes.exe @C:\Users\build\AppData\Local\Temp\nmCE90.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm2F52.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1.exe @C:\Users\build\AppData\Local\Temp\nmCF8B.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm30AB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1t.exe @C:\Users\build\AppData\Local\Temp\nmD0A6.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm31C5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_async.exe @C:\Users\build\AppData\Local\Temp\nmD191.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm331E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bio.exe @C:\Users\build\AppData\Local\Temp\nmD2BB.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm3448.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_blowfish.exe @C:\Users\build\AppData\Local\Temp\nmD397.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm3553.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bn.exe @C:\Users\build\AppData\Local\Temp\nmD492.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm366D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_buffer.exe @C:\Users\build\AppData\Local\Temp\nmD5DB.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm3777.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_camellia.exe @C:\Users\build\AppData\Local\Temp\nmD6C6.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm38A1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cast.exe @C:\Users\build\AppData\Local\Temp\nmD7B2.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm39BC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cmac.exe @C:\Users\build\AppData\Local\Temp\nmD8AD.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm3B34.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cms.exe @C:\Users\build\AppData\Local\Temp\nmD9E6.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm3C4E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_comp.exe @C:\Users\build\AppData\Local\Temp\nmDB00.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm3D97.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf.exe @C:\Users\build\AppData\Local\Temp\nmDC0B.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm3EE0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf_api.exe @C:\Users\build\AppData\Local\Temp\nmDD06.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm3FFA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_crypto.exe @C:\Users\build\AppData\Local\Temp\nmDE20.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm4163.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ct.exe @C:\Users\build\AppData\Local\Temp\nmDF4A.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm427D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_des.exe @C:\Users\build\AppData\Local\Temp\nmE074.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm43B6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dh.exe @C:\Users\build\AppData\Local\Temp\nmE17F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm44F0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dsa.exe @C:\Users\build\AppData\Local\Temp\nmE289.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm45FB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dtls1.exe @C:\Users\build\AppData\Local\Temp\nmE375.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm4715.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_e_os2.exe @C:\Users\build\AppData\Local\Temp\nmE450.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm482F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ebcdic.exe @C:\Users\build\AppData\Local\Temp\nmE55B.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm4969.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ec.exe @C:\Users\build\AppData\Local\Temp\nmE685.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm4AB2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdh.exe @C:\Users\build\AppData\Local\Temp\nmE79F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm4BEB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdsa.exe @C:\Users\build\AppData\Local\Temp\nmE89A.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm4D54.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_engine.exe @C:\Users\build\AppData\Local\Temp\nmE9D4.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm4EAC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_evp.exe @C:\Users\build\AppData\Local\Temp\nmEB0D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm4FF5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_hmac.exe @C:\Users\build\AppData\Local\Temp\nmEC27.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm5100.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_idea.exe @C:\Users\build\AppData\Local\Temp\nmED03.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm521A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_kdf.exe @C:\Users\build\AppData\Local\Temp\nmEDEE.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm5354.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_lhash.exe @C:\Users\build\AppData\Local\Temp\nmEEE9.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm545E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md2.exe @C:\Users\build\AppData\Local\Temp\nmEFD5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm5588.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md4.exe @C:\Users\build\AppData\Local\Temp\nmF0D0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm5693.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md5.exe @C:\Users\build\AppData\Local\Temp\nmF1BB.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm579E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_modes.exe @C:\Users\build\AppData\Local\Temp\nmF2B6.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm58C7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_obj_mac.exe @C:\Users\build\AppData\Local\Temp\nmF3B1.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm5A01.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_objects.exe @C:\Users\build\AppData\Local\Temp\nmF4DB.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm5B79.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ocsp.exe @C:\Users\build\AppData\Local\Temp\nmF634.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm5C93.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_opensslv.exe @C:\Users\build\AppData\Local\Temp\nmF71F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm5DCD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ossl_typ.exe @C:\Users\build\AppData\Local\Temp\nmF81A.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm5F45.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem.exe @C:\Users\build\AppData\Local\Temp\nmF963.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm605F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem2.exe @C:\Users\build\AppData\Local\Temp\nmFA4F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm61D7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs12.exe @C:\Users\build\AppData\Local\Temp\nmFB79.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm633F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs7.exe @C:\Users\build\AppData\Local\Temp\nmFC83.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm645A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand.exe @C:\Users\build\AppData\Local\Temp\nmFD6F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm6593.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand_drbg.exe @C:\Users\build\AppData\Local\Temp\nmFE5A.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm669E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc2.exe @C:\Users\build\AppData\Local\Temp\nmFF65.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm67B8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc4.exe @C:\Users\build\AppData\Local\Temp\nmBD.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm68E2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc5.exe @C:\Users\build\AppData\Local\Temp\nm1A9.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm69EC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ripemd.exe @C:\Users\build\AppData\Local\Temp\nm2A4.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm6B16.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rsa.exe @C:\Users\build\AppData\Local\Temp\nm3AE.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm6C21.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_safestack.exe @C:\Users\build\AppData\Local\Temp\nm49A.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm6D2C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_seed.exe @C:\Users\build\AppData\Local\Temp\nm585.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm6E55.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_sha.exe @C:\Users\build\AppData\Local\Temp\nm69F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm6F70.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srp.exe @C:\Users\build\AppData\Local\Temp\nm79A.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm70E8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srtp.exe @C:\Users\build\AppData\Local\Temp\nm8E3.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm726F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl.exe @C:\Users\build\AppData\Local\Temp\nmA1D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm738A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl2.exe @C:\Users\build\AppData\Local\Temp\nmB28.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm74F2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl3.exe @C:\Users\build\AppData\Local\Temp\nmC51.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm75FD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_stack.exe @C:\Users\build\AppData\Local\Temp\nmD3D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm7755.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_store.exe @C:\Users\build\AppData\Local\Temp\nmE57.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm788F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_symhacks.exe @C:\Users\build\AppData\Local\Temp\nmF42.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm79E8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_tls1.exe @C:\Users\build\AppData\Local\Temp\nm109B.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm7B60.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ts.exe @C:\Users\build\AppData\Local\Temp\nm11D5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm7C99.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_txt_db.exe @C:\Users\build\AppData\Local\Temp\nm12D0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm7E21.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ui.exe @C:\Users\build\AppData\Local\Temp\nm13FA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm7F4B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_whrlpool.exe @C:\Users\build\AppData\Local\Temp\nm14E5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm80A3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509.exe @C:\Users\build\AppData\Local\Temp\nm161E.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm821B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509_vfy.exe @C:\Users\build\AppData\Local\Temp\nm1748.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm8393.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509v3.exe @C:\Users\build\AppData\Local\Temp\nm1882.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm849E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\casttest.exe @C:\Users\build\AppData\Local\Temp\nm196D.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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm85B8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\chacha_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm1A78.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm87CC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherbytes_test.exe @C:\Users\build\AppData\Local\Temp\nm1C6D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm8944.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherlist_test.exe @C:\Users\build\AppData\Local\Temp\nm1D97.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm8ABC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ciphername_test.exe @C:\Users\build\AppData\Local\Temp\nm1EE0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm8C34.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\clienthellotest.exe @C:\Users\build\AppData\Local\Temp\nm2019.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\cmactest.obj "..\test\cmactest.c" cmactest.c @@ -3650,7 +3650,7 @@ cmactest.c ..\test\cmactest.c(182): 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 "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\test\cmactest.c" 2>&1 > test\cmactest.d IF EXIST test\cmactest.exe.manifest DEL /F /Q test\cmactest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmactest.exe @C:\Users\build\AppData\Local\Temp\nm8D7E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmactest.exe @C:\Users\build\AppData\Local\Temp\nm2143.tmp IF EXIST test\cmactest.exe.manifest mt -nologo -manifest test\cmactest.exe.manifest -outputresource:test\cmactest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\cmsapitest.obj "..\test\cmsapitest.c" cmsapitest.c @@ -3658,13 +3658,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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm8FC1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmsapitest.exe @C:\Users\build\AppData\Local\Temp\nm2329.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm90CB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\conf_include_test.exe @C:\Users\build\AppData\Local\Temp\nm2424.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\constant_time_test.obj "..\test\constant_time_test.c" constant_time_test.c @@ -3675,38 +3675,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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm91F5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\constant_time_test.exe @C:\Users\build\AppData\Local\Temp\nm251F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm938C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\crltest.exe @C:\Users\build\AppData\Local\Temp\nm2668.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm94E5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ct_test.exe @C:\Users\build\AppData\Local\Temp\nm27B1.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 "include" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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 "include" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm960F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ctype_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm28AC.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm9814.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\curve448_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm2A72.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm9A57.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\d2i_test.exe @C:\Users\build\AppData\Local\Temp\nm2C67.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\danetest.obj "..\test\danetest.c" danetest.c @@ -3714,7 +3714,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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm9BCF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\danetest.exe @C:\Users\build\AppData\Local\Temp\nm2DC0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\destest.obj "..\test\destest.c" destest.c @@ -3730,7 +3730,7 @@ 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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm9D08.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\destest.exe @C:\Users\build\AppData\Local\Temp\nm2ECA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\dhtest.obj "..\test\dhtest.c" dhtest.c @@ -3743,7 +3743,7 @@ dhtest.c ..\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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm9E71.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dhtest.exe @C:\Users\build\AppData\Local\Temp\nm2FF4.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\drbg_cavs_data.obj "..\test\drbg_cavs_data.c" drbg_cavs_data.c @@ -3753,7 +3753,7 @@ 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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmA74B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbg_cavs_test.exe @C:\Users\build\AppData\Local\Temp\nm3610.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\drbgtest.obj "..\test\drbgtest.c" drbgtest.c @@ -3761,7 +3761,7 @@ drbgtest.c ..\test\drbgtest.c(1007): 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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmAA5A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbgtest.exe @C:\Users\build\AppData\Local\Temp\nm3824.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\dsa_no_digest_size_test.obj "..\test\dsa_no_digest_size_test.c" dsa_no_digest_size_test.c @@ -3769,39 +3769,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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmAC8D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsa_no_digest_size_test.exe @C:\Users\build\AppData\Local\Temp\nm39CB.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmADD6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsatest.exe @C:\Users\build\AppData\Local\Temp\nm3AF5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmB058.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtls_mtu_test.exe @C:\Users\build\AppData\Local\Temp\nm3D47.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmB1DF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlstest.exe @C:\Users\build\AppData\Local\Temp\nm3EB0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmB386.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlsv1listentest.exe @C:\Users\build\AppData\Local\Temp\nm4018.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 "..\include" /I "..\crypto\ec" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\ec_internal_test.obj "..\test\ec_internal_test.c" ec_internal_test.c ..\test\ec_internal_test.c(298): 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 "..\include" /I "..\crypto\ec" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmB4CF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ec_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm4123.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\ecdsatest.obj "..\test\ecdsatest.c" ecdsatest.c @@ -3810,13 +3810,13 @@ 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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmB741.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecdsatest.exe @C:\Users\build\AppData\Local\Temp\nm4318.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmB89A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecstresstest.exe @C:\Users\build\AppData\Local\Temp\nm4432.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\ectest.obj "..\test\ectest.c" ectest.c @@ -3835,19 +3835,19 @@ ectest.c ..\test\ectest.c(2210): 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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmBA31.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ectest.exe @C:\Users\build\AppData\Local\Temp\nm457B.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmBB9A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\enginetest.exe @C:\Users\build\AppData\Local\Temp\nm46E4.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmBDCD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\errtest.exe @C:\Users\build\AppData\Local\Temp\nm489A.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 "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\evp_extra_test.obj "..\test\evp_extra_test.c" evp_extra_test.c @@ -3861,7 +3861,7 @@ evp_extra_test.c ..\test\evp_extra_test.c(1059): 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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmBF55.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_extra_test.exe @C:\Users\build\AppData\Local\Temp\nm49C4.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\evp_test.obj "..\test\evp_test.c" evp_test.c @@ -3888,44 +3888,44 @@ evp_test.c ..\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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmC0EC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_test.exe @C:\Users\build\AppData\Local\Temp\nm4B2C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmC206.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exdatatest.exe @C:\Users\build\AppData\Local\Temp\nm4C47.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmC321.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exptest.exe @C:\Users\build\AppData\Local\Temp\nm4D51.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmC479.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\fatalerrtest.exe @C:\Users\build\AppData\Local\Temp\nm4E9A.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmC584.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gmdifftest.exe @C:\Users\build\AppData\Local\Temp\nm4F86.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmC6CD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gosttest.exe @C:\Users\build\AppData\Local\Temp\nm50CF.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmC826.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\hmactest.exe @C:\Users\build\AppData\Local\Temp\nm51D9.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\ideatest.obj "..\test\ideatest.c" ideatest.c @@ -3933,7 +3933,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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmC96F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ideatest.exe @C:\Users\build\AppData\Local\Temp\nm52D4.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\igetest.obj "..\test\igetest.c" igetest.c @@ -3945,141 +3945,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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmCA89.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\igetest.exe @C:\Users\build\AppData\Local\Temp\nm53DF.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmCBB3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\lhash_test.exe @C:\Users\build\AppData\Local\Temp\nm54DA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmCCED.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\md2test.exe @C:\Users\build\AppData\Local\Temp\nm55F4.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmCE36.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\mdc2test.exe @C:\Users\build\AppData\Local\Temp\nm56E0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmCF60.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\memleaktest.exe @C:\Users\build\AppData\Local\Temp\nm57EA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmD07A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\modes_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm58D6.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmD28E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ocspapitest.exe @C:\Users\build\AppData\Local\Temp\nm5ABB.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmD3F7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\packettest.exe @C:\Users\build\AppData\Local\Temp\nm5BF5.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmD520.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pbelutest.exe @C:\Users\build\AppData\Local\Temp\nm5CFF.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmD679.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pemtest.exe @C:\Users\build\AppData\Local\Temp\nm5E39.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmD7B3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_kdf_test.exe @C:\Users\build\AppData\Local\Temp\nm5F53.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmD8EC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_test.exe @C:\Users\build\AppData\Local\Temp\nm606D.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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmDA26.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\poly1305_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm6187.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmDBFB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc2test.exe @C:\Users\build\AppData\Local\Temp\nm634E.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmDD16.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc4test.exe @C:\Users\build\AppData\Local\Temp\nm6458.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmDE4F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc5test.exe @C:\Users\build\AppData\Local\Temp\nm6553.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmDF79.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rdrand_sanitytest.exe @C:\Users\build\AppData\Local\Temp\nm667D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmE19D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\recordlentest.exe @C:\Users\build\AppData\Local\Temp\nm6862.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmE334.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_complex.exe @C:\Users\build\AppData\Local\Temp\nm696D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmE46E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_mp_test.exe @C:\Users\build\AppData\Local\Temp\nm6A68.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmE598.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_test.exe @C:\Users\build\AppData\Local\Temp\nm6B82.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmE6B2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sanitytest.exe @C:\Users\build\AppData\Local\Temp\nm6C7D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmE8A7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\secmemtest.exe @C:\Users\build\AppData\Local\Temp\nm6E34.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\servername_test.obj "..\test\servername_test.c" servername_test.c @@ -4087,20 +4087,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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmEA1F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\servername_test.exe @C:\Users\build\AppData\Local\Temp\nm6F6D.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 "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\shlibloadtest.obj "..\test\shlibloadtest.c" shlibloadtest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmEC72.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\shlibloadtest.exe @C:\Users\build\AppData\Local\Temp\nm71DF.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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmED9B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\siphash_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm72CB.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 "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\sm2_internal_test.obj "..\test\sm2_internal_test.c" sm2_internal_test.c @@ -4108,31 +4108,31 @@ 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 "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmEFBF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm2_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm7491.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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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 ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmF195.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm4_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm7657.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmF38A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\srptest.exe @C:\Users\build\AppData\Local\Temp\nm77EE.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmF60C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_cert_table_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm7A02.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 "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\ssl_ctx_test.obj "..\test\ssl_ctx_test.c" ssl_ctx_test.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\test\ssl_ctx_test.c" 2>&1 > test\ssl_ctx_test.d IF EXIST test\ssl_ctx_test.exe.manifest DEL /F /Q test\ssl_ctx_test.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nmF774.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nm7B2C.tmp IF EXIST test\ssl_ctx_test.exe.manifest mt -nologo -manifest test\ssl_ctx_test.exe.manifest -outputresource:test\ssl_ctx_test.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\handshake_helper.obj "..\test\handshake_helper.c" handshake_helper.c @@ -4151,13 +4151,13 @@ ssl_test.c ssl_test_ctx.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmFC38.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test.exe @C:\Users\build\AppData\Local\Temp\nm7F15.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmFDCF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nm808D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\sslapitest.obj "..\test\sslapitest.c" sslapitest.c @@ -4173,19 +4173,19 @@ sslapitest.c ..\test\sslapitest.c(4854): 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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm10C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslapitest.exe @C:\Users\build\AppData\Local\Temp\nm82FF.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm2B3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslbuffertest.exe @C:\Users\build\AppData\Local\Temp\nm8468.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm45A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslcorrupttest.exe @C:\Users\build\AppData\Local\Temp\nm85D0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\ssltest_old.obj "..\test\ssltest_old.c" ssltest_old.c @@ -4193,70 +4193,70 @@ 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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm6FB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssltest_old.exe @C:\Users\build\AppData\Local\Temp\nm8842.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm873.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\stack_test.exe @C:\Users\build\AppData\Local\Temp\nm893D.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmA0A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sysdefaulttest.exe @C:\Users\build\AppData\Local\Temp\nm8A77.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmB44.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\test_test.exe @C:\Users\build\AppData\Local\Temp\nm8BA0.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmD58.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\threadstest.exe @C:\Users\build\AppData\Local\Temp\nm8D67.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nmEDF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\time_offset_test.exe @C:\Users\build\AppData\Local\Temp\nm8E90.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm1038.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13ccstest.exe @C:\Users\build\AppData\Local\Temp\nm8FDA.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm12BA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13encryptiontest.exe @C:\Users\build\AppData\Local\Temp\nm923C.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm156A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13secretstest.exe @C:\Users\build\AppData\Local\Temp\nm948F.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm17EC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\uitest.exe @C:\Users\build\AppData\Local\Temp\nm96A3.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm19A2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3ext.exe @C:\Users\build\AppData\Local\Temp\nm982B.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\v3nametest.obj "..\test\v3nametest.c" v3nametest.c @@ -4264,31 +4264,31 @@ v3nametest.c ..\test\v3nametest.c(673): 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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm1B0B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3nametest.exe @C:\Users\build\AppData\Local\Temp\nm9964.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm1C54.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\verify_extra_test.exe @C:\Users\build\AppData\Local\Temp\nm9A8E.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm1D6E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\versions.exe @C:\Users\build\AppData\Local\Temp\nm9B99.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm1EB7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\wpackettest.exe @C:\Users\build\AppData\Local\Temp\nm9C94.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm2000.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_check_cert_pkey_test.exe @C:\Users\build\AppData\Local\Temp\nm9DCD.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\x509_dup_cert_test.obj "..\test\x509_dup_cert_test.c" x509_dup_cert_test.c @@ -4296,26 +4296,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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm214A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_dup_cert_test.exe @C:\Users\build\AppData\Local\Temp\nm9EF7.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm22D1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmA030.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm24F5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_time_test.exe @C:\Users\build\AppData\Local\Temp\nmA216.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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -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"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /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\nm264E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509aux.exe @C:\Users\build\AppData\Local\Temp\nmA340.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 84e7fc9..c39f85c 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: Mon Feb 22 16:52:49 2021 UTC" +#define DATE "built on: Mon Mar 29 13:15:02 2021 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 5c73c08..6aadf33 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: Tue Feb 23 21:26:03 2021 UTC" +#define DATE "built on: Mon Mar 29 16:00:04 2021 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 632667f..27943a0 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: Tue Feb 23 18:13:46 2021 UTC" +#define DATE "built on: Mon Mar 29 15:31:23 2021 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 f910d93..94e10e7 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: Mon Feb 22 17:26:56 2021 UTC" +#define DATE "built on: Mon Mar 29 13:31:56 2021 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 f2d483e..c853ebd 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: Mon Feb 22 16:31:52 2021 UTC" +#define DATE "built on: Mon Mar 29 11:47:47 2021 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 622a821..65b0633 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: Mon Feb 22 17:36:50 2021 UTC" +#define DATE "built on: Mon Mar 29 14:01:57 2021 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 41935bf..c12edb8 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: Tue Feb 23 20:58:38 2021 UTC" +#define DATE "built on: Mon Mar 29 15:46:11 2021 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 1a52b0a..390e5e2 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: Tue Feb 23 17:12:35 2021 UTC" +#define DATE "built on: Mon Mar 29 21:44:51 2021 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 5fe5021..4ab9bc8 100644 --- a/upstream-build/configdata.pm/i686-linux +++ b/upstream-build/configdata.pm/i686-linux @@ -112,8 +112,8 @@ our %config = ( sourcedir => "..", target => "linux-x86", tdirs => [ "ossl_shim" ], - version => "1.1.1j", - version_num => "0x101010afL", + version => "1.1.1k", + version_num => "0x101010bfL", ); our %target = ( diff --git a/upstream-build/configdata.pm/i686-win32-mingw32 b/upstream-build/configdata.pm/i686-win32-mingw32 index e1e5ba8..71a0ded 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.1j", - version_num => "0x101010afL", + version => "1.1.1k", + version_num => "0x101010bfL", ); our %target = ( @@ -10011,12 +10011,12 @@ our %unified_info = ( ], "ms/applink.o" => [ - "apps", ".", "include", - "../apps", + "apps", "..", "../include", + "../apps", ], "ms/uplink.o" => [ diff --git a/upstream-build/configdata.pm/i686-win32-msvc b/upstream-build/configdata.pm/i686-win32-msvc index 8d43e8f..43c4322 100644 --- a/upstream-build/configdata.pm/i686-win32-msvc +++ b/upstream-build/configdata.pm/i686-win32-msvc @@ -115,8 +115,8 @@ our %config = ( sourcedir => "..", target => "VC-WIN32", tdirs => [ "ossl_shim" ], - version => "1.1.1j", - version_num => "0x101010afL", + version => "1.1.1k", + version_num => "0x101010bfL", ); our %target = ( @@ -132,7 +132,7 @@ our %target = ( LDFLAGS => "/nologo /debug", MT => "mt", MTFLAGS => "-nologo", - RANLIB => "CODE(0x2574d00)", + RANLIB => "CODE(0xe04550)", 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", diff --git a/upstream-build/configdata.pm/x86_64-freebsd b/upstream-build/configdata.pm/x86_64-freebsd index 9bdb816..e0e6770 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.1j", - version_num => "0x101010afL", + version => "1.1.1k", + version_num => "0x101010bfL", ); our %target = ( @@ -3200,6 +3200,8 @@ our %unified_info = ( { "deps" => [ + "ssl/packet.o", + "ssl/tls13_enc.o", "ssl/bio_ssl.o", "ssl/d1_lib.o", "ssl/d1_msg.o", @@ -3229,8 +3231,6 @@ our %unified_info = ( "ssl/t1_trce.o", "ssl/tls13_enc.o", "ssl/tls_srp.o", - "ssl/packet.o", - "ssl/tls13_enc.o", ], "products" => { diff --git a/upstream-build/configdata.pm/x86_64-linux b/upstream-build/configdata.pm/x86_64-linux index bc3fbe9..0ae8eab 100644 --- a/upstream-build/configdata.pm/x86_64-linux +++ b/upstream-build/configdata.pm/x86_64-linux @@ -112,8 +112,8 @@ our %config = ( sourcedir => "..", target => "linux-x86_64", tdirs => [ "ossl_shim" ], - version => "1.1.1j", - version_num => "0x101010afL", + version => "1.1.1k", + version_num => "0x101010bfL", ); our %target = ( @@ -3209,6 +3209,8 @@ our %unified_info = ( { "deps" => [ + "ssl/packet.o", + "ssl/tls13_enc.o", "ssl/bio_ssl.o", "ssl/d1_lib.o", "ssl/d1_msg.o", @@ -3238,8 +3240,6 @@ our %unified_info = ( "ssl/t1_trce.o", "ssl/tls13_enc.o", "ssl/tls_srp.o", - "ssl/packet.o", - "ssl/tls13_enc.o", ], "products" => { diff --git a/upstream-build/configdata.pm/x86_64-macos b/upstream-build/configdata.pm/x86_64-macos index 4b10638..473786f 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.1j", - version_num => "0x101010afL", + version => "1.1.1k", + version_num => "0x101010bfL", ); our %target = ( @@ -3192,6 +3192,8 @@ our %unified_info = ( { "deps" => [ + "ssl/packet.o", + "ssl/tls13_enc.o", "ssl/bio_ssl.o", "ssl/d1_lib.o", "ssl/d1_msg.o", @@ -3221,8 +3223,6 @@ our %unified_info = ( "ssl/t1_trce.o", "ssl/tls13_enc.o", "ssl/tls_srp.o", - "ssl/packet.o", - "ssl/tls13_enc.o", ], "products" => { diff --git a/upstream-build/configdata.pm/x86_64-win32-mingw32 b/upstream-build/configdata.pm/x86_64-win32-mingw32 index 3b469b9..cf66bdf 100644 --- a/upstream-build/configdata.pm/x86_64-win32-mingw32 +++ b/upstream-build/configdata.pm/x86_64-win32-mingw32 @@ -111,8 +111,8 @@ our %config = ( sourcedir => "..", target => "mingw64", tdirs => [ "ossl_shim" ], - version => "1.1.1j", - version_num => "0x101010afL", + version => "1.1.1k", + version_num => "0x101010bfL", ); our %target = ( @@ -3205,8 +3205,6 @@ our %unified_info = ( { "deps" => [ - "ssl/packet.o", - "ssl/tls13_enc.o", "ssl/bio_ssl.o", "ssl/d1_lib.o", "ssl/d1_msg.o", @@ -3236,6 +3234,8 @@ our %unified_info = ( "ssl/t1_trce.o", "ssl/tls13_enc.o", "ssl/tls_srp.o", + "ssl/packet.o", + "ssl/tls13_enc.o", ], "products" => { diff --git a/upstream-build/configdata.pm/x86_64-win32-msvc b/upstream-build/configdata.pm/x86_64-win32-msvc index 302be13..3fd7cc6 100644 --- a/upstream-build/configdata.pm/x86_64-win32-msvc +++ b/upstream-build/configdata.pm/x86_64-win32-msvc @@ -115,8 +115,8 @@ our %config = ( sourcedir => "..", target => "VC-WIN64A", tdirs => [ "ossl_shim" ], - version => "1.1.1j", - version_num => "0x101010afL", + version => "1.1.1k", + version_num => "0x101010bfL", ); our %target = ( @@ -132,7 +132,7 @@ our %target = ( LDFLAGS => "/nologo /debug", MT => "mt", MTFLAGS => "-nologo", - RANLIB => "CODE(0xd52910)", + RANLIB => "CODE(0x2554a88)", 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", @@ -3226,9 +3226,9 @@ our %unified_info = ( { "deps" => [ - "ms\\uplink.o", "ms\\applink.o", "ms\\applink.o", + "ms\\uplink.o", ], "products" => { @@ -3247,6 +3247,8 @@ our %unified_info = ( { "deps" => [ + "ssl\\packet.o", + "ssl\\tls13_enc.o", "ssl\\bio_ssl.o", "ssl\\d1_lib.o", "ssl\\d1_msg.o", @@ -3276,8 +3278,6 @@ our %unified_info = ( "ssl\\t1_trce.o", "ssl\\tls13_enc.o", "ssl\\tls_srp.o", - "ssl\\packet.o", - "ssl\\tls13_enc.o", ], "products" => { diff --git a/upstream-build/makefile/i686-linux b/upstream-build/makefile/i686-linux index 257d97a..bead99d 100644 --- a/upstream-build/makefile/i686-linux +++ b/upstream-build/makefile/i686-linux @@ -11,7 +11,7 @@ CONFIGURE_ARGS=("linux-x86", "enable-md2", "enable-rc5", "enable-ssl3", "enable- SRCDIR=.. BLDDIR=. -VERSION=1.1.1j +VERSION=1.1.1k 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/cmactest 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_ctx_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/evp/e_rc5.d crypto/evp/digest.d crypto/camellia/cmll_cfb.d test/buildtest_comp.d crypto/ec/ecp_nistputil.d crypto/cms/cms_cd.d crypto/modes/cbc128.d crypto/threads_pthread.d ssl/record/dtls1_bitmap.d crypto/ec/curve448/eddsa.d crypto/pkcs12/p12_add.d test/ssltestlib.d crypto/cryptlib.d crypto/asn1/f_int.d test/buildtest_rsa.d crypto/bn/bn_word.d crypto/bio/b_print.d crypto/ec/eck_prn.d crypto/x509/x509_set.d test/sslapitest.d crypto/x509/x509name.d crypto/ocsp/ocsp_ht.d crypto/rc5/rc5ofb64.d crypto/ts/ts_rsp_sign.d test/d2i_test.d crypto/des/set_key.d crypto/evp/e_aria.d test/tls13secretstest.d crypto/ct/ct_oct.d test/hmactest.d apps/genrsa.d crypto/evp/p5_crpt.d crypto/ec/ecx_meth.d crypto/bn/bn_mul.d test/sanitytest.d crypto/asn1/asn_moid.d crypto/rsa/rsa_meth.d crypto/x509/x_req.d crypto/dso/dso_lib.d crypto/x509/x509_def.d crypto/hmac/hm_pmeth.d crypto/ec/ec_kmeth.d crypto/ec/ec_mult.d ssl/statem/statem_lib.d test/casttest.d apps/pkcs8.d test/sm4_internal_test.d crypto/asn1/p5_pbev2.d crypto/des/rand_key.d crypto/x509/x509_cmp.d crypto/evp/p_seal.d crypto/x509/x509_ext.d crypto/x509v3/v3_asid.d crypto/asn1/evp_asn1.d test/buildtest_rand_drbg.d test/rsa_test.d crypto/seed/seed_cbc.d test/verify_extra_test.d crypto/dh/dh_lib.d crypto/asn1/a_utf8.d crypto/ts/ts_req_print.d crypto/des/ofb_enc.d crypto/bn/bn_div.d test/buildtest_tls1.d crypto/pkcs12/p12_crpt.d crypto/camellia/cmll_ecb.d test/buildtest_evp.d crypto/ec/curve448/curve448.d crypto/cms/cms_io.d apps/crl2p7.d crypto/bn/bn_srp.d crypto/err/err.d crypto/poly1305/poly1305_ameth.d crypto/asn1/x_bignum.d crypto/comp/comp_lib.d crypto/srp/srp_lib.d crypto/bn/bn_ctx.d crypto/pem/pem_pk8.d ssl/ssl_txt.d test/asn1_encode_test.d crypto/bn/bn_mpi.d test/buildtest_ts.d test/buildtest_kdf.d crypto/engine/eng_err.d test/ideatest.d crypto/bio/b_sock.d crypto/engine/eng_init.d crypto/bio/bf_null.d crypto/ec/ecp_nistp256.d crypto/asn1/tasn_new.d crypto/bn/bn_dh.d crypto/evp/evp_pkey.d crypto/dh/dh_gen.d test/buildtest_cmac.d apps/ts.d test/testutil/tests.d crypto/engine/eng_fat.d crypto/pem/pem_x509.d crypto/evp/e_rc2.d crypto/aes/aes_core.d apps/crl.d crypto/des/ecb3_enc.d crypto/bn/bn_mod.d crypto/dso/dso_vms.d test/ec_internal_test.d test/buildtest_engine.d crypto/x509/x_x509.d crypto/bn/bn_lib.d crypto/asn1/t_bitst.d crypto/poly1305/poly1305_pmeth.d crypto/rc5/rc5_skey.d crypto/cms/cms_asn1.d ssl/d1_lib.d test/sslcorrupttest.d test/pbelutest.d crypto/bio/bss_conn.d crypto/x509v3/v3_sxnet.d test/buildtest_ct.d crypto/bio/b_dump.d fuzz/asn1parse.d test/dtlsv1listentest.d crypto/rsa/rsa_pss.d crypto/evp/evp_lib.d crypto/ec/ec_key.d crypto/mem_sec.d test/testutil/driver.d crypto/engine/eng_pkey.d crypto/x509v3/v3_pmaps.d crypto/ct/ct_policy.d crypto/engine/eng_table.d test/buildtest_bio.d crypto/mem_clr.d crypto/ripemd/rmd_one.d crypto/conf/conf_def.d crypto/cast/c_enc.d test/ssl_test_ctx_test.d test/buildtest_x509v3.d test/buildtest_x509.d test/buildtest_pkcs12.d crypto/md5/md5_dgst.d crypto/rsa/rsa_ssl.d test/buildtest_ebcdic.d test/buildtest_pkcs7.d crypto/asn1/a_octet.d crypto/ocsp/ocsp_prn.d crypto/ts/ts_conf.d test/testutil/main.d test/crltest.d apps/engine.d crypto/ct/ct_prn.d crypto/objects/o_names.d crypto/dh/dh_asn1.d apps/openssl.d ssl/ssl_init.d crypto/pkcs12/p12_key.d test/packettest.d crypto/x509/x509_att.d crypto/dh/dh_rfc5114.d crypto/rsa/rsa_saos.d crypto/x509/t_req.d crypto/pem/pem_xaux.d test/testutil/tap_bio.d crypto/engine/eng_lib.d crypto/asn1/a_sign.d test/rsa_mp_test.d crypto/evp/c_allc.d crypto/bio/bss_fd.d test/testutil/basic_output.d crypto/des/ofb64ede.d test/testutil/stanza.d crypto/modes/ocb128.d crypto/x509/x509_d2.d fuzz/server.d test/afalgtest.d test/uitest.d test/buildtest_sha.d crypto/des/cbc_cksm.d apps/s_client.d crypto/asn1/asn1_item_list.d crypto/bn/bn_print.d crypto/camellia/cmll_misc.d crypto/conf/conf_err.d crypto/rand/rand_err.d test/buildtest_rc4.d crypto/des/cfb64ede.d crypto/rsa/rsa_none.d crypto/ts/ts_lib.d crypto/siphash/siphash.d crypto/kdf/scrypt.d crypto/x509v3/v3_prn.d crypto/kdf/tls1_prf.d crypto/ui/ui_lib.d crypto/x509/x509_lu.d crypto/des/fcrypt_b.d test/buildtest_md2.d crypto/aes/aes_cfb.d crypto/asn1/tasn_scn.d crypto/ec/ec_print.d crypto/rsa/rsa_oaep.d crypto/des/fcrypt.d test/buildtest_blowfish.d test/rdrand_sanitytest.d test/memleaktest.d crypto/x509/x509_obj.d crypto/evp/e_null.d test/x509_dup_cert_test.d crypto/ec/ec_asn1.d test/gosttest.d crypto/evp/e_des.d crypto/x509/x509spki.d test/bftest.d ssl/s3_msg.d apps/dsa.d test/asynctest.d crypto/seed/seed_cfb.d crypto/x509/x509_txt.d crypto/evp/m_md5_sha1.d test/buildtest_asn1.d crypto/pem/pem_err.d crypto/aes/aes_ecb.d crypto/x509/x509_meth.d crypto/pkcs7/pkcs7err.d crypto/sm2/sm2_err.d crypto/bf/bf_cfb64.d crypto/comp/c_zlib.d crypto/stack/stack.d test/buildtest_ecdh.d crypto/rsa/rsa_sign.d crypto/rsa/rsa_prn.d test/buildtest_cms.d crypto/evp/p_lib.d crypto/pem/pem_sign.d apps/opt.d crypto/rsa/rsa_pk1.d test/pkey_meth_kdf_test.d crypto/rand/rand_lib.d test/bio_callback_test.d crypto/rc2/rc2cfb64.d test/aborttest.d crypto/asn1/x_int64.d crypto/bio/bio_err.d crypto/ec/ec_check.d crypto/sha/sha1dgst.d crypto/kdf/hkdf.d crypto/async/async.d crypto/asn1/a_dup.d crypto/evp/e_chacha20_poly1305.d crypto/bn/bn_const.d crypto/bn/bn_recp.d crypto/des/ecb_enc.d crypto/whrlpool/wp_block.d crypto/ec/ecdh_ossl.d apps/srp.d crypto/bn/bn_shift.d apps/speed.d test/drbg_cavs_test.d apps/pkeyparam.d test/igetest.d crypto/evp/p_dec.d test/ssl_ctx_test.d crypto/rsa/rsa_mp.d crypto/camellia/cmll_ofb.d apps/version.d crypto/cmac/cm_ameth.d test/buildtest_store.d test/bio_memleak_test.d crypto/rsa/rsa_ameth.d crypto/x509v3/v3_extku.d test/bioprinttest.d crypto/evp/e_sm4.d crypto/des/str2key.d crypto/dh/dh_err.d crypto/x509v3/v3_bitst.d crypto/asn1/asn_mime.d crypto/modes/xts128.d crypto/x509/x509_r2x.d test/ssl_test.d crypto/modes/ctr128.d crypto/x509/by_dir.d crypto/sha/sha256.d apps/ec.d crypto/whrlpool/wp_dgst.d crypto/cms/cms_lib.d test/asn1_decode_test.d test/ectest.d crypto/asn1/bio_ndef.d ssl/s3_lib.d fuzz/client.d crypto/x509v3/v3_admis.d test/buildtest_x509_vfy.d crypto/asn1/a_verify.d crypto/ct/ct_sct.d crypto/o_str.d crypto/asn1/i2d_pu.d crypto/rand/drbg_ctr.d crypto/ec/ecp_mont.d crypto/uid.d crypto/ec/ecp_nistp521.d crypto/dsa/dsa_pmeth.d crypto/x509/by_file.d crypto/cmac/cm_pmeth.d crypto/bio/bss_sock.d test/drbgtest.d test/asn1_time_test.d test/buildtest_rand.d test/buildtest_ecdsa.d crypto/evp/e_old.d crypto/bn/bn_sqr.d ssl/pqueue.d crypto/evp/e_aes_cbc_hmac_sha1.d test/sslbuffertest.d crypto/camellia/cmll_cbc.d crypto/cast/c_cfb64.d crypto/pkcs12/p12_sbag.d test/buildtest_crypto.d crypto/md4/md4_one.d crypto/rc5/rc5cfb64.d apps/errstr.d crypto/x509v3/v3_info.d test/buildtest_async.d test/buildtest_camellia.d crypto/rc5/rc5_ecb.d crypto/asn1/a_d2i_fp.d test/buildtest_dh.d test/buildtest_dtls1.d crypto/ec/curve448/scalar.d crypto/camellia/camellia.d test/rsa_complex.d test/clienthellotest.d crypto/pkcs12/p12_npas.d crypto/asn1/p5_pbe.d crypto/lhash/lhash.d crypto/hmac/hm_ameth.d crypto/pkcs7/pk7_asn1.d crypto/dsa/dsa_vrf.d ssl/ssl_mcnf.d test/buildtest_buffer.d crypto/asn1/t_spki.d crypto/asn1/x_val.d crypto/asn1/a_strex.d crypto/evp/p_enc.d test/asn1_internal_test.d test/ciphername_test.d crypto/ec/ec_pmeth.d crypto/asn1/d2i_pu.d crypto/evp/names.d crypto/idea/i_cbc.d test/evp_test.d test/bio_enc_test.d crypto/x509v3/pcy_tree.d crypto/asn1/tasn_fre.d crypto/asn1/f_string.d crypto/seed/seed_ofb.d crypto/engine/tb_rand.d crypto/x509v3/v3_genn.d crypto/ec/ec_oct.d test/rc4test.d ssl/ssl_err.d crypto/threads_none.d crypto/rc2/rc2ofb64.d crypto/asn1/a_print.d crypto/evp/m_wp.d crypto/dsa/dsa_asn1.d crypto/pkcs7/pk7_smime.d ssl/statem/statem_clnt.d crypto/ui/ui_null.d crypto/siphash/siphash_ameth.d crypto/evp/evp_err.d crypto/ec/ecp_smpl.d crypto/sm4/sm4.d test/time_offset_test.d crypto/engine/eng_ctrl.d test/tls13ccstest.d crypto/asn1/p8_pkey.d crypto/pkcs7/pk7_doit.d crypto/cms/cms_enc.d crypto/evp/pmeth_fn.d test/buildtest_rc5.d crypto/bn/bn_exp.d crypto/ocsp/ocsp_cl.d crypto/bn/bn_gcd.d crypto/dh/dh_kdf.d crypto/modes/cts128.d crypto/rc2/rc2_skey.d test/buildtest_whrlpool.d crypto/ec/curve25519.d crypto/bf/bf_ecb.d test/cipherbytes_test.d crypto/pkcs7/pk7_attr.d crypto/x509v3/v3_ncons.d crypto/poly1305/poly1305.d ssl/ssl_utst.d crypto/ts/ts_req_utils.d test/wpackettest.d crypto/dh/dh_check.d apps/genpkey.d crypto/md5/md5_one.d test/curve448_internal_test.d crypto/dh/dh_meth.d crypto/engine/tb_asnmth.d test/buildtest_des.d fuzz/cms.d crypto/ex_data.d ssl/statem/extensions_srvr.d crypto/objects/obj_xref.d ssl/t1_enc.d crypto/x509v3/v3_int.d test/siphash_internal_test.d test/tls13encryptiontest.d crypto/bn/bn_mont.d test/ocspapitest.d crypto/evp/m_sha3.d crypto/bn/bn_gf2m.d crypto/dsa/dsa_depr.d test/buildtest_obj_mac.d crypto/x509/x509_err.d test/buildtest_e_os2.d crypto/evp/e_rc4.d crypto/x509/x_all.d ssl/bio_ssl.d ssl/t1_lib.d apps/pkeyutl.d crypto/async/arch/async_null.d crypto/dh/dh_prn.d crypto/rsa/rsa_x931g.d test/buildtest_seed.d crypto/asn1/asn1_par.d test/dtlstest.d crypto/x509/x509_trs.d crypto/evp/encode.d crypto/objects/obj_dat.d test/buildtest_stack.d test/buildtest_md5.d ssl/d1_srtp.d crypto/evp/evp_enc.d crypto/cms/cms_err.d fuzz/conf.d crypto/evp/m_md2.d crypto/sha/keccak1600.d fuzz/bndiv.d crypto/bio/bss_null.d crypto/store/store_err.d test/testutil/output_helpers.d crypto/bio/bss_acpt.d crypto/x509/t_x509.d crypto/x509v3/v3_enum.d engines/e_padlock.d crypto/asn1/asn1_err.d test/bntest.d crypto/evp/bio_ok.d crypto/evp/pmeth_gn.d apps/prime.d crypto/rsa/rsa_lib.d crypto/asn1/a_utctm.d crypto/aes/aes_ige.d crypto/dso/dso_err.d ssl/ssl_rsa.d crypto/pkcs12/p12_kiss.d crypto/x509/x_crl.d apps/ca.d crypto/evp/e_rc4_hmac_md5.d ssl/record/rec_layer_d1.d crypto/dsa/dsa_gen.d test/buildtest_pem.d ssl/packet.d crypto/ui/ui_err.d crypto/engine/eng_all.d apps/sess_id.d crypto/bf/bf_skey.d crypto/evp/evp_pbe.d crypto/hmac/hmac.d test/ecstresstest.d test/ssltest_old.d test/fatalerrtest.d apps/nseq.d crypto/buffer/buffer.d crypto/bn/bn_exp2.d test/buildtest_lhash.d crypto/des/cfb64enc.d crypto/ripemd/rmd_dgst.d crypto/ocsp/ocsp_err.d crypto/rsa/rsa_x931.d test/buildtest_ssl3.d crypto/ts/ts_verify_ctx.d engines/e_capi.d crypto/o_init.d apps/app_rand.d test/buildtest_hmac.d crypto/idea/i_ofb64.d crypto/asn1/a_int.d crypto/sha/sha512.d crypto/conf/conf_lib.d ssl/record/ssl3_record.d crypto/ocsp/ocsp_vfy.d crypto/bio/bio_lib.d ssl/statem/extensions_cust.d crypto/engine/tb_eckey.d test/servername_test.d ssl/ssl_asn1.d crypto/des/cfb_enc.d crypto/cms/cms_smime.d crypto/cast/c_skey.d crypto/x509v3/v3_akeya.d crypto/evp/evp_cnf.d crypto/rsa/rsa_gen.d crypto/engine/eng_rdrand.d test/buildtest_md4.d crypto/asn1/a_mbstr.d test/poly1305_internal_test.d test/sm2_internal_test.d crypto/pem/pem_lib.d test/mdc2_internal_test.d crypto/pkcs12/p12_crt.d test/ct_test.d test/x509_internal_test.d apps/rand.d apps/rsautl.d crypto/cms/cms_env.d crypto/asn1/asn_pack.d test/test_test.d fuzz/x509.d test/buildtest_pem2.d crypto/ct/ct_b64.d crypto/store/store_strings.d crypto/asn1/tasn_dec.d crypto/ocsp/ocsp_lib.d crypto/x509v3/v3_addr.d crypto/x509v3/v3_lib.d crypto/rsa/rsa_ossl.d crypto/x509/x509type.d crypto/asn1/a_gentm.d crypto/evp/p_sign.d crypto/ts/ts_asn1.d crypto/dsa/dsa_ossl.d crypto/blake2/m_blake2b.d crypto/pkcs7/pk7_mime.d crypto/asn1/x_info.d crypto/ec/ec_err.d crypto/modes/gcm128.d test/ctype_internal_test.d crypto/sha/sha1_one.d crypto/asn1/t_pkey.d crypto/pkcs12/p12_decr.d crypto/pkcs7/pk7_lib.d apps/smime.d crypto/asn1/tasn_prn.d test/danetest.d crypto/evp/bio_enc.d crypto/ec/ec_ameth.d crypto/init.d crypto/rand/randfile.d apps/spkac.d test/buildtest_bn.d crypto/pkcs12/pk12err.d test/x509aux.d apps/verify.d test/shlibloadtest.d test/dhtest.d crypto/asn1/tasn_enc.d crypto/sm2/sm2_sign.d crypto/md2/md2_dgst.d crypto/ct/ct_x509v3.d crypto/dsa/dsa_key.d crypto/rc4/rc4_enc.d crypto/bio/bss_dgram.d crypto/rc2/rc2_ecb.d apps/pkey.d crypto/md4/md4_dgst.d crypto/ec/curve448/curve448_tables.d test/x509_check_cert_pkey_test.d crypto/rand/rand_egd.d test/buildtest_idea.d crypto/ocsp/ocsp_ext.d crypto/dsa/dsa_prn.d ssl/ssl_ciph.d crypto/asn1/i2d_pr.d crypto/idea/i_skey.d crypto/objects/obj_err.d crypto/evp/e_cast.d crypto/rsa/rsa_asn1.d crypto/bio/b_addr.d crypto/bn/bn_intern.d crypto/o_time.d test/dsa_no_digest_size_test.d test/buildtest_ui.d crypto/asn1/a_time.d crypto/x509v3/v3_utl.d crypto/ec/ecp_oct.d crypto/aes/aes_misc.d test/x509_time_test.d crypto/aes/aes_cbc.d engines/e_ossltest.d crypto/x509v3/v3_tlsf.d crypto/evp/e_xcbc_d.d test/buildtest_txt_db.d crypto/bn/bn_err.d apps/enc.d crypto/evp/e_des3.d crypto/asn1/p5_scrypt.d crypto/des/cbc_enc.d crypto/bio/bss_mem.d crypto/x509v3/v3_skey.d crypto/pem/pem_info.d apps/pkcs7.d crypto/x509v3/v3_crld.d crypto/pkcs12/p12_p8d.d crypto/blake2/m_blake2s.d crypto/ec/ecp_nistp224.d test/modes_internal_test.d crypto/dh/dh_pmeth.d test/buildtest_ssl.d test/asynciotest.d apps/s_server.d crypto/evp/e_seed.d crypto/modes/wrap128.d crypto/ec/ec_curve.d crypto/rc2/rc2_cbc.d test/pemtest.d apps/cms.d crypto/dh/dh_key.d crypto/siphash/siphash_pmeth.d crypto/dsa/dsa_ameth.d crypto/bio/b_sock2.d crypto/ctype.d crypto/conf/conf_ssl.d test/buildtest_asn1t.d test/chacha_internal_test.d crypto/dso/dso_dlfcn.d test/buildtest_modes.d test/dsatest.d apps/storeutl.d crypto/dh/dh_ameth.d crypto/evp/m_md4.d crypto/conf/conf_sap.d crypto/sm3/m_sm3.d crypto/engine/eng_cnf.d test/testutil/cb.d crypto/pkcs12/p12_asn.d apps/s_socket.d crypto/rsa/rsa_pmeth.d crypto/x509/x_x509a.d crypto/x509v3/pcy_node.d apps/dgst.d test/md2test.d crypto/evp/bio_md.d fuzz/ct.d test/buildtest_conf.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/ec/ecdsa_sign.d crypto/dso/dso_dl.d crypto/ct/ct_log.d crypto/x509/t_crl.d crypto/modes/ofb128.d crypto/des/qud_cksm.d crypto/conf/conf_api.d crypto/asn1/x_long.d crypto/cms/cms_att.d crypto/ec/ec2_smpl.d crypto/bn/bn_add.d ssl/record/rec_layer_s3.d apps/asn1pars.d crypto/cms/cms_sd.d crypto/ec/ecdh_kdf.d crypto/evp/m_mdc2.d crypto/cpt_err.d crypto/sm3/sm3.d ssl/ssl_stat.d test/cmsapitest.d test/v3nametest.d crypto/store/loader_file.d crypto/objects/obj_lib.d crypto/bio/bss_bio.d crypto/blake2/blake2s.d crypto/getenv.d crypto/bn/bn_prime.d crypto/bn/bn_depr.d crypto/pkcs12/p12_p8e.d crypto/x509/x509_vfy.d crypto/pkcs7/bio_pk7.d fuzz/asn1.d ssl/statem/statem.d apps/ciphers.d test/ssl_test_ctx.d fuzz/crl.d crypto/dsa/dsa_err.d crypto/ec/ecdsa_vrf.d ssl/d1_msg.d apps/bf_prefix.d test/exptest.d crypto/x509v3/v3_akey.d test/pkey_meth_test.d crypto/pem/pem_pkey.d test/buildtest_ossl_typ.d crypto/cmac/cmac.d test/buildtest_objects.d crypto/engine/eng_openssl.d apps/ocsp.d test/testutil/random.d crypto/async/arch/async_win.d crypto/ec/curve448/f_generic.d crypto/async/async_wait.d crypto/o_fopen.d crypto/err/err_all.d crypto/evp/cmeth_lib.d crypto/bio/bf_nbio.d crypto/evp/e_camellia.d crypto/comp/comp_err.d crypto/rsa/rsa_err.d crypto/x509v3/v3_purp.d ssl/statem/statem_dtls.d crypto/async/arch/async_posix.d crypto/idea/i_ecb.d test/buildtest_srtp.d crypto/evp/m_sigver.d crypto/asn1/bio_asn1.d crypto/bn/bn_nist.d crypto/store/store_lib.d crypto/asn1/a_i2d_fp.d crypto/cms/cms_kari.d crypto/bf/bf_ofb64.d crypto/mem_dbg.d test/buildtest_cast.d test/buildtest_ripemd.d crypto/ec/ec2_oct.d ssl/statem/extensions.d crypto/bn/bn_asm.d crypto/engine/eng_dyn.d crypto/dh/dh_depr.d crypto/pem/pvkfmt.d ssl/tls_srp.d crypto/mem.d crypto/asn1/a_digest.d apps/dsaparam.d crypto/bn/bn_rand.d crypto/ct/ct_vfy.d test/conf_include_test.d crypto/evp/bio_b64.d crypto/bn/bn_sqrt.d test/buildtest_symhacks.d crypto/asn1/a_strnid.d crypto/cms/cms_pwri.d test/buildtest_conf_api.d test/dtls_mtu_test.d crypto/asn1/ameth_lib.d crypto/x509v3/v3_conf.d crypto/engine/tb_dsa.d crypto/rand/rand_vms.d crypto/ct/ct_sct_ctx.d crypto/x509v3/pcy_lib.d crypto/rc5/rc5_enc.d crypto/x509/x_exten.d crypto/err/err_prn.d crypto/des/pcbc_enc.d crypto/ui/ui_util.d crypto/cast/c_ofb64.d crypto/bio/bio_meth.d crypto/evp/c_alld.d ssl/s3_enc.d test/cipherlist_test.d crypto/asn1/d2i_pr.d crypto/bn/bn_blind.d crypto/engine/tb_dh.d test/testutil/test_cleanup.d test/handshake_helper.d crypto/asn1/asn_mstbl.d crypto/bio/bss_log.d crypto/sm2/sm2_pmeth.d crypto/ts/ts_err.d crypto/evp/e_bf.d crypto/engine/tb_pkmeth.d crypto/x509/x509cset.d crypto/asn1/a_object.d crypto/ct/ct_err.d ssl/record/ssl3_buffer.d test/srptest.d crypto/ebcdic.d ssl/statem/statem_srvr.d crypto/ocsp/ocsp_asn.d crypto/ec/ec_lib.d crypto/cversion.d test/rc5test.d ssl/ssl_lib.d crypto/seed/seed.d crypto/x509v3/v3_pku.d crypto/o_fips.d crypto/conf/conf_mod.d apps/ecparam.d crypto/ts/ts_rsp_print.d crypto/aes/aes_wrap.d crypto/aria/aria.d crypto/asn1/tasn_typ.d crypto/threads_win.d crypto/buffer/buf_err.d ssl/t1_trce.d crypto/modes/cfb128.d crypto/bn/bn_x931p.d crypto/camellia/cmll_ctr.d crypto/asn1/x_algor.d crypto/dsa/dsa_meth.d test/buildtest_rc2.d ssl/ssl_conf.d crypto/rc4/rc4_skey.d engines/e_afalg.d test/bad_dtls_test.d crypto/dsa/dsa_sign.d test/buildtest_ocsp.d crypto/x509v3/pcy_map.d test/enginetest.d crypto/x509v3/pcy_data.d crypto/x509v3/v3_pcons.d crypto/evp/pbe_scrypt.d crypto/x509v3/v3_pcia.d apps/dhparam.d crypto/des/xcbc_enc.d apps/req.d crypto/store/store_init.d crypto/modes/ccm128.d crypto/ocsp/ocsp_srv.d crypto/evp/e_idea.d test/threadstest.d test/rc2test.d test/destest.d crypto/asn1/a_bitstr.d crypto/o_dir.d crypto/store/store_register.d crypto/cms/cms_ess.d crypto/engine/tb_cipher.d crypto/bio/bf_buff.d test/gmdifftest.d engines/e_dasync.d crypto/engine/tb_rsa.d crypto/asn1/x_spki.d ssl/ssl_sess.d crypto/asn1/x_sig.d test/constant_time_test.d crypto/pkcs12/p12_attr.d crypto/x509v3/v3_pci.d crypto/engine/eng_list.d test/cmactest.d crypto/blake2/blake2b.d crypto/ts/ts_rsp_verify.d crypto/x509/x509_v3.d crypto/rand/rand_win.d test/ecdsatest.d crypto/evp/p_open.d crypto/asn1/n_pkey.d crypto/rsa/rsa_depr.d crypto/rsa/rsa_chk.d apps/apps.d crypto/x509/x_pubkey.d crypto/rsa/rsa_crpt.d crypto/asn1/nsseq.d test/drbg_cavs_data.d crypto/evp/e_aes.d test/errtest.d crypto/x509/x_name.d crypto/asn1/asn1_lib.d test/evp_extra_test.d test/buildtest_dsa.d apps/s_cb.d crypto/evp/m_sha1.d crypto/x509v3/v3_bcons.d apps/passwd.d ssl/record/ssl3_record_tls13.d crypto/ec/ecdsa_ossl.d apps/rehash.d crypto/asn1/x_pkey.d test/buildtest_ec.d crypto/dh/dh_rfc7919.d test/mdc2test.d crypto/pem/pem_oth.d fuzz/bignum.d crypto/evp/p5_crpt2.d crypto/bio/bio_cb.d apps/x509.d crypto/conf/conf_mall.d crypto/aes/aes_ofb.d crypto/ui/ui_openssl.d ssl/statem/extensions_clnt.d crypto/des/ofb64enc.d crypto/evp/evp_key.d apps/s_time.d crypto/evp/m_md5.d crypto/des/des_enc.d crypto/asn1/a_type.d test/asn1_string_table_test.d crypto/pkcs12/p12_init.d test/buildtest_srp.d test/secmemtest.d crypto/x509v3/pcy_cache.d test/testutil/testutil_init.d crypto/x509/x509_req.d crypto/ec/ec_cvt.d crypto/engine/tb_digest.d crypto/dsa/dsa_lib.d crypto/rand/drbg_lib.d apps/gendsa.d crypto/kdf/kdf_err.d crypto/cms/cms_dd.d fuzz/test-corpus.d crypto/cast/c_ecb.d crypto/x509/x509_vpm.d crypto/evp/pmeth_lib.d crypto/bn/bn_kron.d crypto/evp/m_null.d test/lhash_test.d test/versions.d crypto/lhash/lh_stats.d ssl/tls13_enc.d ssl/s3_cbc.d crypto/x509/x_attrib.d ssl/ssl_cert.d crypto/asn1/asn1_gen.d test/exdatatest.d test/recordlentest.d test/sysdefaulttest.d crypto/bio/bf_lbuf.d crypto/ec/curve448/arch_32/f_impl.d test/buildtest_ssl2.d crypto/ec/ecp_nist.d crypto/pkcs12/p12_mutl.d crypto/txt_db/txt_db.d apps/pkcs12.d crypto/async/async_err.d test/v3ext.d crypto/evp/p_verify.d apps/rsa.d crypto/chacha/chacha_enc.d test/buildtest_aes.d crypto/pem/pem_all.d crypto/evp/m_ripemd.d crypto/bio/bss_file.d crypto/dso/dso_openssl.d crypto/bf/bf_enc.d crypto/sm2/sm2_crypt.d crypto/seed/seed_ecb.d test/stack_test.d crypto/ts/ts_rsp_utils.d crypto/md2/md2_one.d crypto/asn1/tasn_utl.d crypto/x509v3/v3_cpols.d crypto/x509v3/v3err.d crypto/idea/i_cfb64.d test/testutil/format_output.d crypto/pkcs12/p12_utl.d crypto/dso/dso_win32.d ssl/methods.d crypto/x509v3/v3_alt.d test/buildtest_safestack.d crypto/rand/rand_unix.d crypto/x509v3/v3_ia5.d test/ssl_cert_table_internal_test.d crypto/x509/x509rset.d test/buildtest_opensslv.d crypto/ocsp/v3_ocsp.d crypto/srp/srp_vfy.d +DEPS=test/mdc2_internal_test.d crypto/evp/e_rc2.d crypto/evp/evp_pkey.d crypto/srp/srp_vfy.d test/buildtest_x509_vfy.d crypto/modes/gcm128.d crypto/bio/bss_conn.d apps/genpkey.d fuzz/client.d crypto/rsa/rsa_chk.d test/buildtest_dsa.d crypto/ec/ec_oct.d crypto/idea/i_ecb.d crypto/ec/ec_kmeth.d crypto/bn/bn_prime.d crypto/err/err_all.d crypto/evp/p5_crpt.d crypto/rsa/rsa_sign.d crypto/uid.d crypto/ec/ecp_nistp224.d crypto/bio/bss_acpt.d crypto/dso/dso_win32.d crypto/ec/ecp_nistp521.d crypto/ec/ec_print.d crypto/x509v3/v3_ncons.d test/buildtest_symhacks.d test/ecdsatest.d crypto/store/loader_file.d ssl/record/ssl3_record_tls13.d test/packettest.d test/buildtest_ts.d crypto/idea/i_ofb64.d apps/sess_id.d crypto/pkcs7/pk7_mime.d test/drbg_cavs_data.d crypto/asn1/a_time.d crypto/dso/dso_lib.d apps/pkeyparam.d crypto/cms/cms_kari.d crypto/bn/bn_x931p.d crypto/x509/x509_req.d test/testutil/stanza.d crypto/engine/tb_cipher.d ssl/statem/statem.d crypto/conf/conf_def.d crypto/evp/c_allc.d crypto/comp/c_zlib.d crypto/dso/dso_openssl.d crypto/evp/p_dec.d test/testutil/tests.d crypto/x509v3/pcy_cache.d crypto/rc4/rc4_skey.d test/ideatest.d crypto/bio/b_sock2.d crypto/camellia/cmll_cbc.d crypto/pkcs12/p12_mutl.d crypto/bio/bss_fd.d crypto/x509v3/pcy_tree.d crypto/siphash/siphash_ameth.d apps/speed.d crypto/evp/m_sha3.d test/buildtest_whrlpool.d crypto/rand/rand_unix.d test/cipherlist_test.d crypto/x509/x509_err.d crypto/pem/pem_pkey.d crypto/x509/x_crl.d crypto/asn1/tasn_utl.d crypto/dh/dh_asn1.d crypto/evp/e_rc4_hmac_md5.d test/buildtest_x509v3.d test/dsatest.d test/buildtest_cast.d test/memleaktest.d crypto/asn1/asn_mime.d crypto/ts/ts_rsp_verify.d crypto/bn/bn_print.d test/buildtest_engine.d test/ssltest_old.d crypto/ec/ecdsa_vrf.d apps/app_rand.d crypto/ec/ecdsa_ossl.d crypto/dsa/dsa_meth.d crypto/bio/bf_lbuf.d crypto/bn/bn_const.d crypto/evp/m_sigver.d crypto/aes/aes_wrap.d crypto/sha/sha256.d crypto/cms/cms_err.d ssl/record/dtls1_bitmap.d apps/prime.d crypto/rsa/rsa_oaep.d crypto/evp/pmeth_fn.d crypto/des/cbc_cksm.d crypto/x509v3/v3_pku.d crypto/ec/ec_check.d test/recordlentest.d test/rc4test.d crypto/pkcs12/p12_p8d.d crypto/pkcs12/p12_p8e.d crypto/x509v3/v3_lib.d crypto/engine/eng_cnf.d crypto/evp/p_lib.d crypto/x509/t_crl.d crypto/asn1/a_int.d crypto/mem.d crypto/ct/ct_vfy.d apps/pkcs8.d crypto/err/err_prn.d crypto/x509v3/v3_info.d crypto/bn/bn_gcd.d crypto/comp/comp_lib.d crypto/aes/aes_cbc.d test/buildtest_pkcs12.d crypto/buffer/buffer.d crypto/x509/x509_vpm.d crypto/evp/m_null.d crypto/x509v3/v3_utl.d crypto/evp/e_old.d crypto/sm2/sm2_pmeth.d crypto/x509/x509_cmp.d crypto/asn1/tasn_dec.d crypto/ec/curve448/f_generic.d test/buildtest_sha.d crypto/x509v3/v3_int.d test/bio_callback_test.d crypto/asn1/a_type.d apps/pkey.d crypto/x509v3/pcy_lib.d crypto/des/cfb_enc.d crypto/engine/eng_fat.d apps/s_client.d crypto/ec/curve448/curve448.d crypto/ct/ct_sct.d apps/pkeyutl.d test/buildtest_md2.d crypto/blake2/m_blake2s.d test/siphash_internal_test.d crypto/evp/pmeth_gn.d crypto/md4/md4_one.d test/buildtest_obj_mac.d crypto/seed/seed.d crypto/modes/ccm128.d crypto/evp/m_md5.d crypto/threads_none.d crypto/srp/srp_lib.d crypto/aes/aes_ige.d crypto/x509/by_dir.d crypto/ec/ecp_nist.d crypto/bn/bn_blind.d crypto/evp/e_des3.d crypto/des/pcbc_enc.d crypto/asn1/n_pkey.d crypto/x509v3/v3_enum.d crypto/o_time.d crypto/rsa/rsa_lib.d test/buildtest_md5.d crypto/x509/x_req.d crypto/asn1/x_info.d fuzz/ct.d test/asynctest.d crypto/pem/pem_lib.d test/buildtest_aes.d crypto/dso/dso_err.d crypto/bio/bf_nbio.d crypto/asn1/a_strnid.d crypto/idea/i_skey.d crypto/rc4/rc4_enc.d crypto/asn1/ameth_lib.d crypto/ec/curve448/curve448_tables.d test/igetest.d crypto/ec/ecx_meth.d test/ctype_internal_test.d crypto/evp/digest.d apps/gendsa.d test/pbelutest.d test/tls13secretstest.d crypto/ec/ec_curve.d crypto/evp/e_rc5.d ssl/statem/statem_srvr.d crypto/hmac/hm_ameth.d crypto/modes/wrap128.d test/buildtest_x509.d crypto/bn/bn_sqrt.d crypto/evp/m_ripemd.d apps/passwd.d crypto/ec/ec_asn1.d crypto/pkcs12/p12_crpt.d crypto/asn1/x_pkey.d crypto/sm3/m_sm3.d test/shlibloadtest.d test/sslcorrupttest.d crypto/mem_clr.d test/ssl_cert_table_internal_test.d test/asn1_string_table_test.d apps/rehash.d crypto/pem/pem_xaux.d crypto/asn1/p5_pbev2.d crypto/evp/evp_enc.d crypto/sm4/sm4.d apps/cms.d test/x509aux.d crypto/cast/c_skey.d crypto/mem_sec.d crypto/x509/x509_def.d crypto/evp/evp_pbe.d crypto/bn/bn_kron.d crypto/rc5/rc5_enc.d crypto/dh/dh_rfc5114.d test/buildtest_asn1.d crypto/rsa/rsa_x931.d crypto/pkcs12/p12_attr.d test/ct_test.d crypto/conf/conf_api.d crypto/des/ofb64ede.d test/d2i_test.d crypto/engine/tb_digest.d fuzz/cms.d test/modes_internal_test.d crypto/bn/bn_nist.d crypto/ripemd/rmd_dgst.d crypto/asn1/asn1_item_list.d test/buildtest_rsa.d crypto/pkcs7/pk7_attr.d crypto/des/xcbc_enc.d crypto/bf/bf_enc.d crypto/bn/bn_asm.d crypto/rsa/rsa_ssl.d crypto/asn1/tasn_typ.d crypto/x509/x509_v3.d crypto/evp/pmeth_lib.d apps/rsautl.d crypto/x509/x509_trs.d apps/verify.d crypto/x509/x_x509a.d crypto/asn1/tasn_new.d crypto/ec/curve448/scalar.d test/ecstresstest.d fuzz/crl.d crypto/stack/stack.d crypto/engine/eng_init.d test/buildtest_dtls1.d crypto/ct/ct_b64.d crypto/pkcs12/p12_add.d test/bad_dtls_test.d crypto/asn1/a_sign.d crypto/dsa/dsa_depr.d test/buildtest_e_os2.d crypto/rsa/rsa_prn.d crypto/seed/seed_ecb.d crypto/evp/e_aes.d crypto/cmac/cm_pmeth.d crypto/evp/p_open.d crypto/dh/dh_prn.d crypto/asn1/asn_moid.d crypto/rc5/rc5_skey.d crypto/asn1/asn1_gen.d crypto/x509/t_req.d apps/rsa.d crypto/bio/bf_buff.d crypto/ocsp/ocsp_ht.d crypto/objects/obj_xref.d crypto/mem_dbg.d apps/s_socket.d apps/pkcs7.d crypto/x509/x509_ext.d crypto/engine/tb_dsa.d crypto/ec/ec_ameth.d crypto/evp/evp_lib.d crypto/cms/cms_smime.d test/chacha_internal_test.d crypto/rsa/rsa_crpt.d apps/s_cb.d crypto/x509/x_pubkey.d crypto/bn/bn_div.d test/pkey_meth_kdf_test.d crypto/asn1/x_long.d crypto/dh/dh_gen.d crypto/camellia/cmll_ecb.d test/buildtest_ecdh.d crypto/rand/randfile.d apps/ciphers.d crypto/pkcs12/p12_npas.d crypto/dh/dh_rfc7919.d crypto/sm2/sm2_sign.d crypto/o_fips.d crypto/sm3/sm3.d crypto/ct/ct_policy.d crypto/des/fcrypt_b.d crypto/blake2/m_blake2b.d crypto/asn1/d2i_pu.d ssl/statem/statem_lib.d crypto/asn1/asn_pack.d crypto/ts/ts_req_print.d test/asn1_time_test.d crypto/des/ecb_enc.d ssl/statem/extensions.d test/ssltestlib.d crypto/x509/x509_d2.d crypto/engine/tb_eckey.d test/time_offset_test.d test/testutil/basic_output.d test/buildtest_pem.d test/buildtest_dh.d crypto/engine/eng_err.d test/handshake_helper.d test/buildtest_stack.d crypto/asn1/x_spki.d crypto/asn1/tasn_enc.d crypto/des/rand_key.d crypto/evp/bio_b64.d crypto/ripemd/rmd_one.d crypto/evp/c_alld.d crypto/x509/x509name.d ssl/pqueue.d crypto/bn/bn_exp2.d crypto/asn1/tasn_scn.d crypto/siphash/siphash_pmeth.d crypto/x509v3/v3_extku.d crypto/engine/tb_asnmth.d crypto/engine/eng_lib.d test/buildtest_pem2.d crypto/asn1/t_spki.d crypto/asn1/asn1_lib.d fuzz/server.d crypto/bn/bn_lib.d test/errtest.d test/buildtest_hmac.d test/buildtest_ocsp.d crypto/getenv.d test/x509_time_test.d crypto/hmac/hm_pmeth.d test/destest.d crypto/evp/e_sm4.d test/buildtest_kdf.d crypto/asn1/a_strex.d crypto/des/ofb64enc.d crypto/pem/pem_all.d crypto/asn1/x_algor.d crypto/asn1/f_int.d crypto/asn1/i2d_pu.d crypto/x509/x509_txt.d crypto/engine/tb_rsa.d crypto/rand/rand_egd.d crypto/md4/md4_dgst.d crypto/bn/bn_word.d test/constant_time_test.d test/buildtest_rc2.d crypto/asn1/a_object.d test/ssl_test_ctx.d test/sanitytest.d crypto/whrlpool/wp_dgst.d crypto/conf/conf_ssl.d crypto/comp/comp_err.d test/x509_dup_cert_test.d crypto/buffer/buf_err.d crypto/cms/cms_dd.d crypto/cms/cms_ess.d crypto/ec/ecp_mont.d crypto/rsa/rsa_asn1.d crypto/x509v3/v3_sxnet.d crypto/dh/dh_pmeth.d crypto/asn1/p8_pkey.d apps/s_time.d crypto/bio/bss_file.d crypto/dsa/dsa_prn.d crypto/poly1305/poly1305_pmeth.d test/exdatatest.d test/dhtest.d test/buildtest_ecdsa.d crypto/async/arch/async_win.d test/buildtest_ripemd.d crypto/pkcs12/p12_crt.d test/testutil/testutil_init.d test/exptest.d crypto/bn/bn_intern.d crypto/x509v3/v3_prn.d apps/openssl.d crypto/ui/ui_lib.d crypto/store/store_register.d crypto/pkcs12/p12_asn.d crypto/evp/e_chacha20_poly1305.d crypto/bn/bn_depr.d ssl/ssl_utst.d crypto/x509/x_x509.d test/buildtest_opensslv.d crypto/cms/cms_sd.d crypto/sm2/sm2_err.d crypto/objects/o_names.d crypto/evp/m_md4.d test/rsa_complex.d engines/e_ossltest.d test/buildtest_tls1.d crypto/store/store_strings.d crypto/x509v3/v3_pcons.d crypto/ts/ts_conf.d crypto/x509v3/v3_crld.d crypto/x509v3/v3err.d crypto/x509v3/v3_akeya.d crypto/ec/ecp_smpl.d crypto/ts/ts_asn1.d crypto/dso/dso_vms.d apps/ecparam.d test/enginetest.d crypto/asn1/t_pkey.d test/aborttest.d apps/req.d crypto/store/store_init.d test/buildtest_seed.d crypto/whrlpool/wp_block.d crypto/conf/conf_mod.d crypto/asn1/asn1_par.d ssl/ssl_sess.d test/ciphername_test.d crypto/rsa/rsa_gen.d crypto/bn/bn_mont.d crypto/ec/eck_prn.d crypto/bio/bss_bio.d crypto/ec/ecp_oct.d crypto/x509v3/v3_bcons.d crypto/evp/evp_err.d crypto/asn1/t_bitst.d test/bftest.d ssl/statem/extensions_clnt.d crypto/dh/dh_depr.d crypto/evp/encode.d apps/storeutl.d crypto/aes/aes_ofb.d crypto/x509v3/v3_tlsf.d crypto/ocsp/ocsp_asn.d test/hmactest.d test/evp_test.d apps/smime.d crypto/ocsp/ocsp_vfy.d crypto/des/set_key.d test/sm2_internal_test.d test/buildtest_txt_db.d ssl/record/ssl3_buffer.d test/bio_memleak_test.d crypto/bio/b_dump.d test/buildtest_safestack.d crypto/asn1/p5_pbe.d crypto/dsa/dsa_lib.d crypto/asn1/asn_mstbl.d apps/ocsp.d crypto/des/ecb3_enc.d test/buildtest_cmac.d crypto/asn1/a_utf8.d crypto/asn1/a_bitstr.d crypto/sha/sha512.d crypto/modes/ofb128.d crypto/evp/bio_ok.d crypto/sha/keccak1600.d crypto/idea/i_cbc.d test/ssl_test.d crypto/evp/e_cast.d ssl/ssl_lib.d crypto/pkcs7/bio_pk7.d ssl/s3_cbc.d crypto/rc2/rc2cfb64.d crypto/des/cfb64enc.d test/buildtest_cms.d ssl/packet.d crypto/aes/aes_ecb.d crypto/rc5/rc5ofb64.d crypto/aes/aes_cfb.d crypto/bn/bn_shift.d crypto/asn1/a_i2d_fp.d crypto/ctype.d crypto/x509/x509_meth.d test/buildtest_bio.d crypto/pkcs7/pk7_doit.d crypto/ts/ts_rsp_print.d crypto/pem/pem_err.d crypto/rand/rand_vms.d ssl/ssl_cert.d crypto/engine/tb_dh.d apps/srp.d crypto/rsa/rsa_none.d crypto/ex_data.d test/versions.d crypto/ec/ecp_nistputil.d crypto/engine/eng_rdrand.d crypto/objects/obj_dat.d crypto/async/async_wait.d crypto/pkcs7/pkcs7err.d test/testutil/tap_bio.d crypto/dh/dh_key.d test/asn1_internal_test.d test/buildtest_idea.d apps/bf_prefix.d test/casttest.d test/sslapitest.d crypto/des/qud_cksm.d apps/pkcs12.d crypto/asn1/asn1_err.d crypto/evp/evp_key.d test/bntest.d crypto/objects/obj_lib.d test/ssl_ctx_test.d fuzz/asn1parse.d engines/e_capi.d crypto/dsa/dsa_asn1.d test/srptest.d crypto/des/str2key.d crypto/dso/dso_dlfcn.d test/buildtest_ssl.d crypto/async/async.d ssl/statem/statem_dtls.d crypto/rc2/rc2ofb64.d crypto/modes/cbc128.d crypto/evp/p_verify.d crypto/dh/dh_check.d test/dtlstest.d test/clienthellotest.d ssl/ssl_init.d crypto/asn1/a_mbstr.d test/buildtest_ct.d test/sslbuffertest.d crypto/cmac/cm_ameth.d crypto/bio/b_addr.d crypto/engine/eng_openssl.d crypto/bn/bn_add.d crypto/dh/dh_meth.d crypto/camellia/cmll_ctr.d fuzz/bndiv.d test/buildtest_md4.d crypto/asn1/x_int64.d ssl/tls13_enc.d ssl/ssl_ciph.d test/asn1_encode_test.d crypto/ec/curve448/eddsa.d crypto/store/store_lib.d crypto/engine/eng_list.d crypto/conf/conf_lib.d crypto/evp/evp_cnf.d crypto/evp/e_aes_cbc_hmac_sha256.d test/cipherbytes_test.d crypto/dsa/dsa_key.d crypto/bn/bn_mpi.d crypto/asn1/x_val.d crypto/pkcs12/p12_key.d crypto/x509/t_x509.d apps/s_server.d crypto/rsa/rsa_ameth.d ssl/ssl_conf.d crypto/pem/pem_sign.d test/buildtest_objects.d test/buildtest_ui.d crypto/bn/bn_mul.d test/buildtest_rand_drbg.d ssl/s3_msg.d crypto/ct/ct_sct_ctx.d ssl/d1_srtp.d crypto/x509/x509type.d crypto/des/cfb64ede.d test/buildtest_evp.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/cms/cms_io.d crypto/x509v3/pcy_node.d test/afalgtest.d crypto/rsa/rsa_pmeth.d crypto/evp/m_wp.d crypto/asn1/f_string.d crypto/ocsp/ocsp_cl.d crypto/evp/p_sign.d crypto/ocsp/ocsp_err.d crypto/ocsp/ocsp_ext.d crypto/ct/ct_oct.d crypto/des/des_enc.d crypto/pem/pem_oth.d crypto/cversion.d test/pemtest.d crypto/camellia/camellia.d crypto/bf/bf_cfb64.d crypto/asn1/a_dup.d crypto/evp/e_des.d test/pkey_meth_test.d test/buildtest_async.d crypto/md2/md2_dgst.d crypto/bio/bf_null.d test/buildtest_rc5.d crypto/rand/drbg_ctr.d crypto/rsa/rsa_meth.d crypto/rc2/rc2_cbc.d crypto/objects/obj_err.d crypto/pem/pem_info.d crypto/bio/bss_mem.d test/bioprinttest.d test/sm4_internal_test.d crypto/modes/cfb128.d crypto/dso/dso_dl.d ssl/s3_enc.d test/cmsapitest.d crypto/x509/x509_att.d crypto/x509/x_attrib.d crypto/rc2/rc2_ecb.d crypto/bn/bn_recp.d crypto/asn1/evp_asn1.d apps/rand.d crypto/asn1/a_d2i_fp.d crypto/evp/m_sha1.d test/buildtest_ebcdic.d test/buildtest_store.d crypto/x509v3/v3_addr.d crypto/x509/by_file.d crypto/x509/x_all.d crypto/ui/ui_util.d crypto/cms/cms_cd.d crypto/pem/pem_pk8.d apps/asn1pars.d ssl/ssl_mcnf.d crypto/modes/xts128.d crypto/asn1/x_bignum.d crypto/bn/bn_exp.d test/buildtest_conf_api.d crypto/x509v3/v3_purp.d crypto/seed/seed_ofb.d crypto/ec/ec_mult.d crypto/x509/x509rset.d crypto/ct/ct_prn.d crypto/asn1/nsseq.d crypto/rsa/rsa_mp.d crypto/camellia/cmll_ofb.d ssl/statem/extensions_cust.d crypto/ec/ec_cvt.d crypto/ts/ts_req_utils.d crypto/blake2/blake2b.d crypto/asn1/a_verify.d crypto/kdf/tls1_prf.d crypto/x509v3/pcy_data.d crypto/pkcs7/pk7_asn1.d test/dsa_no_digest_size_test.d apps/crl2p7.d test/mdc2test.d crypto/md2/md2_one.d crypto/ocsp/ocsp_lib.d crypto/ec/ec_pmeth.d crypto/ui/ui_openssl.d crypto/modes/ocb128.d crypto/bf/bf_ecb.d crypto/cast/c_ecb.d crypto/rand/rand_err.d crypto/cms/cms_att.d crypto/sha/sha1_one.d ssl/record/rec_layer_d1.d test/buildtest_crypto.d crypto/ts/ts_lib.d crypto/bio/bss_dgram.d crypto/rsa/rsa_pss.d crypto/rsa/rsa_pk1.d test/fatalerrtest.d test/buildtest_lhash.d crypto/bn/bn_gf2m.d test/gmdifftest.d test/gosttest.d test/buildtest_ssl2.d ssl/record/rec_layer_s3.d crypto/dsa/dsa_gen.d test/buildtest_des.d test/asn1_decode_test.d test/cmactest.d crypto/poly1305/poly1305_ameth.d ssl/bio_ssl.d crypto/modes/ctr128.d crypto/ebcdic.d crypto/ec/curve25519.d crypto/bio/bio_meth.d apps/engine.d crypto/x509/x509_set.d ssl/tls_srp.d crypto/bio/bss_null.d crypto/evp/e_camellia.d apps/opt.d crypto/ts/ts_verify_ctx.d test/buildtest_srtp.d ssl/s3_lib.d crypto/dsa/dsa_ossl.d apps/dsaparam.d crypto/ec/ecdsa_sign.d ssl/t1_trce.d crypto/asn1/bio_ndef.d crypto/x509v3/v3_admis.d crypto/init.d crypto/pkcs7/pk7_lib.d ssl/ssl_txt.d crypto/aria/aria.d crypto/des/cbc_enc.d crypto/asn1/a_digest.d crypto/x509v3/v3_asid.d crypto/dh/dh_ameth.d crypto/dsa/dsa_err.d crypto/dh/dh_kdf.d test/poly1305_internal_test.d crypto/ocsp/ocsp_srv.d crypto/des/fcrypt.d crypto/rand/rand_lib.d apps/version.d engines/e_padlock.d crypto/cms/cms_asn1.d test/conf_include_test.d crypto/asn1/x_sig.d crypto/des/ofb_enc.d test/stack_test.d crypto/ui/ui_err.d crypto/x509v3/v3_ia5.d test/drbg_cavs_test.d crypto/ec/ec2_oct.d apps/genrsa.d crypto/pkcs7/pk7_smime.d ssl/d1_msg.d crypto/modes/cts128.d crypto/rand/drbg_lib.d crypto/aes/aes_misc.d crypto/bn/bn_mod.d fuzz/bignum.d crypto/evp/cmeth_lib.d crypto/idea/i_cfb64.d crypto/ts/ts_err.d crypto/ec/curve448/arch_32/f_impl.d test/md2test.d crypto/dh/dh_lib.d crypto/sha/sha1dgst.d ssl/t1_enc.d crypto/pkcs12/p12_utl.d apps/ca.d crypto/evp/p5_crpt2.d crypto/evp/m_md5_sha1.d test/lhash_test.d crypto/x509/x509_r2x.d crypto/o_fopen.d crypto/md5/md5_one.d crypto/engine/eng_ctrl.d apps/dgst.d test/buildtest_camellia.d crypto/o_dir.d crypto/pkcs12/pk12err.d test/buildtest_ssl3.d test/x509_check_cert_pkey_test.d crypto/rsa/rsa_err.d crypto/x509/x509spki.d crypto/async/arch/async_null.d test/testutil/test_cleanup.d crypto/kdf/kdf_err.d crypto/rc5/rc5_ecb.d crypto/camellia/cmll_misc.d test/crltest.d test/buildtest_rand.d crypto/evp/e_bf.d crypto/ec/ec_err.d test/buildtest_bn.d crypto/ts/ts_rsp_utils.d crypto/asn1/a_octet.d crypto/rc5/rc5cfb64.d crypto/rc2/rc2_skey.d crypto/x509/x_name.d crypto/seed/seed_cbc.d crypto/rsa/rsa_depr.d crypto/cpt_err.d crypto/x509v3/v3_genn.d crypto/o_str.d crypto/ec/ec_key.d crypto/bio/b_print.d crypto/bn/bn_rand.d crypto/pkcs12/p12_decr.d test/bio_enc_test.d crypto/asn1/p5_scrypt.d crypto/rsa/rsa_x931g.d crypto/evp/e_seed.d crypto/asn1/a_utctm.d test/dtls_mtu_test.d crypto/pkcs12/p12_init.d engines/e_afalg.d crypto/x509/x509_lu.d crypto/x509/x509cset.d crypto/sm2/sm2_crypt.d test/rdrand_sanitytest.d crypto/async/arch/async_posix.d crypto/bn/bn_srp.d crypto/engine/tb_pkmeth.d crypto/evp/p_enc.d crypto/ec/ec2_smpl.d crypto/ec/ecdh_ossl.d ssl/record/ssl3_record.d test/rc2test.d crypto/cms/cms_env.d apps/ts.d crypto/rsa/rsa_ossl.d test/evp_extra_test.d crypto/cryptlib.d crypto/x509v3/v3_pci.d test/tls13ccstest.d ssl/d1_lib.d test/servername_test.d test/buildtest_ossl_typ.d test/buildtest_srp.d crypto/md5/md5_dgst.d crypto/threads_pthread.d crypto/cast/c_enc.d crypto/asn1/a_print.d crypto/evp/e_null.d crypto/evp/m_md2.d crypto/pkcs12/p12_kiss.d crypto/x509v3/v3_alt.d crypto/x509v3/v3_pmaps.d crypto/evp/e_aria.d crypto/seed/seed_cfb.d crypto/evp/bio_enc.d fuzz/x509.d crypto/engine/eng_table.d crypto/ec/ecdh_kdf.d crypto/asn1/d2i_pr.d crypto/ct/ct_log.d crypto/ocsp/v3_ocsp.d crypto/conf/conf_err.d apps/apps.d crypto/blake2/blake2s.d crypto/x509v3/v3_akey.d crypto/err/err.d crypto/cast/c_ofb64.d engines/e_dasync.d apps/x509.d crypto/ct/ct_x509v3.d crypto/evp/p_seal.d crypto/cms/cms_lib.d test/secmemtest.d crypto/bio/bio_cb.d crypto/engine/eng_pkey.d crypto/evp/e_xcbc_d.d test/asynciotest.d crypto/cms/cms_enc.d crypto/x509v3/v3_cpols.d crypto/conf/conf_mall.d apps/dhparam.d crypto/dsa/dsa_pmeth.d test/testutil/driver.d crypto/asn1/a_gentm.d test/buildtest_pkcs7.d crypto/cmac/cmac.d test/rsa_test.d crypto/x509/x509_obj.d test/drbgtest.d test/buildtest_conf.d test/testutil/main.d test/testutil/cb.d crypto/chacha/chacha_enc.d crypto/asn1/bio_asn1.d test/ssl_test_ctx_test.d test/buildtest_asn1t.d crypto/dsa/dsa_vrf.d ssl/ssl_asn1.d crypto/dsa/dsa_sign.d crypto/ct/ct_err.d crypto/bf/bf_skey.d crypto/cast/c_cfb64.d ssl/statem/statem_clnt.d crypto/bn/bn_ctx.d apps/dsa.d crypto/x509v3/v3_bitst.d test/buildtest_buffer.d crypto/x509v3/v3_conf.d crypto/evp/names.d crypto/ui/ui_null.d test/rsa_mp_test.d crypto/rand/rand_win.d crypto/ts/ts_rsp_sign.d crypto/poly1305/poly1305.d test/v3nametest.d test/test_test.d test/v3ext.d test/testutil/output_helpers.d test/danetest.d ssl/t1_lib.d crypto/hmac/hmac.d test/tls13encryptiontest.d apps/crl.d crypto/threads_win.d test/x509_internal_test.d test/curve448_internal_test.d crypto/x509v3/v3_skey.d test/rc5test.d ssl/ssl_rsa.d test/testutil/random.d test/buildtest_ec.d crypto/async/async_err.d test/buildtest_comp.d fuzz/conf.d crypto/engine/eng_dyn.d crypto/store/store_err.d crypto/ec/ec_lib.d apps/spkac.d test/buildtest_rc4.d crypto/evp/bio_md.d crypto/rsa/rsa_saos.d test/ec_internal_test.d crypto/evp/pbe_scrypt.d crypto/asn1/tasn_fre.d crypto/x509v3/pcy_map.d crypto/asn1/i2d_pr.d crypto/lhash/lhash.d crypto/ocsp/ocsp_prn.d crypto/conf/conf_sap.d test/sysdefaulttest.d crypto/bio/b_sock.d ssl/methods.d crypto/engine/tb_rand.d crypto/x509/x_exten.d crypto/dh/dh_err.d ssl/statem/extensions_srvr.d crypto/aes/aes_core.d crypto/pem/pem_x509.d test/buildtest_modes.d test/buildtest_blowfish.d test/ectest.d crypto/siphash/siphash.d test/threadstest.d crypto/dsa/dsa_ameth.d test/wpackettest.d crypto/lhash/lh_stats.d test/uitest.d crypto/kdf/scrypt.d test/verify_extra_test.d crypto/evp/e_rc4.d crypto/pkcs12/p12_sbag.d test/ocspapitest.d crypto/pem/pvkfmt.d crypto/ec/ecp_nistp256.d test/testutil/format_output.d crypto/cms/cms_pwri.d crypto/kdf/hkdf.d crypto/bio/bss_log.d apps/nseq.d fuzz/asn1.d crypto/bn/bn_sqr.d test/dtlsv1listentest.d crypto/evp/e_idea.d crypto/bn/bn_dh.d apps/ec.d crypto/bn/bn_err.d crypto/o_init.d crypto/txt_db/txt_db.d crypto/evp/m_mdc2.d crypto/x509/x509_vfy.d crypto/engine/eng_all.d fuzz/test-corpus.d crypto/camellia/cmll_cfb.d crypto/bio/bio_err.d ssl/ssl_err.d apps/errstr.d crypto/bio/bss_sock.d ssl/ssl_stat.d crypto/asn1/tasn_prn.d apps/enc.d crypto/bf/bf_ofb64.d crypto/x509v3/v3_pcia.d crypto/bio/bio_lib.d GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/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 @@ -594,8 +594,8 @@ errors: done ) ordinals: - ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl crypto update ) - ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl ssl update ) + $(PERL) $(SRCDIR)/util/mkdef.pl crypto update + $(PERL) $(SRCDIR)/util/mkdef.pl ssl update test_ordinals: ( cd test; \ diff --git a/upstream-build/makefile/i686-win32-mingw32 b/upstream-build/makefile/i686-win32-mingw32 index 98cf5a8..ccdd7a1 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.1j +VERSION=1.1.1k 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/cmactest.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_ctx_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=test/uitest.d test/destest.d crypto/o_time.d crypto/ec/curve448/scalar.d crypto/engine/tb_eckey.d crypto/bn/bn_recp.d crypto/asn1/a_sign.d crypto/async/async_wait.d crypto/aes/aes_cbc.d crypto/sm2/sm2_err.d crypto/ec/curve448/f_generic.d ms/applink.d crypto/dso/dso_win32.d crypto/poly1305/poly1305_pmeth.d crypto/asn1/evp_asn1.d crypto/ct/ct_oct.d ssl/record/dtls1_bitmap.d apps/rsa.d ssl/ssl_asn1.d apps/prime.d crypto/pem/pvkfmt.d crypto/ex_data.d crypto/asn1/t_spki.d crypto/bn/bn_div.d apps/verify.d crypto/bn/bn_dh.d test/aborttest.d crypto/bn/bn_mont.d ssl/ssl_utst.d crypto/ts/ts_rsp_print.d crypto/pem/pem_all.d test/dsatest.d test/testutil/test_cleanup.d test/buildtest_ecdh.d crypto/des/xcbc_enc.d crypto/rsa/rsa_pss.d ssl/statem/statem_lib.d crypto/seed/seed_ofb.d crypto/rand/rand_err.d crypto/objects/o_names.d test/buildtest_idea.d crypto/modes/ocb128.d apps/errstr.d test/bio_enc_test.d crypto/engine/tb_cipher.d crypto/x509v3/pcy_node.d apps/smime.d crypto/pkcs7/pk7_lib.d crypto/threads_pthread.d crypto/asn1/x_long.d crypto/x509v3/pcy_lib.d crypto/dh/dh_key.d test/sslbuffertest.d crypto/camellia/camellia.d crypto/mem_sec.d test/memleaktest.d test/errtest.d apps/storeutl.d crypto/des/str2key.d test/buildtest_rsa.d test/d2i_test.d crypto/des/rand_key.d crypto/bio/bio_lib.d test/mdc2test.d test/bftest.d crypto/rsa/rsa_saos.d crypto/evp/bio_b64.d test/buildtest_opensslv.d crypto/evp/p_open.d crypto/sm4/sm4.d crypto/x509v3/v3_enum.d crypto/bn/bn_sqrt.d crypto/mem_dbg.d crypto/x509/x_exten.d crypto/x509v3/v3_sxnet.d crypto/o_dir.d crypto/x509/x509_txt.d test/drbgtest.d test/asn1_string_table_test.d apps/rehash.d crypto/aes/aes_ofb.d test/testutil/main.d crypto/bn/bn_prime.d test/buildtest_ecdsa.d crypto/ec/ec2_oct.d crypto/ocsp/ocsp_srv.d test/ciphername_test.d crypto/asn1/f_string.d crypto/bn/bn_ctx.d crypto/bio/bss_null.d test/dtlsv1listentest.d apps/app_rand.d crypto/ec/ecp_nistp224.d crypto/asn1/a_octet.d crypto/evp/e_des3.d crypto/hmac/hm_pmeth.d crypto/pkcs12/p12_crpt.d test/cmactest.d crypto/x509v3/v3_pmaps.d ssl/bio_ssl.d test/asn1_encode_test.d test/buildtest_srtp.d crypto/engine/eng_ctrl.d test/buildtest_srp.d crypto/x509v3/v3_skey.d crypto/ctype.d crypto/asn1/x_bignum.d crypto/idea/i_cfb64.d test/lhash_test.d apps/req.d crypto/objects/obj_xref.d crypto/dh/dh_meth.d test/tls13secretstest.d crypto/bio/bio_cb.d crypto/des/set_key.d crypto/cast/c_enc.d crypto/x509/x509_r2x.d test/bio_memleak_test.d test/buildtest_pkcs12.d test/secmemtest.d crypto/bn/bn_asm.d crypto/ec/ecdsa_ossl.d apps/win32_init.d test/buildtest_async.d crypto/pem/pem_pkey.d crypto/evp/encode.d crypto/pkcs12/p12_npas.d crypto/des/fcrypt.d crypto/ec/ec_asn1.d test/chacha_internal_test.d crypto/bn/bn_mul.d crypto/asn1/asn1_lib.d crypto/x509/x_attrib.d crypto/evp/m_sha3.d test/rsa_mp_test.d apps/opt.d crypto/cms/cms_io.d test/rdrand_sanitytest.d crypto/x509/t_req.d ssl/ssl_ciph.d apps/rand.d crypto/aes/aes_wrap.d test/buildtest_cms.d crypto/ec/ec_mult.d crypto/ts/ts_verify_ctx.d crypto/evp/pmeth_fn.d crypto/pkcs12/pk12err.d apps/bf_prefix.d crypto/cms/cms_enc.d crypto/conf/conf_ssl.d crypto/cmac/cm_pmeth.d crypto/ec/ec2_smpl.d crypto/evp/evp_key.d crypto/seed/seed.d crypto/asn1/x_val.d ssl/tls13_enc.d crypto/srp/srp_lib.d crypto/asn1/tasn_utl.d crypto/store/loader_file.d crypto/x509/x509_err.d apps/version.d crypto/engine/tb_dh.d crypto/bn/bn_add.d crypto/rsa/rsa_pk1.d crypto/x509v3/v3_genn.d crypto/bf/bf_enc.d test/pkey_meth_kdf_test.d crypto/rsa/rsa_sign.d crypto/engine/eng_lib.d crypto/des/cfb64enc.d crypto/dsa/dsa_sign.d crypto/rc5/rc5ofb64.d test/buildtest_hmac.d crypto/rand/rand_egd.d crypto/dsa/dsa_lib.d crypto/ec/ec_pmeth.d crypto/des/cfb64ede.d crypto/rsa/rsa_lib.d test/time_offset_test.d crypto/aes/aes_ige.d crypto/x509v3/v3_ncons.d test/buildtest_aes.d test/gosttest.d test/buildtest_kdf.d test/buildtest_pkcs7.d crypto/store/store_err.d crypto/evp/c_allc.d test/handshake_helper.d crypto/bio/bss_bio.d crypto/aria/aria.d crypto/rc5/rc5_ecb.d test/buildtest_buffer.d crypto/x509/x509cset.d crypto/evp/m_md5.d crypto/bn/bn_shift.d test/buildtest_ts.d crypto/ui/ui_null.d crypto/sha/keccak1600.d crypto/engine/tb_dsa.d crypto/evp/e_aes_cbc_hmac_sha256.d test/buildtest_ebcdic.d crypto/modes/cbc128.d test/testutil/tests.d crypto/evp/e_old.d crypto/x509v3/v3_ia5.d crypto/comp/comp_err.d test/constant_time_test.d test/buildtest_x509.d crypto/evp/m_mdc2.d crypto/pkcs12/p12_kiss.d crypto/bn/bn_blind.d crypto/stack/stack.d crypto/store/store_strings.d ssl/pqueue.d test/testutil/tap_bio.d crypto/evp/e_idea.d crypto/evp/p_sign.d crypto/x509/x509_vfy.d apps/ocsp.d crypto/x509v3/v3_tlsf.d crypto/pem/pem_xaux.d crypto/rc2/rc2cfb64.d crypto/x509v3/v3_extku.d crypto/async/async.d crypto/x509/x509_def.d crypto/evp/e_cast.d crypto/cms/cms_att.d crypto/bf/bf_ecb.d test/buildtest_camellia.d ssl/ssl_stat.d crypto/cast/c_cfb64.d test/buildtest_stack.d crypto/evp/e_des.d crypto/x509/x_all.d test/testutil/output_helpers.d crypto/rsa/rsa_chk.d test/buildtest_tls1.d crypto/evp/e_rc4_hmac_md5.d test/drbg_cavs_test.d crypto/x509v3/v3_utl.d apps/pkey.d test/buildtest_asn1.d crypto/ts/ts_rsp_utils.d test/crltest.d crypto/async/arch/async_null.d crypto/pem/pem_oth.d crypto/x509v3/v3_conf.d crypto/comp/c_zlib.d crypto/ec/curve448/curve448_tables.d crypto/ts/ts_asn1.d crypto/conf/conf_err.d test/tls13ccstest.d crypto/asn1/a_strex.d test/buildtest_asn1t.d test/buildtest_x509_vfy.d crypto/ts/ts_req_print.d crypto/ec/ecp_nistputil.d crypto/x509/x509_d2.d apps/genrsa.d ssl/statem/statem_clnt.d test/buildtest_md5.d test/casttest.d crypto/ec/ecp_nistp521.d crypto/pem/pem_x509.d crypto/ocsp/ocsp_vfy.d crypto/ec/eck_prn.d crypto/bn/bn_kron.d test/rsa_complex.d crypto/asn1/a_mbstr.d crypto/rc5/rc5_enc.d test/buildtest_rand.d ssl/d1_srtp.d crypto/bio/bss_conn.d crypto/conf/conf_api.d crypto/asn1/tasn_typ.d crypto/dh/dh_asn1.d crypto/x509/x509_att.d crypto/idea/i_ofb64.d crypto/pkcs7/pkcs7err.d crypto/bio/bio_meth.d test/ocspapitest.d crypto/asn1/a_time.d test/buildtest_md4.d crypto/dh/dh_prn.d crypto/x509/x_pubkey.d ssl/statem/extensions_cust.d crypto/sm2/sm2_sign.d ssl/t1_enc.d crypto/dh/dh_pmeth.d crypto/camellia/cmll_cfb.d crypto/buffer/buf_err.d crypto/kdf/hkdf.d crypto/x509/x509_v3.d crypto/seed/seed_cfb.d fuzz/asn1parse.d test/drbg_cavs_data.d crypto/async/arch/async_posix.d crypto/x509/x509_lu.d crypto/dsa/dsa_ossl.d ssl/t1_trce.d crypto/rsa/rsa_ossl.d crypto/ec/curve448/arch_32/f_impl.d crypto/bio/b_dump.d crypto/rsa/rsa_none.d apps/ecparam.d crypto/bf/bf_cfb64.d apps/srp.d crypto/evp/e_rc5.d crypto/err/err_all.d crypto/pkcs12/p12_utl.d crypto/threads_none.d crypto/des/des_enc.d crypto/bio/bss_dgram.d test/buildtest_conf.d crypto/x509/by_dir.d crypto/bn/bn_mod.d crypto/asn1/t_pkey.d crypto/asn1/a_print.d crypto/evp/p_lib.d crypto/hmac/hm_ameth.d test/servername_test.d test/buildtest_md2.d test/testutil/cb.d crypto/conf/conf_def.d crypto/bf/bf_skey.d test/dsa_no_digest_size_test.d test/buildtest_symhacks.d crypto/des/ofb_enc.d crypto/ocsp/ocsp_err.d crypto/rc4/rc4_enc.d crypto/store/store_lib.d test/x509_check_cert_pkey_test.d crypto/evp/e_null.d crypto/x509v3/pcy_map.d crypto/x509/t_x509.d apps/rsautl.d crypto/getenv.d test/buildtest_txt_db.d ssl/d1_lib.d crypto/ct/ct_log.d test/dtlstest.d ssl/s3_enc.d crypto/evp/e_xcbc_d.d crypto/bio/bf_nbio.d fuzz/bignum.d crypto/cms/cms_pwri.d test/buildtest_x509v3.d test/rc4test.d crypto/lhash/lh_stats.d crypto/rsa/rsa_oaep.d ssl/statem/statem_dtls.d crypto/ocsp/ocsp_ht.d crypto/init.d crypto/asn1/nsseq.d crypto/bio/bio_err.d crypto/bio/bf_lbuf.d crypto/cms/cms_asn1.d crypto/des/cbc_cksm.d crypto/modes/ofb128.d crypto/evp/names.d crypto/x509v3/pcy_data.d crypto/dso/dso_dl.d crypto/x509/x_crl.d crypto/ct/ct_err.d crypto/x509/x_name.d crypto/evp/e_aes.d crypto/asn1/a_object.d crypto/blake2/m_blake2s.d crypto/bn/bn_gf2m.d apps/engine.d crypto/cast/c_ofb64.d crypto/rsa/rsa_err.d fuzz/test-corpus.d test/buildtest_bn.d crypto/des/cbc_enc.d crypto/dsa/dsa_err.d crypto/bn/bn_sqr.d test/buildtest_pem.d crypto/asn1/tasn_scn.d test/testutil/format_output.d test/buildtest_comp.d crypto/modes/cts128.d test/rc2test.d test/stack_test.d engines/e_dasync.d apps/passwd.d crypto/x509/x509type.d crypto/evp/p5_crpt2.d crypto/engine/tb_rand.d crypto/bn/bn_word.d test/ssl_cert_table_internal_test.d crypto/ts/ts_rsp_verify.d crypto/engine/eng_pkey.d crypto/evp/cmeth_lib.d crypto/engine/tb_asnmth.d crypto/rc2/rc2ofb64.d crypto/pkcs7/bio_pk7.d crypto/x509v3/v3_purp.d crypto/ec/ecdsa_vrf.d test/buildtest_cast.d crypto/asn1/bio_asn1.d crypto/rand/drbg_lib.d crypto/store/store_init.d crypto/evp/evp_enc.d crypto/ec/ec_key.d test/afalgtest.d test/buildtest_seed.d crypto/ec/ecdsa_sign.d crypto/bio/bss_sock.d crypto/ct/ct_b64.d test/shlibloadtest.d test/mdc2_internal_test.d test/testutil/driver.d crypto/whrlpool/wp_block.d crypto/rand/drbg_ctr.d crypto/pkcs12/p12_sbag.d crypto/dllmain.d crypto/dh/dh_rfc7919.d test/sanitytest.d crypto/cmac/cm_ameth.d crypto/asn1/asn1_item_list.d ssl/s3_lib.d crypto/sm3/sm3.d crypto/pkcs12/p12_init.d test/buildtest_whrlpool.d crypto/dh/dh_depr.d test/buildtest_ossl_typ.d test/buildtest_ssl.d crypto/rc5/rc5cfb64.d test/verify_extra_test.d test/buildtest_ssl2.d crypto/asn1/x_sig.d apps/spkac.d crypto/pem/pem_info.d test/siphash_internal_test.d crypto/asn1/a_dup.d test/buildtest_crypto.d apps/gendsa.d crypto/rsa/rsa_meth.d crypto/dsa/dsa_meth.d crypto/err/err_prn.d crypto/modes/xts128.d crypto/engine/eng_list.d crypto/modes/wrap128.d crypto/siphash/siphash_ameth.d crypto/pkcs7/pk7_attr.d test/testutil/random.d crypto/bn/bn_depr.d ssl/statem/statem_srvr.d test/v3nametest.d crypto/ec/ecdh_kdf.d crypto/sha/sha1dgst.d apps/s_server.d crypto/siphash/siphash.d crypto/ts/ts_req_utils.d crypto/x509v3/pcy_cache.d crypto/dso/dso_openssl.d test/rsa_test.d crypto/sm3/m_sm3.d crypto/x509/x509_meth.d crypto/aes/aes_cfb.d test/versions.d crypto/rc2/rc2_ecb.d crypto/evp/evp_pkey.d ssl/t1_lib.d crypto/asn1/ameth_lib.d crypto/evp/p5_crpt.d test/buildtest_ct.d crypto/asn1/x_algor.d apps/ciphers.d crypto/evp/evp_pbe.d apps/nseq.d crypto/bn/bn_exp.d apps/dhparam.d crypto/bn/bn_mpi.d ssl/record/ssl3_record_tls13.d test/ct_test.d test/buildtest_pem2.d crypto/cryptlib.d crypto/evp/p_seal.d crypto/md5/md5_one.d crypto/ec/ecp_nist.d crypto/ec/ecdh_ossl.d apps/dsa.d crypto/ts/ts_lib.d crypto/bio/bf_buff.d apps/pkcs8.d crypto/conf/conf_mall.d crypto/bn/bn_srp.d ssl/d1_msg.d test/dtls_mtu_test.d crypto/cms/cms_err.d fuzz/asn1.d crypto/asn1/t_bitst.d crypto/dso/dso_lib.d crypto/evp/e_seed.d crypto/asn1/a_strnid.d crypto/dh/dh_lib.d crypto/ui/ui_lib.d ssl/methods.d crypto/x509v3/v3_info.d crypto/evp/evp_lib.d crypto/asn1/d2i_pu.d ssl/ssl_txt.d test/ssl_test_ctx.d crypto/bio/b_addr.d crypto/o_str.d crypto/md5/md5_dgst.d crypto/x509v3/v3_admis.d crypto/bio/bss_mem.d crypto/x509v3/v3_pcons.d crypto/cast/c_ecb.d test/buildtest_blowfish.d test/x509_time_test.d crypto/ts/ts_err.d test/buildtest_bio.d crypto/evp/e_aes_cbc_hmac_sha1.d apps/pkeyutl.d crypto/objects/obj_lib.d crypto/dsa/dsa_key.d ssl/record/ssl3_buffer.d crypto/asn1/i2d_pr.d crypto/ui/ui_err.d apps/ts.d crypto/dh/dh_err.d apps/apps.d crypto/evp/pbe_scrypt.d fuzz/cms.d crypto/x509/x509_ext.d test/buildtest_conf_api.d crypto/camellia/cmll_ctr.d crypto/sm2/sm2_pmeth.d apps/s_socket.d crypto/blake2/m_blake2b.d crypto/comp/comp_lib.d crypto/bn/bn_lib.d crypto/x509v3/v3_asid.d test/igetest.d crypto/rsa/rsa_crpt.d crypto/x509/t_crl.d crypto/blake2/blake2s.d crypto/evp/e_bf.d crypto/asn1/p5_scrypt.d crypto/sha/sha512.d crypto/x509v3/v3_cpols.d crypto/ui/ui_util.d fuzz/crl.d crypto/asn1/bio_ndef.d crypto/asn1/a_utf8.d crypto/des/fcrypt_b.d crypto/ocsp/v3_ocsp.d crypto/bn/bn_rand.d crypto/rsa/rsa_gen.d test/buildtest_dh.d crypto/md4/md4_one.d crypto/evp/e_rc2.d crypto/dsa/dsa_gen.d test/testutil/stanza.d apps/ca.d crypto/ec/ecp_nistp256.d ssl/ssl_init.d test/buildtest_modes.d test/modes_internal_test.d crypto/dh/dh_gen.d crypto/x509v3/v3_crld.d fuzz/x509.d crypto/evp/bio_ok.d crypto/err/err.d test/buildtest_dsa.d crypto/ebcdic.d crypto/idea/i_skey.d crypto/pkcs12/p12_attr.d crypto/pem/pem_err.d crypto/whrlpool/wp_dgst.d test/enginetest.d crypto/camellia/cmll_cbc.d test/ssl_ctx_test.d crypto/o_init.d crypto/dsa/dsa_vrf.d crypto/des/ecb_enc.d crypto/asn1/asn1_err.d crypto/ripemd/rmd_dgst.d crypto/engine/tb_digest.d crypto/md4/md4_dgst.d crypto/bn/bn_const.d crypto/ct/ct_prn.d test/bntest.d test/asn1_time_test.d crypto/dh/dh_kdf.d test/x509_dup_cert_test.d crypto/pkcs7/pk7_asn1.d test/testutil/testutil_init.d crypto/evp/m_md4.d crypto/modes/gcm128.d crypto/bn/bn_err.d crypto/x509/x_x509.d crypto/asn1/x_pkey.d crypto/asn1/tasn_new.d crypto/evp/bio_enc.d test/buildtest_store.d crypto/pkcs12/p12_p8d.d crypto/evp/m_md5_sha1.d test/sysdefaulttest.d crypto/engine/eng_init.d test/sm2_internal_test.d test/asn1_decode_test.d crypto/idea/i_cbc.d crypto/x509/x509_obj.d crypto/pkcs12/p12_crt.d crypto/txt_db/txt_db.d test/ectest.d crypto/evp/c_alld.d crypto/des/qud_cksm.d crypto/ripemd/rmd_one.d crypto/ec/ec_check.d test/pemtest.d ssl/ssl_rsa.d crypto/asn1/asn_moid.d crypto/threads_win.d apps/pkeyparam.d fuzz/bndiv.d crypto/rc5/rc5_skey.d test/buildtest_safestack.d crypto/engine/tb_pkmeth.d crypto/engine/eng_fat.d crypto/dso/dso_dlfcn.d crypto/evp/m_ripemd.d test/buildtest_evp.d crypto/asn1/a_digest.d crypto/rsa/rsa_ameth.d crypto/dsa/dsa_ameth.d crypto/asn1/tasn_fre.d apps/cms.d test/buildtest_ocsp.d test/buildtest_des.d ssl/ssl_lib.d ssl/ssl_err.d fuzz/conf.d test/buildtest_cmac.d crypto/asn1/a_bitstr.d test/threadstest.d ssl/record/ssl3_record.d test/sm4_internal_test.d test/asynciotest.d test/testutil/basic_output.d crypto/async/arch/async_win.d crypto/ct/ct_policy.d crypto/poly1305/poly1305.d crypto/x509v3/v3_bcons.d crypto/ec/ec_curve.d crypto/pkcs12/p12_p8e.d test/evp_extra_test.d engines/e_ossltest.d crypto/evp/p_dec.d crypto/asn1/a_int.d crypto/bn/bn_print.d test/bio_callback_test.d crypto/evp/p_enc.d test/dhtest.d crypto/engine/eng_cnf.d test/buildtest_lhash.d crypto/evp/pmeth_gn.d crypto/ec/curve448/eddsa.d crypto/ct/ct_vfy.d crypto/idea/i_ecb.d crypto/asn1/x_int64.d apps/dgst.d test/cipherlist_test.d test/buildtest_ssl3.d crypto/o_fopen.d crypto/ct/ct_x509v3.d crypto/ec/ec_oct.d crypto/pkcs12/p12_add.d crypto/rc4/rc4_skey.d crypto/ec/curve448/curve448.d crypto/cast/c_skey.d crypto/asn1/p5_pbev2.d crypto/rand/rand_lib.d ssl/s3_msg.d crypto/aes/aes_ecb.d crypto/evp/m_sigver.d crypto/sm2/sm2_crypt.d crypto/asn1/p5_pbe.d crypto/x509/x509_set.d crypto/ec/ec_ameth.d crypto/asn1/asn1_par.d crypto/kdf/tls1_prf.d test/ecstresstest.d crypto/x509v3/v3_pku.d crypto/rsa/rsa_x931.d apps/ec.d crypto/engine/eng_all.d crypto/rsa/rsa_asn1.d crypto/pem/pem_pk8.d crypto/dsa/dsa_asn1.d crypto/pkcs7/pk7_doit.d crypto/des/ecb3_enc.d apps/crl.d crypto/evp/e_aria.d crypto/des/ofb64enc.d test/buildtest_dtls1.d ssl/statem/statem.d ssl/s3_cbc.d apps/s_cb.d crypto/evp/e_chacha20_poly1305.d crypto/asn1/a_type.d crypto/rand/rand_unix.d crypto/seed/seed_ecb.d crypto/asn1/x_info.d crypto/asn1/a_verify.d crypto/x509v3/v3_int.d crypto/asn1/p8_pkey.d ssl/ssl_conf.d crypto/x509v3/v3_addr.d test/buildtest_rand_drbg.d crypto/pkcs12/p12_asn.d crypto/bio/b_sock2.d crypto/camellia/cmll_ofb.d apps/x509.d crypto/conf/conf_sap.d test/danetest.d crypto/engine/eng_openssl.d crypto/evp/evp_cnf.d crypto/des/ofb64ede.d crypto/bio/bss_file.d crypto/x509v3/v3_akey.d crypto/ec/curve25519.d apps/enc.d crypto/des/cfb_enc.d crypto/cpt_err.d crypto/kdf/kdf_err.d crypto/cms/cms_ess.d crypto/md2/md2_dgst.d crypto/ec/ecp_mont.d crypto/asn1/asn_mime.d crypto/evp/digest.d crypto/ec/ecx_meth.d test/exdatatest.d test/cmsapitest.d crypto/bio/b_print.d crypto/asn1/n_pkey.d crypto/asn1/tasn_enc.d crypto/asn1/tasn_prn.d test/asynctest.d crypto/sha/sha256.d crypto/rand/rand_vms.d crypto/ec/ecp_oct.d crypto/cms/cms_dd.d crypto/dh/dh_check.d crypto/bn/bn_exp2.d crypto/x509v3/v3_pci.d crypto/x509/x509_cmp.d test/buildtest_e_os2.d fuzz/ct.d test/ecdsatest.d crypto/dso/dso_err.d crypto/evp/e_sm4.d crypto/bio/bf_null.d test/ec_internal_test.d test/hmactest.d crypto/rc2/rc2_cbc.d crypto/lhash/lhash.d crypto/cms/cms_lib.d test/pbelutest.d crypto/asn1/a_gentm.d crypto/rand/rand_win.d crypto/rsa/rsa_prn.d test/srptest.d crypto/asn1/x_spki.d crypto/dsa/dsa_prn.d crypto/evp/evp_err.d crypto/bn/bn_gcd.d crypto/store/store_register.d crypto/md2/md2_one.d crypto/modes/ctr128.d ssl/record/rec_layer_s3.d test/asn1_internal_test.d crypto/pkcs7/pk7_mime.d test/sslcorrupttest.d crypto/x509/x509_req.d crypto/evp/m_wp.d crypto/ocsp/ocsp_asn.d crypto/conf/conf_mod.d crypto/rand/randfile.d crypto/pkcs7/pk7_smime.d crypto/asn1/asn1_gen.d test/gmdifftest.d crypto/cms/cms_smime.d ssl/statem/extensions_srvr.d apps/openssl.d test/test_test.d crypto/x509v3/v3_prn.d test/bad_dtls_test.d crypto/dso/dso_vms.d crypto/mem_clr.d crypto/asn1/d2i_pr.d crypto/dh/dh_ameth.d crypto/ts/ts_rsp_sign.d crypto/aes/aes_misc.d crypto/x509/x509_trs.d crypto/bn/bn_intern.d crypto/kdf/scrypt.d engines/e_padlock.d crypto/evp/p_verify.d crypto/cmac/cmac.d ssl/statem/extensions_clnt.d test/bioprinttest.d crypto/asn1/asn_pack.d test/recordlentest.d crypto/engine/eng_dyn.d crypto/cms/cms_cd.d crypto/x509v3/v3_lib.d ssl/ssl_cert.d crypto/asn1/i2d_pu.d crypto/srp/srp_vfy.d crypto/ui/ui_openssl.d apps/s_client.d crypto/cms/cms_env.d crypto/bio/b_sock.d crypto/seed/seed_cbc.d crypto/modes/ccm128.d crypto/ec/ec_print.d crypto/cms/cms_kari.d crypto/pem/pem_lib.d crypto/dsa/dsa_depr.d crypto/asn1/f_int.d test/rc5test.d crypto/async/async_err.d crypto/x509v3/v3_alt.d test/tls13encryptiontest.d crypto/rsa/rsa_depr.d crypto/asn1/a_d2i_fp.d test/evp_test.d crypto/pem/pem_sign.d test/md2test.d test/ssltestlib.d crypto/ec/ec_cvt.d crypto/ts/ts_conf.d test/packettest.d crypto/bf/bf_ofb64.d crypto/ec/ec_lib.d test/buildtest_rc5.d crypto/x509/by_file.d ssl/packet.d crypto/x509v3/v3_bitst.d crypto/asn1/a_utctm.d crypto/bio/bss_acpt.d crypto/cversion.d crypto/ec/ec_kmeth.d test/buildtest_ec.d crypto/x509/x509_vpm.d crypto/x509/x509rset.d crypto/aes/aes_core.d crypto/ocsp/ocsp_prn.d fuzz/server.d crypto/bio/bss_log.d crypto/buffer/buffer.d crypto/chacha/chacha_enc.d crypto/evp/e_rc4.d test/buildtest_ui.d crypto/x509/x509name.d crypto/pkcs12/p12_decr.d test/buildtest_sha.d test/ctype_internal_test.d ms/uplink.d crypto/mem.d crypto/rc2/rc2_skey.d crypto/rsa/rsa_x931g.d ssl/record/rec_layer_d1.d crypto/ct/ct_sct_ctx.d apps/crl2p7.d apps/asn1pars.d apps/pkcs7.d fuzz/client.d crypto/objects/obj_err.d crypto/poly1305/poly1305_ameth.d test/buildtest_obj_mac.d crypto/x509v3/v3err.d crypto/bn/bn_x931p.d apps/sess_id.d test/x509_internal_test.d crypto/rsa/rsa_ssl.d crypto/ec/ec_err.d crypto/engine/eng_table.d test/exptest.d crypto/hmac/hmac.d crypto/engine/eng_rdrand.d crypto/engine/tb_rsa.d crypto/evp/bio_md.d crypto/uid.d crypto/ocsp/ocsp_lib.d test/buildtest_rc4.d apps/genpkey.d crypto/evp/m_null.d crypto/dsa/dsa_pmeth.d crypto/x509/x509spki.d crypto/rsa/rsa_pmeth.d crypto/evp/m_md2.d crypto/evp/m_sha1.d test/ssl_test.d test/x509aux.d crypto/bio/bss_fd.d crypto/siphash/siphash_pmeth.d crypto/x509/x_req.d crypto/sha/sha1_one.d crypto/evp/pmeth_lib.d crypto/objects/obj_dat.d test/curve448_internal_test.d test/buildtest_engine.d crypto/pkcs12/p12_mutl.d crypto/modes/cfb128.d test/cipherbytes_test.d test/sslapitest.d crypto/ocsp/ocsp_cl.d crypto/camellia/cmll_misc.d apps/pkcs12.d test/poly1305_internal_test.d crypto/engine/eng_err.d test/buildtest_objects.d crypto/ocsp/ocsp_ext.d crypto/asn1/tasn_dec.d crypto/camellia/cmll_ecb.d crypto/dh/dh_rfc5114.d apps/s_time.d crypto/evp/e_camellia.d crypto/cms/cms_sd.d crypto/ct/ct_sct.d test/conf_include_test.d crypto/des/pcbc_enc.d crypto/blake2/blake2b.d crypto/ec/ecp_smpl.d crypto/x509v3/v3_akeya.d crypto/x509v3/pcy_tree.d test/buildtest_rc2.d crypto/x509/x_x509a.d crypto/asn1/asn_mstbl.d apps/speed.d ssl/tls_srp.d ssl/ssl_mcnf.d crypto/o_fips.d test/clienthellotest.d engines/e_capi.d test/fatalerrtest.d crypto/conf/conf_lib.d crypto/asn1/a_i2d_fp.d test/buildtest_ripemd.d test/v3ext.d test/ideatest.d crypto/pkcs12/p12_key.d test/ssltest_old.d crypto/rsa/rsa_mp.d test/pkey_meth_test.d crypto/x509v3/v3_pcia.d ssl/ssl_sess.d apps/dsaparam.d test/wpackettest.d crypto/bn/bn_nist.d test/ssl_test_ctx_test.d ssl/statem/extensions.d +DEPS=crypto/bn/bn_kron.d crypto/md2/md2_one.d test/buildtest_kdf.d crypto/evp/p5_crpt.d crypto/ec/ecdh_ossl.d crypto/x509/x509_trs.d ssl/s3_msg.d crypto/evp/evp_enc.d crypto/sm4/sm4.d crypto/ec/ec2_oct.d crypto/bio/bss_sock.d test/x509_dup_cert_test.d crypto/des/ecb3_enc.d crypto/des/rand_key.d crypto/x509v3/pcy_cache.d crypto/pkcs12/pk12err.d crypto/x509v3/v3_utl.d crypto/bn/bn_ctx.d crypto/bn/bn_dh.d crypto/dh/dh_check.d crypto/ex_data.d crypto/conf/conf_err.d test/buildtest_engine.d crypto/sm3/sm3.d test/pemtest.d test/testutil/main.d crypto/des/fcrypt_b.d test/d2i_test.d crypto/bn/bn_blind.d crypto/ec/ec_check.d crypto/pem/pem_lib.d test/aborttest.d test/memleaktest.d crypto/evp/e_rc4_hmac_md5.d crypto/asn1/tasn_new.d test/dsatest.d test/buildtest_async.d test/buildtest_blowfish.d crypto/asn1/t_pkey.d crypto/bio/bss_dgram.d apps/x509.d apps/spkac.d crypto/asn1/tasn_typ.d test/poly1305_internal_test.d crypto/ct/ct_sct.d crypto/buffer/buf_err.d crypto/des/cbc_enc.d crypto/ec/ecp_smpl.d crypto/asn1/x_sig.d apps/engine.d crypto/evp/e_rc2.d crypto/x509v3/v3_skey.d crypto/evp/e_null.d crypto/engine/eng_list.d crypto/evp/bio_b64.d crypto/des/ecb_enc.d test/buildtest_evp.d crypto/pkcs12/p12_p8e.d test/fatalerrtest.d crypto/aes/aes_cbc.d crypto/ct/ct_b64.d ssl/statem/extensions.d crypto/rand/randfile.d crypto/ec/ecp_nist.d crypto/bn/bn_word.d crypto/sm2/sm2_crypt.d crypto/ec/curve448/eddsa.d test/buildtest_buffer.d crypto/modes/xts128.d crypto/evp/pmeth_gn.d crypto/cms/cms_smime.d crypto/engine/eng_ctrl.d crypto/pkcs12/p12_crpt.d fuzz/server.d crypto/x509/x509_r2x.d crypto/modes/cfb128.d apps/rsautl.d crypto/siphash/siphash.d crypto/asn1/asn_pack.d crypto/evp/evp_pbe.d crypto/async/arch/async_posix.d crypto/rsa/rsa_lib.d crypto/pkcs12/p12_crt.d crypto/x509/x509_vpm.d crypto/x509/x_crl.d test/bad_dtls_test.d test/srptest.d crypto/x509/x509_meth.d crypto/engine/tb_dsa.d test/ecdsatest.d test/buildtest_ct.d test/buildtest_x509.d apps/genrsa.d fuzz/cms.d crypto/x509/t_req.d test/dtls_mtu_test.d crypto/whrlpool/wp_block.d test/bntest.d fuzz/ct.d crypto/init.d crypto/err/err_all.d crypto/ec/ec_cvt.d crypto/cms/cms_enc.d test/testutil/basic_output.d test/ssltest_old.d test/pbelutest.d crypto/sha/keccak1600.d crypto/evp/e_xcbc_d.d crypto/dsa/dsa_vrf.d crypto/pkcs7/pk7_smime.d test/ctype_internal_test.d ssl/record/ssl3_record_tls13.d test/bftest.d crypto/ocsp/ocsp_lib.d test/buildtest_pem2.d test/buildtest_camellia.d crypto/asn1/asn_moid.d crypto/modes/ccm128.d test/buildtest_stack.d crypto/asn1/a_strex.d test/crltest.d test/v3ext.d crypto/x509v3/v3_asid.d test/buildtest_ssl2.d crypto/cmac/cm_pmeth.d crypto/bn/bn_depr.d apps/crl2p7.d crypto/evp/bio_md.d crypto/asn1/a_utf8.d crypto/cms/cms_ess.d crypto/bn/bn_add.d crypto/bf/bf_ecb.d crypto/bio/bf_null.d test/packettest.d test/buildtest_cast.d test/stack_test.d crypto/evp/p_seal.d crypto/cms/cms_att.d crypto/evp/e_aes.d crypto/dso/dso_vms.d crypto/dso/dso_dl.d crypto/evp/evp_key.d crypto/rc4/rc4_skey.d test/siphash_internal_test.d test/buildtest_ts.d crypto/des/des_enc.d test/sslcorrupttest.d crypto/x509/x509spki.d crypto/rsa/rsa_oaep.d crypto/ec/ecp_nistp256.d crypto/rand/drbg_ctr.d crypto/lhash/lh_stats.d crypto/evp/bio_enc.d crypto/x509/x509_v3.d fuzz/client.d crypto/x509v3/v3_cpols.d crypto/aes/aes_misc.d crypto/evp/digest.d crypto/x509v3/v3_pci.d apps/req.d crypto/rc2/rc2_cbc.d crypto/ebcdic.d crypto/siphash/siphash_pmeth.d crypto/engine/tb_dh.d crypto/camellia/cmll_cbc.d test/buildtest_sha.d crypto/modes/ofb128.d test/testutil/stanza.d crypto/x509/by_file.d crypto/bn/bn_mod.d crypto/async/async_err.d crypto/bn/bn_srp.d crypto/asn1/a_dup.d test/rsa_mp_test.d crypto/poly1305/poly1305.d apps/dgst.d apps/enc.d crypto/x509v3/v3_pcons.d test/buildtest_asn1t.d crypto/bio/bss_mem.d engines/e_ossltest.d crypto/sha/sha1dgst.d crypto/ocsp/ocsp_vfy.d crypto/asn1/a_time.d crypto/ec/curve448/arch_32/f_impl.d crypto/dsa/dsa_ameth.d crypto/dsa/dsa_key.d crypto/x509/x509cset.d test/evp_extra_test.d crypto/ec/eck_prn.d test/dtlstest.d crypto/x509v3/v3_lib.d apps/dsaparam.d test/conf_include_test.d crypto/siphash/siphash_ameth.d crypto/pkcs12/p12_sbag.d crypto/asn1/asn1_lib.d crypto/ui/ui_null.d test/buildtest_rc4.d crypto/buffer/buffer.d crypto/asn1/x_info.d crypto/bio/b_addr.d crypto/conf/conf_api.d ssl/d1_msg.d ssl/ssl_rsa.d test/sanitytest.d crypto/ripemd/rmd_one.d crypto/asn1/x_long.d crypto/rand/rand_vms.d test/buildtest_x509v3.d crypto/blake2/blake2s.d test/asn1_encode_test.d crypto/evp/e_chacha20_poly1305.d crypto/ec/curve448/curve448_tables.d test/buildtest_idea.d crypto/ct/ct_err.d crypto/evp/p_enc.d crypto/x509/x509_txt.d apps/smime.d ssl/tls13_enc.d crypto/dsa/dsa_meth.d crypto/modes/ctr128.d test/v3nametest.d test/buildtest_md4.d test/ct_test.d test/testutil/tap_bio.d crypto/conf/conf_mod.d crypto/bf/bf_cfb64.d test/buildtest_pkcs7.d test/buildtest_opensslv.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/asn1/i2d_pu.d crypto/async/async_wait.d crypto/ocsp/ocsp_prn.d test/x509aux.d test/hmactest.d crypto/rand/rand_unix.d crypto/pkcs12/p12_attr.d crypto/bio/bss_log.d crypto/uid.d crypto/engine/eng_dyn.d test/wpackettest.d crypto/dh/dh_prn.d crypto/ec/ec_oct.d crypto/x509/x509_vfy.d crypto/engine/eng_rdrand.d crypto/bn/bn_exp2.d test/buildtest_comp.d crypto/asn1/evp_asn1.d crypto/evp/e_seed.d ssl/statem/extensions_srvr.d crypto/asn1/asn1_gen.d crypto/asn1/a_gentm.d test/mdc2_internal_test.d crypto/x509v3/v3_tlsf.d crypto/bio/bss_null.d crypto/ct/ct_log.d crypto/kdf/tls1_prf.d crypto/des/cfb64ede.d crypto/camellia/cmll_cfb.d crypto/ct/ct_sct_ctx.d crypto/des/ofb_enc.d crypto/rc2/rc2ofb64.d crypto/o_fopen.d crypto/o_dir.d crypto/cast/c_skey.d crypto/dsa/dsa_prn.d crypto/store/store_err.d crypto/blake2/m_blake2s.d test/buildtest_ecdh.d apps/errstr.d crypto/ec/ec_print.d test/drbg_cavs_data.d crypto/cast/c_enc.d apps/version.d apps/ciphers.d test/tls13secretstest.d crypto/engine/tb_digest.d test/ectest.d ssl/tls_srp.d test/tls13ccstest.d test/cipherbytes_test.d test/versions.d crypto/pem/pem_sign.d crypto/threads_pthread.d test/buildtest_conf.d crypto/evp/encode.d crypto/rsa/rsa_sign.d crypto/evp/m_md5.d crypto/des/cfb64enc.d test/tls13encryptiontest.d crypto/x509v3/v3_prn.d crypto/engine/eng_openssl.d test/testutil/format_output.d crypto/asn1/asn1_item_list.d crypto/x509/x509_obj.d apps/pkcs7.d crypto/evp/c_alld.d crypto/ocsp/ocsp_ht.d crypto/x509v3/v3_akey.d crypto/o_fips.d test/buildtest_crypto.d crypto/asn1/a_mbstr.d crypto/evp/m_ripemd.d crypto/evp/m_sha3.d crypto/bn/bn_lib.d crypto/x509v3/v3err.d test/buildtest_ossl_typ.d crypto/evp/p5_crpt2.d crypto/mem_clr.d crypto/ec/ecx_meth.d test/drbg_cavs_test.d crypto/rc2/rc2cfb64.d test/buildtest_hmac.d crypto/x509/x_all.d crypto/rsa/rsa_gen.d crypto/dh/dh_gen.d ssl/record/ssl3_buffer.d crypto/seed/seed_ofb.d crypto/err/err_prn.d crypto/asn1/tasn_dec.d ssl/ssl_err.d crypto/bn/bn_nist.d crypto/sha/sha512.d crypto/ui/ui_openssl.d crypto/ui/ui_err.d crypto/modes/ocb128.d crypto/asn1/x_algor.d crypto/bf/bf_skey.d crypto/asn1/x_bignum.d crypto/store/store_register.d test/evp_test.d crypto/o_str.d crypto/sm3/m_sm3.d crypto/cms/cms_io.d crypto/rsa/rsa_pmeth.d test/exptest.d apps/ca.d engines/e_capi.d crypto/rc5/rc5_skey.d crypto/bio/bf_lbuf.d crypto/bn/bn_mont.d crypto/cast/c_ecb.d ms/applink.d crypto/rc5/rc5_ecb.d test/testutil/driver.d fuzz/bignum.d crypto/conf/conf_ssl.d crypto/x509v3/v3_addr.d crypto/bn/bn_prime.d crypto/dso/dso_openssl.d test/asynctest.d apps/openssl.d crypto/x509/x_exten.d test/pkey_meth_kdf_test.d crypto/pkcs12/p12_mutl.d crypto/evp/m_md4.d crypto/evp/pbe_scrypt.d crypto/rsa/rsa_chk.d crypto/seed/seed_cbc.d apps/cms.d apps/rsa.d crypto/seed/seed.d crypto/rsa/rsa_ossl.d ssl/ssl_conf.d test/buildtest_x509_vfy.d crypto/comp/comp_lib.d ssl/ssl_utst.d ssl/ssl_asn1.d crypto/asn1/f_string.d crypto/bio/bio_cb.d crypto/asn1/nsseq.d test/bioprinttest.d crypto/idea/i_ofb64.d crypto/x509v3/pcy_data.d crypto/mem.d test/buildtest_cmac.d test/buildtest_rc5.d test/igetest.d ssl/ssl_stat.d test/enginetest.d crypto/pem/pvkfmt.d test/test_test.d crypto/x509/t_crl.d crypto/bio/b_sock.d test/buildtest_objects.d crypto/objects/obj_dat.d engines/e_padlock.d crypto/ec/curve448/f_generic.d crypto/evp/m_md5_sha1.d crypto/evp/bio_ok.d apps/s_time.d crypto/txt_db/txt_db.d crypto/des/cfb_enc.d crypto/rsa/rsa_crpt.d crypto/rsa/rsa_asn1.d test/buildtest_bio.d crypto/x509/x_req.d crypto/des/ofb64ede.d crypto/rsa/rsa_mp.d apps/nseq.d crypto/pem/pem_err.d crypto/ocsp/ocsp_asn.d test/sslapitest.d test/buildtest_md5.d crypto/evp/c_allc.d crypto/pkcs12/p12_asn.d crypto/engine/eng_table.d crypto/x509v3/pcy_map.d crypto/cms/cms_dd.d crypto/cversion.d crypto/bn/bn_recp.d test/curve448_internal_test.d test/dhtest.d test/ssl_test.d crypto/x509v3/v3_alt.d crypto/md2/md2_dgst.d ssl/s3_cbc.d crypto/ts/ts_conf.d fuzz/x509.d crypto/bio/bio_meth.d crypto/poly1305/poly1305_pmeth.d crypto/ui/ui_lib.d test/buildtest_ui.d crypto/o_init.d crypto/asn1/i2d_pr.d crypto/rsa/rsa_err.d test/mdc2test.d crypto/ec/ecdsa_ossl.d crypto/ec/ec_mult.d crypto/idea/i_cfb64.d crypto/des/ofb64enc.d test/buildtest_ssl.d crypto/evp/e_aes_cbc_hmac_sha256.d apps/win32_init.d crypto/mem_sec.d crypto/engine/tb_cipher.d test/testutil/output_helpers.d test/buildtest_pem.d crypto/x509v3/v3_info.d crypto/pem/pem_pk8.d test/recordlentest.d crypto/evp/pmeth_lib.d crypto/dsa/dsa_depr.d crypto/evp/pmeth_fn.d crypto/bn/bn_err.d crypto/asn1/x_val.d test/lhash_test.d crypto/asn1/x_pkey.d crypto/seed/seed_ecb.d test/bio_enc_test.d crypto/bio/b_print.d test/buildtest_ecdsa.d crypto/aria/aria.d test/modes_internal_test.d crypto/bf/bf_ofb64.d crypto/cms/cms_cd.d crypto/x509/by_dir.d crypto/asn1/a_utctm.d crypto/x509v3/pcy_lib.d fuzz/test-corpus.d crypto/des/xcbc_enc.d crypto/objects/obj_err.d crypto/kdf/kdf_err.d crypto/x509/x509_def.d apps/pkcs8.d crypto/rand/rand_lib.d apps/s_client.d test/testutil/tests.d crypto/hmac/hm_ameth.d crypto/cms/cms_kari.d crypto/pem/pem_pkey.d test/afalgtest.d crypto/cmac/cmac.d fuzz/asn1.d crypto/ec/ecp_mont.d test/buildtest_ssl3.d crypto/ec/curve25519.d crypto/camellia/cmll_misc.d test/rsa_complex.d crypto/asn1/a_type.d crypto/bn/bn_sqrt.d crypto/hmac/hm_pmeth.d apps/opt.d crypto/pkcs12/p12_add.d ssl/d1_lib.d crypto/store/store_strings.d ssl/statem/statem_dtls.d crypto/srp/srp_vfy.d crypto/md4/md4_dgst.d crypto/bn/bn_print.d crypto/asn1/a_print.d crypto/ec/curve448/scalar.d crypto/x509/x_name.d test/ocspapitest.d crypto/kdf/hkdf.d crypto/asn1/tasn_utl.d crypto/pem/pem_all.d crypto/asn1/t_bitst.d apps/asn1pars.d crypto/dh/dh_pmeth.d crypto/rand/rand_err.d crypto/bio/bss_acpt.d test/buildtest_cms.d crypto/md5/md5_one.d crypto/threads_win.d apps/s_server.d crypto/ec/ec_pmeth.d test/buildtest_safestack.d crypto/x509v3/v3_pmaps.d crypto/asn1/asn1_par.d apps/storeutl.d crypto/ts/ts_rsp_verify.d crypto/asn1/t_spki.d crypto/idea/i_cbc.d crypto/engine/tb_asnmth.d fuzz/crl.d test/buildtest_ec.d crypto/o_time.d test/casttest.d crypto/bn/bn_rand.d test/clienthellotest.d crypto/ui/ui_util.d crypto/cms/cms_lib.d crypto/x509v3/v3_admis.d crypto/async/async.d crypto/ec/ecp_nistputil.d test/asn1_string_table_test.d crypto/asn1/p5_scrypt.d test/handshake_helper.d crypto/x509v3/v3_ncons.d test/gmdifftest.d crypto/evp/m_wp.d ssl/t1_enc.d crypto/x509/x509_lu.d crypto/dsa/dsa_lib.d crypto/pkcs12/p12_utl.d crypto/idea/i_skey.d test/buildtest_whrlpool.d crypto/evp/p_verify.d crypto/evp/e_aria.d crypto/asn1/a_d2i_fp.d apps/pkeyutl.d crypto/asn1/a_int.d ms/uplink.d crypto/dso/dso_lib.d crypto/camellia/cmll_ctr.d crypto/ec/ecp_oct.d test/testutil/test_cleanup.d crypto/aes/aes_cfb.d crypto/evp/e_idea.d crypto/getenv.d crypto/evp/m_sigver.d crypto/kdf/scrypt.d ssl/statem/extensions_cust.d test/buildtest_srtp.d crypto/evp/evp_lib.d apps/rehash.d crypto/asn1/bio_ndef.d crypto/rsa/rsa_pss.d ssl/ssl_txt.d test/x509_time_test.d test/sm2_internal_test.d ssl/statem/statem_lib.d crypto/evp/e_old.d crypto/evp/cmeth_lib.d test/errtest.d test/buildtest_seed.d crypto/bn/bn_sqr.d crypto/pkcs7/pk7_asn1.d crypto/ocsp/ocsp_ext.d crypto/asn1/d2i_pr.d crypto/evp/e_rc4.d ssl/statem/statem_srvr.d crypto/bio/bss_bio.d crypto/dh/dh_lib.d crypto/err/err.d test/verify_extra_test.d crypto/ec/curve448/curve448.d crypto/pem/pem_info.d test/buildtest_symhacks.d test/asn1_time_test.d test/cipherlist_test.d crypto/x509v3/v3_conf.d crypto/objects/obj_xref.d crypto/idea/i_ecb.d crypto/ec/ec_lib.d crypto/ec/ec2_smpl.d crypto/dh/dh_key.d apps/pkcs12.d crypto/ec/ecdsa_vrf.d crypto/cms/cms_env.d crypto/ec/ec_asn1.d crypto/bn/bn_intern.d apps/ts.d test/ecstresstest.d apps/ec.d crypto/ec/ecp_nistp521.d crypto/evp/e_bf.d crypto/asn1/p8_pkey.d ssl/ssl_sess.d crypto/sm2/sm2_err.d test/buildtest_des.d crypto/ec/ec_key.d crypto/ts/ts_req_utils.d crypto/comp/comp_err.d crypto/x509/x509_d2.d crypto/dh/dh_asn1.d crypto/store/store_lib.d crypto/ec/ec_curve.d test/bio_callback_test.d crypto/modes/wrap128.d crypto/blake2/blake2b.d test/ciphername_test.d crypto/rc4/rc4_enc.d crypto/pem/pem_x509.d test/ssl_ctx_test.d ssl/ssl_ciph.d crypto/camellia/camellia.d crypto/rsa/rsa_ameth.d test/buildtest_obj_mac.d ssl/statem/statem.d test/shlibloadtest.d test/dtlsv1listentest.d crypto/x509v3/v3_ia5.d test/buildtest_dsa.d test/sm4_internal_test.d test/asn1_decode_test.d crypto/x509/x_x509.d test/time_offset_test.d ssl/ssl_init.d test/buildtest_srp.d ssl/record/ssl3_record.d test/rdrand_sanitytest.d crypto/whrlpool/wp_dgst.d crypto/asn1/a_octet.d crypto/asn1/n_pkey.d crypto/bn/bn_mul.d crypto/objects/obj_lib.d crypto/rsa/rsa_meth.d crypto/bf/bf_enc.d crypto/asn1/asn_mime.d crypto/dh/dh_rfc5114.d crypto/x509/x509rset.d test/asynciotest.d crypto/objects/o_names.d test/buildtest_pkcs12.d crypto/ec/ec_kmeth.d test/buildtest_lhash.d crypto/evp/m_null.d apps/pkey.d crypto/bio/bio_err.d test/x509_check_cert_pkey_test.d crypto/cast/c_ofb64.d crypto/bn/bn_gcd.d crypto/evp/e_des.d crypto/x509v3/v3_akeya.d ssl/ssl_mcnf.d test/buildtest_aes.d crypto/evp/e_rc5.d crypto/rsa/rsa_x931g.d crypto/x509/x509_err.d crypto/asn1/a_digest.d ssl/ssl_lib.d crypto/x509v3/v3_purp.d test/testutil/testutil_init.d ssl/t1_trce.d crypto/asn1/d2i_pu.d crypto/bio/b_sock2.d crypto/des/pcbc_enc.d crypto/cast/c_cfb64.d crypto/x509v3/v3_pku.d crypto/lhash/lhash.d crypto/cryptlib.d crypto/ocsp/ocsp_cl.d test/asn1_internal_test.d test/sysdefaulttest.d crypto/rand/rand_egd.d crypto/rsa/rsa_pk1.d crypto/pkcs12/p12_decr.d test/destest.d crypto/evp/p_open.d crypto/evp/p_sign.d crypto/bn/bn_div.d crypto/sm2/sm2_pmeth.d test/buildtest_tls1.d test/dsa_no_digest_size_test.d crypto/asn1/tasn_scn.d crypto/dh/dh_err.d crypto/evp/m_sha1.d test/sslbuffertest.d test/rc5test.d crypto/evp/p_lib.d crypto/ec/ec_err.d crypto/dh/dh_meth.d crypto/asn1/p5_pbev2.d ssl/record/dtls1_bitmap.d crypto/rand/drbg_lib.d crypto/x509/x509type.d crypto/x509/x509_req.d ssl/methods.d crypto/ts/ts_rsp_sign.d crypto/engine/tb_pkmeth.d crypto/engine/eng_cnf.d crypto/rsa/rsa_saos.d crypto/pkcs12/p12_p8d.d crypto/ct/ct_x509v3.d test/buildtest_txt_db.d test/buildtest_bn.d test/buildtest_rand.d crypto/x509v3/v3_extku.d crypto/modes/cbc128.d apps/ocsp.d crypto/ts/ts_req_print.d ssl/s3_lib.d crypto/sm2/sm2_sign.d crypto/x509/x509_att.d crypto/x509/x509_cmp.d crypto/bio/bf_nbio.d test/buildtest_ripemd.d test/exdatatest.d fuzz/asn1parse.d apps/rand.d apps/gendsa.d crypto/bn/bn_mpi.d crypto/sha/sha256.d crypto/asn1/tasn_enc.d crypto/evp/e_sm4.d crypto/bn/bn_shift.d test/x509_internal_test.d crypto/seed/seed_cfb.d crypto/x509/x_pubkey.d engines/e_dasync.d crypto/x509v3/pcy_tree.d crypto/x509v3/v3_bitst.d crypto/conf/conf_sap.d crypto/asn1/asn1_err.d crypto/bio/bio_lib.d ssl/statem/extensions_clnt.d crypto/threads_none.d test/chacha_internal_test.d crypto/x509v3/v3_sxnet.d test/testutil/random.d crypto/cms/cms_sd.d crypto/engine/eng_init.d crypto/pkcs12/p12_key.d crypto/ec/ecdh_kdf.d crypto/x509v3/v3_genn.d test/buildtest_store.d test/secmemtest.d apps/genpkey.d crypto/camellia/cmll_ofb.d crypto/asn1/ameth_lib.d test/ssl_test_ctx_test.d crypto/bio/b_dump.d crypto/engine/eng_err.d crypto/ec/ecp_nistp224.d crypto/dh/dh_rfc7919.d crypto/poly1305/poly1305_ameth.d crypto/dsa/dsa_sign.d crypto/modes/gcm128.d crypto/asn1/f_int.d crypto/pkcs12/p12_init.d crypto/dsa/dsa_pmeth.d apps/srp.d crypto/ct/ct_vfy.d test/buildtest_asn1.d test/servername_test.d test/ssltestlib.d apps/apps.d test/danetest.d test/uitest.d test/rc4test.d crypto/evp/m_mdc2.d apps/prime.d crypto/rsa/rsa_x931.d crypto/rc5/rc5ofb64.d test/buildtest_ebcdic.d crypto/ct/ct_oct.d crypto/aes/aes_ige.d crypto/engine/eng_pkey.d crypto/ts/ts_rsp_print.d crypto/dsa/dsa_gen.d crypto/asn1/x_int64.d apps/pkeyparam.d test/testutil/cb.d crypto/ct/ct_prn.d crypto/pkcs12/p12_npas.d crypto/bn/bn_const.d crypto/async/arch/async_win.d test/constant_time_test.d crypto/rsa/rsa_ssl.d apps/bf_prefix.d crypto/rc5/rc5cfb64.d crypto/pkcs12/p12_kiss.d crypto/srp/srp_lib.d fuzz/conf.d crypto/pkcs7/pk7_doit.d ssl/t1_lib.d crypto/engine/tb_rand.d crypto/des/set_key.d test/ec_internal_test.d crypto/conf/conf_def.d crypto/asn1/tasn_prn.d apps/s_socket.d ssl/ssl_cert.d apps/verify.d apps/dhparam.d crypto/rc5/rc5_enc.d crypto/x509v3/v3_bcons.d crypto/x509/t_x509.d crypto/modes/cts128.d crypto/ct/ct_policy.d crypto/ts/ts_lib.d crypto/chacha/chacha_enc.d crypto/ocsp/ocsp_err.d crypto/conf/conf_mall.d crypto/rc2/rc2_skey.d crypto/cmac/cm_ameth.d apps/s_cb.d crypto/ocsp/v3_ocsp.d crypto/mem_dbg.d crypto/hmac/hmac.d apps/dsa.d crypto/aes/aes_ecb.d crypto/cpt_err.d test/bio_memleak_test.d apps/passwd.d crypto/pkcs7/pk7_attr.d crypto/ec/ecdsa_sign.d crypto/evp/e_cast.d crypto/camellia/cmll_ecb.d crypto/rsa/rsa_prn.d crypto/des/cbc_cksm.d crypto/engine/eng_fat.d test/ideatest.d crypto/ts/ts_asn1.d crypto/asn1/a_i2d_fp.d crypto/blake2/m_blake2b.d crypto/aes/aes_ofb.d crypto/dllmain.d test/buildtest_dtls1.d crypto/asn1/p5_pbe.d crypto/stack/stack.d crypto/x509v3/v3_enum.d apps/sess_id.d crypto/comp/c_zlib.d crypto/evp/names.d test/buildtest_rsa.d crypto/async/arch/async_null.d crypto/cms/cms_pwri.d crypto/asn1/bio_asn1.d test/buildtest_rc2.d crypto/bn/bn_exp.d crypto/pkcs7/bio_pk7.d crypto/x509/x509_ext.d crypto/ec/ec_ameth.d crypto/dsa/dsa_err.d crypto/bio/bf_buff.d test/buildtest_md2.d crypto/dh/dh_ameth.d crypto/pkcs7/pk7_mime.d crypto/rc2/rc2_ecb.d ssl/pqueue.d crypto/bn/bn_x931p.d ssl/s3_enc.d crypto/pem/pem_xaux.d test/md2test.d crypto/cms/cms_err.d crypto/asn1/a_verify.d crypto/pkcs7/pk7_lib.d crypto/asn1/a_bitstr.d test/buildtest_modes.d crypto/dh/dh_depr.d crypto/asn1/a_sign.d crypto/evp/e_camellia.d crypto/ts/ts_rsp_utils.d ssl/statem/statem_clnt.d crypto/pkcs7/pkcs7err.d ssl/d1_srtp.d crypto/evp/evp_pkey.d crypto/bio/bss_file.d crypto/x509/x_x509a.d test/rsa_test.d crypto/des/fcrypt.d crypto/rsa/rsa_depr.d crypto/engine/tb_eckey.d crypto/bio/bss_conn.d test/ssl_cert_table_internal_test.d test/buildtest_rand_drbg.d crypto/ocsp/ocsp_srv.d test/cmsapitest.d crypto/aes/aes_core.d test/cmactest.d crypto/des/str2key.d apps/crl.d crypto/dsa/dsa_ossl.d crypto/evp/evp_cnf.d crypto/asn1/tasn_fre.d crypto/md4/md4_one.d crypto/dh/dh_kdf.d crypto/bn/bn_gf2m.d crypto/evp/m_md2.d crypto/aes/aes_wrap.d apps/app_rand.d crypto/x509v3/v3_pcia.d crypto/rsa/rsa_none.d test/pkey_meth_test.d crypto/ripemd/rmd_dgst.d test/buildtest_e_os2.d crypto/ts/ts_err.d crypto/x509/x_attrib.d crypto/md5/md5_dgst.d crypto/asn1/a_object.d crypto/asn1/a_strnid.d crypto/store/store_init.d crypto/x509v3/v3_crld.d crypto/engine/tb_rsa.d crypto/engine/eng_lib.d apps/ecparam.d test/buildtest_dh.d crypto/ts/ts_verify_ctx.d crypto/asn1/x_spki.d crypto/cms/cms_asn1.d ssl/record/rec_layer_s3.d crypto/evp/evp_err.d apps/speed.d crypto/evp/p_dec.d ssl/bio_ssl.d test/gosttest.d crypto/store/loader_file.d crypto/pem/pem_oth.d test/rc2test.d crypto/dso/dso_err.d crypto/dsa/dsa_asn1.d crypto/dso/dso_dlfcn.d crypto/evp/e_des3.d fuzz/bndiv.d crypto/des/qud_cksm.d crypto/x509/x509_set.d crypto/x509v3/pcy_node.d test/drbgtest.d crypto/asn1/asn_mstbl.d ssl/record/rec_layer_d1.d ssl/packet.d crypto/conf/conf_lib.d crypto/engine/eng_all.d crypto/bio/bss_fd.d test/buildtest_conf_api.d crypto/x509v3/v3_int.d crypto/sha/sha1_one.d test/threadstest.d crypto/rand/rand_win.d test/ssl_test_ctx.d crypto/bn/bn_asm.d crypto/dso/dso_win32.d test/buildtest_ocsp.d crypto/x509/x509name.d crypto/ctype.d GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/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 @@ -622,8 +622,8 @@ errors: done ) ordinals: - ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl crypto update ) - ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl ssl update ) + $(PERL) $(SRCDIR)/util/mkdef.pl crypto update + $(PERL) $(SRCDIR)/util/mkdef.pl ssl update test_ordinals: ( cd test; \ @@ -6871,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) -Iapps -I. -Iinclude -I../apps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF ms/applink.d.tmp -MT $@ -c -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 @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; \ diff --git a/upstream-build/makefile/i686-win32-msvc b/upstream-build/makefile/i686-win32-msvc index 447d393..8a52388 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.1j +VERSION=1.1.1k 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\cmactest.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_ctx_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\cversion.d crypto\o_init.d test\versions.d crypto\x509\x_all.d crypto\x509\x_crl.d crypto\pkcs7\pk7_lib.d crypto\bio\b_sock.d crypto\asn1\a_strnid.d test\buildtest_cms.d crypto\asn1\evp_asn1.d crypto\aes\aes_ecb.d test\mdc2_internal_test.d crypto\ui\ui_util.d crypto\ec\curve448\curve448_tables.d crypto\rsa\rsa_mp.d crypto\des\pcbc_enc.d crypto\ec\ec_oct.d crypto\asn1\a_print.d crypto\bf\bf_ecb.d crypto\store\store_register.d crypto\pem\pem_sign.d apps\srp.d crypto\evp\e_rc2.d apps\cms.d crypto\pkcs12\p12_utl.d test\pbelutest.d crypto\o_str.d test\buildtest_ct.d crypto\evp\e_chacha20_poly1305.d crypto\evp\m_sigver.d crypto\evp\e_camellia.d apps\ciphers.d test\buildtest_srp.d crypto\asn1\a_gentm.d crypto\bn\bn_rand.d crypto\pem\pem_err.d crypto\async\arch\async_posix.d test\buildtest_opensslv.d crypto\evp\evp_err.d apps\bf_prefix.d crypto\x509v3\v3err.d ssl\ssl_stat.d crypto\dh\dh_pmeth.d crypto\ec\curve448\f_generic.d test\x509_time_test.d crypto\x509v3\v3_purp.d crypto\camellia\cmll_ctr.d apps\ca.d crypto\evp\p_open.d crypto\asn1\a_type.d crypto\asn1\a_time.d crypto\rc2\rc2cfb64.d crypto\engine\eng_pkey.d crypto\ec\ec_ameth.d ssl\statem\statem_lib.d crypto\asn1\t_pkey.d crypto\objects\obj_xref.d test\bio_memleak_test.d crypto\x509v3\v3_tlsf.d crypto\dsa\dsa_lib.d crypto\objects\obj_lib.d apps\sess_id.d test\ctype_internal_test.d ssl\record\ssl3_buffer.d test\buildtest_ocsp.d crypto\pkcs12\p12_add.d crypto\pkcs12\p12_kiss.d test\sslcorrupttest.d crypto\x509\x509_cmp.d crypto\pkcs12\p12_key.d crypto\bf\bf_skey.d crypto\x509\x509rset.d crypto\aes\aes_misc.d crypto\bio\bio_err.d ssl\ssl_sess.d crypto\asn1\a_int.d crypto\buffer\buf_err.d test\ectest.d test\dhtest.d crypto\asn1\ameth_lib.d crypto\des\qud_cksm.d crypto\asn1\x_info.d crypto\sha\sha1dgst.d test\hmactest.d crypto\cpt_err.d ssl\ssl_utst.d crypto\sm3\sm3.d crypto\dsa\dsa_ameth.d test\buildtest_rc2.d crypto\pkcs7\pk7_asn1.d apps\spkac.d crypto\ec\ecp_mont.d ssl\d1_lib.d test\buildtest_ecdh.d crypto\asn1\a_sign.d crypto\x509v3\v3_pmaps.d crypto\evp\e_bf.d test\buildtest_ssl2.d crypto\evp\m_md5.d crypto\pkcs12\p12_sbag.d crypto\x509v3\pcy_tree.d test\asynctest.d crypto\evp\bio_md.d crypto\modes\ocb128.d crypto\dh\dh_meth.d crypto\mem.d crypto\asn1\x_bignum.d test\drbg_cavs_data.d crypto\ec\ecp_oct.d apps\prime.d crypto\x509\by_dir.d crypto\ec\ec_lib.d crypto\asn1\tasn_typ.d crypto\asn1\tasn_enc.d ssl\tls13_enc.d crypto\ec\ecdsa_ossl.d test\testutil\random.d crypto\x509v3\v3_lib.d crypto\engine\eng_list.d crypto\ec\ecx_meth.d ssl\statem\statem_dtls.d crypto\rsa\rsa_ossl.d crypto\x509\x_req.d test\sanitytest.d test\buildtest_rsa.d engines\e_padlock.d crypto\rsa\rsa_err.d crypto\ec\ec_pmeth.d crypto\asn1\i2d_pr.d crypto\err\err_prn.d crypto\pem\pem_info.d ssl\ssl_cert.d crypto\pkcs12\p12_asn.d fuzz\crl.d crypto\dh\dh_ameth.d crypto\asn1\a_bitstr.d crypto\dsa\dsa_prn.d crypto\bn\bn_kron.d ssl\record\rec_layer_d1.d ssl\t1_trce.d apps\pkcs7.d test\buildtest_obj_mac.d crypto\idea\i_ofb64.d crypto\rc5\rc5_skey.d crypto\bn\bn_exp2.d apps\x509.d crypto\aria\aria.d crypto\hmac\hm_ameth.d test\servername_test.d crypto\x509v3\v3_akey.d crypto\evp\m_md5_sha1.d crypto\evp\e_rc4.d ssl\statem\statem_clnt.d test\testutil\output_helpers.d crypto\asn1\asn1_lib.d crypto\rsa\rsa_asn1.d crypto\bio\bss_file.d crypto\dso\dso_dl.d crypto\rsa\rsa_sign.d crypto\x509v3\v3_pcia.d crypto\rsa\rsa_pk1.d test\errtest.d test\ct_test.d test\rc2test.d fuzz\client.d crypto\ts\ts_rsp_sign.d crypto\comp\comp_err.d crypto\dh\dh_gen.d ssl\pqueue.d crypto\kdf\tls1_prf.d crypto\pem\pvkfmt.d fuzz\test-corpus.d ssl\statem\statem_srvr.d test\d2i_test.d crypto\engine\eng_fat.d test\gosttest.d test\wpackettest.d crypto\asn1\x_long.d test\uitest.d test\buildtest_ec.d crypto\bn\bn_dh.d crypto\threads_win.d crypto\kdf\hkdf.d crypto\x509v3\pcy_lib.d crypto\des\ecb_enc.d crypto\ts\ts_req_print.d ssl\ssl_rsa.d crypto\evp\p_lib.d test\buildtest_e_os2.d ssl\d1_srtp.d crypto\pkcs12\pk12err.d crypto\asn1\a_dup.d crypto\dh\dh_lib.d crypto\err\err_all.d crypto\rsa\rsa_chk.d crypto\bio\bss_acpt.d crypto\x509v3\v3_prn.d crypto\evp\e_aes.d test\testutil\main.d crypto\evp\p5_crpt2.d crypto\engine\eng_cnf.d crypto\dsa\dsa_gen.d test\buildtest_ebcdic.d crypto\engine\eng_dyn.d ssl\statem\extensions_srvr.d crypto\whrlpool\wp_dgst.d crypto\asn1\t_spki.d apps\apps.d crypto\camellia\cmll_ofb.d test\dtls_mtu_test.d crypto\evp\bio_b64.d test\buildtest_modes.d ssl\ssl_asn1.d ssl\s3_lib.d crypto\init.d crypto\asn1\a_verify.d test\drbg_cavs_test.d crypto\aes\aes_core.d crypto\asn1\bio_asn1.d ssl\tls_srp.d test\casttest.d test\aborttest.d crypto\x509v3\v3_pku.d crypto\conf\conf_err.d crypto\uid.d test\crltest.d crypto\srp\srp_lib.d crypto\bio\bss_bio.d crypto\x509\t_x509.d apps\passwd.d crypto\ec\ecdh_ossl.d crypto\rc2\rc2_ecb.d crypto\ex_data.d crypto\store\store_strings.d test\bio_enc_test.d test\asn1_encode_test.d test\buildtest_ts.d test\buildtest_asn1t.d test\ssl_ctx_test.d test\buildtest_dsa.d crypto\x509\x509_vpm.d test\cmsapitest.d crypto\evp\evp_pkey.d crypto\ct\ct_sct.d crypto\pem\pem_pkey.d crypto\x509\x509_lu.d crypto\engine\tb_rsa.d crypto\evp\p_dec.d test\buildtest_rc4.d crypto\aes\aes_wrap.d crypto\x509v3\v3_akeya.d crypto\evp\p_verify.d crypto\bn\bn_sqr.d crypto\ct\ct_vfy.d crypto\x509v3\v3_bcons.d crypto\pkcs12\p12_mutl.d ssl\record\rec_layer_s3.d test\ssl_test_ctx.d crypto\x509\x509_def.d crypto\modes\gcm128.d crypto\x509\x509_req.d crypto\rsa\rsa_none.d test\dsatest.d test\buildtest_asn1.d crypto\x509v3\v3_conf.d crypto\ec\curve448\arch_32\f_impl.d test\buildtest_lhash.d crypto\engine\eng_err.d crypto\objects\o_names.d crypto\dsa\dsa_key.d crypto\ts\ts_req_utils.d crypto\des\rand_key.d crypto\des\set_key.d crypto\md5\md5_one.d crypto\modes\ccm128.d test\testutil\stanza.d crypto\x509\x509cset.d test\buildtest_seed.d test\bntest.d crypto\x509v3\v3_addr.d apps\verify.d test\buildtest_engine.d crypto\bio\bss_conn.d crypto\ec\ec2_smpl.d crypto\conf\conf_mod.d crypto\o_fips.d test\testutil\tests.d crypto\bn\bn_mont.d test\buildtest_dtls1.d crypto\ocsp\ocsp_asn.d crypto\bn\bn_ctx.d test\testutil\format_output.d crypto\dso\dso_dlfcn.d crypto\camellia\cmll_misc.d crypto\async\arch\async_win.d crypto\engine\eng_all.d crypto\x509\x509_txt.d crypto\cms\cms_io.d crypto\ocsp\ocsp_lib.d crypto\dsa\dsa_pmeth.d crypto\rand\rand_unix.d crypto\threads_none.d crypto\comp\c_zlib.d test\conf_include_test.d test\asn1_time_test.d test\testutil\driver.d crypto\kdf\kdf_err.d ssl\record\dtls1_bitmap.d test\buildtest_rand.d crypto\bn\bn_sqrt.d crypto\x509v3\v3_ia5.d crypto\modes\cfb128.d crypto\cast\c_skey.d test\buildtest_ripemd.d crypto\idea\i_cfb64.d ssl\bio_ssl.d crypto\dsa\dsa_meth.d test\bftest.d apps\storeutl.d crypto\x509\x509_vfy.d crypto\des\str2key.d crypto\rsa\rsa_oaep.d crypto\des\xcbc_enc.d crypto\store\store_init.d crypto\asn1\a_i2d_fp.d test\evp_test.d crypto\pem\pem_oth.d crypto\evp\p_enc.d crypto\conf\conf_api.d crypto\ocsp\ocsp_vfy.d crypto\dh\dh_check.d test\rsa_complex.d crypto\evp\pbe_scrypt.d crypto\bio\bss_dgram.d crypto\ec\ecp_nistp521.d crypto\x509v3\pcy_data.d crypto\rand\rand_egd.d crypto\rsa\rsa_x931g.d apps\s_client.d crypto\bn\bn_blind.d crypto\dso\dso_win32.d crypto\aes\aes_cfb.d crypto\engine\eng_rdrand.d crypto\pkcs7\pk7_attr.d crypto\md4\md4_dgst.d test\ec_internal_test.d apps\version.d crypto\asn1\a_d2i_fp.d test\ssl_test.d crypto\blake2\m_blake2b.d crypto\o_dir.d test\buildtest_rc5.d crypto\rsa\rsa_depr.d test\rc4test.d crypto\pkcs7\pk7_doit.d crypto\asn1\tasn_dec.d apps\pkey.d crypto\seed\seed_cfb.d crypto\evp\e_seed.d test\buildtest_bio.d crypto\evp\bio_enc.d crypto\bn\bn_lib.d crypto\dso\dso_err.d crypto\pkcs12\p12_crpt.d crypto\evp\m_mdc2.d crypto\x509v3\v3_int.d test\buildtest_pkcs7.d test\stack_test.d crypto\bn\bn_exp.d crypto\des\cfb64ede.d crypto\asn1\tasn_fre.d crypto\x509v3\v3_cpols.d test\bad_dtls_test.d crypto\ocsp\ocsp_prn.d crypto\ct\ct_err.d crypto\evp\m_null.d crypto\des\ofb64enc.d crypto\sm2\sm2_crypt.d crypto\ripemd\rmd_one.d test\ecstresstest.d test\secmemtest.d test\ciphername_test.d crypto\mem_clr.d crypto\x509\x_name.d test\cipherlist_test.d test\buildtest_ecdsa.d crypto\bn\bn_mod.d ssl\statem\extensions_cust.d crypto\md2\md2_dgst.d crypto\getenv.d test\buildtest_pem.d test\buildtest_symhacks.d crypto\dh\dh_prn.d crypto\ec\ecp_nistp224.d test\testutil\tap_bio.d crypto\aes\aes_ofb.d test\testutil\basic_output.d crypto\evp\m_wp.d crypto\bf\bf_cfb64.d test\buildtest_whrlpool.d test\ocspapitest.d test\recordlentest.d crypto\pkcs7\pk7_smime.d crypto\bio\bf_nbio.d crypto\ts\ts_lib.d crypto\bn\bn_word.d ssl\t1_enc.d crypto\x509v3\v3_pcons.d crypto\evp\e_idea.d crypto\rand\rand_lib.d crypto\evp\digest.d crypto\des\cfb_enc.d crypto\ec\ecp_nistp256.d crypto\des\ofb64ede.d crypto\ec\curve25519.d crypto\hmac\hm_pmeth.d fuzz\ct.d test\buildtest_blowfish.d crypto\evp\e_aes_cbc_hmac_sha1.d test\packettest.d test\ssltestlib.d crypto\ec\ec_check.d crypto\dso\dso_openssl.d test\rsa_test.d crypto\modes\wrap128.d crypto\x509\x_attrib.d crypto\asn1\asn1_item_list.d crypto\o_time.d test\pkey_meth_kdf_test.d crypto\x509\x509_r2x.d crypto\evp\e_aria.d crypto\evp\evp_enc.d test\time_offset_test.d test\afalgtest.d crypto\ui\ui_lib.d crypto\cmac\cmac.d crypto\asn1\f_int.d apps\crl2p7.d crypto\cms\cms_lib.d crypto\asn1\a_octet.d crypto\poly1305\poly1305.d crypto\des\cfb64enc.d crypto\asn1\nsseq.d test\memleaktest.d crypto\evp\e_des.d test\buildtest_stack.d test\buildtest_sha.d crypto\asn1\tasn_utl.d crypto\asn1\asn_mstbl.d apps\app_rand.d test\buildtest_x509_vfy.d crypto\cast\c_ecb.d crypto\store\store_err.d crypto\bio\bss_fd.d crypto\bio\bio_cb.d crypto\cms\cms_dd.d crypto\evp\bio_ok.d apps\genrsa.d crypto\cms\cms_pwri.d crypto\sm2\sm2_pmeth.d crypto\ec\ecdsa_vrf.d crypto\cms\cms_sd.d test\buildtest_dh.d ssl\packet.d crypto\rc2\rc2ofb64.d ssl\ssl_lib.d test\buildtest_async.d crypto\ui\ui_null.d crypto\ec\eck_prn.d crypto\ctype.d crypto\x509v3\v3_extku.d crypto\asn1\tasn_scn.d crypto\des\ofb_enc.d crypto\asn1\asn1_gen.d crypto\x509\x_pubkey.d test\pemtest.d crypto\srp\srp_vfy.d test\buildtest_cast.d crypto\rand\rand_vms.d crypto\rc5\rc5_enc.d crypto\async\async_wait.d crypto\asn1\i2d_pu.d crypto\asn1\asn1_err.d crypto\cmac\cm_pmeth.d crypto\whrlpool\wp_block.d crypto\pem\pem_all.d crypto\sm2\sm2_sign.d apps\nseq.d test\tls13secretstest.d crypto\bio\bf_buff.d crypto\x509v3\v3_crld.d crypto\rand\drbg_ctr.d crypto\pkcs12\p12_p8e.d crypto\bn\bn_srp.d crypto\rsa\rsa_ameth.d fuzz\asn1.d crypto\seed\seed.d crypto\conf\conf_ssl.d crypto\md2\md2_one.d crypto\ts\ts_err.d ssl\s3_enc.d crypto\ec\ec2_oct.d crypto\bn\bn_mpi.d crypto\bf\bf_enc.d ssl\methods.d crypto\ec\ecdsa_sign.d crypto\ct\ct_policy.d crypto\engine\eng_table.d crypto\asn1\a_digest.d crypto\hmac\hmac.d apps\ec.d crypto\comp\comp_lib.d crypto\engine\eng_lib.d crypto\ec\ec_kmeth.d crypto\evp\m_md4.d test\chacha_internal_test.d crypto\siphash\siphash_ameth.d crypto\dsa\dsa_ossl.d crypto\asn1\asn_moid.d crypto\evp\e_xcbc_d.d crypto\evp\cmeth_lib.d crypto\rsa\rsa_lib.d crypto\evp\e_sm4.d fuzz\bndiv.d crypto\x509\x509_set.d test\threadstest.d apps\smime.d crypto\x509v3\pcy_node.d test\dtlstest.d crypto\bn\bn_err.d test\buildtest_txt_db.d crypto\asn1\a_object.d crypto\evp\e_cast.d test\buildtest_idea.d test\exdatatest.d test\bio_callback_test.d ssl\s3_msg.d crypto\sm2\sm2_err.d crypto\camellia\cmll_ecb.d test\asn1_decode_test.d crypto\rc4\rc4_enc.d crypto\dllmain.d crypto\evp\pmeth_lib.d crypto\des\des_enc.d ssl\ssl_err.d test\constant_time_test.d crypto\ec\ecp_nistputil.d test\buildtest_store.d crypto\ct\ct_oct.d crypto\bio\bf_null.d test\ideatest.d test\ssltest_old.d crypto\conf\conf_def.d crypto\conf\conf_lib.d crypto\x509v3\v3_genn.d crypto\bn\bn_gf2m.d crypto\camellia\cmll_cbc.d test\v3nametest.d crypto\evp\evp_cnf.d crypto\cms\cms_env.d crypto\bio\b_addr.d crypto\asn1\t_bitst.d ssl\ssl_ciph.d crypto\cast\c_enc.d crypto\evp\m_sha3.d crypto\ec\ec_key.d crypto\dh\dh_depr.d test\buildtest_conf_api.d crypto\ripemd\rmd_dgst.d test\buildtest_ui.d ssl\ssl_txt.d crypto\idea\i_skey.d crypto\x509\x509spki.d crypto\aes\aes_ige.d test\buildtest_ossl_typ.d crypto\cast\c_cfb64.d crypto\ec\ec_asn1.d crypto\bn\bn_nist.d test\ssl_cert_table_internal_test.d crypto\siphash\siphash.d crypto\asn1\bio_ndef.d crypto\ec\ec_cvt.d apps\s_time.d crypto\ui\ui_err.d crypto\ec\ec_curve.d test\siphash_internal_test.d crypto\ocsp\ocsp_srv.d crypto\store\store_lib.d crypto\rand\rand_win.d test\poly1305_internal_test.d crypto\pem\pem_lib.d test\sm4_internal_test.d crypto\evp\evp_lib.d test\destest.d crypto\rsa\rsa_saos.d test\danetest.d crypto\idea\i_cbc.d fuzz\asn1parse.d crypto\cms\cms_enc.d apps\rsautl.d ssl\s3_cbc.d apps\dsa.d test\testutil\testutil_init.d crypto\bn\bn_intern.d crypto\engine\tb_cipher.d test\bioprinttest.d crypto\asn1\x_int64.d crypto\modes\ctr128.d crypto\async\async.d apps\opt.d test\buildtest_conf.d crypto\ec\ecdh_kdf.d crypto\asn1\x_sig.d test\buildtest_ssl3.d crypto\x509v3\v3_utl.d test\buildtest_safestack.d crypto\bn\bn_recp.d apps\gendsa.d ssl\statem\extensions.d crypto\cms\cms_att.d test\buildtest_comp.d crypto\bio\b_print.d crypto\ec\ec_mult.d test\curve448_internal_test.d crypto\evp\evp_pbe.d crypto\engine\tb_pkmeth.d crypto\modes\xts128.d crypto\asn1\d2i_pr.d crypto\rsa\rsa_ssl.d apps\openssl.d crypto\evp\m_md2.d apps\speed.d test\buildtest_crypto.d crypto\pkcs12\p12_npas.d apps\ts.d crypto\conf\conf_mall.d crypto\conf\conf_sap.d crypto\o_fopen.d crypto\pem\pem_x509.d crypto\x509\x509_att.d crypto\kdf\scrypt.d crypto\ts\ts_rsp_utils.d crypto\evp\m_ripemd.d crypto\ec\ec_print.d crypto\ts\ts_verify_ctx.d crypto\evp\e_null.d test\buildtest_buffer.d crypto\asn1\x_val.d crypto\md5\md5_dgst.d crypto\evp\e_des3.d crypto\sha\sha256.d crypto\des\fcrypt_b.d crypto\asn1\n_pkey.d crypto\cms\cms_smime.d crypto\ct\ct_log.d ssl\d1_msg.d crypto\rsa\rsa_gen.d test\rsa_mp_test.d crypto\rsa\rsa_pss.d crypto\evp\pmeth_gn.d crypto\x509v3\v3_admis.d test\testutil\test_cleanup.d crypto\bn\bn_const.d test\pkey_meth_test.d test\mdc2test.d crypto\asn1\a_utctm.d crypto\rc5\rc5ofb64.d crypto\x509\x509type.d crypto\dsa\dsa_asn1.d crypto\idea\i_ecb.d crypto\blake2\m_blake2s.d test\cipherbytes_test.d crypto\sha\keccak1600.d crypto\dh\dh_asn1.d apps\pkeyutl.d crypto\dsa\dsa_sign.d crypto\des\ecb3_enc.d crypto\err\err.d crypto\evp\e_rc5.d test\ssl_test_ctx_test.d test\buildtest_evp.d ssl\statem\statem.d test\test_test.d engines\e_dasync.d crypto\md4\md4_one.d test\buildtest_pem2.d crypto\engine\tb_dsa.d crypto\sha\sha1_one.d test\buildtest_pkcs12.d crypto\rand\drbg_lib.d crypto\mem_dbg.d crypto\dsa\dsa_err.d test\buildtest_md2.d crypto\x509v3\v3_alt.d crypto\bio\bio_lib.d crypto\x509v3\v3_skey.d crypto\dh\dh_key.d test\buildtest_objects.d crypto\blake2\blake2s.d crypto\x509\by_file.d crypto\x509v3\v3_asid.d crypto\rsa\rsa_prn.d crypto\modes\cts128.d apps\req.d crypto\sm4\sm4.d crypto\evp\e_old.d crypto\poly1305\poly1305_pmeth.d crypto\bn\bn_depr.d apps\ecparam.d crypto\pkcs12\p12_crt.d crypto\modes\cbc128.d crypto\bio\bss_null.d apps\dhparam.d crypto\aes\aes_cbc.d test\handshake_helper.d crypto\x509\x509name.d crypto\ct\ct_sct_ctx.d test\buildtest_tls1.d test\md2test.d crypto\rc5\rc5cfb64.d crypto\engine\tb_dh.d crypto\bn\bn_shift.d crypto\asn1\f_string.d crypto\des\cbc_enc.d apps\dgst.d crypto\engine\tb_digest.d test\buildtest_ssl.d apps\ocsp.d test\asn1_string_table_test.d crypto\dsa\dsa_depr.d test\asynciotest.d crypto\rsa\rsa_crpt.d ssl\statem\extensions_clnt.d apps\s_cb.d crypto\rand\rand_err.d crypto\bn\bn_mul.d test\buildtest_des.d crypto\ct\ct_x509v3.d crypto\store\loader_file.d crypto\bf\bf_ofb64.d test\gmdifftest.d crypto\asn1\p8_pkey.d crypto\asn1\a_strex.d crypto\asn1\p5_pbev2.d test\tls13ccstest.d crypto\bn\bn_x931p.d crypto\dso\dso_lib.d crypto\stack\stack.d crypto\ui\ui_openssl.d crypto\ocsp\ocsp_cl.d ssl\ssl_conf.d crypto\rsa\rsa_meth.d crypto\asn1\p5_scrypt.d crypto\poly1305\poly1305_ameth.d crypto\ct\ct_b64.d test\evp_extra_test.d crypto\bio\b_dump.d crypto\pkcs12\p12_decr.d apps\rehash.d test\shlibloadtest.d fuzz\conf.d crypto\x509v3\v3_bitst.d crypto\bn\bn_print.d test\dsa_no_digest_size_test.d apps\dsaparam.d crypto\des\cbc_cksm.d crypto\x509\x509_d2.d crypto\x509v3\v3_sxnet.d crypto\asn1\x_spki.d test\sm2_internal_test.d crypto\evp\pmeth_fn.d crypto\ec\ecp_smpl.d ssl\t1_lib.d crypto\bio\bss_log.d test\v3ext.d crypto\bn\bn_gcd.d crypto\ec\curve448\curve448.d crypto\cms\cms_kari.d ms\applink.d ssl\record\ssl3_record_tls13.d fuzz\server.d crypto\blake2\blake2b.d crypto\async\async_err.d crypto\x509\x_x509.d crypto\rsa\rsa_pmeth.d apps\genpkey.d crypto\rc4\rc4_skey.d crypto\cms\cms_asn1.d crypto\cmac\cm_ameth.d apps\s_server.d apps\enc.d test\sysdefaulttest.d crypto\dso\dso_vms.d apps\crl.d crypto\sm3\m_sm3.d crypto\pkcs12\p12_init.d crypto\x509v3\pcy_map.d crypto\engine\eng_init.d test\igetest.d crypto\ts\ts_rsp_verify.d test\fatalerrtest.d test\x509_check_cert_pkey_test.d test\buildtest_x509v3.d test\exptest.d test\modes_internal_test.d crypto\des\fcrypt.d crypto\x509\x509_v3.d engines\e_capi.d crypto\txt_db\txt_db.d crypto\x509\x509_meth.d crypto\cms\cms_cd.d crypto\engine\tb_rand.d apps\s_socket.d crypto\dsa\dsa_vrf.d crypto\asn1\asn_mime.d crypto\evp\e_rc4_hmac_md5.d crypto\cms\cms_err.d fuzz\x509.d test\asn1_internal_test.d crypto\dh\dh_err.d crypto\x509\x_x509a.d crypto\ct\ct_prn.d crypto\engine\tb_eckey.d test\verify_extra_test.d crypto\ts\ts_rsp_print.d crypto\evp\m_sha1.d crypto\x509v3\v3_ncons.d crypto\camellia\cmll_cfb.d test\dtlsv1listentest.d test\buildtest_camellia.d test\buildtest_hmac.d test\srptest.d crypto\bn\bn_prime.d test\sslbuffertest.d engines\e_ossltest.d crypto\evp\p_seal.d fuzz\bignum.d crypto\x509\x509_ext.d crypto\evp\p_sign.d test\buildtest_md4.d crypto\x509v3\v3_enum.d test\buildtest_srtp.d crypto\dh\dh_rfc7919.d crypto\ec\ecp_nist.d crypto\pkcs7\bio_pk7.d crypto\ocsp\ocsp_err.d test\x509aux.d crypto\engine\eng_openssl.d crypto\pkcs12\p12_attr.d test\clienthellotest.d crypto\ts\ts_conf.d crypto\evp\names.d ssl\ssl_mcnf.d crypto\asn1\asn1_par.d crypto\bio\bf_lbuf.d crypto\asn1\x_pkey.d crypto\x509v3\pcy_cache.d apps\pkeyparam.d crypto\camellia\camellia.d crypto\asn1\tasn_new.d test\lhash_test.d crypto\engine\eng_ctrl.d test\rdrand_sanitytest.d crypto\rsa\rsa_x931.d test\cmactest.d test\drbgtest.d test\buildtest_rand_drbg.d crypto\evp\p5_crpt.d crypto\x509\x509_err.d crypto\asn1\tasn_prn.d crypto\x509v3\v3_info.d crypto\x509\t_crl.d crypto\pkcs7\pkcs7err.d crypto\pkcs12\p12_p8d.d apps\pkcs12.d apps\rand.d crypto\ocsp\v3_ocsp.d crypto\bio\bss_sock.d crypto\rand\randfile.d crypto\bn\bn_asm.d crypto\pem\pem_pk8.d crypto\ocsp\ocsp_ext.d apps\rsa.d crypto\ts\ts_asn1.d crypto\x509\x509_obj.d test\testutil\cb.d crypto\dh\dh_kdf.d crypto\rc2\rc2_skey.d apps\engine.d crypto\cast\c_ofb64.d test\ecdsatest.d test\buildtest_kdf.d test\rc5test.d crypto\sha\sha512.d crypto\objects\obj_dat.d crypto\evp\encode.d crypto\asn1\a_mbstr.d test\buildtest_x509.d crypto\evp\c_allc.d test\buildtest_aes.d crypto\chacha\chacha_enc.d apps\asn1pars.d crypto\cryptlib.d apps\errstr.d crypto\bio\bss_mem.d ssl\ssl_init.d crypto\buffer\buffer.d crypto\modes\ofb128.d crypto\mem_sec.d test\x509_internal_test.d test\x509_dup_cert_test.d crypto\bio\b_sock2.d crypto\x509\x509_trs.d crypto\asn1\x_algor.d crypto\ec\curve448\eddsa.d crypto\asn1\asn_pack.d crypto\seed\seed_ecb.d crypto\x509\t_req.d crypto\async\arch\async_null.d crypto\asn1\a_utf8.d crypto\evp\c_alld.d crypto\pkcs7\pk7_mime.d crypto\siphash\siphash_pmeth.d crypto\bn\bn_div.d apps\win32_init.d crypto\objects\obj_err.d crypto\rc5\rc5_ecb.d crypto\ec\ec_err.d crypto\asn1\d2i_pu.d crypto\evp\evp_key.d apps\pkcs8.d crypto\ocsp\ocsp_ht.d crypto\evp\e_aes_cbc_hmac_sha256.d crypto\engine\tb_asnmth.d crypto\lhash\lh_stats.d ssl\record\ssl3_record.d crypto\x509v3\v3_pci.d test\tls13encryptiontest.d crypto\threads_pthread.d test\sslapitest.d crypto\x509\x_exten.d crypto\seed\seed_cbc.d crypto\pem\pem_xaux.d ms\uplink.d test\enginetest.d crypto\rc2\rc2_cbc.d test\buildtest_md5.d test\buildtest_cmac.d crypto\seed\seed_ofb.d fuzz\cms.d crypto\bn\bn_add.d crypto\bio\bio_meth.d crypto\ec\curve448\scalar.d crypto\asn1\p5_pbe.d crypto\dh\dh_rfc5114.d crypto\lhash\lhash.d crypto\cms\cms_ess.d crypto\ebcdic.d test\buildtest_bn.d +DEPS=crypto\pkcs12\p12_attr.d test\buildtest_aes.d crypto\cms\cms_sd.d test\buildtest_comp.d crypto\dh\dh_kdf.d crypto\dh\dh_depr.d test\evp_test.d test\modes_internal_test.d test\chacha_internal_test.d crypto\evp\digest.d test\tls13ccstest.d crypto\ec\ec_ameth.d test\buildtest_txt_db.d ssl\ssl_cert.d crypto\asn1\d2i_pr.d crypto\ts\ts_verify_ctx.d crypto\rsa\rsa_pss.d test\tls13secretstest.d crypto\x509v3\v3_enum.d test\x509_internal_test.d crypto\cms\cms_env.d crypto\dh\dh_prn.d crypto\cms\cms_ess.d fuzz\crl.d crypto\rsa\rsa_crpt.d crypto\sha\sha1_one.d crypto\evp\m_sha1.d crypto\async\async_err.d crypto\ts\ts_rsp_verify.d crypto\engine\eng_list.d apps\storeutl.d crypto\rsa\rsa_pk1.d crypto\bio\bio_meth.d crypto\evp\e_idea.d ssl\record\ssl3_record.d crypto\asn1\nsseq.d crypto\hmac\hm_pmeth.d crypto\evp\m_md2.d crypto\comp\comp_lib.d test\cipherlist_test.d crypto\bn\bn_recp.d crypto\asn1\a_strex.d crypto\des\qud_cksm.d crypto\x509v3\v3_alt.d crypto\evp\names.d crypto\store\store_register.d crypto\evp\e_camellia.d test\ssl_test_ctx_test.d crypto\ct\ct_vfy.d crypto\engine\tb_dsa.d crypto\evp\m_null.d test\buildtest_pkcs7.d crypto\x509\x509_err.d crypto\ec\curve25519.d crypto\bio\bf_null.d crypto\asn1\a_utf8.d crypto\store\loader_file.d crypto\evp\e_des.d crypto\bf\bf_cfb64.d crypto\cast\c_ofb64.d crypto\pkcs7\pkcs7err.d crypto\bio\bss_null.d crypto\x509\x_all.d test\exptest.d crypto\asn1\p5_pbev2.d crypto\dso\dso_vms.d crypto\pkcs7\pk7_attr.d apps\opt.d crypto\dh\dh_key.d apps\s_cb.d crypto\evp\e_aes.d crypto\dh\dh_gen.d test\buildtest_ecdsa.d crypto\x509\x509_att.d crypto\asn1\x_bignum.d test\pemtest.d crypto\mem.d apps\ec.d crypto\rsa\rsa_ameth.d crypto\ts\ts_lib.d crypto\aes\aes_ecb.d ssl\statem\extensions.d crypto\evp\m_md4.d crypto\evp\e_bf.d crypto\uid.d ssl\statem\extensions_clnt.d crypto\bio\b_print.d crypto\aes\aes_core.d crypto\ct\ct_x509v3.d test\sslbuffertest.d crypto\engine\eng_ctrl.d test\buildtest_store.d crypto\rsa\rsa_saos.d engines\e_ossltest.d crypto\cms\cms_io.d crypto\seed\seed_cbc.d crypto\seed\seed_ecb.d test\testutil\tap_bio.d crypto\init.d crypto\engine\eng_all.d test\buildtest_cmac.d crypto\ec\curve448\curve448.d test\tls13encryptiontest.d crypto\ocsp\v3_ocsp.d crypto\idea\i_ofb64.d crypto\poly1305\poly1305.d crypto\ts\ts_rsp_print.d crypto\ct\ct_sct_ctx.d crypto\x509\x509_req.d test\evp_extra_test.d test\ocspapitest.d crypto\bn\bn_x931p.d crypto\x509\x509_cmp.d test\buildtest_evp.d crypto\bio\bss_dgram.d ssl\statem\statem.d test\buildtest_stack.d crypto\conf\conf_def.d crypto\bn\bn_word.d test\buildtest_md5.d crypto\pem\pem_oth.d crypto\buffer\buf_err.d crypto\evp\c_alld.d crypto\md4\md4_one.d crypto\rsa\rsa_x931.d test\ciphername_test.d apps\pkcs7.d crypto\store\store_strings.d test\aborttest.d crypto\evp\e_sm4.d crypto\asn1\tasn_typ.d ssl\ssl_init.d test\ideatest.d crypto\mem_clr.d crypto\engine\tb_digest.d crypto\async\arch\async_win.d crypto\camellia\cmll_misc.d crypto\evp\p5_crpt2.d test\testutil\stanza.d test\asn1_time_test.d apps\crl.d crypto\aes\aes_ige.d apps\dgst.d crypto\bio\bss_log.d crypto\dsa\dsa_pmeth.d apps\passwd.d test\conf_include_test.d apps\dsaparam.d crypto\ec\curve448\f_generic.d test\buildtest_srp.d crypto\x509\t_req.d test\sysdefaulttest.d crypto\evp\m_sha3.d apps\speed.d apps\openssl.d test\buildtest_x509.d test\buildtest_ct.d crypto\evp\p_seal.d crypto\pkcs12\p12_p8e.d crypto\pkcs7\pk7_asn1.d ssl\s3_msg.d test\buildtest_rand_drbg.d crypto\modes\cfb128.d crypto\ec\ec_check.d test\asn1_string_table_test.d ssl\d1_lib.d crypto\objects\obj_err.d crypto\x509v3\v3_admis.d crypto\evp\bio_b64.d crypto\pem\pvkfmt.d crypto\x509\x509_trs.d fuzz\asn1parse.d test\ct_test.d crypto\ec\ec_curve.d test\buildtest_obj_mac.d crypto\bn\bn_sqrt.d apps\crl2p7.d crypto\dh\dh_lib.d crypto\threads_pthread.d crypto\ec\curve448\arch_32\f_impl.d crypto\dh\dh_pmeth.d crypto\poly1305\poly1305_pmeth.d crypto\siphash\siphash_pmeth.d crypto\ts\ts_rsp_utils.d crypto\modes\ocb128.d test\buildtest_des.d crypto\dsa\dsa_depr.d crypto\x509\x509type.d test\buildtest_conf.d test\rsa_complex.d crypto\evp\cmeth_lib.d crypto\cms\cms_cd.d crypto\idea\i_cbc.d crypto\asn1\a_octet.d crypto\asn1\a_type.d crypto\dh\dh_rfc5114.d fuzz\asn1.d crypto\rand\rand_egd.d test\drbg_cavs_data.d test\buildtest_seed.d crypto\siphash\siphash.d crypto\asn1\a_dup.d test\asn1_internal_test.d test\buildtest_sha.d crypto\conf\conf_mod.d crypto\pkcs12\pk12err.d crypto\x509v3\pcy_tree.d crypto\ec\ecp_nistp224.d apps\pkeyutl.d crypto\des\cfb_enc.d crypto\bn\bn_rand.d crypto\asn1\x_long.d crypto\asn1\a_object.d test\testutil\tests.d crypto\des\ofb64ede.d crypto\cms\cms_pwri.d apps\engine.d crypto\cpt_err.d crypto\ec\ecdsa_vrf.d crypto\x509\x509_set.d crypto\asn1\tasn_fre.d crypto\asn1\t_bitst.d crypto\x509v3\v3_addr.d crypto\modes\cbc128.d crypto\ct\ct_log.d crypto\pem\pem_all.d crypto\pem\pem_pkey.d ssl\statem\statem_srvr.d crypto\dsa\dsa_prn.d test\sslcorrupttest.d crypto\ripemd\rmd_dgst.d crypto\asn1\bio_ndef.d crypto\bio\b_sock.d crypto\cast\c_enc.d crypto\rand\randfile.d crypto\x509\x_exten.d crypto\evp\e_aes_cbc_hmac_sha1.d test\rsa_test.d ssl\ssl_stat.d test\ssltestlib.d crypto\blake2\m_blake2b.d test\lhash_test.d crypto\ec\ecdsa_ossl.d crypto\bio\bss_sock.d test\asynciotest.d crypto\x509v3\pcy_node.d test\buildtest_tls1.d crypto\bn\bn_err.d crypto\ec\ec_cvt.d ssl\record\ssl3_record_tls13.d crypto\asn1\tasn_utl.d test\testutil\format_output.d test\versions.d crypto\asn1\i2d_pr.d crypto\mem_dbg.d crypto\evp\e_rc5.d crypto\conf\conf_api.d crypto\engine\eng_table.d apps\rand.d ssl\methods.d test\dsa_no_digest_size_test.d crypto\comp\comp_err.d test\packettest.d crypto\bio\bss_conn.d crypto\ts\ts_rsp_sign.d apps\cms.d crypto\conf\conf_mall.d apps\gendsa.d test\rc4test.d crypto\ct\ct_prn.d crypto\md5\md5_one.d crypto\dh\dh_check.d crypto\asn1\f_string.d crypto\o_dir.d crypto\asn1\a_print.d test\wpackettest.d crypto\objects\obj_lib.d crypto\ec\ecdsa_sign.d crypto\seed\seed_ofb.d crypto\rsa\rsa_lib.d crypto\comp\c_zlib.d test\buildtest_ts.d crypto\evp\e_cast.d crypto\ts\ts_req_utils.d crypto\ec\ec_lib.d crypto\ec\ecdh_kdf.d crypto\bio\bss_fd.d crypto\ec\ecp_nistp256.d test\time_offset_test.d test\stack_test.d test\buildtest_ec.d crypto\des\des_enc.d crypto\cast\c_skey.d crypto\ec\ec_pmeth.d crypto\des\set_key.d crypto\x509v3\v3_int.d apps\s_client.d crypto\pkcs12\p12_sbag.d crypto\sha\sha512.d crypto\whrlpool\wp_dgst.d crypto\evp\pbe_scrypt.d crypto\asn1\evp_asn1.d test\memleaktest.d crypto\x509v3\v3_akeya.d crypto\evp\p5_crpt.d crypto\bio\bio_cb.d crypto\x509v3\v3err.d crypto\x509v3\pcy_cache.d crypto\x509\x_x509a.d crypto\x509\x509_lu.d crypto\sm2\sm2_sign.d crypto\sha\sha1dgst.d engines\e_padlock.d crypto\x509\x509_vfy.d crypto\rsa\rsa_err.d crypto\x509v3\v3_crld.d crypto\asn1\asn1_par.d crypto\bio\b_sock2.d crypto\x509\x509_meth.d crypto\x509v3\v3_asid.d crypto\sm2\sm2_err.d crypto\rc5\rc5cfb64.d crypto\evp\e_aes_cbc_hmac_sha256.d test\hmactest.d crypto\mem_sec.d crypto\asn1\f_int.d crypto\idea\i_skey.d crypto\rsa\rsa_sign.d crypto\pkcs12\p12_npas.d crypto\rand\drbg_lib.d test\buildtest_rsa.d crypto\engine\eng_rdrand.d crypto\des\xcbc_enc.d test\dtlsv1listentest.d crypto\modes\wrap128.d crypto\dh\dh_rfc7919.d test\pkey_meth_kdf_test.d test\rdrand_sanitytest.d test\buildtest_asn1t.d crypto\lhash\lhash.d engines\e_dasync.d crypto\bn\bn_exp2.d crypto\evp\evp_enc.d test\buildtest_md4.d crypto\x509\x509cset.d ssl\tls13_enc.d crypto\x509v3\v3_skey.d crypto\des\ecb_enc.d test\siphash_internal_test.d crypto\rsa\rsa_ssl.d ssl\ssl_asn1.d fuzz\server.d test\buildtest_idea.d crypto\asn1\tasn_scn.d ssl\statem\extensions_cust.d crypto\evp\e_rc4_hmac_md5.d crypto\evp\m_sigver.d crypto\dh\dh_ameth.d test\bio_memleak_test.d crypto\pkcs12\p12_crpt.d test\curve448_internal_test.d crypto\bn\bn_intern.d crypto\x509\x509_d2.d crypto\cmac\cm_ameth.d crypto\camellia\cmll_ofb.d test\clienthellotest.d test\buildtest_buffer.d crypto\cms\cms_asn1.d crypto\ts\ts_req_print.d crypto\asn1\a_mbstr.d crypto\evp\e_chacha20_poly1305.d crypto\evp\evp_key.d crypto\engine\eng_init.d crypto\engine\eng_openssl.d crypto\engine\eng_pkey.d crypto\ec\ec2_smpl.d crypto\evp\evp_pkey.d crypto\dsa\dsa_asn1.d crypto\rc2\rc2cfb64.d test\buildtest_asn1.d test\pbelutest.d test\asn1_decode_test.d test\buildtest_md2.d crypto\siphash\siphash_ameth.d crypto\ec\ecp_oct.d ssl\ssl_lib.d test\srptest.d crypto\ocsp\ocsp_cl.d crypto\aes\aes_ofb.d crypto\dsa\dsa_ossl.d crypto\chacha\chacha_enc.d crypto\aes\aes_cbc.d test\sslapitest.d crypto\kdf\tls1_prf.d crypto\asn1\tasn_prn.d test\testutil\random.d crypto\rand\rand_vms.d test\ctype_internal_test.d crypto\ec\ec_print.d crypto\blake2\m_blake2s.d crypto\evp\p_dec.d crypto\pem\pem_x509.d crypto\bn\bn_blind.d crypto\des\str2key.d crypto\seed\seed.d crypto\asn1\p5_pbe.d crypto\ctype.d crypto\ocsp\ocsp_srv.d fuzz\cms.d test\handshake_helper.d ssl\ssl_conf.d crypto\ct\ct_policy.d test\buildtest_rand.d fuzz\bndiv.d crypto\bn\bn_gcd.d test\buildtest_whrlpool.d crypto\ec\ec_key.d crypto\evp\pmeth_gn.d test\dtlstest.d crypto\hmac\hmac.d test\ecdsatest.d apps\ocsp.d test\buildtest_engine.d crypto\sm3\m_sm3.d test\buildtest_blowfish.d apps\smime.d crypto\ui\ui_util.d ssl\record\ssl3_buffer.d crypto\ocsp\ocsp_ext.d test\dtls_mtu_test.d crypto\x509v3\v3_tlsf.d apps\dhparam.d crypto\dsa\dsa_meth.d ssl\statem\statem_dtls.d apps\app_rand.d crypto\kdf\hkdf.d crypto\asn1\a_time.d test\buildtest_lhash.d test\buildtest_symhacks.d test\ectest.d crypto\cms\cms_smime.d apps\rehash.d crypto\evp\pmeth_lib.d crypto\x509\x_req.d ssl\ssl_ciph.d crypto\lhash\lh_stats.d crypto\cversion.d crypto\pem\pem_pk8.d apps\rsa.d apps\s_time.d crypto\md2\md2_one.d test\sm2_internal_test.d crypto\dsa\dsa_key.d crypto\rsa\rsa_gen.d crypto\o_init.d crypto\asn1\asn1_item_list.d crypto\pem\pem_info.d crypto\x509\x509_txt.d crypto\objects\obj_xref.d apps\dsa.d crypto\des\rand_key.d test\ssl_test_ctx.d test\buildtest_ebcdic.d ssl\record\dtls1_bitmap.d engines\e_capi.d test\buildtest_crypto.d test\dhtest.d crypto\ocsp\ocsp_ht.d crypto\cms\cms_enc.d crypto\camellia\cmll_ctr.d test\buildtest_ocsp.d crypto\buffer\buffer.d crypto\des\cfb64enc.d crypto\pkcs12\p12_p8d.d crypto\asn1\a_digest.d crypto\ui\ui_err.d crypto\evp\e_seed.d apps\ecparam.d test\gosttest.d crypto\asn1\x_val.d crypto\ui\ui_openssl.d ms\applink.d crypto\txt_db\txt_db.d crypto\bn\bn_ctx.d crypto\asn1\p8_pkey.d apps\win32_init.d crypto\conf\conf_lib.d crypto\evp\m_ripemd.d crypto\ui\ui_lib.d ms\uplink.d test\afalgtest.d test\v3ext.d test\cmsapitest.d crypto\x509\x509rset.d ssl\bio_ssl.d crypto\ts\ts_conf.d crypto\ui\ui_null.d crypto\dso\dso_openssl.d crypto\rand\rand_unix.d test\buildtest_bio.d crypto\x509\x_crl.d apps\x509.d crypto\dsa\dsa_lib.d crypto\des\ecb3_enc.d crypto\evp\bio_enc.d crypto\asn1\asn_mstbl.d crypto\async\async.d crypto\ec\curve448\curve448_tables.d crypto\asn1\a_verify.d test\buildtest_hmac.d crypto\x509v3\v3_ncons.d test\rc5test.d crypto\sha\sha256.d test\buildtest_camellia.d crypto\bio\b_dump.d apps\pkcs8.d test\drbg_cavs_test.d apps\spkac.d apps\genpkey.d test\sm4_internal_test.d crypto\cms\cms_lib.d crypto\x509\by_dir.d crypto\ec\ec_oct.d crypto\bn\bn_dh.d crypto\ec\curve448\scalar.d crypto\evp\evp_err.d crypto\idea\i_ecb.d crypto\des\cbc_enc.d crypto\ocsp\ocsp_err.d apps\asn1pars.d test\dsatest.d crypto\asn1\d2i_pu.d crypto\cryptlib.d test\buildtest_modes.d crypto\camellia\cmll_cfb.d apps\pkcs12.d crypto\rc5\rc5ofb64.d test\buildtest_pem2.d crypto\x509v3\pcy_data.d crypto\rsa\rsa_mp.d crypto\asn1\ameth_lib.d crypto\bn\bn_mont.d test\buildtest_bn.d crypto\srp\srp_vfy.d crypto\evp\p_open.d crypto\engine\tb_rand.d crypto\x509v3\v3_purp.d test\buildtest_ssl3.d crypto\cms\cms_err.d ssl\ssl_err.d crypto\conf\conf_sap.d crypto\asn1\x_pkey.d crypto\pkcs7\pk7_smime.d crypto\bn\bn_depr.d crypto\engine\tb_cipher.d crypto\camellia\camellia.d crypto\rc5\rc5_ecb.d test\cipherbytes_test.d crypto\dsa\dsa_sign.d crypto\evp\p_verify.d crypto\rc5\rc5_skey.d crypto\cms\cms_att.d crypto\bio\bss_bio.d test\bftest.d test\enginetest.d ssl\statem\extensions_srvr.d apps\ts.d crypto\evp\evp_lib.d crypto\ec\curve448\eddsa.d crypto\bf\bf_skey.d crypto\rand\rand_win.d crypto\cast\c_ecb.d fuzz\test-corpus.d crypto\x509\x_pubkey.d crypto\pkcs7\pk7_lib.d crypto\asn1\a_sign.d crypto\bn\bn_asm.d ssl\packet.d test\igetest.d crypto\ebcdic.d crypto\pkcs7\bio_pk7.d test\bio_callback_test.d crypto\cmac\cm_pmeth.d test\verify_extra_test.d crypto\ct\ct_err.d crypto\bn\bn_const.d crypto\ripemd\rmd_one.d crypto\asn1\tasn_dec.d apps\prime.d apps\srp.d crypto\asn1\a_int.d apps\pkey.d crypto\md2\md2_dgst.d crypto\seed\seed_cfb.d crypto\evp\encode.d crypto\bn\bn_print.d crypto\dsa\dsa_err.d crypto\asn1\a_gentm.d test\ssl_test.d crypto\o_time.d crypto\pkcs12\p12_decr.d crypto\bf\bf_enc.d ssl\s3_lib.d crypto\bn\bn_kron.d test\buildtest_rc5.d crypto\bio\bf_lbuf.d crypto\rsa\rsa_asn1.d crypto\store\store_err.d crypto\aria\aria.d crypto\srp\srp_lib.d crypto\async\arch\async_posix.d crypto\engine\eng_err.d crypto\o_fopen.d ssl\d1_msg.d fuzz\x509.d crypto\rc2\rc2_ecb.d crypto\x509v3\v3_cpols.d crypto\rc2\rc2_skey.d ssl\d1_srtp.d crypto\ct\ct_oct.d crypto\asn1\asn_moid.d crypto\x509v3\pcy_lib.d test\fatalerrtest.d crypto\err\err_all.d crypto\rsa\rsa_ossl.d test\buildtest_opensslv.d crypto\rand\rand_lib.d test\cmactest.d crypto\bn\bn_mod.d test\buildtest_pkcs12.d test\shlibloadtest.d crypto\x509v3\v3_pmaps.d ssl\ssl_sess.d crypto\getenv.d crypto\ec\ec_asn1.d ssl\record\rec_layer_s3.d crypto\bn\bn_srp.d crypto\dso\dso_err.d crypto\asn1\x_sig.d test\buildtest_dsa.d apps\apps.d crypto\stack\stack.d test\buildtest_ssl.d crypto\evp\e_rc2.d test\ecstresstest.d crypto\async\arch\async_null.d apps\nseq.d test\ssl_cert_table_internal_test.d crypto\x509\t_x509.d test\testutil\test_cleanup.d crypto\rsa\rsa_x931g.d crypto\modes\gcm128.d crypto\o_fips.d crypto\des\ofb64enc.d crypto\bio\bf_nbio.d crypto\md5\md5_dgst.d test\testutil\testutil_init.d crypto\rand\drbg_ctr.d crypto\engine\tb_rsa.d test\buildtest_dh.d fuzz\bignum.d ssl\statem\statem_clnt.d crypto\des\fcrypt_b.d ssl\ssl_utst.d crypto\bn\bn_exp.d test\testutil\output_helpers.d crypto\dsa\dsa_gen.d crypto\x509v3\v3_pcons.d crypto\asn1\a_i2d_fp.d crypto\evp\e_null.d crypto\cms\cms_kari.d crypto\evp\e_rc4.d crypto\bn\bn_nist.d crypto\pkcs12\p12_kiss.d crypto\x509v3\v3_extku.d crypto\rc5\rc5_enc.d crypto\dso\dso_lib.d crypto\ec\ec_err.d crypto\asn1\a_strnid.d test\x509_time_test.d crypto\sha\keccak1600.d crypto\evp\e_xcbc_d.d test\buildtest_safestack.d crypto\dso\dso_dlfcn.d crypto\evp\c_allc.d crypto\blake2\blake2s.d ssl\t1_lib.d crypto\asn1\a_d2i_fp.d crypto\kdf\kdf_err.d test\ssltest_old.d crypto\asn1\asn1_lib.d crypto\camellia\cmll_cbc.d crypto\evp\m_wp.d test\rc2test.d test\testutil\cb.d crypto\err\err.d crypto\ex_data.d test\bntest.d crypto\objects\o_names.d ssl\ssl_rsa.d crypto\rsa\rsa_meth.d crypto\pkcs7\pk7_mime.d crypto\sm2\sm2_crypt.d crypto\asn1\tasn_enc.d crypto\bf\bf_ecb.d crypto\ocsp\ocsp_asn.d test\x509aux.d crypto\threads_none.d crypto\engine\eng_dyn.d test\buildtest_cms.d crypto\rc2\rc2ofb64.d crypto\bn\bn_lib.d test\buildtest_e_os2.d test\x509_dup_cert_test.d crypto\aes\aes_cfb.d crypto\asn1\bio_asn1.d crypto\dsa\dsa_vrf.d apps\req.d crypto\asn1\x_spki.d crypto\asn1\p5_scrypt.d crypto\evp\e_des3.d crypto\conf\conf_err.d crypto\bio\bss_mem.d crypto\x509v3\v3_utl.d crypto\pem\pem_lib.d crypto\aes\aes_misc.d crypto\x509\x509name.d test\d2i_test.d ssl\s3_cbc.d crypto\rc4\rc4_skey.d test\destest.d crypto\bn\bn_mpi.d test\test_test.d crypto\pkcs12\p12_asn.d crypto\x509\x509_vpm.d crypto\conf\conf_ssl.d crypto\ec\ecp_mont.d crypto\ec\ec_mult.d crypto\asn1\n_pkey.d crypto\rsa\rsa_oaep.d crypto\des\pcbc_enc.d crypto\threads_win.d crypto\evp\pmeth_fn.d ssl\ssl_mcnf.d crypto\engine\tb_pkmeth.d crypto\pkcs12\p12_utl.d crypto\pkcs12\p12_mutl.d crypto\bio\b_addr.d test\buildtest_dtls1.d crypto\asn1\asn1_gen.d apps\errstr.d crypto\x509v3\v3_bitst.d crypto\store\store_lib.d crypto\ocsp\ocsp_prn.d crypto\dh\dh_asn1.d apps\bf_prefix.d crypto\ec\ecx_meth.d crypto\x509\x509_v3.d crypto\sm4\sm4.d crypto\async\async_wait.d crypto\ec\ecp_nistp521.d fuzz\conf.d crypto\asn1\asn_pack.d crypto\modes\ccm128.d apps\verify.d crypto\aes\aes_wrap.d crypto\bn\bn_gf2m.d crypto\bn\bn_sqr.d test\recordlentest.d crypto\x509v3\v3_akey.d crypto\dllmain.d crypto\des\fcrypt.d crypto\poly1305\poly1305_ameth.d test\errtest.d crypto\evp\e_aria.d crypto\evp\m_md5_sha1.d crypto\ec\ecdh_ossl.d test\pkey_meth_test.d crypto\x509v3\pcy_map.d crypto\x509\by_file.d crypto\x509v3\v3_bcons.d apps\ca.d crypto\ocsp\ocsp_lib.d crypto\idea\i_cfb64.d crypto\ec\eck_prn.d crypto\asn1\t_pkey.d crypto\engine\tb_eckey.d crypto\asn1\i2d_pu.d ssl\s3_enc.d test\drbgtest.d crypto\x509\x509_def.d crypto\engine\tb_asnmth.d crypto\ec\ec_kmeth.d test\buildtest_ui.d test\casttest.d crypto\o_str.d test\poly1305_internal_test.d test\bad_dtls_test.d crypto\dh\dh_err.d crypto\bn\bn_prime.d crypto\des\cbc_cksm.d crypto\asn1\tasn_new.d test\buildtest_ossl_typ.d test\bioprinttest.d test\crltest.d apps\ciphers.d crypto\modes\ofb128.d ssl\statem\statem_lib.d test\buildtest_rc2.d crypto\pkcs7\pk7_doit.d crypto\ocsp\ocsp_vfy.d crypto\pem\pem_sign.d test\secmemtest.d crypto\bn\bn_mul.d crypto\pkcs12\p12_key.d ssl\ssl_txt.d ssl\pqueue.d crypto\bio\bss_file.d ssl\t1_enc.d apps\enc.d test\rsa_mp_test.d crypto\cast\c_cfb64.d crypto\x509\t_crl.d test\buildtest_ssl2.d crypto\x509v3\v3_pci.d test\buildtest_x509v3.d crypto\dsa\dsa_ameth.d crypto\pem\pem_err.d crypto\bio\bss_acpt.d test\bio_enc_test.d ssl\record\rec_layer_d1.d test\buildtest_x509_vfy.d crypto\rc2\rc2_cbc.d test\mdc2_internal_test.d crypto\x509v3\v3_sxnet.d apps\version.d test\buildtest_rc4.d crypto\pkcs12\p12_crt.d crypto\ct\ct_b64.d test\uitest.d test\buildtest_conf_api.d crypto\err\err_prn.d crypto\asn1\t_spki.d crypto\x509v3\v3_lib.d crypto\asn1\x_info.d crypto\cms\cms_dd.d crypto\pkcs12\p12_init.d crypto\sm2\sm2_pmeth.d crypto\bio\bio_err.d crypto\cmac\cmac.d test\buildtest_ripemd.d crypto\evp\p_lib.d test\asynctest.d crypto\asn1\a_bitstr.d crypto\rsa\rsa_none.d crypto\x509v3\v3_ia5.d test\x509_check_cert_pkey_test.d crypto\evp\m_md5.d test\mdc2test.d crypto\rc4\rc4_enc.d crypto\engine\tb_dh.d test\buildtest_cast.d crypto\x509v3\v3_pku.d crypto\asn1\x_int64.d crypto\rand\rand_err.d crypto\dso\dso_dl.d test\constant_time_test.d crypto\evp\bio_ok.d test\testutil\main.d crypto\bn\bn_div.d crypto\modes\cts128.d crypto\x509\x509spki.d crypto\des\cfb64ede.d crypto\modes\xts128.d crypto\whrlpool\wp_block.d crypto\x509v3\v3_prn.d crypto\bio\bf_buff.d crypto\x509v3\v3_conf.d crypto\des\ofb_enc.d test\buildtest_kdf.d crypto\bn\bn_shift.d test\danetest.d crypto\pem\pem_xaux.d test\md2test.d crypto\x509\x_name.d crypto\evp\p_sign.d crypto\rsa\rsa_pmeth.d test\ssl_ctx_test.d crypto\objects\obj_dat.d crypto\ts\ts_err.d crypto\kdf\scrypt.d crypto\x509\x509_obj.d test\buildtest_objects.d crypto\x509v3\v3_pcia.d apps\sess_id.d test\v3nametest.d test\sanitytest.d crypto\x509\x509_r2x.d crypto\x509v3\v3_genn.d crypto\bf\bf_ofb64.d test\servername_test.d fuzz\ct.d crypto\evp\p_enc.d crypto\ct\ct_sct.d crypto\x509\x509_ext.d test\testutil\driver.d crypto\dh\dh_meth.d crypto\x509\x_x509.d crypto\hmac\hm_ameth.d crypto\dso\dso_win32.d crypto\camellia\cmll_ecb.d ssl\tls_srp.d crypto\pkcs12\p12_add.d test\ec_internal_test.d crypto\evp\evp_cnf.d crypto\blake2\blake2b.d crypto\ec\ec2_oct.d crypto\asn1\a_utctm.d crypto\store\store_init.d crypto\bn\bn_add.d test\threadstest.d crypto\rsa\rsa_prn.d crypto\ec\ecp_smpl.d crypto\evp\m_mdc2.d crypto\rsa\rsa_chk.d test\gmdifftest.d crypto\asn1\asn1_err.d test\buildtest_ecdh.d test\asn1_encode_test.d crypto\engine\eng_fat.d test\buildtest_async.d crypto\engine\eng_lib.d ssl\t1_trce.d crypto\bio\bio_lib.d crypto\sm3\sm3.d crypto\rsa\rsa_depr.d crypto\evp\bio_md.d apps\s_socket.d crypto\evp\evp_pbe.d crypto\ts\ts_asn1.d crypto\asn1\x_algor.d crypto\md4\md4_dgst.d crypto\x509v3\v3_info.d crypto\ec\ecp_nist.d apps\s_server.d test\exdatatest.d crypto\evp\e_old.d crypto\ec\ecp_nistputil.d crypto\modes\ctr128.d test\testutil\basic_output.d test\buildtest_pem.d apps\rsautl.d test\buildtest_srtp.d fuzz\client.d crypto\x509\x_attrib.d crypto\asn1\asn_mime.d apps\genrsa.d crypto\engine\eng_cnf.d apps\pkeyparam.d GENERATED_MANDATORY=include\crypto\bn_conf.h include\crypto\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 @@ -140,7 +140,7 @@ CPPFLAGS_Q=-D"L_ENDIAN" -D"OPENSSL_PIC" PERLASM_SCHEME= win32 -PROCESSOR= +PROCESSOR= # The main targets ################################################### @@ -414,9 +414,9 @@ distclean: clean -del /Q /F makefile depend: - @ + @ @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl" "VC" - @ + @ # Install helper targets ############################################# @@ -1234,7 +1234,7 @@ libcrypto.def: "..\util\mkdef.pl" "..\util\libcrypto.num" "$(PERL)" "..\util\mkdef.pl" crypto 32 > $@ libcrypto.res: "libcrypto.rc" $(RC) $(RCFLAGS) $(RCOUTFLAG)$@ "libcrypto.rc" -libcrypto.rc: "..\util\mkrc.pl" +libcrypto.rc: "..\util\mkrc.pl" "$(PERL)" "..\util\mkrc.pl" libcrypto > $@ crypto\aes\aes_cbc.obj: "..\crypto\aes\aes_cbc.c" $(CC) $(LIB_CFLAGS) /I "." /I "include" /I ".." /I "..\include" $(LIB_CPPFLAGS) -c $(COUTFLAG)$@ "..\crypto\aes\aes_cbc.c" @@ -3882,7 +3882,7 @@ libssl.def: "..\util\mkdef.pl" "..\util\libssl.num" "$(PERL)" "..\util\mkdef.pl" ssl 32 > $@ libssl.res: "libssl.rc" $(RC) $(RCFLAGS) $(RCOUTFLAG)$@ "libssl.rc" -libssl.rc: "..\util\mkrc.pl" +libssl.rc: "..\util\mkrc.pl" "$(PERL)" "..\util\mkrc.pl" libssl > $@ ssl\bio_ssl.obj: "..\ssl\bio_ssl.c" $(CC) $(LIB_CFLAGS) /I "." /I "include" /I ".." /I "..\include" $(LIB_CPPFLAGS) -c $(COUTFLAG)$@ "..\ssl\bio_ssl.c" @@ -4119,8 +4119,8 @@ engines\capi.dll: engines\e_capi.obj libcrypto.lib $(LD) $(LDFLAGS) $(DSO_LDFLAGS) $(LDOUTFLAG)engines\capi.dll /def:<< @<< LIBRARY capi EXPORTS - bind_engine - v_check + bind_engine + v_check << engines\e_capi.obj libcrypto.lib @@ -4136,8 +4136,8 @@ engines\dasync.dll: engines\e_dasync.obj libcrypto.lib $(LD) $(LDFLAGS) $(DSO_LDFLAGS) $(LDOUTFLAG)engines\dasync.dll /def:<< @<< LIBRARY dasync EXPORTS - bind_engine - v_check + bind_engine + v_check << engines\e_dasync.obj libcrypto.lib @@ -4153,8 +4153,8 @@ engines\ossltest.dll: engines\e_ossltest.obj libcrypto.lib $(LD) $(LDFLAGS) $(DSO_LDFLAGS) $(LDOUTFLAG)engines\ossltest.dll /def:<< @<< LIBRARY ossltest EXPORTS - bind_engine - v_check + bind_engine + v_check << engines\e_ossltest.obj libcrypto.lib @@ -4170,8 +4170,8 @@ engines\padlock.dll: engines\e_padlock.obj libcrypto.lib $(LD) $(LDFLAGS) $(DSO_LDFLAGS) $(LDOUTFLAG)engines\padlock.dll /def:<< @<< LIBRARY padlock EXPORTS - bind_engine - v_check + bind_engine + v_check << engines\e_padlock.obj libcrypto.lib @@ -4309,7 +4309,7 @@ apps\openssl.obj: "..\apps\openssl.c" "apps\progs.h" $(CC) $(BIN_CFLAGS) /I "." /I "include" /I "apps" /I ".." /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "..\apps\openssl.c" 2>&1 > apps\openssl.d apps\openssl.res: "apps\openssl.rc" $(RC) $(RCFLAGS) $(RCOUTFLAG)$@ "apps\openssl.rc" -apps\openssl.rc: "..\util\mkrc.pl" +apps\openssl.rc: "..\util\mkrc.pl" "$(PERL)" "..\util\mkrc.pl" openssl > $@ apps\passwd.obj: "..\apps\passwd.c" "apps\progs.h" $(CC) $(BIN_CFLAGS) /I "." /I "include" /I "apps" /I ".." /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "..\apps\passwd.c" @@ -4794,7 +4794,7 @@ $(BIN_EX_LIBS) test\buildtest_aes.obj: "test\buildtest_aes.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_aes.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_aes.c" 2>&1 > test\buildtest_aes.d -test\buildtest_aes.c: "..\test\generate_buildtest.pl" +test\buildtest_aes.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" aes > $@ test\buildtest_c_asn1.exe: test\buildtest_asn1.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_asn1.exe.manifest DEL /F /Q test\buildtest_c_asn1.exe.manifest @@ -4810,7 +4810,7 @@ $(BIN_EX_LIBS) test\buildtest_asn1.obj: "test\buildtest_asn1.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_asn1.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_asn1.c" 2>&1 > test\buildtest_asn1.d -test\buildtest_asn1.c: "..\test\generate_buildtest.pl" +test\buildtest_asn1.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" asn1 > $@ test\buildtest_c_asn1t.exe: test\buildtest_asn1t.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_asn1t.exe.manifest DEL /F /Q test\buildtest_c_asn1t.exe.manifest @@ -4826,7 +4826,7 @@ $(BIN_EX_LIBS) test\buildtest_asn1t.obj: "test\buildtest_asn1t.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_asn1t.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_asn1t.c" 2>&1 > test\buildtest_asn1t.d -test\buildtest_asn1t.c: "..\test\generate_buildtest.pl" +test\buildtest_asn1t.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" asn1t > $@ test\buildtest_c_async.exe: test\buildtest_async.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_async.exe.manifest DEL /F /Q test\buildtest_c_async.exe.manifest @@ -4842,7 +4842,7 @@ $(BIN_EX_LIBS) test\buildtest_async.obj: "test\buildtest_async.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_async.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_async.c" 2>&1 > test\buildtest_async.d -test\buildtest_async.c: "..\test\generate_buildtest.pl" +test\buildtest_async.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" async > $@ test\buildtest_c_bio.exe: test\buildtest_bio.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_bio.exe.manifest DEL /F /Q test\buildtest_c_bio.exe.manifest @@ -4858,7 +4858,7 @@ $(BIN_EX_LIBS) test\buildtest_bio.obj: "test\buildtest_bio.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_bio.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_bio.c" 2>&1 > test\buildtest_bio.d -test\buildtest_bio.c: "..\test\generate_buildtest.pl" +test\buildtest_bio.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" bio > $@ test\buildtest_c_blowfish.exe: test\buildtest_blowfish.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_blowfish.exe.manifest DEL /F /Q test\buildtest_c_blowfish.exe.manifest @@ -4874,7 +4874,7 @@ $(BIN_EX_LIBS) test\buildtest_blowfish.obj: "test\buildtest_blowfish.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_blowfish.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_blowfish.c" 2>&1 > test\buildtest_blowfish.d -test\buildtest_blowfish.c: "..\test\generate_buildtest.pl" +test\buildtest_blowfish.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" blowfish > $@ test\buildtest_c_bn.exe: test\buildtest_bn.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_bn.exe.manifest DEL /F /Q test\buildtest_c_bn.exe.manifest @@ -4890,7 +4890,7 @@ $(BIN_EX_LIBS) test\buildtest_bn.obj: "test\buildtest_bn.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_bn.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_bn.c" 2>&1 > test\buildtest_bn.d -test\buildtest_bn.c: "..\test\generate_buildtest.pl" +test\buildtest_bn.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" bn > $@ test\buildtest_c_buffer.exe: test\buildtest_buffer.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_buffer.exe.manifest DEL /F /Q test\buildtest_c_buffer.exe.manifest @@ -4906,7 +4906,7 @@ $(BIN_EX_LIBS) test\buildtest_buffer.obj: "test\buildtest_buffer.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_buffer.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_buffer.c" 2>&1 > test\buildtest_buffer.d -test\buildtest_buffer.c: "..\test\generate_buildtest.pl" +test\buildtest_buffer.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" buffer > $@ test\buildtest_c_camellia.exe: test\buildtest_camellia.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_camellia.exe.manifest DEL /F /Q test\buildtest_c_camellia.exe.manifest @@ -4922,7 +4922,7 @@ $(BIN_EX_LIBS) test\buildtest_camellia.obj: "test\buildtest_camellia.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_camellia.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_camellia.c" 2>&1 > test\buildtest_camellia.d -test\buildtest_camellia.c: "..\test\generate_buildtest.pl" +test\buildtest_camellia.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" camellia > $@ test\buildtest_c_cast.exe: test\buildtest_cast.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_cast.exe.manifest DEL /F /Q test\buildtest_c_cast.exe.manifest @@ -4938,7 +4938,7 @@ $(BIN_EX_LIBS) test\buildtest_cast.obj: "test\buildtest_cast.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_cast.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_cast.c" 2>&1 > test\buildtest_cast.d -test\buildtest_cast.c: "..\test\generate_buildtest.pl" +test\buildtest_cast.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" cast > $@ test\buildtest_c_cmac.exe: test\buildtest_cmac.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_cmac.exe.manifest DEL /F /Q test\buildtest_c_cmac.exe.manifest @@ -4954,7 +4954,7 @@ $(BIN_EX_LIBS) test\buildtest_cmac.obj: "test\buildtest_cmac.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_cmac.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_cmac.c" 2>&1 > test\buildtest_cmac.d -test\buildtest_cmac.c: "..\test\generate_buildtest.pl" +test\buildtest_cmac.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" cmac > $@ test\buildtest_c_cms.exe: test\buildtest_cms.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_cms.exe.manifest DEL /F /Q test\buildtest_c_cms.exe.manifest @@ -4970,7 +4970,7 @@ $(BIN_EX_LIBS) test\buildtest_cms.obj: "test\buildtest_cms.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_cms.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_cms.c" 2>&1 > test\buildtest_cms.d -test\buildtest_cms.c: "..\test\generate_buildtest.pl" +test\buildtest_cms.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" cms > $@ test\buildtest_c_comp.exe: test\buildtest_comp.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_comp.exe.manifest DEL /F /Q test\buildtest_c_comp.exe.manifest @@ -4986,7 +4986,7 @@ $(BIN_EX_LIBS) test\buildtest_comp.obj: "test\buildtest_comp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_comp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_comp.c" 2>&1 > test\buildtest_comp.d -test\buildtest_comp.c: "..\test\generate_buildtest.pl" +test\buildtest_comp.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" comp > $@ test\buildtest_c_conf.exe: test\buildtest_conf.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_conf.exe.manifest DEL /F /Q test\buildtest_c_conf.exe.manifest @@ -5002,7 +5002,7 @@ $(BIN_EX_LIBS) test\buildtest_conf.obj: "test\buildtest_conf.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_conf.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_conf.c" 2>&1 > test\buildtest_conf.d -test\buildtest_conf.c: "..\test\generate_buildtest.pl" +test\buildtest_conf.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" conf > $@ test\buildtest_c_conf_api.exe: test\buildtest_conf_api.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_conf_api.exe.manifest DEL /F /Q test\buildtest_c_conf_api.exe.manifest @@ -5018,7 +5018,7 @@ $(BIN_EX_LIBS) test\buildtest_conf_api.obj: "test\buildtest_conf_api.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_conf_api.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_conf_api.c" 2>&1 > test\buildtest_conf_api.d -test\buildtest_conf_api.c: "..\test\generate_buildtest.pl" +test\buildtest_conf_api.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" conf_api > $@ test\buildtest_c_crypto.exe: test\buildtest_crypto.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_crypto.exe.manifest DEL /F /Q test\buildtest_c_crypto.exe.manifest @@ -5034,7 +5034,7 @@ $(BIN_EX_LIBS) test\buildtest_crypto.obj: "test\buildtest_crypto.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_crypto.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_crypto.c" 2>&1 > test\buildtest_crypto.d -test\buildtest_crypto.c: "..\test\generate_buildtest.pl" +test\buildtest_crypto.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" crypto > $@ test\buildtest_c_ct.exe: test\buildtest_ct.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ct.exe.manifest DEL /F /Q test\buildtest_c_ct.exe.manifest @@ -5050,7 +5050,7 @@ $(BIN_EX_LIBS) test\buildtest_ct.obj: "test\buildtest_ct.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ct.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ct.c" 2>&1 > test\buildtest_ct.d -test\buildtest_ct.c: "..\test\generate_buildtest.pl" +test\buildtest_ct.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ct > $@ test\buildtest_c_des.exe: test\buildtest_des.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_des.exe.manifest DEL /F /Q test\buildtest_c_des.exe.manifest @@ -5066,7 +5066,7 @@ $(BIN_EX_LIBS) test\buildtest_des.obj: "test\buildtest_des.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_des.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_des.c" 2>&1 > test\buildtest_des.d -test\buildtest_des.c: "..\test\generate_buildtest.pl" +test\buildtest_des.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" des > $@ test\buildtest_c_dh.exe: test\buildtest_dh.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_dh.exe.manifest DEL /F /Q test\buildtest_c_dh.exe.manifest @@ -5082,7 +5082,7 @@ $(BIN_EX_LIBS) test\buildtest_dh.obj: "test\buildtest_dh.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_dh.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_dh.c" 2>&1 > test\buildtest_dh.d -test\buildtest_dh.c: "..\test\generate_buildtest.pl" +test\buildtest_dh.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" dh > $@ test\buildtest_c_dsa.exe: test\buildtest_dsa.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_dsa.exe.manifest DEL /F /Q test\buildtest_c_dsa.exe.manifest @@ -5098,7 +5098,7 @@ $(BIN_EX_LIBS) test\buildtest_dsa.obj: "test\buildtest_dsa.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_dsa.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_dsa.c" 2>&1 > test\buildtest_dsa.d -test\buildtest_dsa.c: "..\test\generate_buildtest.pl" +test\buildtest_dsa.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" dsa > $@ test\buildtest_c_dtls1.exe: test\buildtest_dtls1.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_dtls1.exe.manifest DEL /F /Q test\buildtest_c_dtls1.exe.manifest @@ -5114,7 +5114,7 @@ $(BIN_EX_LIBS) test\buildtest_dtls1.obj: "test\buildtest_dtls1.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_dtls1.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_dtls1.c" 2>&1 > test\buildtest_dtls1.d -test\buildtest_dtls1.c: "..\test\generate_buildtest.pl" +test\buildtest_dtls1.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" dtls1 > $@ test\buildtest_c_e_os2.exe: test\buildtest_e_os2.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_e_os2.exe.manifest DEL /F /Q test\buildtest_c_e_os2.exe.manifest @@ -5130,7 +5130,7 @@ $(BIN_EX_LIBS) test\buildtest_e_os2.obj: "test\buildtest_e_os2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_e_os2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_e_os2.c" 2>&1 > test\buildtest_e_os2.d -test\buildtest_e_os2.c: "..\test\generate_buildtest.pl" +test\buildtest_e_os2.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" e_os2 > $@ test\buildtest_c_ebcdic.exe: test\buildtest_ebcdic.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ebcdic.exe.manifest DEL /F /Q test\buildtest_c_ebcdic.exe.manifest @@ -5146,7 +5146,7 @@ $(BIN_EX_LIBS) test\buildtest_ebcdic.obj: "test\buildtest_ebcdic.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ebcdic.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ebcdic.c" 2>&1 > test\buildtest_ebcdic.d -test\buildtest_ebcdic.c: "..\test\generate_buildtest.pl" +test\buildtest_ebcdic.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ebcdic > $@ test\buildtest_c_ec.exe: test\buildtest_ec.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ec.exe.manifest DEL /F /Q test\buildtest_c_ec.exe.manifest @@ -5162,7 +5162,7 @@ $(BIN_EX_LIBS) test\buildtest_ec.obj: "test\buildtest_ec.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ec.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ec.c" 2>&1 > test\buildtest_ec.d -test\buildtest_ec.c: "..\test\generate_buildtest.pl" +test\buildtest_ec.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ec > $@ test\buildtest_c_ecdh.exe: test\buildtest_ecdh.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ecdh.exe.manifest DEL /F /Q test\buildtest_c_ecdh.exe.manifest @@ -5178,7 +5178,7 @@ $(BIN_EX_LIBS) test\buildtest_ecdh.obj: "test\buildtest_ecdh.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ecdh.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ecdh.c" 2>&1 > test\buildtest_ecdh.d -test\buildtest_ecdh.c: "..\test\generate_buildtest.pl" +test\buildtest_ecdh.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ecdh > $@ test\buildtest_c_ecdsa.exe: test\buildtest_ecdsa.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ecdsa.exe.manifest DEL /F /Q test\buildtest_c_ecdsa.exe.manifest @@ -5194,7 +5194,7 @@ $(BIN_EX_LIBS) test\buildtest_ecdsa.obj: "test\buildtest_ecdsa.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ecdsa.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ecdsa.c" 2>&1 > test\buildtest_ecdsa.d -test\buildtest_ecdsa.c: "..\test\generate_buildtest.pl" +test\buildtest_ecdsa.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ecdsa > $@ test\buildtest_c_engine.exe: test\buildtest_engine.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_engine.exe.manifest DEL /F /Q test\buildtest_c_engine.exe.manifest @@ -5210,7 +5210,7 @@ $(BIN_EX_LIBS) test\buildtest_engine.obj: "test\buildtest_engine.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_engine.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_engine.c" 2>&1 > test\buildtest_engine.d -test\buildtest_engine.c: "..\test\generate_buildtest.pl" +test\buildtest_engine.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" engine > $@ test\buildtest_c_evp.exe: test\buildtest_evp.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_evp.exe.manifest DEL /F /Q test\buildtest_c_evp.exe.manifest @@ -5226,7 +5226,7 @@ $(BIN_EX_LIBS) test\buildtest_evp.obj: "test\buildtest_evp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_evp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_evp.c" 2>&1 > test\buildtest_evp.d -test\buildtest_evp.c: "..\test\generate_buildtest.pl" +test\buildtest_evp.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" evp > $@ test\buildtest_c_hmac.exe: test\buildtest_hmac.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_hmac.exe.manifest DEL /F /Q test\buildtest_c_hmac.exe.manifest @@ -5242,7 +5242,7 @@ $(BIN_EX_LIBS) test\buildtest_hmac.obj: "test\buildtest_hmac.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_hmac.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_hmac.c" 2>&1 > test\buildtest_hmac.d -test\buildtest_hmac.c: "..\test\generate_buildtest.pl" +test\buildtest_hmac.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" hmac > $@ test\buildtest_c_idea.exe: test\buildtest_idea.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_idea.exe.manifest DEL /F /Q test\buildtest_c_idea.exe.manifest @@ -5258,7 +5258,7 @@ $(BIN_EX_LIBS) test\buildtest_idea.obj: "test\buildtest_idea.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_idea.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_idea.c" 2>&1 > test\buildtest_idea.d -test\buildtest_idea.c: "..\test\generate_buildtest.pl" +test\buildtest_idea.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" idea > $@ test\buildtest_c_kdf.exe: test\buildtest_kdf.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_kdf.exe.manifest DEL /F /Q test\buildtest_c_kdf.exe.manifest @@ -5274,7 +5274,7 @@ $(BIN_EX_LIBS) test\buildtest_kdf.obj: "test\buildtest_kdf.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_kdf.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_kdf.c" 2>&1 > test\buildtest_kdf.d -test\buildtest_kdf.c: "..\test\generate_buildtest.pl" +test\buildtest_kdf.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" kdf > $@ test\buildtest_c_lhash.exe: test\buildtest_lhash.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_lhash.exe.manifest DEL /F /Q test\buildtest_c_lhash.exe.manifest @@ -5290,7 +5290,7 @@ $(BIN_EX_LIBS) test\buildtest_lhash.obj: "test\buildtest_lhash.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_lhash.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_lhash.c" 2>&1 > test\buildtest_lhash.d -test\buildtest_lhash.c: "..\test\generate_buildtest.pl" +test\buildtest_lhash.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" lhash > $@ test\buildtest_c_md2.exe: test\buildtest_md2.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_md2.exe.manifest DEL /F /Q test\buildtest_c_md2.exe.manifest @@ -5306,7 +5306,7 @@ $(BIN_EX_LIBS) test\buildtest_md2.obj: "test\buildtest_md2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_md2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_md2.c" 2>&1 > test\buildtest_md2.d -test\buildtest_md2.c: "..\test\generate_buildtest.pl" +test\buildtest_md2.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" md2 > $@ test\buildtest_c_md4.exe: test\buildtest_md4.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_md4.exe.manifest DEL /F /Q test\buildtest_c_md4.exe.manifest @@ -5322,7 +5322,7 @@ $(BIN_EX_LIBS) test\buildtest_md4.obj: "test\buildtest_md4.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_md4.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_md4.c" 2>&1 > test\buildtest_md4.d -test\buildtest_md4.c: "..\test\generate_buildtest.pl" +test\buildtest_md4.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" md4 > $@ test\buildtest_c_md5.exe: test\buildtest_md5.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_md5.exe.manifest DEL /F /Q test\buildtest_c_md5.exe.manifest @@ -5338,7 +5338,7 @@ $(BIN_EX_LIBS) test\buildtest_md5.obj: "test\buildtest_md5.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_md5.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_md5.c" 2>&1 > test\buildtest_md5.d -test\buildtest_md5.c: "..\test\generate_buildtest.pl" +test\buildtest_md5.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" md5 > $@ test\buildtest_c_modes.exe: test\buildtest_modes.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_modes.exe.manifest DEL /F /Q test\buildtest_c_modes.exe.manifest @@ -5354,7 +5354,7 @@ $(BIN_EX_LIBS) test\buildtest_modes.obj: "test\buildtest_modes.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_modes.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_modes.c" 2>&1 > test\buildtest_modes.d -test\buildtest_modes.c: "..\test\generate_buildtest.pl" +test\buildtest_modes.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" modes > $@ test\buildtest_c_obj_mac.exe: test\buildtest_obj_mac.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_obj_mac.exe.manifest DEL /F /Q test\buildtest_c_obj_mac.exe.manifest @@ -5370,7 +5370,7 @@ $(BIN_EX_LIBS) test\buildtest_obj_mac.obj: "test\buildtest_obj_mac.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_obj_mac.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_obj_mac.c" 2>&1 > test\buildtest_obj_mac.d -test\buildtest_obj_mac.c: "..\test\generate_buildtest.pl" +test\buildtest_obj_mac.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" obj_mac > $@ test\buildtest_c_objects.exe: test\buildtest_objects.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_objects.exe.manifest DEL /F /Q test\buildtest_c_objects.exe.manifest @@ -5386,7 +5386,7 @@ $(BIN_EX_LIBS) test\buildtest_objects.obj: "test\buildtest_objects.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_objects.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_objects.c" 2>&1 > test\buildtest_objects.d -test\buildtest_objects.c: "..\test\generate_buildtest.pl" +test\buildtest_objects.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" objects > $@ test\buildtest_c_ocsp.exe: test\buildtest_ocsp.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ocsp.exe.manifest DEL /F /Q test\buildtest_c_ocsp.exe.manifest @@ -5402,7 +5402,7 @@ $(BIN_EX_LIBS) test\buildtest_ocsp.obj: "test\buildtest_ocsp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ocsp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ocsp.c" 2>&1 > test\buildtest_ocsp.d -test\buildtest_ocsp.c: "..\test\generate_buildtest.pl" +test\buildtest_ocsp.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ocsp > $@ test\buildtest_c_opensslv.exe: test\buildtest_opensslv.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_opensslv.exe.manifest DEL /F /Q test\buildtest_c_opensslv.exe.manifest @@ -5418,7 +5418,7 @@ $(BIN_EX_LIBS) test\buildtest_opensslv.obj: "test\buildtest_opensslv.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_opensslv.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_opensslv.c" 2>&1 > test\buildtest_opensslv.d -test\buildtest_opensslv.c: "..\test\generate_buildtest.pl" +test\buildtest_opensslv.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" opensslv > $@ test\buildtest_c_ossl_typ.exe: test\buildtest_ossl_typ.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ossl_typ.exe.manifest DEL /F /Q test\buildtest_c_ossl_typ.exe.manifest @@ -5434,7 +5434,7 @@ $(BIN_EX_LIBS) test\buildtest_ossl_typ.obj: "test\buildtest_ossl_typ.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ossl_typ.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ossl_typ.c" 2>&1 > test\buildtest_ossl_typ.d -test\buildtest_ossl_typ.c: "..\test\generate_buildtest.pl" +test\buildtest_ossl_typ.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ossl_typ > $@ test\buildtest_c_pem.exe: test\buildtest_pem.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_pem.exe.manifest DEL /F /Q test\buildtest_c_pem.exe.manifest @@ -5450,7 +5450,7 @@ $(BIN_EX_LIBS) test\buildtest_pem.obj: "test\buildtest_pem.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_pem.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_pem.c" 2>&1 > test\buildtest_pem.d -test\buildtest_pem.c: "..\test\generate_buildtest.pl" +test\buildtest_pem.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" pem > $@ test\buildtest_c_pem2.exe: test\buildtest_pem2.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_pem2.exe.manifest DEL /F /Q test\buildtest_c_pem2.exe.manifest @@ -5466,7 +5466,7 @@ $(BIN_EX_LIBS) test\buildtest_pem2.obj: "test\buildtest_pem2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_pem2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_pem2.c" 2>&1 > test\buildtest_pem2.d -test\buildtest_pem2.c: "..\test\generate_buildtest.pl" +test\buildtest_pem2.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" pem2 > $@ test\buildtest_c_pkcs12.exe: test\buildtest_pkcs12.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_pkcs12.exe.manifest DEL /F /Q test\buildtest_c_pkcs12.exe.manifest @@ -5482,7 +5482,7 @@ $(BIN_EX_LIBS) test\buildtest_pkcs12.obj: "test\buildtest_pkcs12.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_pkcs12.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_pkcs12.c" 2>&1 > test\buildtest_pkcs12.d -test\buildtest_pkcs12.c: "..\test\generate_buildtest.pl" +test\buildtest_pkcs12.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" pkcs12 > $@ test\buildtest_c_pkcs7.exe: test\buildtest_pkcs7.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_pkcs7.exe.manifest DEL /F /Q test\buildtest_c_pkcs7.exe.manifest @@ -5498,7 +5498,7 @@ $(BIN_EX_LIBS) test\buildtest_pkcs7.obj: "test\buildtest_pkcs7.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_pkcs7.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_pkcs7.c" 2>&1 > test\buildtest_pkcs7.d -test\buildtest_pkcs7.c: "..\test\generate_buildtest.pl" +test\buildtest_pkcs7.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" pkcs7 > $@ test\buildtest_c_rand.exe: test\buildtest_rand.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_rand.exe.manifest DEL /F /Q test\buildtest_c_rand.exe.manifest @@ -5514,7 +5514,7 @@ $(BIN_EX_LIBS) test\buildtest_rand.obj: "test\buildtest_rand.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_rand.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_rand.c" 2>&1 > test\buildtest_rand.d -test\buildtest_rand.c: "..\test\generate_buildtest.pl" +test\buildtest_rand.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" rand > $@ test\buildtest_c_rand_drbg.exe: test\buildtest_rand_drbg.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_rand_drbg.exe.manifest DEL /F /Q test\buildtest_c_rand_drbg.exe.manifest @@ -5530,7 +5530,7 @@ $(BIN_EX_LIBS) test\buildtest_rand_drbg.obj: "test\buildtest_rand_drbg.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_rand_drbg.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_rand_drbg.c" 2>&1 > test\buildtest_rand_drbg.d -test\buildtest_rand_drbg.c: "..\test\generate_buildtest.pl" +test\buildtest_rand_drbg.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" rand_drbg > $@ test\buildtest_c_rc2.exe: test\buildtest_rc2.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_rc2.exe.manifest DEL /F /Q test\buildtest_c_rc2.exe.manifest @@ -5546,7 +5546,7 @@ $(BIN_EX_LIBS) test\buildtest_rc2.obj: "test\buildtest_rc2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_rc2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_rc2.c" 2>&1 > test\buildtest_rc2.d -test\buildtest_rc2.c: "..\test\generate_buildtest.pl" +test\buildtest_rc2.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" rc2 > $@ test\buildtest_c_rc4.exe: test\buildtest_rc4.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_rc4.exe.manifest DEL /F /Q test\buildtest_c_rc4.exe.manifest @@ -5562,7 +5562,7 @@ $(BIN_EX_LIBS) test\buildtest_rc4.obj: "test\buildtest_rc4.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_rc4.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_rc4.c" 2>&1 > test\buildtest_rc4.d -test\buildtest_rc4.c: "..\test\generate_buildtest.pl" +test\buildtest_rc4.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" rc4 > $@ test\buildtest_c_rc5.exe: test\buildtest_rc5.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_rc5.exe.manifest DEL /F /Q test\buildtest_c_rc5.exe.manifest @@ -5578,7 +5578,7 @@ $(BIN_EX_LIBS) test\buildtest_rc5.obj: "test\buildtest_rc5.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_rc5.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_rc5.c" 2>&1 > test\buildtest_rc5.d -test\buildtest_rc5.c: "..\test\generate_buildtest.pl" +test\buildtest_rc5.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" rc5 > $@ test\buildtest_c_ripemd.exe: test\buildtest_ripemd.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ripemd.exe.manifest DEL /F /Q test\buildtest_c_ripemd.exe.manifest @@ -5594,7 +5594,7 @@ $(BIN_EX_LIBS) test\buildtest_ripemd.obj: "test\buildtest_ripemd.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ripemd.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ripemd.c" 2>&1 > test\buildtest_ripemd.d -test\buildtest_ripemd.c: "..\test\generate_buildtest.pl" +test\buildtest_ripemd.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ripemd > $@ test\buildtest_c_rsa.exe: test\buildtest_rsa.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_rsa.exe.manifest DEL /F /Q test\buildtest_c_rsa.exe.manifest @@ -5610,7 +5610,7 @@ $(BIN_EX_LIBS) test\buildtest_rsa.obj: "test\buildtest_rsa.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_rsa.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_rsa.c" 2>&1 > test\buildtest_rsa.d -test\buildtest_rsa.c: "..\test\generate_buildtest.pl" +test\buildtest_rsa.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" rsa > $@ test\buildtest_c_safestack.exe: test\buildtest_safestack.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_safestack.exe.manifest DEL /F /Q test\buildtest_c_safestack.exe.manifest @@ -5626,7 +5626,7 @@ $(BIN_EX_LIBS) test\buildtest_safestack.obj: "test\buildtest_safestack.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_safestack.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_safestack.c" 2>&1 > test\buildtest_safestack.d -test\buildtest_safestack.c: "..\test\generate_buildtest.pl" +test\buildtest_safestack.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" safestack > $@ test\buildtest_c_seed.exe: test\buildtest_seed.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_seed.exe.manifest DEL /F /Q test\buildtest_c_seed.exe.manifest @@ -5642,7 +5642,7 @@ $(BIN_EX_LIBS) test\buildtest_seed.obj: "test\buildtest_seed.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_seed.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_seed.c" 2>&1 > test\buildtest_seed.d -test\buildtest_seed.c: "..\test\generate_buildtest.pl" +test\buildtest_seed.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" seed > $@ test\buildtest_c_sha.exe: test\buildtest_sha.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_sha.exe.manifest DEL /F /Q test\buildtest_c_sha.exe.manifest @@ -5658,7 +5658,7 @@ $(BIN_EX_LIBS) test\buildtest_sha.obj: "test\buildtest_sha.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_sha.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_sha.c" 2>&1 > test\buildtest_sha.d -test\buildtest_sha.c: "..\test\generate_buildtest.pl" +test\buildtest_sha.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" sha > $@ test\buildtest_c_srp.exe: test\buildtest_srp.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_srp.exe.manifest DEL /F /Q test\buildtest_c_srp.exe.manifest @@ -5674,7 +5674,7 @@ $(BIN_EX_LIBS) test\buildtest_srp.obj: "test\buildtest_srp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_srp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_srp.c" 2>&1 > test\buildtest_srp.d -test\buildtest_srp.c: "..\test\generate_buildtest.pl" +test\buildtest_srp.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" srp > $@ test\buildtest_c_srtp.exe: test\buildtest_srtp.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_srtp.exe.manifest DEL /F /Q test\buildtest_c_srtp.exe.manifest @@ -5690,7 +5690,7 @@ $(BIN_EX_LIBS) test\buildtest_srtp.obj: "test\buildtest_srtp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_srtp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_srtp.c" 2>&1 > test\buildtest_srtp.d -test\buildtest_srtp.c: "..\test\generate_buildtest.pl" +test\buildtest_srtp.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" srtp > $@ test\buildtest_c_ssl.exe: test\buildtest_ssl.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ssl.exe.manifest DEL /F /Q test\buildtest_c_ssl.exe.manifest @@ -5706,7 +5706,7 @@ $(BIN_EX_LIBS) test\buildtest_ssl.obj: "test\buildtest_ssl.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ssl.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ssl.c" 2>&1 > test\buildtest_ssl.d -test\buildtest_ssl.c: "..\test\generate_buildtest.pl" +test\buildtest_ssl.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ssl > $@ test\buildtest_c_ssl2.exe: test\buildtest_ssl2.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ssl2.exe.manifest DEL /F /Q test\buildtest_c_ssl2.exe.manifest @@ -5722,7 +5722,7 @@ $(BIN_EX_LIBS) test\buildtest_ssl2.obj: "test\buildtest_ssl2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ssl2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ssl2.c" 2>&1 > test\buildtest_ssl2.d -test\buildtest_ssl2.c: "..\test\generate_buildtest.pl" +test\buildtest_ssl2.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ssl2 > $@ test\buildtest_c_ssl3.exe: test\buildtest_ssl3.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ssl3.exe.manifest DEL /F /Q test\buildtest_c_ssl3.exe.manifest @@ -5738,7 +5738,7 @@ $(BIN_EX_LIBS) test\buildtest_ssl3.obj: "test\buildtest_ssl3.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ssl3.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ssl3.c" 2>&1 > test\buildtest_ssl3.d -test\buildtest_ssl3.c: "..\test\generate_buildtest.pl" +test\buildtest_ssl3.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ssl3 > $@ test\buildtest_c_stack.exe: test\buildtest_stack.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_stack.exe.manifest DEL /F /Q test\buildtest_c_stack.exe.manifest @@ -5754,7 +5754,7 @@ $(BIN_EX_LIBS) test\buildtest_stack.obj: "test\buildtest_stack.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_stack.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_stack.c" 2>&1 > test\buildtest_stack.d -test\buildtest_stack.c: "..\test\generate_buildtest.pl" +test\buildtest_stack.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" stack > $@ test\buildtest_c_store.exe: test\buildtest_store.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_store.exe.manifest DEL /F /Q test\buildtest_c_store.exe.manifest @@ -5770,7 +5770,7 @@ $(BIN_EX_LIBS) test\buildtest_store.obj: "test\buildtest_store.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_store.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_store.c" 2>&1 > test\buildtest_store.d -test\buildtest_store.c: "..\test\generate_buildtest.pl" +test\buildtest_store.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" store > $@ test\buildtest_c_symhacks.exe: test\buildtest_symhacks.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_symhacks.exe.manifest DEL /F /Q test\buildtest_c_symhacks.exe.manifest @@ -5786,7 +5786,7 @@ $(BIN_EX_LIBS) test\buildtest_symhacks.obj: "test\buildtest_symhacks.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_symhacks.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_symhacks.c" 2>&1 > test\buildtest_symhacks.d -test\buildtest_symhacks.c: "..\test\generate_buildtest.pl" +test\buildtest_symhacks.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" symhacks > $@ test\buildtest_c_tls1.exe: test\buildtest_tls1.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_tls1.exe.manifest DEL /F /Q test\buildtest_c_tls1.exe.manifest @@ -5802,7 +5802,7 @@ $(BIN_EX_LIBS) test\buildtest_tls1.obj: "test\buildtest_tls1.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_tls1.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_tls1.c" 2>&1 > test\buildtest_tls1.d -test\buildtest_tls1.c: "..\test\generate_buildtest.pl" +test\buildtest_tls1.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" tls1 > $@ test\buildtest_c_ts.exe: test\buildtest_ts.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ts.exe.manifest DEL /F /Q test\buildtest_c_ts.exe.manifest @@ -5818,7 +5818,7 @@ $(BIN_EX_LIBS) test\buildtest_ts.obj: "test\buildtest_ts.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ts.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ts.c" 2>&1 > test\buildtest_ts.d -test\buildtest_ts.c: "..\test\generate_buildtest.pl" +test\buildtest_ts.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ts > $@ test\buildtest_c_txt_db.exe: test\buildtest_txt_db.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_txt_db.exe.manifest DEL /F /Q test\buildtest_c_txt_db.exe.manifest @@ -5834,7 +5834,7 @@ $(BIN_EX_LIBS) test\buildtest_txt_db.obj: "test\buildtest_txt_db.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_txt_db.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_txt_db.c" 2>&1 > test\buildtest_txt_db.d -test\buildtest_txt_db.c: "..\test\generate_buildtest.pl" +test\buildtest_txt_db.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" txt_db > $@ test\buildtest_c_ui.exe: test\buildtest_ui.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ui.exe.manifest DEL /F /Q test\buildtest_c_ui.exe.manifest @@ -5850,7 +5850,7 @@ $(BIN_EX_LIBS) test\buildtest_ui.obj: "test\buildtest_ui.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ui.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ui.c" 2>&1 > test\buildtest_ui.d -test\buildtest_ui.c: "..\test\generate_buildtest.pl" +test\buildtest_ui.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ui > $@ test\buildtest_c_whrlpool.exe: test\buildtest_whrlpool.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_whrlpool.exe.manifest DEL /F /Q test\buildtest_c_whrlpool.exe.manifest @@ -5866,7 +5866,7 @@ $(BIN_EX_LIBS) test\buildtest_whrlpool.obj: "test\buildtest_whrlpool.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_whrlpool.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_whrlpool.c" 2>&1 > test\buildtest_whrlpool.d -test\buildtest_whrlpool.c: "..\test\generate_buildtest.pl" +test\buildtest_whrlpool.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" whrlpool > $@ test\buildtest_c_x509.exe: test\buildtest_x509.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_x509.exe.manifest DEL /F /Q test\buildtest_c_x509.exe.manifest @@ -5882,7 +5882,7 @@ $(BIN_EX_LIBS) test\buildtest_x509.obj: "test\buildtest_x509.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_x509.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_x509.c" 2>&1 > test\buildtest_x509.d -test\buildtest_x509.c: "..\test\generate_buildtest.pl" +test\buildtest_x509.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" x509 > $@ test\buildtest_c_x509_vfy.exe: test\buildtest_x509_vfy.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_x509_vfy.exe.manifest DEL /F /Q test\buildtest_c_x509_vfy.exe.manifest @@ -5898,7 +5898,7 @@ $(BIN_EX_LIBS) test\buildtest_x509_vfy.obj: "test\buildtest_x509_vfy.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_x509_vfy.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_x509_vfy.c" 2>&1 > test\buildtest_x509_vfy.d -test\buildtest_x509_vfy.c: "..\test\generate_buildtest.pl" +test\buildtest_x509_vfy.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" x509_vfy > $@ test\buildtest_c_x509v3.exe: test\buildtest_x509v3.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_x509v3.exe.manifest DEL /F /Q test\buildtest_c_x509v3.exe.manifest @@ -5914,7 +5914,7 @@ $(BIN_EX_LIBS) test\buildtest_x509v3.obj: "test\buildtest_x509v3.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_x509v3.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_x509v3.c" 2>&1 > test\buildtest_x509v3.d -test\buildtest_x509v3.c: "..\test\generate_buildtest.pl" +test\buildtest_x509v3.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" x509v3 > $@ test\casttest.exe: test\casttest.obj test\libtestutil.lib libcrypto.lib IF EXIST test\casttest.exe.manifest DEL /F /Q test\casttest.exe.manifest @@ -7387,3 +7387,4 @@ ssl ssl\ : ssl\bio_ssl.obj ssl\d1_lib.obj ssl\d1_msg.obj ssl\d1_srtp.obj ssl\met 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\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 test\testutil\testutil_init.obj + diff --git a/upstream-build/makefile/x86_64-freebsd b/upstream-build/makefile/x86_64-freebsd index 890389e..4dfea18 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.1j +VERSION=1.1.1k 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/cmactest 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_ctx_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/ec/ecdh_kdf.d test/buildtest_ssl2.d crypto/x509v3/pcy_data.d crypto/ct/ct_err.d crypto/asn1/p5_pbev2.d crypto/engine/tb_pkmeth.d crypto/ui/ui_lib.d crypto/ct/ct_b64.d ssl/record/ssl3_record_tls13.d crypto/ct/ct_log.d test/destest.d crypto/rc5/rc5_ecb.d apps/gendsa.d crypto/async/async_err.d test/ssl_test_ctx_test.d crypto/evp/bio_enc.d crypto/rsa/rsa_pmeth.d crypto/des/xcbc_enc.d crypto/cms/cms_enc.d crypto/ui/ui_err.d ssl/ssl_stat.d crypto/asn1/nsseq.d crypto/pem/pvkfmt.d test/dtlsv1listentest.d test/handshake_helper.d crypto/sha/sha256.d crypto/seed/seed.d apps/dhparam.d crypto/camellia/cmll_cfb.d crypto/bio/bss_acpt.d crypto/asn1/a_verify.d crypto/x509/x509_v3.d crypto/bn/bn_asm.d test/buildtest_dh.d test/buildtest_dtls1.d crypto/asn1/f_int.d test/rsa_complex.d crypto/x509v3/v3_conf.d crypto/ocsp/ocsp_ht.d crypto/ec/ec_oct.d apps/x509.d ssl/d1_msg.d crypto/cms/cms_lib.d test/ssl_ctx_test.d crypto/rsa/rsa_asn1.d crypto/des/fcrypt.d fuzz/conf.d test/rsa_mp_test.d crypto/asn1/a_sign.d crypto/buffer/buffer.d apps/bf_prefix.d test/buildtest_ecdh.d crypto/rsa/rsa_oaep.d test/shlibloadtest.d test/x509_dup_cert_test.d crypto/pkcs12/p12_kiss.d apps/engine.d crypto/asn1/x_val.d crypto/dh/dh_gen.d engines/e_dasync.d crypto/evp/p_lib.d crypto/engine/eng_rdrand.d crypto/ripemd/rmd_dgst.d crypto/rc2/rc2cfb64.d test/rc4test.d test/buildtest_pkcs7.d crypto/engine/eng_init.d test/buildtest_obj_mac.d crypto/rsa/rsa_none.d crypto/des/des_enc.d crypto/asn1/t_pkey.d crypto/x509v3/v3_int.d crypto/asn1/a_digest.d crypto/blake2/blake2b.d crypto/ct/ct_policy.d test/dsatest.d crypto/init.d test/testutil/output_helpers.d crypto/des/rand_key.d crypto/des/ofb_enc.d crypto/blake2/blake2s.d crypto/evp/evp_err.d crypto/hmac/hm_pmeth.d test/x509_internal_test.d test/testutil/random.d crypto/pkcs7/pk7_mime.d test/buildtest_stack.d crypto/bio/bss_file.d test/ecdsatest.d crypto/ocsp/ocsp_lib.d crypto/seed/seed_cfb.d crypto/evp/e_bf.d test/buildtest_pkcs12.d crypto/kdf/tls1_prf.d crypto/ts/ts_err.d crypto/dsa/dsa_meth.d crypto/ex_data.d test/buildtest_pem2.d ssl/statem/statem.d crypto/evp/e_camellia.d crypto/bio/bss_dgram.d crypto/rand/rand_vms.d test/crltest.d crypto/seed/seed_cbc.d apps/app_rand.d crypto/sm3/m_sm3.d crypto/poly1305/poly1305.d crypto/bn/bn_recp.d crypto/cast/c_ofb64.d test/modes_internal_test.d test/rc2test.d crypto/comp/comp_lib.d crypto/conf/conf_lib.d test/buildtest_ebcdic.d crypto/ts/ts_lib.d test/time_offset_test.d test/buildtest_dsa.d crypto/evp/pmeth_fn.d test/enginetest.d crypto/rsa/rsa_pss.d crypto/o_dir.d ssl/statem/statem_dtls.d crypto/engine/eng_all.d test/exptest.d crypto/camellia/cmll_ofb.d crypto/pkcs12/p12_crt.d apps/rsa.d test/buildtest_pem.d crypto/evp/e_rc4.d crypto/evp/e_rc4_hmac_md5.d crypto/kdf/hkdf.d test/rdrand_sanitytest.d test/threadstest.d crypto/rsa/rsa_prn.d crypto/asn1/a_d2i_fp.d crypto/cms/cms_asn1.d crypto/bio/bio_lib.d test/ideatest.d crypto/bn/bn_depr.d crypto/bn/bn_word.d crypto/rsa/rsa_lib.d crypto/asn1/d2i_pr.d crypto/asn1/i2d_pu.d crypto/pkcs7/pkcs7err.d crypto/objects/obj_err.d crypto/cast/c_ecb.d apps/srp.d apps/s_client.d crypto/asn1/t_bitst.d crypto/asn1/bio_ndef.d crypto/bio/bf_buff.d test/buildtest_srp.d crypto/aes/aes_cbc.d test/buildtest_engine.d fuzz/asn1parse.d apps/crl2p7.d crypto/ec/ec_mult.d crypto/des/set_key.d crypto/err/err.d test/buildtest_symhacks.d crypto/pkcs12/p12_key.d crypto/asn1/a_utctm.d test/buildtest_crypto.d ssl/tls_srp.d ssl/record/ssl3_record.d test/tls13secretstest.d crypto/pem/pem_pkey.d test/buildtest_buffer.d crypto/pem/pem_lib.d test/servername_test.d test/buildtest_aes.d crypto/hmac/hm_ameth.d crypto/o_fopen.d crypto/evp/cmeth_lib.d test/buildtest_md5.d crypto/aria/aria.d ssl/packet.d crypto/x509v3/v3_info.d crypto/x509v3/v3_admis.d crypto/x509/x_x509a.d fuzz/bignum.d test/asynciotest.d apps/speed.d crypto/cms/cms_smime.d crypto/engine/tb_eckey.d crypto/whrlpool/wp_block.d crypto/rc5/rc5ofb64.d test/testutil/driver.d crypto/camellia/cmll_ecb.d crypto/mem.d crypto/siphash/siphash_ameth.d test/ssl_test_ctx.d crypto/engine/eng_dyn.d crypto/threads_pthread.d crypto/ct/ct_sct_ctx.d crypto/des/ofb64ede.d crypto/rand/rand_err.d crypto/dso/dso_vms.d crypto/asn1/a_object.d crypto/conf/conf_api.d crypto/bio/bss_mem.d crypto/ec/curve448/arch_32/f_impl.d crypto/aes/aes_core.d apps/apps.d crypto/x509v3/v3_alt.d crypto/evp/e_seed.d crypto/aes/aes_ecb.d apps/s_socket.d test/buildtest_lhash.d crypto/evp/m_md4.d test/buildtest_tls1.d ssl/ssl_sess.d test/v3nametest.d crypto/o_init.d crypto/ec/ec_ameth.d crypto/dh/dh_ameth.d test/buildtest_evp.d ssl/d1_srtp.d test/asn1_internal_test.d test/ssltestlib.d crypto/bf/bf_ofb64.d crypto/dsa/dsa_ossl.d test/buildtest_async.d crypto/evp/e_cast.d crypto/md4/md4_dgst.d crypto/asn1/x_sig.d crypto/ec/curve448/curve448.d crypto/bio/b_print.d ssl/s3_enc.d crypto/des/ofb64enc.d apps/enc.d test/dhtest.d crypto/evp/e_des3.d test/ecstresstest.d crypto/ui/ui_null.d crypto/x509/t_req.d crypto/rsa/rsa_ameth.d crypto/md2/md2_dgst.d crypto/rsa/rsa_gen.d crypto/txt_db/txt_db.d test/buildtest_ssl.d engines/e_padlock.d crypto/rsa/rsa_ossl.d test/buildtest_idea.d test/ssl_test.d test/buildtest_blowfish.d crypto/asn1/p5_pbe.d crypto/ts/ts_rsp_utils.d crypto/asn1/x_spki.d test/buildtest_x509.d crypto/x509v3/v3_asid.d crypto/x509/by_dir.d crypto/x509v3/v3_tlsf.d test/secmemtest.d crypto/rc2/rc2_skey.d test/pkey_meth_kdf_test.d apps/verify.d crypto/evp/p_sign.d crypto/ec/ec_curve.d test/buildtest_rand_drbg.d crypto/rc4/rc4_skey.d ssl/ssl_init.d crypto/ec/ecdsa_sign.d apps/pkcs8.d crypto/cms/cms_sd.d crypto/asn1/a_octet.d crypto/store/store_err.d test/v3ext.d test/buildtest_md2.d crypto/x509v3/v3_bcons.d crypto/bn/bn_blind.d crypto/asn1/asn1_item_list.d ssl/bio_ssl.d crypto/asn1/d2i_pu.d crypto/asn1/i2d_pr.d test/ctype_internal_test.d crypto/engine/eng_table.d crypto/dsa/dsa_gen.d crypto/bn/bn_srp.d crypto/dsa/dsa_ameth.d crypto/pkcs7/pk7_attr.d test/asynctest.d crypto/sm2/sm2_pmeth.d test/buildtest_kdf.d crypto/x509/x_x509.d crypto/x509v3/pcy_cache.d crypto/bn/bn_shift.d apps/genrsa.d crypto/ec/eck_prn.d crypto/ec/ecp_oct.d crypto/x509v3/v3_pcons.d crypto/evp/m_sha1.d apps/pkeyutl.d crypto/rc5/rc5_enc.d ssl/s3_lib.d crypto/hmac/hmac.d crypto/bn/bn_exp2.d crypto/pkcs12/p12_decr.d crypto/bn/bn_div.d ssl/ssl_lib.d apps/dsaparam.d test/errtest.d fuzz/client.d crypto/ec/ec2_smpl.d crypto/cms/cms_pwri.d crypto/x509v3/v3_cpols.d test/asn1_time_test.d fuzz/asn1.d ssl/ssl_utst.d crypto/md5/md5_one.d ssl/ssl_txt.d test/lhash_test.d crypto/bn/bn_rand.d crypto/x509v3/v3_addr.d crypto/dsa/dsa_lib.d crypto/x509v3/v3_ncons.d crypto/pkcs7/bio_pk7.d crypto/engine/eng_list.d crypto/dsa/dsa_prn.d crypto/async/arch/async_win.d crypto/ct/ct_oct.d crypto/ec/ec_print.d engines/e_capi.d crypto/cversion.d crypto/ripemd/rmd_one.d test/cmactest.d crypto/ts/ts_conf.d crypto/evp/e_sm4.d crypto/bf/bf_cfb64.d crypto/ui/ui_util.d crypto/bn/bn_intern.d crypto/rsa/rsa_saos.d ssl/ssl_err.d crypto/store/store_strings.d crypto/ebcdic.d test/stack_test.d crypto/asn1/asn1_err.d apps/ocsp.d test/wpackettest.d crypto/cms/cms_ess.d test/buildtest_rsa.d crypto/dh/dh_err.d crypto/ec/ec_err.d crypto/cms/cms_att.d crypto/pkcs12/p12_utl.d crypto/camellia/cmll_ctr.d crypto/engine/eng_lib.d crypto/evp/bio_ok.d test/gmdifftest.d crypto/dso/dso_openssl.d crypto/des/cbc_cksm.d crypto/x509/x509_txt.d test/tls13encryptiontest.d crypto/ec/ec_lib.d crypto/dh/dh_lib.d test/rsa_test.d apps/s_cb.d crypto/asn1/tasn_new.d test/d2i_test.d crypto/dh/dh_pmeth.d crypto/ec/ec_pmeth.d crypto/bn/bn_mont.d crypto/aes/aes_cfb.d crypto/x509v3/v3_utl.d crypto/ec/curve448/curve448_tables.d crypto/asn1/bio_asn1.d ssl/statem/statem_clnt.d apps/openssl.d test/drbg_cavs_test.d crypto/asn1/tasn_prn.d crypto/x509v3/v3err.d crypto/idea/i_cfb64.d crypto/engine/tb_dsa.d ssl/statem/extensions_cust.d crypto/mem_clr.d crypto/ts/ts_rsp_verify.d crypto/bn/bn_x931p.d crypto/cast/c_enc.d crypto/dsa/dsa_key.d crypto/async/arch/async_null.d fuzz/crl.d test/bftest.d crypto/mem_sec.d crypto/ctype.d crypto/asn1/tasn_scn.d test/buildtest_rc4.d apps/pkey.d test/dsa_no_digest_size_test.d apps/ciphers.d test/recordlentest.d crypto/x509v3/v3_akeya.d crypto/ec/ec_cvt.d test/bio_callback_test.d crypto/engine/eng_pkey.d test/buildtest_conf_api.d crypto/des/cbc_enc.d apps/cms.d crypto/x509/x509_trs.d test/curve448_internal_test.d crypto/modes/xts128.d test/buildtest_hmac.d crypto/evp/m_sigver.d crypto/rsa/rsa_meth.d crypto/des/qud_cksm.d crypto/bio/bio_meth.d crypto/asn1/p5_scrypt.d test/buildtest_cmac.d crypto/cms/cms_kari.d test/mdc2_internal_test.d crypto/x509/x509_lu.d crypto/cms/cms_io.d crypto/idea/i_skey.d crypto/asn1/a_bitstr.d fuzz/server.d crypto/asn1/a_mbstr.d crypto/modes/ocb128.d test/test_test.d crypto/x509/x_exten.d crypto/dso/dso_lib.d ssl/statem/statem_lib.d test/buildtest_des.d crypto/dsa/dsa_pmeth.d crypto/err/err_all.d crypto/bio/bss_fd.d crypto/blake2/m_blake2s.d crypto/sha/sha512.d crypto/ocsp/ocsp_prn.d crypto/poly1305/poly1305_pmeth.d test/buildtest_sha.d crypto/x509/x_pubkey.d test/sm2_internal_test.d crypto/bio/b_addr.d test/testutil/tests.d crypto/evp/m_sha3.d crypto/modes/cts128.d apps/smime.d ssl/statem/extensions.d crypto/engine/tb_rand.d test/testutil/format_output.d crypto/x509/x_crl.d crypto/x509v3/v3_akey.d test/afalgtest.d crypto/whrlpool/wp_dgst.d crypto/camellia/cmll_cbc.d crypto/sm3/sm3.d apps/rsautl.d test/sm4_internal_test.d test/buildtest_x509_vfy.d crypto/dsa/dsa_asn1.d crypto/bio/bss_null.d crypto/dh/dh_kdf.d crypto/store/loader_file.d crypto/engine/tb_asnmth.d crypto/asn1/a_strex.d crypto/ec/ec_kmeth.d crypto/sha/sha1_one.d crypto/evp/c_allc.d crypto/idea/i_cbc.d crypto/x509v3/v3_sxnet.d ssl/ssl_asn1.d crypto/pkcs12/p12_asn.d crypto/ts/ts_req_print.d test/md2test.d crypto/bio/bss_log.d ssl/t1_trce.d crypto/evp/e_chacha20_poly1305.d test/x509aux.d crypto/x509v3/v3_enum.d crypto/ts/ts_req_utils.d apps/pkeyparam.d crypto/evp/e_rc2.d crypto/dso/dso_win32.d crypto/poly1305/poly1305_ameth.d crypto/rc4/rc4_enc.d crypto/ts/ts_asn1.d test/buildtest_txt_db.d test/sysdefaulttest.d crypto/kdf/scrypt.d test/buildtest_rand.d apps/ca.d crypto/bio/b_sock2.d test/buildtest_srtp.d crypto/bn/bn_prime.d ssl/s3_msg.d crypto/ec/ecx_meth.d crypto/buffer/buf_err.d crypto/rand/rand_unix.d crypto/o_fips.d crypto/rand/rand_win.d crypto/evp/c_alld.d crypto/evp/encode.d crypto/asn1/a_int.d crypto/pkcs12/p12_attr.d crypto/pkcs12/p12_crpt.d crypto/pkcs12/p12_p8e.d crypto/cryptlib.d crypto/rc5/rc5_skey.d crypto/idea/i_ofb64.d crypto/engine/eng_openssl.d crypto/ec/ecp_nistp224.d crypto/x509v3/pcy_map.d crypto/pem/pem_oth.d ssl/statem/statem_srvr.d crypto/bio/bf_lbuf.d crypto/dsa/dsa_sign.d crypto/rsa/rsa_pk1.d crypto/x509v3/v3_ia5.d test/dtls_mtu_test.d crypto/asn1/evp_asn1.d crypto/asn1/x_pkey.d test/buildtest_whrlpool.d crypto/evp/p5_crpt.d test/buildtest_cms.d test/x509_check_cert_pkey_test.d ssl/t1_enc.d crypto/evp/names.d crypto/dh/dh_prn.d test/gosttest.d crypto/des/fcrypt_b.d ssl/methods.d crypto/x509/x_attrib.d crypto/bf/bf_ecb.d crypto/asn1/tasn_utl.d test/buildtest_ossl_typ.d crypto/evp/e_des.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/aes/aes_ige.d crypto/ec/ecdsa_vrf.d apps/pkcs7.d crypto/x509v3/v3_bitst.d crypto/bn/bn_gcd.d test/buildtest_camellia.d crypto/ocsp/v3_ocsp.d crypto/x509/x509_cmp.d fuzz/ct.d crypto/dsa/dsa_err.d crypto/evp/m_md2.d test/cipherbytes_test.d crypto/evp/p_dec.d crypto/asn1/a_gentm.d test/buildtest_comp.d apps/crl.d crypto/cms/cms_env.d test/siphash_internal_test.d crypto/ec/ecp_nistputil.d crypto/bn/bn_kron.d crypto/objects/obj_lib.d crypto/dsa/dsa_depr.d crypto/md2/md2_one.d crypto/bf/bf_skey.d test/ocspapitest.d crypto/x509v3/v3_genn.d engines/e_ossltest.d crypto/x509v3/v3_pmaps.d crypto/rsa/rsa_chk.d crypto/x509v3/v3_extku.d test/buildtest_conf.d crypto/srp/srp_vfy.d apps/dgst.d crypto/asn1/x_bignum.d crypto/x509v3/v3_crld.d crypto/rand/rand_egd.d crypto/modes/cfb128.d crypto/x509/x509_r2x.d test/conf_include_test.d fuzz/cms.d test/asn1_string_table_test.d crypto/rsa/rsa_x931g.d crypto/des/ecb3_enc.d crypto/evp/p_open.d crypto/x509/by_file.d crypto/pkcs12/p12_npas.d crypto/x509/x509_set.d crypto/asn1/x_int64.d crypto/dh/dh_check.d crypto/ec/ec_check.d test/sanitytest.d test/buildtest_bn.d test/buildtest_ssl3.d crypto/des/str2key.d crypto/engine/eng_err.d crypto/pem/pem_x509.d apps/genpkey.d test/ec_internal_test.d crypto/md4/md4_one.d test/exdatatest.d apps/dsa.d ssl/statem/extensions_srvr.d crypto/srp/srp_lib.d crypto/ec/curve448/eddsa.d test/buildtest_ocsp.d crypto/pem/pem_info.d test/buildtest_ct.d crypto/threads_none.d crypto/modes/ctr128.d crypto/x509/x_req.d crypto/sm4/sm4.d crypto/ec/ecp_smpl.d test/bntest.d crypto/ec/ec2_oct.d crypto/asn1/x_algor.d ssl/ssl_ciph.d crypto/evp/pmeth_gn.d crypto/evp/e_rc5.d crypto/asn1/asn1_lib.d crypto/x509v3/v3_purp.d crypto/x509/x509_ext.d crypto/bn/bn_print.d crypto/sha/keccak1600.d crypto/sm2/sm2_crypt.d crypto/engine/tb_digest.d crypto/async/async_wait.d test/testutil/stanza.d fuzz/bndiv.d crypto/evp/m_ripemd.d crypto/asn1/x_info.d test/bio_memleak_test.d test/packettest.d crypto/x509/x509_meth.d crypto/bn/bn_err.d crypto/ocsp/ocsp_cl.d crypto/conf/conf_mod.d crypto/bio/bf_nbio.d crypto/x509v3/v3_prn.d crypto/x509/x509_err.d crypto/sm2/sm2_err.d crypto/store/store_init.d test/sslcorrupttest.d crypto/asn1/tasn_fre.d test/drbgtest.d crypto/cmac/cmac.d crypto/asn1/n_pkey.d test/srptest.d crypto/getenv.d crypto/ec/ecp_nist.d crypto/bn/bn_lib.d crypto/engine/eng_cnf.d crypto/evp/p5_crpt2.d crypto/des/pcbc_enc.d crypto/idea/i_ecb.d crypto/comp/c_zlib.d ssl/pqueue.d crypto/rand/randfile.d crypto/evp/m_md5_sha1.d test/pbelutest.d crypto/bn/bn_dh.d crypto/x509/x509rset.d crypto/evp/m_md5.d crypto/x509/x_all.d crypto/bf/bf_enc.d ssl/ssl_mcnf.d test/clienthellotest.d test/memleaktest.d crypto/evp/pmeth_lib.d crypto/sm2/sm2_sign.d crypto/asn1/x_long.d crypto/asn1/p8_pkey.d crypto/kdf/kdf_err.d crypto/objects/obj_xref.d test/hmactest.d crypto/bn/bn_mpi.d crypto/x509/x509cset.d crypto/evp/bio_b64.d test/buildtest_cast.d crypto/x509/x509_def.d crypto/x509/x509name.d crypto/x509/x509_req.d crypto/cpt_err.d crypto/dso/dso_err.d apps/req.d crypto/asn1/asn_moid.d crypto/bio/bss_conn.d crypto/asn1/tasn_dec.d crypto/pem/pem_all.d test/bioprinttest.d crypto/engine/tb_dh.d crypto/conf/conf_ssl.d crypto/camellia/camellia.d test/ssltest_old.d test/evp_test.d test/rc5test.d test/poly1305_internal_test.d crypto/cms/cms_cd.d crypto/bio/bss_bio.d test/chacha_internal_test.d crypto/rsa/rsa_x931.d test/cmsapitest.d apps/ts.d test/ssl_cert_table_internal_test.d crypto/ts/ts_rsp_print.d crypto/evp/m_null.d apps/s_server.d test/buildtest_x509v3.d test/buildtest_rc5.d ssl/s3_cbc.d crypto/lhash/lhash.d crypto/x509/x509_vfy.d crypto/x509/x509_vpm.d ssl/record/rec_layer_s3.d crypto/rsa/rsa_crpt.d test/buildtest_store.d crypto/rand/drbg_lib.d crypto/camellia/cmll_misc.d apps/sess_id.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/asn1/a_utf8.d test/uitest.d apps/opt.d crypto/pem/pem_xaux.d crypto/evp/e_xcbc_d.d crypto/evp/e_idea.d ssl/d1_lib.d crypto/ts/ts_rsp_sign.d crypto/ct/ct_x509v3.d crypto/x509/x509type.d crypto/ts/ts_verify_ctx.d test/fatalerrtest.d test/tls13ccstest.d crypto/chacha/chacha_enc.d crypto/dh/dh_rfc5114.d crypto/x509/x_name.d crypto/bio/bio_cb.d test/asn1_decode_test.d apps/ecparam.d test/buildtest_objects.d crypto/dh/dh_asn1.d crypto/ec/ec_asn1.d ssl/record/dtls1_bitmap.d crypto/modes/wrap128.d crypto/rsa/rsa_mp.d crypto/bio/bss_sock.d test/buildtest_e_os2.d crypto/x509v3/v3_lib.d crypto/objects/obj_dat.d crypto/bn/bn_nist.d crypto/evp/p_enc.d crypto/ct/ct_prn.d crypto/x509v3/pcy_lib.d crypto/aes/aes_wrap.d crypto/evp/e_null.d crypto/ocsp/ocsp_srv.d crypto/stack/stack.d test/ciphername_test.d crypto/x509v3/v3_skey.d test/cipherlist_test.d crypto/ct/ct_vfy.d crypto/cmac/cm_ameth.d crypto/rc2/rc2_ecb.d crypto/cms/cms_err.d ssl/statem/extensions_clnt.d crypto/uid.d test/testutil/cb.d test/testutil/testutil_init.d crypto/bn/bn_add.d crypto/rand/rand_lib.d crypto/ec/ecp_nistp256.d crypto/x509/x509_att.d test/constant_time_test.d crypto/asn1/asn_mime.d crypto/bio/b_sock.d crypto/async/arch/async_posix.d test/ct_test.d crypto/pkcs12/p12_init.d test/buildtest_bio.d test/aborttest.d crypto/ec/ecp_mont.d crypto/aes/aes_ofb.d crypto/pkcs12/p12_add.d crypto/bio/bf_null.d crypto/x509v3/v3_pku.d crypto/asn1/asn1_gen.d crypto/des/cfb64ede.d crypto/bn/bn_sqr.d crypto/seed/seed_ofb.d crypto/x509/x509_d2.d test/buildtest_ripemd.d crypto/asn1/tasn_enc.d crypto/blake2/m_blake2b.d crypto/evp/evp_pkey.d test/buildtest_modes.d crypto/objects/o_names.d crypto/evp/evp_lib.d apps/storeutl.d test/buildtest_ec.d crypto/engine/eng_fat.d test/buildtest_rc2.d crypto/pkcs7/pk7_lib.d crypto/evp/e_old.d crypto/evp/e_aria.d test/evp_extra_test.d crypto/dh/dh_depr.d crypto/ec/curve448/scalar.d apps/passwd.d test/buildtest_ecdsa.d apps/s_time.d crypto/pem/pem_pk8.d crypto/ec/ecp_nistp521.d crypto/dsa/dsa_vrf.d fuzz/test-corpus.d crypto/x509/t_x509.d crypto/pkcs12/p12_sbag.d crypto/x509v3/v3_pci.d crypto/ec/ecdsa_ossl.d ssl/ssl_conf.d crypto/des/cfb64enc.d crypto/dso/dso_dl.d test/pemtest.d crypto/rc5/rc5cfb64.d apps/rand.d apps/spkac.d ssl/tls13_enc.d crypto/siphash/siphash.d test/buildtest_ui.d crypto/bn/bn_mod.d crypto/evp/evp_enc.d crypto/asn1/t_spki.d crypto/x509/x509_obj.d crypto/asn1/a_dup.d crypto/evp/p_verify.d crypto/rc2/rc2_cbc.d crypto/asn1/a_strnid.d crypto/x509/x509spki.d crypto/ec/ecdh_ossl.d test/buildtest_asn1.d crypto/asn1/a_type.d crypto/dh/dh_meth.d crypto/dh/dh_rfc7919.d test/versions.d test/buildtest_opensslv.d ssl/ssl_rsa.d crypto/ec/curve25519.d test/dtlstest.d crypto/rsa/rsa_err.d crypto/des/ecb_enc.d crypto/bio/bio_err.d crypto/asn1/asn1_par.d crypto/asn1/ameth_lib.d test/sslbuffertest.d crypto/conf/conf_err.d crypto/asn1/asn_mstbl.d crypto/comp/comp_err.d test/mdc2test.d test/testutil/tap_bio.d crypto/store/store_register.d crypto/x509/t_crl.d crypto/pkcs7/pk7_smime.d crypto/bn/bn_gf2m.d crypto/engine/tb_rsa.d crypto/ocsp/ocsp_err.d crypto/evp/evp_key.d crypto/async/async.d crypto/evp/digest.d crypto/threads_win.d crypto/bn/bn_sqrt.d crypto/err/err_prn.d apps/nseq.d ssl/t1_lib.d test/sslapitest.d crypto/modes/cbc128.d crypto/conf/conf_sap.d crypto/engine/tb_cipher.d crypto/evp/e_aes.d crypto/cms/cms_dd.d crypto/mem_dbg.d crypto/pem/pem_err.d crypto/ui/ui_openssl.d crypto/siphash/siphash_pmeth.d apps/pkcs12.d crypto/asn1/tasn_typ.d crypto/x509v3/pcy_tree.d apps/prime.d crypto/rsa/rsa_ssl.d crypto/evp/p_seal.d crypto/asn1/a_time.d crypto/ocsp/ocsp_ext.d apps/errstr.d crypto/dso/dso_dlfcn.d crypto/conf/conf_mall.d crypto/ocsp/ocsp_asn.d test/verify_extra_test.d crypto/pkcs12/p12_p8d.d crypto/bn/bn_mul.d apps/rehash.d crypto/sha/sha1dgst.d crypto/evp/evp_cnf.d test/bio_enc_test.d ssl/ssl_cert.d crypto/rsa/rsa_depr.d crypto/rand/drbg_ctr.d crypto/pkcs7/pk7_doit.d crypto/modes/gcm128.d crypto/evp/evp_pbe.d apps/version.d crypto/ct/ct_sct.d crypto/bio/b_dump.d test/testutil/test_cleanup.d crypto/x509v3/v3_pcia.d test/testutil/main.d crypto/pem/pem_sign.d test/bad_dtls_test.d crypto/x509v3/pcy_node.d crypto/engine/eng_ctrl.d crypto/evp/bio_md.d crypto/modes/ccm128.d test/buildtest_md4.d test/drbg_cavs_data.d crypto/ocsp/ocsp_vfy.d crypto/evp/m_mdc2.d crypto/evp/pbe_scrypt.d crypto/asn1/a_i2d_fp.d ssl/record/rec_layer_d1.d test/buildtest_seed.d apps/asn1pars.d crypto/cmac/cm_pmeth.d crypto/bn/bn_const.d test/ectest.d crypto/des/cfb_enc.d crypto/cast/c_cfb64.d test/casttest.d crypto/md5/md5_dgst.d crypto/pkcs7/pk7_asn1.d crypto/pkcs12/pk12err.d crypto/rc2/rc2ofb64.d fuzz/x509.d crypto/o_time.d test/x509_time_test.d crypto/ec/curve448/f_generic.d apps/ec.d ssl/record/ssl3_buffer.d crypto/conf/conf_def.d test/igetest.d crypto/rsa/rsa_sign.d test/asn1_encode_test.d crypto/store/store_lib.d test/buildtest_ts.d crypto/ec/ec_key.d crypto/aes/aes_misc.d crypto/modes/ofb128.d crypto/dh/dh_key.d test/danetest.d crypto/cast/c_skey.d test/testutil/basic_output.d test/pkey_meth_test.d crypto/pkcs12/p12_mutl.d crypto/seed/seed_ecb.d crypto/bn/bn_exp.d crypto/lhash/lh_stats.d crypto/bn/bn_ctx.d crypto/evp/m_wp.d crypto/o_str.d crypto/asn1/a_print.d crypto/asn1/f_string.d crypto/asn1/asn_pack.d test/buildtest_safestack.d test/buildtest_asn1t.d +DEPS=crypto/modes/cfb128.d crypto/store/store_register.d crypto/err/err_prn.d test/sm4_internal_test.d ssl/ssl_rsa.d crypto/bio/bss_dgram.d crypto/x509/x509_trs.d apps/apps.d test/buildtest_hmac.d crypto/bn/bn_x931p.d crypto/x509/x509_vfy.d crypto/conf/conf_mall.d test/buildtest_tls1.d crypto/bn/bn_exp.d crypto/dh/dh_prn.d test/d2i_test.d crypto/des/ofb_enc.d test/pemtest.d crypto/ts/ts_err.d test/bio_enc_test.d crypto/bn/bn_print.d test/cmactest.d crypto/evp/evp_lib.d crypto/x509/x_crl.d crypto/asn1/a_strex.d apps/x509.d crypto/rsa/rsa_saos.d crypto/engine/eng_dyn.d crypto/x509v3/pcy_node.d test/buildtest_ssl2.d crypto/pem/pem_pkey.d ssl/s3_msg.d crypto/bio/bf_buff.d crypto/dsa/dsa_meth.d test/asn1_time_test.d crypto/cms/cms_att.d crypto/ec/eck_prn.d test/rsa_mp_test.d crypto/modes/ccm128.d test/rc4test.d crypto/asn1/t_pkey.d crypto/cmac/cm_ameth.d crypto/idea/i_skey.d test/dtls_mtu_test.d crypto/asn1/tasn_enc.d crypto/o_init.d test/buildtest_ct.d crypto/evp/m_md5_sha1.d crypto/x509/x509spki.d crypto/evp/evp_pbe.d crypto/evp/evp_err.d crypto/evp/m_md2.d crypto/asn1/bio_ndef.d apps/smime.d crypto/aes/aes_cbc.d crypto/camellia/cmll_ofb.d test/shlibloadtest.d test/buildtest_asn1t.d test/md2test.d crypto/bf/bf_cfb64.d crypto/rsa/rsa_x931.d crypto/asn1/tasn_typ.d test/x509_internal_test.d test/buildtest_conf_api.d apps/dsaparam.d crypto/cms/cms_ess.d crypto/modes/xts128.d crypto/siphash/siphash.d crypto/x509v3/v3_pcons.d test/dsa_no_digest_size_test.d crypto/sm3/sm3.d crypto/objects/obj_lib.d crypto/uid.d crypto/ct/ct_oct.d crypto/x509v3/v3_int.d crypto/dsa/dsa_gen.d crypto/camellia/cmll_cfb.d crypto/engine/tb_dh.d crypto/ts/ts_req_print.d crypto/conf/conf_err.d ssl/statem/statem_clnt.d crypto/o_fips.d ssl/ssl_err.d test/buildtest_md2.d crypto/buffer/buf_err.d crypto/evp/e_seed.d crypto/comp/comp_lib.d crypto/dh/dh_meth.d ssl/bio_ssl.d test/buildtest_seed.d crypto/x509/x509_req.d crypto/evp/m_md4.d test/ssltestlib.d crypto/pem/pem_info.d crypto/evp/pmeth_gn.d crypto/des/qud_cksm.d apps/ocsp.d crypto/evp/p_enc.d apps/version.d test/asn1_decode_test.d crypto/ec/ec_curve.d crypto/des/fcrypt.d test/buildtest_srtp.d crypto/ec/ecdh_kdf.d crypto/ec/ec_mult.d crypto/ct/ct_prn.d crypto/pem/pem_x509.d fuzz/cms.d crypto/dsa/dsa_ameth.d crypto/asn1/nsseq.d crypto/poly1305/poly1305_pmeth.d crypto/engine/tb_asnmth.d test/drbg_cavs_data.d apps/pkey.d test/dhtest.d crypto/sha/sha256.d crypto/ui/ui_lib.d crypto/pem/pem_all.d test/crltest.d crypto/dsa/dsa_sign.d crypto/seed/seed_cfb.d crypto/x509/by_dir.d crypto/dsa/dsa_err.d test/cmsapitest.d crypto/ts/ts_rsp_print.d crypto/x509v3/pcy_data.d apps/dsa.d crypto/engine/tb_cipher.d crypto/conf/conf_sap.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/pkcs7/pk7_lib.d ssl/statem/extensions_srvr.d crypto/ec/ec_ameth.d test/buildtest_safestack.d crypto/rand/randfile.d crypto/asn1/asn1_item_list.d test/exdatatest.d test/asn1_internal_test.d test/ecstresstest.d crypto/rsa/rsa_mp.d apps/s_time.d crypto/ec/ecdh_ossl.d crypto/threads_none.d crypto/engine/eng_err.d crypto/rc5/rc5_enc.d crypto/asn1/a_dup.d crypto/x509v3/v3_admis.d test/buildtest_crypto.d test/test_test.d test/x509_dup_cert_test.d crypto/x509/x509_vpm.d test/buildtest_buffer.d crypto/dso/dso_win32.d crypto/sha/sha1_one.d fuzz/crl.d test/buildtest_ossl_typ.d crypto/x509v3/v3_bcons.d test/buildtest_blowfish.d crypto/ui/ui_openssl.d crypto/des/cfb64enc.d crypto/bn/bn_mpi.d crypto/siphash/siphash_pmeth.d crypto/x509/x509_v3.d crypto/pem/pvkfmt.d crypto/x509/t_req.d crypto/mem_clr.d crypto/pkcs12/p12_asn.d crypto/evp/e_aria.d crypto/mem_dbg.d crypto/des/str2key.d test/rdrand_sanitytest.d crypto/ec/ecp_nistp256.d crypto/camellia/cmll_cbc.d crypto/aes/aes_ige.d crypto/asn1/asn_moid.d apps/rsautl.d crypto/objects/o_names.d crypto/asn1/p5_pbev2.d crypto/dsa/dsa_lib.d crypto/rc2/rc2_cbc.d ssl/statem/statem.d crypto/blake2/m_blake2b.d crypto/bio/bf_lbuf.d apps/spkac.d crypto/ec/ec_err.d test/curve448_internal_test.d test/drbgtest.d crypto/idea/i_cfb64.d apps/s_server.d apps/dhparam.d crypto/dh/dh_pmeth.d test/bio_callback_test.d crypto/rsa/rsa_pmeth.d crypto/x509v3/v3_pci.d crypto/asn1/a_sign.d crypto/x509/x509_err.d crypto/rand/rand_err.d crypto/ebcdic.d crypto/pem/pem_xaux.d crypto/asn1/asn_mime.d crypto/ec/curve448/eddsa.d test/asynctest.d crypto/ripemd/rmd_dgst.d apps/genpkey.d crypto/asn1/p5_pbe.d test/srptest.d crypto/ec/ecp_nistp224.d crypto/ocsp/ocsp_ext.d crypto/md4/md4_one.d crypto/ec/ecp_smpl.d crypto/bn/bn_exp2.d crypto/mem.d test/ec_internal_test.d crypto/asn1/i2d_pr.d crypto/ocsp/ocsp_lib.d crypto/evp/e_idea.d crypto/asn1/f_int.d test/clienthellotest.d test/buildtest_objects.d apps/enc.d crypto/engine/eng_rdrand.d crypto/pkcs12/p12_decr.d crypto/evp/m_sigver.d crypto/stack/stack.d crypto/buffer/buffer.d test/igetest.d test/testutil/test_cleanup.d test/testutil/tap_bio.d ssl/d1_msg.d crypto/x509v3/v3_tlsf.d crypto/rsa/rsa_asn1.d crypto/x509/x_pubkey.d crypto/bio/bf_null.d crypto/bn/bn_mont.d test/packettest.d crypto/ui/ui_util.d crypto/async/async_wait.d crypto/evp/m_null.d apps/pkeyparam.d crypto/pkcs12/p12_npas.d crypto/rand/drbg_ctr.d test/testutil/random.d crypto/x509/x509rset.d crypto/rsa/rsa_lib.d crypto/blake2/m_blake2s.d crypto/mem_sec.d apps/s_socket.d ssl/record/rec_layer_s3.d ssl/methods.d crypto/x509v3/v3_skey.d test/afalgtest.d crypto/ec/ec2_smpl.d engines/e_ossltest.d crypto/x509v3/v3_info.d crypto/des/fcrypt_b.d test/ssl_test.d crypto/camellia/camellia.d test/ideatest.d crypto/asn1/a_digest.d test/buildtest_cms.d crypto/sm3/m_sm3.d ssl/ssl_mcnf.d test/buildtest_asn1.d crypto/asn1/a_d2i_fp.d test/buildtest_ebcdic.d crypto/objects/obj_dat.d crypto/cast/c_cfb64.d crypto/rand/rand_unix.d crypto/md5/md5_one.d crypto/ct/ct_err.d test/v3ext.d engines/e_padlock.d ssl/t1_trce.d crypto/blake2/blake2s.d crypto/cmac/cm_pmeth.d crypto/bf/bf_skey.d crypto/cms/cms_cd.d test/fatalerrtest.d ssl/ssl_asn1.d crypto/modes/wrap128.d crypto/poly1305/poly1305.d apps/s_cb.d crypto/err/err_all.d crypto/asn1/asn_pack.d apps/ca.d test/testutil/format_output.d crypto/pkcs12/p12_crpt.d crypto/dh/dh_ameth.d crypto/evp/evp_key.d crypto/ct/ct_policy.d test/buildtest_rc5.d test/secmemtest.d crypto/x509/x_name.d crypto/engine/tb_dsa.d crypto/conf/conf_def.d apps/ecparam.d crypto/bio/bss_null.d crypto/rsa/rsa_err.d fuzz/asn1parse.d crypto/rsa/rsa_sign.d crypto/rc2/rc2ofb64.d crypto/asn1/x_sig.d test/danetest.d crypto/des/ecb3_enc.d crypto/siphash/siphash_ameth.d crypto/rc2/rc2_ecb.d crypto/async/arch/async_null.d crypto/dsa/dsa_asn1.d crypto/asn1/x_pkey.d crypto/evp/e_bf.d crypto/x509v3/pcy_map.d test/ciphername_test.d crypto/modes/cts128.d test/chacha_internal_test.d test/buildtest_obj_mac.d crypto/x509v3/v3_conf.d crypto/ocsp/ocsp_ht.d apps/verify.d test/sm2_internal_test.d crypto/x509v3/v3_sxnet.d crypto/des/set_key.d crypto/x509v3/pcy_tree.d crypto/rc4/rc4_enc.d crypto/asn1/a_bitstr.d crypto/init.d crypto/x509v3/v3_ia5.d test/time_offset_test.d crypto/asn1/a_utctm.d test/drbg_cavs_test.d crypto/sm2/sm2_crypt.d ssl/statem/statem_srvr.d crypto/asn1/d2i_pr.d crypto/camellia/cmll_ctr.d crypto/evp/names.d ssl/t1_enc.d crypto/x509v3/v3_cpols.d crypto/x509v3/v3_pmaps.d apps/s_client.d test/buildtest_rc4.d crypto/ts/ts_verify_ctx.d test/cipherlist_test.d crypto/evp/p_seal.d crypto/asn1/tasn_utl.d crypto/camellia/cmll_misc.d crypto/dsa/dsa_pmeth.d crypto/store/store_err.d test/rc2test.d crypto/dh/dh_rfc5114.d crypto/bn/bn_word.d ssl/statem/extensions_clnt.d crypto/ec/ec_pmeth.d test/tls13secretstest.d crypto/asn1/t_bitst.d test/tls13ccstest.d crypto/evp/pmeth_lib.d crypto/aes/aes_misc.d test/ssl_ctx_test.d crypto/lhash/lhash.d crypto/x509/t_crl.d crypto/dh/dh_err.d crypto/seed/seed.d crypto/dso/dso_dl.d crypto/md2/md2_one.d crypto/evp/m_mdc2.d apps/openssl.d crypto/x509/x509_txt.d crypto/evp/bio_ok.d crypto/cmac/cmac.d crypto/rsa/rsa_chk.d test/enginetest.d fuzz/bndiv.d test/modes_internal_test.d crypto/rsa/rsa_oaep.d test/ectest.d crypto/engine/eng_table.d test/tls13encryptiontest.d crypto/engine/eng_lib.d crypto/asn1/n_pkey.d crypto/asn1/tasn_prn.d test/evp_extra_test.d crypto/ec/ec_oct.d crypto/bn/bn_kron.d crypto/blake2/blake2b.d crypto/pkcs7/pk7_smime.d crypto/x509/x_attrib.d crypto/sha/sha512.d test/buildtest_des.d crypto/asn1/a_utf8.d crypto/asn1/a_int.d crypto/dsa/dsa_key.d crypto/des/ofb64ede.d crypto/threads_win.d crypto/cast/c_enc.d crypto/evp/p_lib.d crypto/comp/c_zlib.d crypto/bio/bss_acpt.d test/hmactest.d apps/asn1pars.d crypto/srp/srp_vfy.d crypto/evp/m_wp.d crypto/rsa/rsa_pss.d crypto/ctype.d test/siphash_internal_test.d crypto/ec/curve25519.d test/bio_memleak_test.d crypto/ui/ui_null.d crypto/rsa/rsa_meth.d test/buildtest_lhash.d crypto/x509/x509_def.d test/wpackettest.d crypto/conf/conf_mod.d crypto/x509v3/v3_akey.d crypto/dh/dh_gen.d test/buildtest_dsa.d test/testutil/main.d crypto/async/arch/async_posix.d crypto/ex_data.d crypto/threads_pthread.d crypto/x509/x509type.d crypto/evp/e_xcbc_d.d test/sanitytest.d ssl/statem/statem_dtls.d crypto/x509/x509_meth.d test/buildtest_rand_drbg.d ssl/s3_cbc.d test/buildtest_pem2.d crypto/asn1/tasn_scn.d crypto/evp/evp_enc.d test/testutil/testutil_init.d crypto/seed/seed_ofb.d crypto/x509v3/pcy_lib.d crypto/x509/x509_lu.d test/conf_include_test.d crypto/sha/sha1dgst.d crypto/ec/ecp_mont.d apps/errstr.d test/sysdefaulttest.d crypto/pkcs7/pk7_mime.d crypto/dso/dso_err.d crypto/bio/bss_log.d crypto/x509/x509cset.d test/buildtest_aes.d test/asn1_encode_test.d ssl/ssl_stat.d crypto/aes/aes_ecb.d apps/app_rand.d crypto/ocsp/ocsp_asn.d crypto/modes/ofb128.d crypto/sha/keccak1600.d crypto/evp/e_old.d crypto/rsa/rsa_ameth.d crypto/store/store_strings.d crypto/modes/gcm128.d crypto/evp/e_rc5.d crypto/dh/dh_depr.d crypto/async/arch/async_win.d apps/ec.d crypto/pkcs12/p12_mutl.d crypto/ct/ct_b64.d crypto/ec/ecp_nistp521.d ssl/record/ssl3_record.d crypto/rc5/rc5ofb64.d crypto/rc5/rc5_ecb.d test/buildtest_cast.d crypto/x509v3/v3_lib.d test/sslbuffertest.d crypto/des/pcbc_enc.d crypto/x509/x_req.d crypto/pkcs12/p12_crt.d crypto/evp/p5_crpt.d crypto/bn/bn_gcd.d crypto/asn1/asn1_lib.d test/exptest.d crypto/engine/eng_ctrl.d crypto/x509v3/v3_addr.d test/buildtest_comp.d crypto/bio/bss_fd.d ssl/t1_lib.d crypto/pkcs7/pk7_attr.d crypto/ct/ct_log.d crypto/modes/ocb128.d crypto/bn/bn_lib.d fuzz/asn1.d crypto/dso/dso_lib.d apps/req.d apps/passwd.d crypto/rsa/rsa_gen.d apps/engine.d crypto/x509v3/v3_ncons.d crypto/whrlpool/wp_dgst.d crypto/bio/bf_nbio.d test/testutil/stanza.d crypto/bf/bf_ofb64.d crypto/cast/c_skey.d crypto/asn1/a_octet.d apps/sess_id.d crypto/engine/tb_pkmeth.d crypto/evp/bio_enc.d test/buildtest_x509.d crypto/ec/ecdsa_sign.d crypto/md2/md2_dgst.d crypto/dsa/dsa_vrf.d crypto/evp/e_rc4_hmac_md5.d crypto/asn1/a_strnid.d test/buildtest_ssl.d crypto/asn1/a_type.d crypto/engine/eng_openssl.d crypto/ec/ec_check.d test/buildtest_pkcs7.d crypto/hmac/hmac.d crypto/poly1305/poly1305_ameth.d crypto/pkcs12/p12_p8d.d crypto/pkcs12/p12_add.d crypto/idea/i_cbc.d crypto/asn1/bio_asn1.d crypto/asn1/tasn_dec.d crypto/evp/evp_cnf.d crypto/cms/cms_err.d test/buildtest_conf.d crypto/asn1/p8_pkey.d test/bad_dtls_test.d crypto/cms/cms_lib.d crypto/evp/e_rc4.d crypto/ec/curve448/arch_32/f_impl.d crypto/x509v3/v3_enum.d crypto/des/cfb_enc.d crypto/evp/bio_b64.d test/buildtest_md4.d crypto/dh/dh_key.d crypto/ec/ecp_nist.d crypto/asn1/asn1_gen.d ssl/s3_lib.d crypto/ts/ts_req_utils.d apps/cms.d crypto/seed/seed_ecb.d crypto/rand/drbg_lib.d test/asynciotest.d crypto/ec/ec_lib.d apps/ciphers.d crypto/asn1/t_spki.d crypto/evp/p_verify.d crypto/evp/m_sha3.d test/uitest.d crypto/x509v3/v3_bitst.d crypto/engine/eng_fat.d crypto/rand/rand_egd.d apps/ts.d apps/speed.d test/v3nametest.d crypto/rsa/rsa_x931g.d crypto/idea/i_ofb64.d test/rsa_complex.d test/bftest.d crypto/rsa/rsa_ossl.d crypto/asn1/a_object.d crypto/engine/tb_rand.d crypto/x509v3/v3_akeya.d crypto/sm2/sm2_pmeth.d crypto/asn1/tasn_fre.d test/buildtest_bio.d fuzz/bignum.d crypto/bn/bn_const.d crypto/cms/cms_smime.d crypto/ct/ct_sct_ctx.d test/buildtest_bn.d fuzz/x509.d crypto/bn/bn_shift.d crypto/x509/x509_att.d test/servername_test.d crypto/cms/cms_kari.d crypto/x509v3/v3_crld.d crypto/asn1/a_print.d crypto/ec/ec2_oct.d crypto/x509/x509_cmp.d test/buildtest_stack.d crypto/x509v3/v3_utl.d test/buildtest_x509v3.d test/recordlentest.d crypto/evp/e_rc2.d crypto/evp/e_cast.d crypto/ec/curve448/f_generic.d crypto/bio/b_sock2.d crypto/pkcs12/p12_sbag.d crypto/asn1/x_int64.d test/buildtest_ec.d ssl/ssl_ciph.d test/buildtest_md5.d crypto/evp/digest.d test/buildtest_srp.d test/rc5test.d crypto/rand/rand_vms.d crypto/x509/x_exten.d crypto/aes/aes_cfb.d crypto/kdf/scrypt.d test/buildtest_cmac.d crypto/ct/ct_x509v3.d crypto/x509/x509_obj.d crypto/bn/bn_rand.d crypto/evp/bio_md.d crypto/asn1/x_long.d crypto/kdf/kdf_err.d test/pkey_meth_test.d apps/opt.d crypto/asn1/p5_scrypt.d ssl/statem/statem_lib.d crypto/ts/ts_rsp_sign.d crypto/x509/x_x509a.d crypto/ec/ecp_nistputil.d crypto/rsa/rsa_pk1.d ssl/tls_srp.d test/buildtest_sha.d crypto/ui/ui_err.d crypto/des/rand_key.d test/rsa_test.d crypto/bn/bn_dh.d test/destest.d crypto/des/ofb64enc.d crypto/pem/pem_lib.d ssl/d1_srtp.d test/testutil/basic_output.d crypto/evp/evp_pkey.d crypto/camellia/cmll_ecb.d ssl/ssl_lib.d test/mdc2_internal_test.d apps/bf_prefix.d test/buildtest_evp.d crypto/md5/md5_dgst.d ssl/ssl_txt.d crypto/x509v3/v3_prn.d crypto/asn1/a_verify.d test/sslapitest.d crypto/asn1/x_bignum.d test/buildtest_async.d test/buildtest_symhacks.d crypto/bn/bn_srp.d ssl/record/ssl3_buffer.d crypto/evp/p_open.d ssl/s3_enc.d crypto/dsa/dsa_depr.d crypto/dh/dh_asn1.d crypto/cms/cms_sd.d crypto/err/err.d crypto/asn1/evp_asn1.d crypto/asn1/d2i_pu.d test/buildtest_rsa.d crypto/bio/bio_cb.d crypto/pem/pem_err.d test/ctype_internal_test.d test/errtest.d crypto/pem/pem_sign.d crypto/engine/eng_init.d crypto/engine/eng_all.d apps/srp.d crypto/x509/x_x509.d crypto/bn/bn_intern.d crypto/ec/ecdsa_ossl.d test/buildtest_idea.d test/buildtest_ecdh.d test/ssl_cert_table_internal_test.d crypto/engine/tb_digest.d crypto/hmac/hm_pmeth.d crypto/pkcs12/p12_kiss.d fuzz/test-corpus.d crypto/asn1/asn1_err.d crypto/store/store_lib.d ssl/pqueue.d test/buildtest_modes.d crypto/asn1/f_string.d test/pbelutest.d crypto/x509/x_all.d crypto/rsa/rsa_prn.d test/asn1_string_table_test.d engines/e_dasync.d ssl/d1_lib.d test/buildtest_ripemd.d crypto/modes/cbc128.d test/ct_test.d crypto/engine/eng_cnf.d crypto/cryptlib.d test/buildtest_rand.d crypto/txt_db/txt_db.d crypto/pkcs12/p12_attr.d crypto/cpt_err.d crypto/evp/cmeth_lib.d crypto/aes/aes_ofb.d test/poly1305_internal_test.d test/buildtest_camellia.d crypto/engine/eng_pkey.d crypto/evp/pbe_scrypt.d crypto/kdf/tls1_prf.d crypto/evp/p_sign.d crypto/cms/cms_env.d crypto/engine/tb_rsa.d test/ecdsatest.d crypto/o_str.d crypto/evp/e_camellia.d test/pkey_meth_kdf_test.d test/dsatest.d crypto/ts/ts_lib.d test/evp_test.d apps/crl2p7.d crypto/x509v3/pcy_cache.d crypto/bn/bn_recp.d crypto/evp/e_sm4.d test/testutil/tests.d crypto/rc4/rc4_skey.d apps/crl.d test/buildtest_ui.d crypto/evp/e_aes.d test/buildtest_ts.d crypto/async/async_err.d test/threadstest.d crypto/cast/c_ecb.d crypto/engine/tb_eckey.d crypto/ts/ts_rsp_utils.d crypto/bf/bf_ecb.d crypto/asn1/a_time.d crypto/asn1/a_mbstr.d crypto/evp/m_sha1.d crypto/des/des_enc.d crypto/des/cbc_enc.d crypto/des/ecb_enc.d crypto/evp/e_des.d crypto/rsa/rsa_none.d crypto/bn/bn_nist.d crypto/pkcs7/bio_pk7.d crypto/bio/b_addr.d crypto/ec/ec_kmeth.d crypto/ocsp/ocsp_srv.d crypto/des/cbc_cksm.d ssl/packet.d crypto/asn1/ameth_lib.d test/ssltest_old.d test/buildtest_ssl3.d crypto/comp/comp_err.d test/ssl_test_ctx.d crypto/ec/ec_asn1.d crypto/cms/cms_dd.d crypto/conf/conf_lib.d crypto/bn/bn_div.d crypto/getenv.d crypto/o_fopen.d crypto/ec/curve448/curve448.d test/buildtest_rc2.d crypto/bn/bn_mul.d crypto/rsa/rsa_depr.d test/x509aux.d crypto/bn/bn_err.d crypto/bn/bn_asm.d apps/storeutl.d crypto/bio/bss_conn.d test/x509_check_cert_pkey_test.d crypto/bio/b_dump.d test/versions.d test/dtlstest.d crypto/pkcs12/p12_p8e.d test/buildtest_whrlpool.d crypto/objects/obj_xref.d crypto/rand/rand_win.d crypto/asn1/i2d_pu.d ssl/statem/extensions_cust.d crypto/idea/i_ecb.d fuzz/client.d crypto/rc5/rc5_skey.d crypto/asn1/asn1_par.d test/memleaktest.d crypto/x509v3/v3_asid.d crypto/bio/bss_bio.d crypto/ocsp/v3_ocsp.d crypto/pkcs12/p12_key.d apps/rand.d apps/gendsa.d test/buildtest_pkcs12.d crypto/evp/p_dec.d test/buildtest_e_os2.d test/buildtest_opensslv.d crypto/ts/ts_conf.d crypto/dh/dh_kdf.d test/testutil/cb.d crypto/evp/c_alld.d ssl/ssl_utst.d crypto/ec/ec_cvt.d crypto/x509v3/v3_purp.d crypto/asn1/x_algor.d crypto/asn1/x_val.d crypto/bn/bn_gf2m.d crypto/pkcs7/pkcs7err.d crypto/o_dir.d crypto/store/store_init.d test/ocspapitest.d crypto/ct/ct_sct.d crypto/bio/bio_lib.d crypto/rc5/rc5cfb64.d crypto/md4/md4_dgst.d ssl/record/ssl3_record_tls13.d crypto/asn1/x_spki.d test/buildtest_kdf.d crypto/bn/bn_prime.d test/testutil/driver.d crypto/ripemd/rmd_one.d ssl/ssl_cert.d test/buildtest_dtls1.d crypto/x509/x509_r2x.d crypto/bio/b_print.d crypto/ocsp/ocsp_vfy.d fuzz/server.d test/buildtest_txt_db.d crypto/chacha/chacha_enc.d crypto/bio/bio_err.d crypto/seed/seed_cbc.d crypto/evp/e_chacha20_poly1305.d crypto/aes/aes_wrap.d crypto/evp/c_allc.d crypto/ec/ecx_meth.d engines/e_capi.d crypto/asn1/asn_mstbl.d crypto/ec/curve448/scalar.d test/sslcorrupttest.d crypto/asn1/x_info.d crypto/conf/conf_api.d crypto/dsa/dsa_prn.d crypto/pem/pem_oth.d crypto/bn/bn_blind.d apps/pkeyutl.d crypto/dh/dh_rfc7919.d crypto/conf/conf_ssl.d ssl/record/dtls1_bitmap.d crypto/bn/bn_sqrt.d crypto/srp/srp_lib.d test/buildtest_ocsp.d ssl/statem/extensions.d crypto/x509/by_file.d crypto/asn1/a_gentm.d crypto/objects/obj_err.d test/casttest.d test/stack_test.d test/buildtest_store.d crypto/ec/ecp_oct.d apps/dgst.d crypto/rand/rand_lib.d apps/rsa.d crypto/x509v3/v3_extku.d crypto/dh/dh_lib.d crypto/x509/x509_d2.d crypto/evp/m_md5.d crypto/bio/b_sock.d apps/pkcs8.d crypto/ec/ec_key.d crypto/pkcs7/pk7_asn1.d crypto/cast/c_ofb64.d crypto/dso/dso_dlfcn.d crypto/evp/m_ripemd.d crypto/x509v3/v3_alt.d crypto/ct/ct_vfy.d test/bntest.d apps/genrsa.d crypto/bio/bss_mem.d apps/nseq.d test/verify_extra_test.d crypto/ts/ts_rsp_verify.d test/handshake_helper.d crypto/ocsp/ocsp_prn.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/des/cfb64ede.d test/ssl_test_ctx_test.d crypto/lhash/lh_stats.d crypto/des/xcbc_enc.d crypto/aria/aria.d crypto/rsa/rsa_crpt.d crypto/x509/x509_set.d crypto/dso/dso_vms.d test/testutil/output_helpers.d ssl/tls13_enc.d test/aborttest.d crypto/x509v3/v3err.d crypto/ec/ecdsa_vrf.d fuzz/ct.d crypto/dh/dh_check.d crypto/asn1/a_i2d_fp.d crypto/x509/x509_ext.d test/mdc2test.d crypto/bn/bn_ctx.d crypto/asn1/tasn_new.d crypto/rc2/rc2_skey.d crypto/store/loader_file.d crypto/sm4/sm4.d crypto/bn/bn_depr.d crypto/pkcs7/pk7_doit.d crypto/sm2/sm2_sign.d test/constant_time_test.d test/x509_time_test.d crypto/bf/bf_enc.d crypto/sm2/sm2_err.d apps/rehash.d crypto/dso/dso_openssl.d crypto/ocsp/ocsp_err.d crypto/hmac/hm_ameth.d test/buildtest_ecdsa.d crypto/bn/bn_mod.d crypto/whrlpool/wp_block.d test/buildtest_engine.d crypto/async/async.d crypto/aes/aes_core.d crypto/ts/ts_asn1.d fuzz/conf.d crypto/ec/ec_print.d crypto/cversion.d ssl/ssl_init.d crypto/kdf/hkdf.d crypto/ec/curve448/curve448_tables.d crypto/pkcs12/pk12err.d test/gosttest.d crypto/rc2/rc2cfb64.d test/gmdifftest.d crypto/cms/cms_asn1.d crypto/bn/bn_sqr.d ssl/record/rec_layer_d1.d crypto/engine/eng_list.d test/buildtest_pem.d crypto/pkcs12/p12_utl.d crypto/ocsp/ocsp_cl.d crypto/x509/x509name.d crypto/x509/t_x509.d crypto/evp/e_des3.d test/bioprinttest.d test/lhash_test.d apps/prime.d crypto/bio/bss_file.d ssl/ssl_sess.d crypto/evp/pmeth_fn.d ssl/ssl_conf.d crypto/bio/bss_sock.d test/cipherbytes_test.d crypto/bn/bn_add.d crypto/x509v3/v3_genn.d crypto/x509v3/v3_pcia.d crypto/rsa/rsa_ssl.d crypto/evp/encode.d crypto/evp/e_null.d crypto/dsa/dsa_ossl.d test/dtlsv1listentest.d crypto/modes/ctr128.d crypto/cms/cms_enc.d crypto/bio/bio_meth.d crypto/cms/cms_pwri.d crypto/evp/p5_crpt2.d apps/pkcs7.d test/buildtest_x509_vfy.d crypto/pem/pem_pk8.d crypto/x509v3/v3_pku.d apps/pkcs12.d crypto/pkcs12/p12_init.d crypto/o_time.d test/buildtest_dh.d crypto/cms/cms_io.d GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/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 @@ -594,8 +594,8 @@ errors: done ) ordinals: - ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl crypto update ) - ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl ssl update ) + $(PERL) $(SRCDIR)/util/mkdef.pl crypto update + $(PERL) $(SRCDIR)/util/mkdef.pl ssl update test_ordinals: ( cd test; \ @@ -9585,7 +9585,7 @@ 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 diff --git a/upstream-build/makefile/x86_64-linux b/upstream-build/makefile/x86_64-linux index af0195e..fd2a4e0 100644 --- a/upstream-build/makefile/x86_64-linux +++ b/upstream-build/makefile/x86_64-linux @@ -11,7 +11,7 @@ CONFIGURE_ARGS=("linux-x86_64", "--prefix=/home/karen/install", "enable-md2", "e SRCDIR=.. BLDDIR=. -VERSION=1.1.1j +VERSION=1.1.1k 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/cmactest 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_ctx_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/md4/md4_one.d crypto/evp/e_cast.d test/buildtest_modes.d crypto/pem/pem_pkey.d crypto/x509/x509_trs.d crypto/ec/ec_mult.d test/buildtest_dtls1.d crypto/poly1305/poly1305_ameth.d test/buildtest_dh.d test/buildtest_tls1.d crypto/engine/eng_cnf.d ssl/record/ssl3_record_tls13.d crypto/des/ofb64enc.d crypto/pkcs12/p12_decr.d crypto/ec/eck_prn.d crypto/pkcs12/p12_mutl.d test/testutil/main.d crypto/rsa/rsa_pmeth.d test/buildtest_evp.d crypto/evp/m_sha1.d crypto/asn1/p5_scrypt.d ssl/ssl_conf.d crypto/bio/bss_null.d test/ecdsatest.d crypto/x509/t_x509.d crypto/x509/x509rset.d crypto/txt_db/txt_db.d crypto/idea/i_cfb64.d crypto/x509/x509spki.d crypto/bio/bss_log.d engines/e_padlock.d crypto/o_fips.d crypto/pem/pem_xaux.d ssl/tls13_enc.d crypto/asn1/t_pkey.d crypto/asn1/asn_moid.d crypto/asn1/a_i2d_fp.d crypto/md5/md5_dgst.d crypto/dh/dh_gen.d crypto/pem/pem_oth.d test/dtlsv1listentest.d crypto/modes/ctr128.d crypto/dso/dso_lib.d crypto/des/ofb64ede.d apps/verify.d crypto/ec/ecp_nistputil.d crypto/evp/evp_lib.d crypto/ctype.d test/buildtest_ebcdic.d crypto/engine/tb_rsa.d crypto/ct/ct_oct.d crypto/sha/sha512.d apps/rand.d crypto/rc4/rc4_skey.d crypto/x509v3/v3_akeya.d crypto/des/ofb_enc.d crypto/evp/e_old.d crypto/asn1/a_digest.d crypto/des/pcbc_enc.d test/buildtest_lhash.d crypto/des/set_key.d test/aborttest.d crypto/store/loader_file.d crypto/kdf/tls1_prf.d crypto/asn1/tasn_new.d crypto/dh/dh_check.d test/v3ext.d test/buildtest_bio.d crypto/asn1/ameth_lib.d test/recordlentest.d test/clienthellotest.d crypto/store/store_init.d crypto/pkcs7/pkcs7err.d crypto/cmac/cm_ameth.d crypto/lhash/lhash.d crypto/srp/srp_vfy.d crypto/asn1/x_spki.d crypto/x509v3/v3_admis.d crypto/camellia/cmll_cbc.d test/buildtest_srtp.d ssl/ssl_mcnf.d ssl/record/ssl3_buffer.d crypto/hmac/hm_pmeth.d crypto/ec/ecp_nist.d crypto/engine/tb_dsa.d crypto/async/arch/async_null.d test/bio_enc_test.d crypto/bn/bn_shift.d crypto/bf/bf_ofb64.d crypto/asn1/x_val.d crypto/dsa/dsa_err.d crypto/ec/ec_kmeth.d test/buildtest_ct.d ssl/statem/statem_dtls.d crypto/ct/ct_policy.d crypto/x509/by_dir.d test/testutil/cb.d test/buildtest_store.d crypto/bn/bn_mul.d crypto/evp/cmeth_lib.d crypto/x509v3/v3_int.d test/bftest.d test/sslapitest.d crypto/kdf/kdf_err.d test/buildtest_ecdh.d crypto/asn1/a_bitstr.d test/buildtest_bn.d test/pemtest.d crypto/x509/x509type.d crypto/evp/m_null.d apps/ecparam.d crypto/engine/eng_openssl.d crypto/bn/bn_sqrt.d crypto/asn1/d2i_pr.d crypto/x509/x_pubkey.d crypto/rsa/rsa_x931.d crypto/camellia/cmll_ofb.d crypto/bn/bn_mont.d test/asn1_encode_test.d crypto/x509/x509cset.d crypto/ui/ui_null.d crypto/whrlpool/wp_dgst.d test/asn1_internal_test.d ssl/ssl_stat.d crypto/x509v3/v3_skey.d test/buildtest_crypto.d crypto/x509v3/v3_addr.d crypto/bn/bn_x931p.d crypto/engine/tb_asnmth.d test/buildtest_x509v3.d crypto/asn1/asn1_gen.d test/buildtest_x509.d crypto/x509v3/v3_prn.d crypto/ui/ui_err.d crypto/x509/x509_cmp.d crypto/rsa/rsa_err.d apps/ec.d test/ectest.d crypto/dso/dso_win32.d crypto/x509/x_req.d test/cipherlist_test.d crypto/idea/i_ofb64.d crypto/evp/p_lib.d crypto/ts/ts_err.d crypto/evp/digest.d test/asynctest.d crypto/x509/x509_vfy.d crypto/x509v3/v3_conf.d crypto/idea/i_cbc.d crypto/seed/seed_cfb.d test/dtlstest.d test/rsa_test.d test/buildtest_ssl.d apps/rsa.d crypto/cms/cms_io.d crypto/sha/sha1dgst.d ssl/ssl_err.d crypto/objects/obj_dat.d apps/s_server.d crypto/bn/bn_asm.d crypto/asn1/asn_pack.d crypto/ocsp/ocsp_vfy.d crypto/evp/p_verify.d crypto/md2/md2_dgst.d apps/s_cb.d crypto/objects/obj_xref.d crypto/asn1/a_d2i_fp.d crypto/kdf/hkdf.d crypto/bio/bf_nbio.d apps/pkcs12.d crypto/x509v3/v3_bcons.d crypto/bn/bn_add.d test/handshake_helper.d test/buildtest_ripemd.d test/uitest.d crypto/bn/bn_rand.d crypto/dh/dh_depr.d fuzz/bignum.d crypto/evp/m_mdc2.d crypto/ec/ecdsa_vrf.d test/testutil/format_output.d test/buildtest_srp.d test/pkey_meth_kdf_test.d crypto/sha/sha256.d test/destest.d crypto/x509/x509_lu.d apps/app_rand.d crypto/bn/bn_const.d crypto/evp/e_seed.d test/v3nametest.d fuzz/conf.d crypto/aes/aes_core.d test/drbg_cavs_data.d crypto/dh/dh_meth.d crypto/dso/dso_vms.d test/ssltest_old.d crypto/evp/e_rc4_hmac_md5.d crypto/bio/b_sock2.d ssl/statem/statem_clnt.d test/buildtest_idea.d ssl/t1_lib.d crypto/bf/bf_ecb.d crypto/evp/p_enc.d test/x509aux.d apps/pkeyparam.d crypto/ec/curve25519.d test/servername_test.d test/cmsapitest.d crypto/asn1/x_info.d crypto/ui/ui_openssl.d ssl/ssl_sess.d test/dsatest.d crypto/bn/bn_exp.d crypto/bn/bn_lib.d crypto/asn1/a_octet.d crypto/dsa/dsa_pmeth.d test/time_offset_test.d crypto/o_fopen.d test/rsa_mp_test.d crypto/rsa/rsa_crpt.d crypto/ec/ecx_meth.d test/memleaktest.d crypto/des/str2key.d ssl/bio_ssl.d crypto/ec/ec_ameth.d test/lhash_test.d test/buildtest_opensslv.d test/testutil/driver.d apps/srp.d crypto/store/store_err.d crypto/bn/bn_dh.d ssl/s3_cbc.d crypto/engine/eng_lib.d crypto/asn1/x_pkey.d crypto/bio/bf_lbuf.d test/buildtest_symhacks.d crypto/rc5/rc5ofb64.d ssl/ssl_txt.d crypto/sm2/sm2_sign.d crypto/dsa/dsa_key.d crypto/pem/pem_all.d crypto/evp/bio_enc.d crypto/dh/dh_lib.d test/siphash_internal_test.d test/buildtest_blowfish.d apps/s_time.d crypto/bf/bf_cfb64.d crypto/store/store_lib.d crypto/pkcs12/p12_kiss.d crypto/bn/bn_gcd.d engines/e_capi.d crypto/rsa/rsa_ameth.d crypto/rc2/rc2cfb64.d ssl/ssl_asn1.d test/cmactest.d crypto/asn1/a_sign.d crypto/asn1/a_print.d crypto/ec/curve448/scalar.d crypto/bio/b_sock.d crypto/engine/eng_list.d test/buildtest_ecdsa.d apps/prime.d crypto/bn/bn_recp.d crypto/x509/x509_def.d crypto/rand/rand_win.d crypto/pkcs7/pk7_asn1.d crypto/ec/ecp_mont.d crypto/pkcs12/p12_init.d test/bioprinttest.d crypto/ec/ecdsa_ossl.d crypto/asn1/tasn_prn.d test/md2test.d crypto/evp/e_sm4.d crypto/bn/bn_intern.d crypto/evp/p_sign.d crypto/cast/c_skey.d test/buildtest_comp.d test/buildtest_md5.d crypto/x509/x_x509.d fuzz/x509.d fuzz/client.d crypto/rand/rand_egd.d test/drbgtest.d test/sm4_internal_test.d test/sanitytest.d crypto/engine/tb_dh.d crypto/bn/bn_depr.d crypto/des/rand_key.d crypto/ts/ts_rsp_sign.d crypto/dh/dh_key.d crypto/dh/dh_asn1.d crypto/idea/i_ecb.d crypto/cms/cms_smime.d crypto/cms/cms_lib.d crypto/dso/dso_openssl.d crypto/asn1/x_bignum.d apps/x509.d crypto/evp/e_des3.d crypto/seed/seed.d crypto/conf/conf_def.d crypto/pem/pem_err.d crypto/des/ecb3_enc.d crypto/asn1/tasn_scn.d test/tls13ccstest.d test/ssl_test_ctx.d test/ciphername_test.d crypto/evp/m_sigver.d crypto/asn1/a_verify.d test/verify_extra_test.d test/threadstest.d crypto/bn/bn_kron.d fuzz/asn1.d crypto/aes/aes_misc.d crypto/ec/ecp_oct.d test/ssl_cert_table_internal_test.d crypto/asn1/a_utctm.d crypto/cmac/cm_pmeth.d apps/ca.d crypto/rsa/rsa_none.d test/buildtest_txt_db.d apps/req.d crypto/modes/cts128.d test/buildtest_camellia.d test/fatalerrtest.d crypto/ocsp/ocsp_prn.d crypto/x509v3/pcy_lib.d crypto/evp/evp_pbe.d crypto/ct/ct_b64.d crypto/ec/ecp_smpl.d crypto/camellia/cmll_misc.d crypto/dso/dso_dlfcn.d test/buildtest_x509_vfy.d test/modes_internal_test.d crypto/ct/ct_vfy.d crypto/asn1/i2d_pu.d crypto/des/fcrypt.d test/testutil/tap_bio.d crypto/hmac/hm_ameth.d test/testutil/basic_output.d ssl/s3_enc.d test/asn1_decode_test.d test/buildtest_cast.d crypto/camellia/cmll_cfb.d test/curve448_internal_test.d crypto/bn/bn_print.d crypto/bio/bio_err.d crypto/x509/x509_obj.d crypto/asn1/t_spki.d crypto/pkcs7/pk7_doit.d crypto/buffer/buf_err.d crypto/rsa/rsa_asn1.d crypto/ec/ecdsa_sign.d apps/nseq.d crypto/bn/bn_ctx.d apps/smime.d crypto/asn1/f_string.d test/buildtest_rsa.d crypto/bn/bn_div.d test/buildtest_rc5.d crypto/evp/m_ripemd.d crypto/asn1/tasn_dec.d crypto/x509/x509_set.d test/buildtest_ssl2.d crypto/sha/sha1_one.d crypto/ec/ec_pmeth.d crypto/dsa/dsa_asn1.d crypto/rc5/rc5cfb64.d crypto/bio/bss_file.d crypto/rsa/rsa_pk1.d crypto/async/async.d crypto/ebcdic.d crypto/des/des_enc.d crypto/asn1/a_mbstr.d crypto/getenv.d crypto/uid.d crypto/bn/bn_blind.d apps/genpkey.d test/buildtest_md4.d crypto/x509/x_attrib.d crypto/rsa/rsa_saos.d test/buildtest_kdf.d test/buildtest_dsa.d crypto/evp/bio_md.d crypto/rsa/rsa_x931g.d apps/storeutl.d crypto/ocsp/ocsp_asn.d test/x509_check_cert_pkey_test.d crypto/evp/m_md5_sha1.d apps/enc.d test/drbg_cavs_test.d crypto/mem_dbg.d crypto/rc2/rc2ofb64.d ssl/ssl_lib.d crypto/evp/e_aes_cbc_hmac_sha256.d test/buildtest_whrlpool.d crypto/pkcs7/pk7_lib.d crypto/rand/rand_unix.d crypto/poly1305/poly1305.d apps/crl.d crypto/des/cbc_cksm.d crypto/lhash/lh_stats.d crypto/ec/curve448/curve448.d test/dsa_no_digest_size_test.d crypto/asn1/x_sig.d crypto/o_dir.d ssl/statem/statem_lib.d crypto/camellia/cmll_ctr.d test/buildtest_engine.d test/rc2test.d crypto/asn1/bio_ndef.d test/buildtest_aes.d crypto/ec/ec_err.d fuzz/asn1parse.d crypto/engine/eng_all.d crypto/blake2/blake2s.d crypto/x509/t_req.d test/bio_memleak_test.d crypto/pkcs12/p12_utl.d crypto/x509/x509_vpm.d apps/version.d test/poly1305_internal_test.d test/x509_time_test.d crypto/x509v3/v3_pcons.d crypto/bio/bss_sock.d crypto/ec/ec2_oct.d ssl/tls_srp.d test/evp_extra_test.d test/buildtest_ocsp.d crypto/ct/ct_sct.d test/buildtest_objects.d ssl/record/rec_layer_s3.d crypto/x509/x509_r2x.d crypto/rc5/rc5_enc.d crypto/des/cfb64enc.d crypto/sm3/m_sm3.d crypto/ec/ecp_nistp224.d test/testutil/stanza.d crypto/sm4/sm4.d apps/ocsp.d crypto/des/fcrypt_b.d apps/engine.d crypto/evp/e_bf.d crypto/ec/ec_cvt.d crypto/evp/m_md2.d test/sysdefaulttest.d engines/e_dasync.d test/ec_internal_test.d crypto/ec/curve448/f_generic.d crypto/pkcs7/pk7_mime.d test/asn1_time_test.d crypto/evp/evp_cnf.d fuzz/crl.d test/buildtest_rc4.d crypto/bio/bio_cb.d crypto/ripemd/rmd_dgst.d crypto/cms/cms_pwri.d crypto/err/err_prn.d crypto/ocsp/ocsp_srv.d crypto/engine/tb_digest.d crypto/evp/e_rc2.d crypto/dsa/dsa_ameth.d crypto/asn1/t_bitst.d apps/dgst.d test/buildtest_rand_drbg.d crypto/camellia/cmll_ecb.d ssl/statem/extensions_clnt.d crypto/asn1/p5_pbev2.d crypto/asn1/nsseq.d crypto/engine/eng_table.d crypto/des/cfb64ede.d crypto/evp/e_idea.d crypto/asn1/x_int64.d crypto/x509v3/v3_pku.d crypto/ec/ec2_smpl.d crypto/des/cfb_enc.d crypto/pkcs7/pk7_smime.d crypto/conf/conf_sap.d crypto/dh/dh_rfc7919.d crypto/evp/e_des.d crypto/x509/x_crl.d ssl/statem/statem_srvr.d crypto/dh/dh_ameth.d crypto/x509v3/v3_tlsf.d test/ssl_test_ctx_test.d crypto/ts/ts_rsp_verify.d crypto/des/ecb_enc.d crypto/sm2/sm2_crypt.d ssl/t1_trce.d test/evp_test.d crypto/siphash/siphash_pmeth.d crypto/kdf/scrypt.d crypto/asn1/asn1_lib.d crypto/cast/c_ofb64.d crypto/pkcs12/p12_asn.d apps/cms.d crypto/ec/ec_lib.d crypto/ec/ecp_nistp256.d crypto/evp/p_dec.d apps/s_client.d crypto/x509v3/v3_sxnet.d crypto/pkcs12/p12_crpt.d crypto/asn1/asn_mstbl.d crypto/conf/conf_mod.d crypto/engine/eng_dyn.d crypto/hmac/hmac.d crypto/x509v3/v3_akey.d test/ecstresstest.d ssl/d1_srtp.d crypto/rsa/rsa_depr.d test/testutil/test_cleanup.d crypto/asn1/tasn_utl.d crypto/x509v3/pcy_node.d apps/sess_id.d crypto/engine/eng_fat.d crypto/init.d crypto/dsa/dsa_sign.d crypto/asn1/a_gentm.d crypto/evp/p5_crpt.d crypto/ct/ct_sct_ctx.d test/buildtest_obj_mac.d ssl/ssl_ciph.d apps/pkcs8.d crypto/asn1/a_utf8.d crypto/x509v3/v3_bitst.d crypto/modes/gcm128.d crypto/engine/tb_pkmeth.d apps/errstr.d crypto/pem/pvkfmt.d crypto/x509v3/pcy_data.d crypto/rsa/rsa_meth.d test/sm2_internal_test.d test/constant_time_test.d crypto/asn1/asn1_item_list.d apps/pkey.d test/buildtest_seed.d apps/gendsa.d crypto/ec/ec_key.d crypto/ec/ec_asn1.d crypto/ripemd/rmd_one.d crypto/asn1/a_type.d crypto/cms/cms_kari.d test/mdc2_internal_test.d crypto/ts/ts_rsp_print.d crypto/engine/eng_pkey.d crypto/bf/bf_skey.d crypto/ocsp/ocsp_ext.d crypto/rsa/rsa_ossl.d test/buildtest_asn1.d crypto/rand/drbg_ctr.d test/asn1_string_table_test.d crypto/rc4/rc4_enc.d crypto/cryptlib.d test/ctype_internal_test.d crypto/bio/bf_null.d crypto/engine/eng_rdrand.d apps/s_socket.d crypto/bio/bss_mem.d crypto/rsa/rsa_prn.d test/rdrand_sanitytest.d apps/speed.d test/x509_internal_test.d crypto/x509/x509_d2.d crypto/asn1/tasn_typ.d crypto/x509/x509_ext.d crypto/x509v3/v3_cpols.d ssl/statem/extensions.d crypto/des/cbc_enc.d crypto/cpt_err.d test/testutil/testutil_init.d fuzz/server.d crypto/pkcs12/p12_attr.d crypto/async/async_wait.d test/buildtest_pkcs12.d crypto/x509v3/v3_ncons.d crypto/bn/bn_mpi.d crypto/asn1/a_int.d ssl/s3_lib.d ssl/record/rec_layer_d1.d crypto/bn/bn_prime.d fuzz/cms.d crypto/cms/cms_env.d crypto/store/store_strings.d crypto/aes/aes_wrap.d apps/dsaparam.d crypto/x509/x_name.d test/x509_dup_cert_test.d crypto/x509/x509_req.d crypto/pem/pem_x509.d crypto/camellia/camellia.d crypto/ec/curve448/arch_32/f_impl.d test/errtest.d crypto/engine/eng_init.d crypto/cms/cms_ess.d crypto/dh/dh_prn.d crypto/modes/cbc128.d ssl/statem/extensions_cust.d crypto/cms/cms_dd.d crypto/pkcs12/p12_sbag.d crypto/modes/ofb128.d ssl/ssl_rsa.d test/chacha_internal_test.d crypto/evp/evp_key.d crypto/dh/dh_pmeth.d test/buildtest_asn1t.d crypto/rand/rand_lib.d crypto/ec/curve448/eddsa.d crypto/cast/c_cfb64.d crypto/threads_none.d crypto/cms/cms_att.d test/testutil/tests.d test/buildtest_ui.d crypto/cms/cms_err.d crypto/evp/pmeth_lib.d test/enginetest.d crypto/evp/m_md4.d crypto/evp/p_open.d crypto/asn1/x_algor.d crypto/ocsp/ocsp_lib.d crypto/blake2/blake2b.d crypto/dh/dh_kdf.d crypto/mem_sec.d test/ssl_test.d crypto/x509v3/v3_genn.d test/ocspapitest.d test/ssl_ctx_test.d crypto/pem/pem_lib.d test/testutil/random.d crypto/dsa/dsa_vrf.d crypto/evp/evp_enc.d crypto/aes/aes_ofb.d crypto/asn1/a_dup.d crypto/evp/e_rc4.d test/buildtest_conf_api.d crypto/bio/bio_lib.d crypto/x509/x509_txt.d crypto/err/err.d test/conf_include_test.d crypto/evp/pmeth_fn.d crypto/bio/bf_buff.d crypto/dsa/dsa_prn.d ssl/methods.d crypto/evp/evp_pkey.d test/d2i_test.d crypto/rand/drbg_lib.d crypto/blake2/m_blake2s.d crypto/dsa/dsa_ossl.d crypto/mem_clr.d crypto/dh/dh_err.d crypto/engine/eng_ctrl.d test/versions.d crypto/evp/p_seal.d crypto/dsa/dsa_meth.d crypto/engine/tb_rand.d test/secmemtest.d test/buildtest_ec.d apps/dsa.d engines/e_afalg.d crypto/asn1/i2d_pr.d crypto/pem/pem_info.d test/shlibloadtest.d crypto/comp/comp_err.d crypto/asn1/p5_pbe.d apps/openssl.d crypto/bn/bn_exp2.d crypto/blake2/m_blake2b.d crypto/ocsp/ocsp_ht.d crypto/x509v3/pcy_cache.d crypto/modes/ccm128.d crypto/evp/m_wp.d test/gosttest.d crypto/ec/ec_oct.d crypto/asn1/x_long.d crypto/x509v3/pcy_tree.d crypto/evp/names.d ssl/record/dtls1_bitmap.d crypto/bn/bn_word.d crypto/evp/e_camellia.d crypto/x509v3/pcy_map.d crypto/ts/ts_rsp_utils.d crypto/sha/keccak1600.d test/buildtest_pem2.d crypto/rsa/rsa_sign.d test/rc4test.d crypto/dsa/dsa_depr.d crypto/x509v3/v3_pcia.d crypto/x509/by_file.d crypto/evp/c_alld.d crypto/bio/bss_fd.d crypto/conf/conf_lib.d apps/bf_prefix.d ssl/statem/extensions_srvr.d crypto/asn1/tasn_enc.d crypto/asn1/f_int.d crypto/evp/encode.d crypto/cversion.d test/buildtest_buffer.d crypto/bn/bn_sqr.d ssl/pqueue.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/bn/bn_nist.d crypto/conf/conf_api.d ssl/s3_msg.d test/exptest.d crypto/ec/ecp_nistp521.d test/afalgtest.d apps/opt.d apps/apps.d crypto/mem.d apps/pkcs7.d crypto/evp/bio_b64.d test/sslbuffertest.d crypto/asn1/bio_asn1.d crypto/seed/seed_cbc.d test/sslcorrupttest.d crypto/conf/conf_ssl.d crypto/x509/x509_err.d crypto/o_time.d test/buildtest_safestack.d test/hmactest.d crypto/whrlpool/wp_block.d apps/rehash.d crypto/rand/rand_err.d crypto/des/xcbc_enc.d crypto/cms/cms_sd.d crypto/pem/pem_sign.d crypto/evp/bio_ok.d test/buildtest_async.d crypto/asn1/a_time.d crypto/ec/curve448/curve448_tables.d crypto/cmac/cmac.d crypto/store/store_register.d crypto/md2/md2_one.d ssl/record/ssl3_record.d crypto/pkcs12/pk12err.d crypto/evp/p5_crpt2.d crypto/ocsp/ocsp_err.d crypto/modes/ocb128.d crypto/rc2/rc2_cbc.d crypto/pkcs12/p12_p8e.d crypto/asn1/evp_asn1.d crypto/bf/bf_enc.d crypto/bio/bss_acpt.d crypto/x509v3/v3_enum.d crypto/rc2/rc2_ecb.d crypto/pkcs12/p12_crt.d crypto/comp/c_zlib.d crypto/siphash/siphash_ameth.d crypto/dh/dh_rfc5114.d crypto/bn/bn_srp.d crypto/aria/aria.d crypto/async/async_err.d crypto/evp/m_sha3.d test/test_test.d crypto/evp/e_aria.d crypto/async/arch/async_posix.d crypto/x509/x_x509a.d crypto/rsa/rsa_oaep.d crypto/x509v3/v3err.d crypto/rc2/rc2_skey.d crypto/x509/t_crl.d crypto/seed/seed_ofb.d apps/pkeyutl.d apps/rsautl.d apps/asn1pars.d ssl/d1_lib.d crypto/bio/b_dump.d test/buildtest_cms.d test/buildtest_conf.d crypto/seed/seed_ecb.d crypto/ocsp/ocsp_cl.d crypto/ui/ui_lib.d fuzz/test-corpus.d ssl/ssl_utst.d test/rc5test.d crypto/ct/ct_x509v3.d crypto/ts/ts_lib.d crypto/x509/x_exten.d crypto/evp/pbe_scrypt.d ssl/ssl_cert.d crypto/asn1/n_pkey.d crypto/evp/e_aes.d crypto/comp/comp_lib.d crypto/asn1/asn_mime.d test/buildtest_stack.d crypto/x509/x509name.d crypto/x509v3/v3_asid.d crypto/ct/ct_err.d crypto/rsa/rsa_lib.d crypto/sm2/sm2_err.d test/wpackettest.d test/buildtest_des.d crypto/ts/ts_conf.d crypto/pkcs12/p12_key.d crypto/bn/bn_err.d crypto/aes/aes_ige.d test/dhtest.d test/pbelutest.d crypto/ts/ts_req_utils.d crypto/stack/stack.d crypto/modes/xts128.d crypto/ec/ec_check.d test/buildtest_hmac.d test/gmdifftest.d test/buildtest_e_os2.d crypto/pkcs12/p12_npas.d apps/crl2p7.d test/srptest.d crypto/x509v3/v3_lib.d apps/passwd.d test/buildtest_ossl_typ.d crypto/conf/conf_err.d crypto/rsa/rsa_mp.d crypto/err/err_all.d crypto/asn1/a_strnid.d crypto/ex_data.d crypto/x509v3/v3_extku.d crypto/ts/ts_asn1.d crypto/ec/ecdh_kdf.d crypto/rsa/rsa_gen.d crypto/async/arch/async_win.d test/buildtest_ts.d crypto/ui/ui_util.d crypto/evp/e_chacha20_poly1305.d crypto/o_str.d crypto/cms/cms_asn1.d crypto/engine/tb_cipher.d crypto/sm3/sm3.d crypto/ec/ecdh_ossl.d crypto/x509v3/v3_info.d crypto/x509v3/v3_utl.d crypto/md5/md5_one.d crypto/x509/x509_att.d test/exdatatest.d apps/ts.d crypto/asn1/p8_pkey.d crypto/cast/c_enc.d crypto/ct/ct_prn.d crypto/rc5/rc5_ecb.d crypto/x509v3/v3_ia5.d crypto/evp/m_md5.d crypto/ec/ec_print.d crypto/objects/obj_lib.d test/tls13encryptiontest.d crypto/asn1/asn1_err.d crypto/rsa/rsa_ssl.d crypto/pkcs12/p12_p8d.d crypto/x509/x_all.d crypto/objects/obj_err.d crypto/pkcs7/pk7_attr.d test/buildtest_md2.d crypto/dsa/dsa_gen.d crypto/x509/x509_meth.d crypto/rand/randfile.d crypto/x509v3/v3_purp.d crypto/x509v3/v3_pci.d crypto/evp/e_null.d crypto/bn/bn_gf2m.d crypto/bio/bio_meth.d ssl/d1_msg.d crypto/pkcs7/bio_pk7.d crypto/asn1/d2i_pu.d crypto/idea/i_skey.d test/packettest.d ssl/packet.d crypto/cms/cms_cd.d crypto/threads_win.d test/ct_test.d crypto/evp/c_allc.d fuzz/ct.d crypto/threads_pthread.d ssl/statem/statem.d crypto/dso/dso_dl.d crypto/md4/md4_dgst.d crypto/poly1305/poly1305_pmeth.d test/buildtest_cmac.d test/bad_dtls_test.d test/buildtest_rand.d test/stack_test.d test/danetest.d test/cipherbytes_test.d test/dtls_mtu_test.d crypto/bn/bn_mod.d crypto/evp/e_rc5.d apps/dhparam.d crypto/ec/ec_curve.d crypto/dsa/dsa_lib.d test/ideatest.d crypto/rc5/rc5_skey.d crypto/bio/bss_bio.d test/pkey_meth_test.d crypto/ts/ts_req_print.d crypto/engine/tb_eckey.d crypto/ts/ts_verify_ctx.d crypto/bio/b_addr.d crypto/bio/bss_conn.d ssl/ssl_init.d crypto/sm2/sm2_pmeth.d test/testutil/output_helpers.d crypto/pkcs12/p12_add.d test/buildtest_pkcs7.d crypto/srp/srp_lib.d crypto/aes/aes_cfb.d crypto/des/qud_cksm.d crypto/asn1/asn1_par.d crypto/modes/wrap128.d test/casttest.d crypto/ocsp/v3_ocsp.d crypto/cast/c_ecb.d crypto/cms/cms_enc.d ssl/t1_enc.d test/buildtest_sha.d crypto/bio/bss_dgram.d crypto/x509v3/v3_pmaps.d crypto/aes/aes_ecb.d test/ssltestlib.d crypto/aes/aes_cbc.d engines/e_ossltest.d crypto/conf/conf_mall.d apps/spkac.d crypto/asn1/tasn_fre.d test/buildtest_rc2.d crypto/objects/o_names.d crypto/x509/x509_v3.d crypto/engine/eng_err.d crypto/x509v3/v3_crld.d crypto/evp/e_xcbc_d.d test/mdc2test.d test/rsa_complex.d test/asynciotest.d crypto/buffer/buffer.d crypto/evp/evp_err.d crypto/rsa/rsa_chk.d crypto/dso/dso_err.d crypto/o_init.d crypto/ct/ct_log.d fuzz/bndiv.d test/tls13secretstest.d apps/genrsa.d crypto/evp/pmeth_gn.d crypto/rand/rand_vms.d test/buildtest_pem.d apps/ciphers.d test/bntest.d crypto/asn1/a_strex.d crypto/siphash/siphash.d test/bio_callback_test.d crypto/bio/b_print.d crypto/x509v3/v3_alt.d test/buildtest_ssl3.d test/crltest.d crypto/modes/cfb128.d test/igetest.d crypto/chacha/chacha_enc.d crypto/pem/pem_pk8.d crypto/rsa/rsa_pss.d crypto/asn1/a_object.d +DEPS=crypto/evp/e_des.d crypto/ocsp/ocsp_lib.d crypto/sm2/sm2_err.d test/testutil/tests.d crypto/asn1/i2d_pr.d apps/rand.d apps/s_client.d crypto/x509/x_all.d apps/app_rand.d test/tls13secretstest.d crypto/async/arch/async_null.d crypto/bn/bn_div.d crypto/asn1/a_gentm.d test/buildtest_rand.d crypto/asn1/asn1_err.d fuzz/ct.d crypto/ui/ui_util.d test/stack_test.d crypto/ec/ec_asn1.d crypto/ocsp/ocsp_asn.d crypto/asn1/p8_pkey.d crypto/rc2/rc2_cbc.d test/handshake_helper.d crypto/x509v3/v3_crld.d test/cipherbytes_test.d test/exdatatest.d crypto/ec/ecp_mont.d crypto/pkcs12/p12_kiss.d engines/e_afalg.d crypto/bio/bss_log.d crypto/asn1/x_int64.d crypto/rsa/rsa_err.d crypto/rsa/rsa_ossl.d crypto/asn1/asn1_gen.d crypto/ripemd/rmd_dgst.d crypto/stack/stack.d test/hmactest.d crypto/sha/sha256.d test/pbelutest.d test/lhash_test.d crypto/rsa/rsa_meth.d apps/pkcs12.d test/buildtest_md5.d test/sm2_internal_test.d crypto/pem/pem_sign.d crypto/x509v3/pcy_tree.d crypto/x509/x509_v3.d test/buildtest_ssl.d crypto/pkcs7/pkcs7err.d crypto/evp/m_md2.d crypto/rand/randfile.d crypto/pem/pem_oth.d test/buildtest_safestack.d crypto/x509/x509cset.d crypto/bf/bf_ecb.d crypto/pem/pem_err.d crypto/kdf/scrypt.d crypto/cms/cms_lib.d crypto/modes/cts128.d engines/e_capi.d crypto/camellia/cmll_ctr.d ssl/record/dtls1_bitmap.d crypto/asn1/asn_mime.d crypto/x509/x509_d2.d crypto/evp/e_sm4.d crypto/sm2/sm2_pmeth.d test/buildtest_kdf.d test/bio_callback_test.d test/buildtest_ct.d ssl/ssl_sess.d crypto/rand/rand_lib.d apps/apps.d crypto/x509v3/v3_int.d crypto/evp/evp_err.d crypto/rsa/rsa_ssl.d crypto/x509v3/pcy_map.d ssl/methods.d crypto/rsa/rsa_sign.d crypto/objects/obj_lib.d crypto/des/cbc_cksm.d crypto/x509/x509_err.d crypto/evp/p_sign.d ssl/s3_enc.d test/buildtest_md4.d crypto/ec/ecp_nistp521.d test/ssltest_old.d crypto/engine/tb_eckey.d crypto/md2/md2_dgst.d test/packettest.d test/buildtest_sha.d crypto/bn/bn_nist.d crypto/asn1/asn_mstbl.d test/buildtest_evp.d apps/ec.d crypto/pkcs12/p12_crpt.d crypto/des/fcrypt_b.d crypto/aes/aes_cfb.d fuzz/crl.d crypto/x509/x_attrib.d crypto/rsa/rsa_pmeth.d ssl/record/ssl3_buffer.d crypto/modes/wrap128.d crypto/rsa/rsa_pk1.d crypto/pem/pvkfmt.d crypto/txt_db/txt_db.d apps/errstr.d crypto/sm2/sm2_sign.d crypto/store/store_register.d crypto/o_str.d crypto/engine/eng_init.d test/buildtest_engine.d apps/pkcs7.d crypto/aes/aes_cbc.d test/buildtest_ecdsa.d crypto/x509/x_req.d test/buildtest_x509.d crypto/pem/pem_x509.d test/ssl_test_ctx_test.d test/asn1_decode_test.d crypto/asn1/d2i_pr.d apps/ecparam.d test/buildtest_symhacks.d test/memleaktest.d crypto/ec/ec2_oct.d crypto/rand/rand_win.d crypto/x509/x509rset.d crypto/ct/ct_sct_ctx.d crypto/bn/bn_exp.d crypto/bn/bn_mod.d crypto/pem/pem_info.d crypto/pkcs12/p12_p8d.d test/buildtest_e_os2.d crypto/seed/seed_cfb.d crypto/cms/cms_sd.d apps/spkac.d crypto/rsa/rsa_mp.d crypto/asn1/tasn_dec.d crypto/pem/pem_pkey.d crypto/asn1/a_utctm.d crypto/x509/by_file.d crypto/bio/bio_meth.d crypto/async/async_err.d crypto/x509/t_x509.d crypto/evp/e_rc5.d ssl/statem/statem_srvr.d crypto/asn1/tasn_utl.d crypto/x509/x_x509a.d test/igetest.d crypto/bio/bss_null.d crypto/ts/ts_lib.d test/verify_extra_test.d test/buildtest_bio.d crypto/rand/rand_egd.d crypto/bio/bio_err.d crypto/bn/bn_mont.d ssl/d1_msg.d crypto/x509v3/pcy_lib.d apps/x509.d crypto/evp/evp_pkey.d test/buildtest_comp.d test/rsa_complex.d crypto/cpt_err.d test/rc2test.d crypto/ocsp/ocsp_vfy.d crypto/dsa/dsa_gen.d crypto/x509v3/v3_prn.d crypto/evp/pmeth_fn.d test/evp_extra_test.d crypto/engine/eng_err.d crypto/x509v3/v3_ncons.d test/buildtest_conf_api.d test/x509_internal_test.d test/servername_test.d test/buildtest_whrlpool.d crypto/x509v3/v3_purp.d crypto/rsa/rsa_x931g.d crypto/bn/bn_shift.d crypto/rsa/rsa_x931.d crypto/ts/ts_req_utils.d crypto/rc5/rc5cfb64.d crypto/bn/bn_rand.d apps/smime.d crypto/dsa/dsa_ameth.d test/buildtest_ssl3.d apps/ocsp.d crypto/aes/aes_ofb.d crypto/conf/conf_ssl.d crypto/ebcdic.d crypto/x509v3/v3err.d crypto/bn/bn_x931p.d crypto/modes/ofb128.d crypto/engine/eng_fat.d crypto/ec/ec_mult.d crypto/evp/e_bf.d crypto/des/ecb_enc.d crypto/ec/ecp_nistp256.d test/testutil/cb.d crypto/engine/eng_rdrand.d crypto/poly1305/poly1305.d apps/ca.d crypto/x509v3/v3_asid.d crypto/pkcs7/pk7_attr.d crypto/ocsp/ocsp_ht.d crypto/des/cfb64ede.d crypto/siphash/siphash_pmeth.d test/afalgtest.d apps/rsa.d apps/openssl.d crypto/asn1/a_octet.d crypto/cms/cms_ess.d crypto/dh/dh_asn1.d crypto/evp/m_wp.d crypto/md2/md2_one.d crypto/asn1/a_mbstr.d crypto/asn1/t_spki.d crypto/rsa/rsa_depr.d crypto/camellia/cmll_misc.d test/modes_internal_test.d crypto/ec/ecp_oct.d crypto/objects/o_names.d crypto/engine/tb_dsa.d test/bio_enc_test.d ssl/statem/statem_lib.d crypto/ct/ct_b64.d crypto/rsa/rsa_oaep.d crypto/rsa/rsa_crpt.d apps/passwd.d crypto/x509/x_pubkey.d crypto/rsa/rsa_chk.d crypto/ec/ec_ameth.d crypto/x509v3/pcy_node.d apps/dhparam.d crypto/bio/bf_null.d crypto/objects/obj_err.d ssl/ssl_rsa.d crypto/des/cbc_enc.d test/sslapitest.d crypto/x509/x509_ext.d ssl/ssl_lib.d crypto/ec/curve25519.d crypto/mem.d crypto/sha/keccak1600.d crypto/threads_win.d test/evp_test.d crypto/rsa/rsa_none.d test/ssltestlib.d test/testutil/testutil_init.d ssl/s3_cbc.d crypto/ct/ct_oct.d ssl/record/rec_layer_d1.d crypto/pkcs12/p12_key.d test/buildtest_camellia.d test/gosttest.d crypto/rc2/rc2ofb64.d crypto/rc5/rc5_skey.d crypto/dh/dh_key.d test/clienthellotest.d crypto/comp/comp_err.d crypto/rsa/rsa_prn.d crypto/evp/bio_b64.d crypto/ec/ec_pmeth.d crypto/bio/bss_conn.d crypto/dh/dh_gen.d crypto/mem_sec.d apps/sess_id.d crypto/ts/ts_rsp_utils.d crypto/asn1/a_digest.d crypto/whrlpool/wp_block.d test/buildtest_aes.d test/tls13ccstest.d test/buildtest_pkcs12.d apps/crl2p7.d crypto/des/cfb_enc.d crypto/cast/c_skey.d apps/crl.d test/bioprinttest.d crypto/bio/bio_lib.d test/ssl_cert_table_internal_test.d test/destest.d crypto/rand/rand_vms.d crypto/uid.d apps/bf_prefix.d crypto/pkcs12/pk12err.d crypto/x509v3/v3_info.d test/ssl_test.d apps/genrsa.d apps/srp.d test/buildtest_srtp.d test/buildtest_ocsp.d crypto/bn/bn_sqr.d ssl/bio_ssl.d crypto/x509v3/v3_bitst.d crypto/idea/i_skey.d test/testutil/driver.d crypto/asn1/bio_ndef.d fuzz/asn1.d crypto/asn1/a_type.d crypto/modes/xts128.d crypto/evp/m_md4.d test/time_offset_test.d test/buildtest_pem.d crypto/evp/evp_cnf.d crypto/bio/b_sock2.d ssl/tls_srp.d test/testutil/tap_bio.d ssl/ssl_init.d crypto/dh/dh_meth.d crypto/asn1/d2i_pu.d test/gmdifftest.d crypto/asn1/x_long.d test/buildtest_async.d apps/rsautl.d crypto/ts/ts_err.d test/md2test.d crypto/asn1/tasn_enc.d crypto/rand/drbg_lib.d fuzz/bignum.d crypto/asn1/tasn_scn.d crypto/pem/pem_all.d test/buildtest_des.d apps/dgst.d crypto/siphash/siphash_ameth.d crypto/dso/dso_openssl.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/modes/ccm128.d crypto/objects/obj_dat.d crypto/x509/by_dir.d crypto/bio/bio_cb.d test/uitest.d crypto/modes/ctr128.d crypto/seed/seed_ecb.d crypto/evp/p_lib.d crypto/ts/ts_conf.d crypto/x509v3/v3_sxnet.d crypto/asn1/a_time.d apps/opt.d crypto/cmac/cm_ameth.d crypto/evp/e_xcbc_d.d apps/storeutl.d test/testutil/random.d ssl/pqueue.d test/buildtest_ui.d test/ciphername_test.d test/chacha_internal_test.d crypto/mem_dbg.d crypto/evp/encode.d crypto/evp/e_aria.d crypto/bn/bn_const.d test/exptest.d crypto/asn1/asn_moid.d crypto/pem/pem_xaux.d crypto/async/async.d crypto/buffer/buf_err.d test/buildtest_rc5.d crypto/err/err_all.d test/d2i_test.d crypto/asn1/x_info.d crypto/whrlpool/wp_dgst.d crypto/lhash/lh_stats.d test/errtest.d crypto/ec/ecp_nistputil.d crypto/rc5/rc5_ecb.d crypto/cast/c_cfb64.d apps/s_time.d engines/e_dasync.d crypto/x509/x509_trs.d crypto/bf/bf_enc.d test/buildtest_txt_db.d crypto/rc4/rc4_skey.d crypto/ct/ct_vfy.d crypto/dh/dh_rfc7919.d test/cmsapitest.d crypto/evp/p5_crpt.d crypto/asn1/p5_scrypt.d crypto/aes/aes_wrap.d crypto/rsa/rsa_lib.d crypto/ec/ecdsa_ossl.d crypto/bn/bn_intern.d crypto/x509/x509_obj.d crypto/evp/p_enc.d test/buildtest_dsa.d crypto/store/store_strings.d crypto/kdf/tls1_prf.d test/testutil/basic_output.d crypto/evp/bio_enc.d crypto/err/err_prn.d crypto/des/ofb64enc.d crypto/asn1/tasn_prn.d test/dtlstest.d test/sslcorrupttest.d crypto/des/pcbc_enc.d crypto/sm3/sm3.d test/buildtest_crypto.d crypto/engine/tb_asnmth.d engines/e_ossltest.d ssl/ssl_cert.d crypto/kdf/hkdf.d ssl/t1_lib.d crypto/blake2/blake2b.d crypto/pkcs12/p12_init.d test/asynciotest.d crypto/engine/eng_pkey.d crypto/bf/bf_cfb64.d crypto/ctype.d crypto/ct/ct_prn.d crypto/asn1/i2d_pu.d crypto/x509v3/pcy_data.d ssl/statem/extensions_srvr.d crypto/ec/ec_key.d test/buildtest_ebcdic.d crypto/pem/pem_lib.d crypto/x509v3/v3_utl.d crypto/hmac/hm_ameth.d fuzz/bndiv.d crypto/mem_clr.d crypto/dh/dh_pmeth.d crypto/evp/e_idea.d crypto/asn1/a_i2d_fp.d crypto/conf/conf_err.d test/buildtest_opensslv.d crypto/cms/cms_err.d test/mdc2test.d test/buildtest_objects.d crypto/des/rand_key.d ssl/s3_msg.d crypto/camellia/cmll_cfb.d crypto/dh/dh_prn.d crypto/asn1/a_sign.d ssl/ssl_err.d crypto/pkcs12/p12_npas.d crypto/asn1/evp_asn1.d crypto/threads_none.d crypto/ec/curve448/curve448.d crypto/err/err.d crypto/evp/evp_lib.d test/buildtest_rc4.d crypto/rand/rand_unix.d test/dsa_no_digest_size_test.d crypto/des/str2key.d crypto/x509/t_crl.d crypto/pkcs12/p12_sbag.d fuzz/x509.d test/shlibloadtest.d crypto/evp/e_null.d crypto/idea/i_cfb64.d crypto/des/des_enc.d crypto/sha/sha1dgst.d crypto/ec/eck_prn.d test/tls13encryptiontest.d crypto/evp/m_mdc2.d crypto/asn1/p5_pbe.d test/buildtest_lhash.d crypto/dh/dh_ameth.d crypto/dso/dso_dl.d crypto/asn1/x_pkey.d crypto/engine/eng_ctrl.d crypto/pkcs12/p12_attr.d crypto/ec/ec_oct.d apps/dsa.d crypto/ec/ecdsa_vrf.d fuzz/client.d test/buildtest_idea.d crypto/x509/x509_set.d crypto/dsa/dsa_asn1.d crypto/evp/pbe_scrypt.d crypto/engine/eng_openssl.d crypto/evp/bio_ok.d crypto/x509/x509spki.d crypto/cms/cms_io.d crypto/pkcs7/pk7_mime.d test/sanitytest.d crypto/evp/evp_key.d crypto/sm4/sm4.d crypto/x509v3/v3_admis.d crypto/des/fcrypt.d crypto/sm3/m_sm3.d crypto/asn1/a_object.d test/srptest.d crypto/rsa/rsa_pss.d test/fatalerrtest.d crypto/store/store_init.d crypto/asn1/ameth_lib.d crypto/async/async_wait.d test/buildtest_seed.d crypto/evp/e_des3.d crypto/pkcs12/p12_crt.d crypto/ec/curve448/arch_32/f_impl.d crypto/camellia/cmll_ecb.d crypto/cms/cms_env.d crypto/ec/ec_kmeth.d crypto/aes/aes_misc.d crypto/engine/tb_pkmeth.d test/buildtest_x509v3.d crypto/x509v3/v3_pmaps.d test/ecstresstest.d crypto/bn/bn_exp2.d test/ssl_test_ctx.d crypto/ts/ts_req_print.d crypto/dso/dso_win32.d crypto/bio/bf_lbuf.d crypto/x509v3/v3_pcia.d crypto/asn1/t_pkey.d crypto/asn1/a_verify.d crypto/pkcs12/p12_asn.d crypto/bio/bss_mem.d crypto/pkcs7/pk7_doit.d test/buildtest_conf.d crypto/bn/bn_ctx.d crypto/ec/ecdh_kdf.d ssl/t1_trce.d crypto/camellia/cmll_cbc.d crypto/asn1/asn1_par.d crypto/x509/x_crl.d crypto/evp/names.d apps/pkey.d crypto/rand/rand_err.d crypto/asn1/a_strnid.d crypto/engine/eng_table.d crypto/pkcs12/p12_mutl.d crypto/dh/dh_lib.d crypto/des/ofb64ede.d crypto/ec/ecdh_ossl.d apps/version.d crypto/asn1/x_algor.d crypto/conf/conf_api.d crypto/dsa/dsa_prn.d crypto/x509/x509_def.d test/buildtest_ts.d crypto/ec/ecdsa_sign.d crypto/x509v3/v3_skey.d crypto/asn1/a_int.d test/bad_dtls_test.d crypto/x509v3/v3_bcons.d crypto/poly1305/poly1305_pmeth.d crypto/ct/ct_log.d crypto/ct/ct_policy.d crypto/bn/bn_asm.d crypto/evp/c_allc.d test/x509_time_test.d crypto/engine/tb_rand.d crypto/bn/bn_add.d test/mdc2_internal_test.d test/danetest.d apps/s_cb.d crypto/rc2/rc2_ecb.d crypto/evp/cmeth_lib.d test/drbgtest.d crypto/x509/x509_meth.d crypto/blake2/m_blake2s.d crypto/evp/e_seed.d crypto/conf/conf_mod.d crypto/engine/eng_all.d crypto/buffer/buffer.d crypto/ui/ui_openssl.d crypto/x509/x_exten.d apps/cms.d test/v3nametest.d test/dtls_mtu_test.d crypto/ocsp/ocsp_err.d crypto/hmac/hm_pmeth.d ssl/s3_lib.d apps/pkcs8.d crypto/pkcs7/pk7_smime.d test/rsa_mp_test.d crypto/aes/aes_ige.d apps/speed.d crypto/des/qud_cksm.d apps/req.d crypto/ts/ts_asn1.d crypto/bn/bn_lib.d crypto/asn1/asn1_lib.d crypto/evp/p_dec.d crypto/bio/bf_buff.d test/casttest.d crypto/x509/x509name.d crypto/evp/bio_md.d crypto/asn1/n_pkey.d ssl/ssl_asn1.d apps/ts.d crypto/x509v3/v3_akey.d test/asynctest.d crypto/cms/cms_att.d crypto/evp/e_chacha20_poly1305.d crypto/asn1/asn1_item_list.d crypto/cms/cms_pwri.d crypto/x509v3/v3_extku.d test/crltest.d crypto/bio/bss_fd.d crypto/objects/obj_xref.d test/buildtest_ec.d test/buildtest_cmac.d test/buildtest_asn1.d crypto/x509v3/v3_pcons.d test/asn1_string_table_test.d crypto/bn/bn_dh.d crypto/evp/m_md5_sha1.d crypto/evp/e_aes_cbc_hmac_sha1.d fuzz/asn1parse.d apps/pkeyparam.d apps/enc.d crypto/evp/m_null.d test/poly1305_internal_test.d ssl/statem/statem_dtls.d test/buildtest_md2.d test/aborttest.d crypto/x509v3/v3_genn.d apps/engine.d crypto/asn1/x_bignum.d crypto/dsa/dsa_key.d test/buildtest_ssl2.d crypto/evp/pmeth_lib.d test/buildtest_ossl_typ.d crypto/dso/dso_err.d crypto/siphash/siphash.d crypto/asn1/f_int.d crypto/evp/e_rc4.d crypto/x509v3/v3_cpols.d test/pkey_meth_kdf_test.d crypto/x509v3/v3_pku.d crypto/asn1/a_bitstr.d test/test_test.d test/dsatest.d crypto/dsa/dsa_lib.d fuzz/server.d crypto/ripemd/rmd_one.d crypto/x509/x509_vpm.d crypto/x509v3/v3_alt.d crypto/x509/x509_vfy.d test/buildtest_blowfish.d test/buildtest_ripemd.d test/siphash_internal_test.d crypto/chacha/chacha_enc.d crypto/bio/b_sock.d crypto/ts/ts_rsp_sign.d test/enginetest.d crypto/evp/evp_enc.d test/rc5test.d crypto/aes/aes_ecb.d test/buildtest_x509_vfy.d crypto/asn1/p5_pbev2.d crypto/bio/bss_dgram.d test/buildtest_ecdh.d test/drbg_cavs_data.d crypto/evp/e_rc4_hmac_md5.d crypto/des/xcbc_enc.d test/buildtest_stack.d crypto/bio/bss_file.d test/ct_test.d apps/pkeyutl.d crypto/cms/cms_cd.d crypto/asn1/asn_pack.d crypto/ec/ec_lib.d crypto/cmac/cm_pmeth.d crypto/asn1/f_string.d ssl/ssl_txt.d test/testutil/main.d ssl/record/ssl3_record_tls13.d test/recordlentest.d crypto/ui/ui_err.d crypto/o_time.d test/buildtest_obj_mac.d crypto/o_dir.d test/ectest.d crypto/rsa/rsa_asn1.d crypto/bf/bf_ofb64.d crypto/evp/c_alld.d crypto/blake2/blake2s.d test/asn1_time_test.d crypto/rc2/rc2_skey.d crypto/store/store_lib.d crypto/dh/dh_kdf.d crypto/rc5/rc5ofb64.d crypto/asn1/tasn_typ.d crypto/x509v3/v3_conf.d crypto/engine/eng_cnf.d crypto/x509v3/v3_enum.d apps/dsaparam.d crypto/cversion.d crypto/bn/bn_sqrt.d ssl/ssl_conf.d test/asn1_encode_test.d crypto/cryptlib.d crypto/conf/conf_sap.d ssl/ssl_ciph.d crypto/x509/x509type.d crypto/kdf/kdf_err.d test/buildtest_store.d crypto/asn1/a_strex.d crypto/asn1/x_sig.d apps/ciphers.d crypto/ec/curve448/scalar.d crypto/x509v3/v3_ia5.d crypto/bn/bn_prime.d crypto/asn1/a_dup.d crypto/bn/bn_gf2m.d crypto/evp/p_verify.d crypto/bio/b_addr.d crypto/x509/x509_cmp.d crypto/cms/cms_kari.d test/secmemtest.d crypto/x509/x509_txt.d crypto/pkcs7/bio_pk7.d crypto/engine/eng_dyn.d crypto/async/arch/async_win.d crypto/cms/cms_asn1.d crypto/pkcs12/p12_decr.d apps/rehash.d crypto/cms/cms_smime.d crypto/ocsp/ocsp_ext.d fuzz/test-corpus.d crypto/x509/x509_lu.d test/buildtest_srp.d crypto/rc2/rc2cfb64.d crypto/bio/b_print.d test/threadstest.d crypto/ec/ec_cvt.d crypto/pem/pem_pk8.d crypto/idea/i_ecb.d test/pkey_meth_test.d test/ideatest.d crypto/md4/md4_dgst.d crypto/cast/c_enc.d test/wpackettest.d crypto/getenv.d ssl/d1_lib.d test/rc4test.d crypto/evp/p_seal.d crypto/bn/bn_recp.d crypto/ec/curve448/f_generic.d crypto/asn1/nsseq.d crypto/o_fips.d crypto/bio/bss_acpt.d crypto/o_init.d crypto/bn/bn_gcd.d test/rsa_test.d crypto/evp/p_open.d crypto/dso/dso_lib.d crypto/ec/ec_curve.d crypto/store/loader_file.d crypto/cmac/cmac.d test/testutil/test_cleanup.d crypto/asn1/x_val.d crypto/dsa/dsa_meth.d test/buildtest_rc2.d test/sysdefaulttest.d crypto/ui/ui_lib.d test/buildtest_rand_drbg.d crypto/evp/m_ripemd.d crypto/asn1/x_spki.d crypto/async/arch/async_posix.d crypto/ec/curve448/curve448_tables.d fuzz/cms.d crypto/asn1/tasn_new.d crypto/dsa/dsa_ossl.d crypto/dsa/dsa_err.d crypto/md5/md5_one.d crypto/asn1/bio_asn1.d crypto/ec/ec_err.d crypto/o_fopen.d crypto/dsa/dsa_vrf.d crypto/threads_pthread.d engines/e_padlock.d crypto/evp/p5_crpt2.d crypto/dso/dso_vms.d test/ec_internal_test.d crypto/engine/tb_dh.d crypto/x509/t_req.d crypto/evp/e_aes.d crypto/evp/e_old.d crypto/aria/aria.d crypto/comp/comp_lib.d crypto/dsa/dsa_sign.d crypto/ocsp/ocsp_prn.d crypto/evp/m_md5.d test/constant_time_test.d crypto/x509/x509_r2x.d test/buildtest_hmac.d crypto/rc5/rc5_enc.d crypto/cms/cms_dd.d test/buildtest_pkcs7.d crypto/ct/ct_sct.d test/buildtest_asn1t.d apps/genpkey.d crypto/cms/cms_enc.d crypto/engine/eng_lib.d crypto/x509v3/v3_pci.d crypto/idea/i_cbc.d crypto/pkcs7/pk7_asn1.d crypto/bn/bn_print.d crypto/ocsp/ocsp_cl.d test/pemtest.d crypto/srp/srp_vfy.d ssl/packet.d crypto/evp/m_sha1.d crypto/evp/pmeth_gn.d test/versions.d apps/nseq.d crypto/cast/c_ecb.d crypto/dso/dso_dlfcn.d crypto/x509/x_x509.d crypto/sha/sha1_one.d crypto/bn/bn_srp.d crypto/x509v3/v3_addr.d test/ctype_internal_test.d crypto/rand/drbg_ctr.d crypto/x509v3/v3_akeya.d apps/prime.d test/dtlsv1listentest.d test/buildtest_rsa.d crypto/seed/seed.d crypto/camellia/cmll_ofb.d crypto/dh/dh_rfc5114.d crypto/des/cfb64enc.d crypto/ex_data.d ssl/statem/extensions.d crypto/dsa/dsa_pmeth.d crypto/evp/e_cast.d ssl/statem/extensions_cust.d crypto/evp/digest.d test/ocspapitest.d test/dhtest.d crypto/dh/dh_check.d crypto/bn/bn_blind.d crypto/ts/ts_verify_ctx.d crypto/bf/bf_skey.d crypto/seed/seed_cbc.d apps/asn1pars.d crypto/md4/md4_one.d test/bio_memleak_test.d test/ssl_ctx_test.d crypto/sm2/sm2_crypt.d crypto/srp/srp_lib.d test/conf_include_test.d crypto/ec/ecp_smpl.d crypto/x509v3/v3_lib.d crypto/asn1/a_d2i_fp.d test/x509aux.d crypto/ocsp/ocsp_srv.d crypto/bn/bn_word.d test/buildtest_buffer.d crypto/ocsp/v3_ocsp.d crypto/x509/x_name.d test/buildtest_cms.d test/ecdsatest.d ssl/record/rec_layer_s3.d apps/s_socket.d crypto/dh/dh_depr.d crypto/modes/ocb128.d test/x509_dup_cert_test.d crypto/evp/m_sigver.d crypto/engine/tb_digest.d crypto/conf/conf_def.d crypto/pkcs12/p12_p8e.d test/testutil/format_output.d test/testutil/output_helpers.d test/drbg_cavs_test.d crypto/bn/bn_kron.d crypto/ec/ecx_meth.d test/bftest.d crypto/hmac/hmac.d crypto/ec/curve448/eddsa.d apps/verify.d crypto/ec/ec_check.d crypto/modes/gcm128.d crypto/bn/bn_err.d crypto/engine/tb_cipher.d test/buildtest_bn.d crypto/evp/evp_pbe.d crypto/pkcs7/pk7_lib.d test/buildtest_tls1.d crypto/x509v3/v3_tlsf.d crypto/asn1/a_utf8.d crypto/evp/e_rc2.d crypto/bio/bf_nbio.d crypto/asn1/a_print.d crypto/lhash/lhash.d crypto/des/ecb3_enc.d test/buildtest_dtls1.d crypto/cast/c_ofb64.d crypto/rsa/rsa_gen.d ssl/record/ssl3_record.d crypto/md5/md5_dgst.d ssl/statem/statem_clnt.d crypto/ui/ui_null.d test/sm4_internal_test.d test/asn1_internal_test.d test/buildtest_cast.d crypto/conf/conf_lib.d crypto/bio/b_dump.d apps/gendsa.d fuzz/conf.d crypto/ec/ecp_nist.d crypto/init.d crypto/aes/aes_core.d test/cipherlist_test.d crypto/engine/eng_list.d crypto/bio/bss_sock.d crypto/engine/tb_rsa.d ssl/statem/extensions_clnt.d crypto/store/store_err.d crypto/ts/ts_rsp_verify.d crypto/ec/ecp_nistp224.d crypto/modes/cfb128.d test/v3ext.d crypto/des/set_key.d crypto/comp/c_zlib.d ssl/t1_enc.d test/testutil/stanza.d crypto/x509v3/pcy_cache.d crypto/x509/x509_att.d ssl/tls13_enc.d crypto/ec/ec_print.d crypto/bn/bn_depr.d crypto/rsa/rsa_saos.d test/buildtest_dh.d crypto/rsa/rsa_ameth.d crypto/modes/cbc128.d crypto/asn1/t_bitst.d crypto/asn1/tasn_fre.d crypto/evp/e_camellia.d crypto/camellia/camellia.d crypto/evp/m_sha3.d crypto/ct/ct_err.d crypto/pkcs12/p12_add.d crypto/idea/i_ofb64.d crypto/dh/dh_err.d crypto/sha/sha512.d crypto/pkcs12/p12_utl.d crypto/bn/bn_mpi.d crypto/bio/bss_bio.d crypto/ct/ct_x509v3.d test/rdrand_sanitytest.d crypto/ts/ts_rsp_print.d crypto/seed/seed_ofb.d ssl/statem/statem.d crypto/dsa/dsa_depr.d ssl/ssl_stat.d crypto/poly1305/poly1305_ameth.d crypto/bn/bn_mul.d crypto/ec/ec2_smpl.d crypto/des/ofb_enc.d crypto/x509/x509_req.d test/buildtest_modes.d test/buildtest_pem2.d test/curve448_internal_test.d crypto/blake2/m_blake2b.d test/cmactest.d crypto/rc4/rc4_enc.d ssl/ssl_mcnf.d test/x509_check_cert_pkey_test.d test/bntest.d ssl/d1_srtp.d crypto/conf/conf_mall.d ssl/ssl_utst.d apps/s_server.d test/sslbuffertest.d GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/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 @@ -594,8 +594,8 @@ errors: done ) ordinals: - ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl crypto update ) - ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl ssl update ) + $(PERL) $(SRCDIR)/util/mkdef.pl crypto update + $(PERL) $(SRCDIR)/util/mkdef.pl ssl update test_ordinals: ( cd test; \ @@ -9597,7 +9597,7 @@ 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/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 diff --git a/upstream-build/makefile/x86_64-macos b/upstream-build/makefile/x86_64-macos index 106343d..27c0841 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.1j +VERSION=1.1.1k 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/cmactest 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_ctx_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_err.d test/srptest.d crypto/rand/randfile.d crypto/evp/evp_pkey.d crypto/ts/ts_req_utils.d crypto/dso/dso_vms.d crypto/mem_sec.d test/dtlsv1listentest.d crypto/evp/names.d crypto/evp/pbe_scrypt.d test/ecdsatest.d crypto/asn1/i2d_pu.d test/dtlstest.d crypto/bio/b_dump.d crypto/asn1/t_bitst.d test/buildtest_ts.d crypto/rc2/rc2_ecb.d crypto/des/cfb64ede.d crypto/engine/tb_dsa.d crypto/x509v3/pcy_map.d test/buildtest_bn.d test/afalgtest.d test/buildtest_pem.d test/testutil/main.d crypto/rc2/rc2ofb64.d crypto/err/err_all.d crypto/rsa/rsa_chk.d crypto/ec/ecp_nistp224.d crypto/async/async_err.d test/x509_time_test.d crypto/rsa/rsa_saos.d crypto/ocsp/ocsp_prn.d test/buildtest_ossl_typ.d apps/s_time.d crypto/evp/m_sha1.d crypto/md4/md4_dgst.d test/bio_enc_test.d ssl/record/dtls1_bitmap.d test/testutil/cb.d test/ec_internal_test.d test/drbg_cavs_data.d crypto/dsa/dsa_lib.d test/ssl_cert_table_internal_test.d crypto/rsa/rsa_sign.d crypto/bn/bn_asm.d crypto/ec/ecp_nistp256.d ssl/t1_lib.d test/buildtest_rc4.d crypto/asn1/x_algor.d crypto/evp/m_mdc2.d crypto/ocsp/v3_ocsp.d fuzz/x509.d crypto/ocsp/ocsp_ext.d crypto/asn1/f_string.d crypto/bio/bf_lbuf.d test/buildtest_dtls1.d crypto/x509v3/v3err.d crypto/dh/dh_meth.d crypto/evp/e_xcbc_d.d crypto/bn/bn_blind.d test/exdatatest.d crypto/kdf/hkdf.d test/clienthellotest.d crypto/dso/dso_dlfcn.d crypto/asn1/n_pkey.d crypto/des/cbc_enc.d fuzz/crl.d apps/opt.d crypto/x509/x509_meth.d crypto/sm2/sm2_crypt.d crypto/kdf/kdf_err.d crypto/idea/i_skey.d apps/pkey.d crypto/pkcs12/p12_add.d crypto/cms/cms_asn1.d test/md2test.d crypto/ec/curve448/f_generic.d crypto/rc5/rc5_enc.d crypto/bn/bn_div.d crypto/des/fcrypt_b.d crypto/evp/evp_lib.d crypto/ct/ct_oct.d crypto/x509/x509type.d crypto/cms/cms_att.d test/d2i_test.d crypto/x509v3/v3_enum.d crypto/aria/aria.d crypto/dh/dh_rfc5114.d test/cmsapitest.d crypto/sha/sha512.d crypto/engine/eng_init.d crypto/rand/drbg_ctr.d apps/spkac.d crypto/bio/bio_cb.d ssl/statem/statem_clnt.d crypto/ec/ecp_nistputil.d ssl/ssl_ciph.d crypto/x509v3/pcy_tree.d crypto/pem/pem_pk8.d test/shlibloadtest.d test/buildtest_sha.d crypto/ui/ui_err.d crypto/ui/ui_util.d ssl/ssl_rsa.d engines/e_padlock.d crypto/ec/ecp_mont.d test/bio_memleak_test.d crypto/store/store_err.d apps/s_server.d ssl/record/rec_layer_d1.d crypto/sm2/sm2_pmeth.d crypto/sm2/sm2_sign.d apps/genrsa.d crypto/md5/md5_one.d test/drbgtest.d test/buildtest_rand.d crypto/objects/o_names.d crypto/evp/e_camellia.d crypto/ec/ec_curve.d crypto/evp/e_des.d crypto/pem/pem_lib.d crypto/bn/bn_mont.d crypto/bf/bf_ofb64.d crypto/evp/m_md2.d crypto/pem/pem_oth.d crypto/rc5/rc5cfb64.d crypto/modes/ofb128.d crypto/asn1/evp_asn1.d test/sslcorrupttest.d ssl/ssl_txt.d crypto/bn/bn_exp2.d test/pkey_meth_test.d crypto/buffer/buffer.d test/crltest.d crypto/ec/ec_mult.d ssl/tls13_enc.d fuzz/asn1parse.d ssl/statem/extensions_cust.d apps/ec.d test/buildtest_asn1.d crypto/x509/x509_def.d test/x509_internal_test.d apps/pkeyutl.d test/siphash_internal_test.d crypto/dso/dso_err.d crypto/evp/c_alld.d test/tls13ccstest.d crypto/cmac/cmac.d crypto/des/ecb3_enc.d test/buildtest_ssl3.d test/dsa_no_digest_size_test.d test/cipherbytes_test.d crypto/asn1/tasn_fre.d crypto/asn1/tasn_utl.d crypto/ts/ts_rsp_verify.d crypto/asn1/a_sign.d crypto/sha/sha1dgst.d test/buildtest_ripemd.d crypto/asn1/a_mbstr.d crypto/seed/seed_cbc.d test/bad_dtls_test.d crypto/asn1/asn1_item_list.d test/pkey_meth_kdf_test.d crypto/poly1305/poly1305_pmeth.d crypto/asn1/a_utctm.d test/buildtest_srtp.d crypto/evp/p_sign.d crypto/threads_win.d crypto/x509v3/v3_sxnet.d apps/pkcs7.d crypto/x509/t_x509.d crypto/cms/cms_enc.d crypto/chacha/chacha_enc.d apps/s_socket.d test/memleaktest.d fuzz/conf.d crypto/bn/bn_lib.d crypto/engine/eng_dyn.d crypto/asn1/a_type.d crypto/bn/bn_x931p.d crypto/ec/ecp_nistp521.d test/x509_check_cert_pkey_test.d crypto/bn/bn_sqrt.d crypto/pkcs12/p12_key.d apps/bf_prefix.d crypto/evp/m_md5_sha1.d crypto/x509/x_attrib.d crypto/md5/md5_dgst.d crypto/rc5/rc5_skey.d test/buildtest_des.d crypto/evp/bio_b64.d test/poly1305_internal_test.d test/rsa_test.d crypto/evp/e_bf.d crypto/engine/eng_rdrand.d test/sm4_internal_test.d crypto/cms/cms_dd.d crypto/evp/m_sigver.d crypto/dh/dh_depr.d crypto/x509v3/v3_akeya.d crypto/ct/ct_sct_ctx.d test/evp_extra_test.d test/testutil/basic_output.d crypto/bio/bss_log.d crypto/ec/ec_oct.d crypto/cast/c_ecb.d crypto/seed/seed_ofb.d crypto/pem/pem_all.d test/asn1_encode_test.d crypto/x509v3/v3_addr.d crypto/dsa/dsa_gen.d test/buildtest_x509_vfy.d crypto/ui/ui_openssl.d test/enginetest.d crypto/ts/ts_rsp_utils.d test/buildtest_buffer.d crypto/x509/x509_d2.d crypto/ocsp/ocsp_err.d crypto/ui/ui_lib.d crypto/sha/sha256.d crypto/des/str2key.d crypto/aes/aes_cbc.d crypto/bn/bn_ctx.d crypto/store/store_strings.d crypto/o_dir.d crypto/evp/pmeth_gn.d test/sanitytest.d apps/pkcs8.d test/buildtest_md2.d crypto/bio/b_addr.d fuzz/test-corpus.d test/buildtest_ec.d crypto/ec/curve448/scalar.d crypto/aes/aes_cfb.d test/secmemtest.d crypto/dso/dso_openssl.d crypto/x509/x_x509.d crypto/comp/comp_err.d crypto/sm3/m_sm3.d test/errtest.d crypto/bio/bf_null.d crypto/store/store_register.d crypto/engine/tb_asnmth.d crypto/uid.d crypto/asn1/x_int64.d crypto/evp/e_sm4.d apps/genpkey.d crypto/bio/bss_mem.d test/x509_dup_cert_test.d crypto/asn1/p5_scrypt.d crypto/bio/bss_file.d crypto/x509v3/v3_conf.d test/buildtest_cmac.d crypto/ocsp/ocsp_asn.d crypto/conf/conf_ssl.d crypto/x509/x509_trs.d test/dsatest.d crypto/bn/bn_kron.d crypto/async/arch/async_posix.d crypto/dsa/dsa_asn1.d crypto/bn/bn_shift.d crypto/objects/obj_lib.d apps/errstr.d crypto/asn1/ameth_lib.d test/buildtest_asn1t.d crypto/x509v3/v3_skey.d ssl/ssl_asn1.d crypto/async/async.d crypto/rand/rand_vms.d crypto/ts/ts_verify_ctx.d crypto/x509v3/v3_pcia.d crypto/x509/x_name.d crypto/rsa/rsa_pmeth.d crypto/sm3/sm3.d test/buildtest_x509.d crypto/asn1/asn1_gen.d crypto/pkcs12/p12_crpt.d crypto/evp/p_enc.d crypto/dh/dh_gen.d crypto/modes/ccm128.d crypto/cmac/cm_pmeth.d crypto/asn1/i2d_pr.d test/buildtest_idea.d test/ssl_ctx_test.d crypto/asn1/asn_moid.d crypto/cmac/cm_ameth.d crypto/rsa/rsa_pss.d crypto/threads_none.d test/ctype_internal_test.d ssl/d1_msg.d crypto/evp/p_lib.d crypto/x509v3/v3_lib.d test/buildtest_ecdsa.d engines/e_capi.d crypto/pkcs12/p12_p8e.d apps/dgst.d test/buildtest_seed.d crypto/rsa/rsa_meth.d test/buildtest_md5.d crypto/ct/ct_b64.d crypto/engine/tb_pkmeth.d ssl/tls_srp.d crypto/evp/e_rc4_hmac_md5.d crypto/modes/wrap128.d crypto/engine/tb_rand.d crypto/rsa/rsa_gen.d crypto/bf/bf_enc.d crypto/bn/bn_const.d crypto/evp/e_rc2.d crypto/comp/comp_lib.d crypto/bn/bn_err.d crypto/x509/x_pubkey.d fuzz/server.d crypto/x509/x509_vfy.d crypto/asn1/asn_pack.d test/ssltest_old.d crypto/engine/eng_fat.d crypto/ec/ec_cvt.d test/recordlentest.d crypto/bio/bss_fd.d crypto/pkcs7/pk7_lib.d crypto/x509/t_req.d test/stack_test.d crypto/x509v3/v3_crld.d test/buildtest_ssl2.d crypto/ebcdic.d test/buildtest_obj_mac.d test/mdc2_internal_test.d crypto/txt_db/txt_db.d crypto/evp/e_cast.d crypto/evp/evp_pbe.d test/buildtest_rand_drbg.d crypto/x509v3/v3_pci.d crypto/x509v3/v3_genn.d test/buildtest_pkcs7.d crypto/x509/x509_set.d crypto/evp/e_chacha20_poly1305.d crypto/asn1/x_bignum.d crypto/siphash/siphash.d crypto/asn1/a_time.d crypto/pkcs7/pk7_smime.d crypto/x509v3/pcy_lib.d crypto/des/rand_key.d apps/prime.d test/buildtest_pem2.d test/testutil/testutil_init.d crypto/buffer/buf_err.d crypto/sha/sha1_one.d test/constant_time_test.d ssl/d1_lib.d crypto/rc4/rc4_enc.d test/verify_extra_test.d test/conf_include_test.d crypto/x509/x_req.d crypto/threads_pthread.d test/buildtest_store.d crypto/conf/conf_api.d crypto/x509/by_file.d crypto/ec/ec_key.d crypto/ec/curve448/curve448_tables.d crypto/ct/ct_policy.d crypto/ec/eck_prn.d crypto/ocsp/ocsp_vfy.d crypto/asn1/x_pkey.d ssl/statem/extensions.d crypto/evp/m_md4.d ssl/pqueue.d apps/ocsp.d crypto/x509/x509_ext.d apps/nseq.d crypto/rsa/rsa_crpt.d crypto/cms/cms_kari.d crypto/dsa/dsa_pmeth.d crypto/pkcs7/bio_pk7.d crypto/evp/e_null.d crypto/ts/ts_conf.d crypto/pkcs12/p12_npas.d crypto/des/xcbc_enc.d apps/sess_id.d crypto/objects/obj_err.d crypto/asn1/a_octet.d crypto/ec/ecdsa_ossl.d crypto/asn1/asn_mstbl.d crypto/bio/bss_acpt.d crypto/dh/dh_check.d crypto/modes/cfb128.d test/rc2test.d crypto/aes/aes_ofb.d test/dtls_mtu_test.d crypto/modes/gcm128.d crypto/rsa/rsa_x931g.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/bn/bn_depr.d ssl/record/ssl3_buffer.d test/igetest.d crypto/dsa/dsa_meth.d crypto/ripemd/rmd_one.d crypto/bn/bn_word.d crypto/md2/md2_one.d crypto/dsa/dsa_key.d crypto/x509/by_dir.d crypto/rand/drbg_lib.d crypto/x509v3/v3_akey.d crypto/pkcs7/pkcs7err.d crypto/engine/eng_cnf.d crypto/async/arch/async_null.d crypto/bn/bn_print.d test/buildtest_objects.d test/servername_test.d apps/storeutl.d test/rc4test.d crypto/store/store_init.d crypto/evp/pmeth_lib.d crypto/evp/cmeth_lib.d test/buildtest_modes.d crypto/sm2/sm2_err.d apps/enc.d crypto/x509v3/v3_pku.d crypto/blake2/m_blake2b.d crypto/rsa/rsa_pk1.d crypto/rand/rand_egd.d ssl/statem/statem_dtls.d test/buildtest_evp.d crypto/pkcs12/pk12err.d crypto/conf/conf_sap.d crypto/pkcs12/p12_decr.d test/modes_internal_test.d crypto/bio/bio_meth.d test/buildtest_conf_api.d test/versions.d crypto/engine/eng_table.d crypto/evp/p_open.d crypto/des/des_enc.d crypto/x509/x_exten.d crypto/pkcs12/p12_p8d.d crypto/bf/bf_skey.d crypto/store/store_lib.d test/buildtest_whrlpool.d test/ciphername_test.d crypto/ec/ec2_smpl.d crypto/asn1/a_d2i_fp.d crypto/asn1/tasn_new.d crypto/x509/t_crl.d crypto/ec/ec_ameth.d apps/ts.d crypto/siphash/siphash_ameth.d crypto/dh/dh_key.d crypto/engine/tb_eckey.d crypto/x509/x509_req.d crypto/cast/c_cfb64.d test/x509aux.d apps/ecparam.d test/buildtest_rc2.d crypto/pem/pem_sign.d crypto/conf/conf_err.d crypto/ct/ct_log.d crypto/bn/bn_dh.d crypto/rsa/rsa_oaep.d crypto/rsa/rsa_asn1.d test/rdrand_sanitytest.d crypto/camellia/camellia.d test/pbelutest.d crypto/ec/ec2_oct.d crypto/pkcs7/pk7_attr.d crypto/camellia/cmll_cfb.d apps/dsaparam.d fuzz/ct.d crypto/asn1/bio_ndef.d fuzz/cms.d crypto/ec/ecdsa_sign.d crypto/poly1305/poly1305_ameth.d crypto/pem/pvkfmt.d crypto/asn1/a_strex.d test/destest.d apps/pkeyparam.d ssl/statem/statem_lib.d ssl/ssl_init.d test/buildtest_ecdh.d test/testutil/random.d test/buildtest_async.d test/ssl_test.d crypto/whrlpool/wp_block.d ssl/bio_ssl.d crypto/evp/e_rc4.d crypto/rsa/rsa_depr.d crypto/ts/ts_asn1.d test/handshake_helper.d test/ectest.d crypto/x509v3/pcy_cache.d apps/version.d ssl/s3_lib.d crypto/ec/ec_asn1.d test/cipherlist_test.d crypto/ec/ecdh_kdf.d crypto/conf/conf_mall.d crypto/bn/bn_gcd.d crypto/whrlpool/wp_dgst.d crypto/dh/dh_err.d crypto/rsa/rsa_ossl.d crypto/x509/x509_txt.d crypto/camellia/cmll_ofb.d crypto/rsa/rsa_ameth.d crypto/seed/seed_cfb.d ssl/packet.d crypto/conf/conf_def.d test/buildtest_ebcdic.d test/testutil/tap_bio.d crypto/asn1/a_utf8.d crypto/rand/rand_unix.d crypto/o_time.d test/buildtest_lhash.d crypto/cast/c_skey.d crypto/asn1/x_val.d test/evp_test.d crypto/kdf/scrypt.d test/ct_test.d crypto/ts/ts_req_print.d crypto/dsa/dsa_depr.d crypto/objects/obj_dat.d ssl/ssl_mcnf.d crypto/dh/dh_lib.d crypto/bn/bn_mod.d crypto/asn1/tasn_typ.d crypto/mem.d test/uitest.d apps/smime.d crypto/asn1/p5_pbe.d crypto/pkcs12/p12_init.d fuzz/bndiv.d apps/openssl.d test/buildtest_cast.d crypto/x509v3/pcy_data.d ssl/ssl_err.d crypto/pkcs7/pk7_doit.d crypto/cast/c_ofb64.d crypto/dsa/dsa_sign.d crypto/lhash/lhash.d crypto/mem_dbg.d test/buildtest_comp.d apps/pkcs12.d crypto/bn/bn_mpi.d test/buildtest_txt_db.d crypto/engine/eng_err.d crypto/x509v3/v3_alt.d crypto/asn1/asn1_par.d crypto/x509v3/v3_ia5.d crypto/evp/e_aria.d test/asynctest.d crypto/evp/e_old.d crypto/aes/aes_core.d crypto/rsa/rsa_ssl.d crypto/aes/aes_ecb.d crypto/rc2/rc2_skey.d crypto/asn1/a_print.d crypto/cpt_err.d test/bio_callback_test.d crypto/conf/conf_mod.d test/buildtest_kdf.d test/testutil/output_helpers.d crypto/x509/x509_att.d ssl/statem/extensions_srvr.d crypto/bio/bss_bio.d crypto/idea/i_ecb.d crypto/evp/m_ripemd.d crypto/ct/ct_sct.d crypto/x509v3/v3_int.d ssl/d1_srtp.d crypto/store/loader_file.d test/buildtest_hmac.d crypto/engine/eng_all.d crypto/x509v3/v3_utl.d crypto/pkcs12/p12_kiss.d test/buildtest_rsa.d crypto/rc5/rc5_ecb.d test/cmactest.d crypto/evp/m_sha3.d crypto/evp/evp_enc.d crypto/ocsp/ocsp_cl.d crypto/asn1/a_digest.d test/asn1_time_test.d crypto/dh/dh_pmeth.d crypto/des/cfb_enc.d crypto/bio/bss_dgram.d crypto/asn1/asn1_lib.d crypto/dh/dh_asn1.d crypto/ct/ct_err.d test/danetest.d crypto/x509v3/v3_admis.d crypto/bn/bn_add.d ssl/statem/statem.d ssl/record/rec_layer_s3.d apps/gendsa.d test/buildtest_dsa.d test/test_test.d crypto/ec/curve448/arch_32/f_impl.d crypto/x509v3/v3_tlsf.d test/buildtest_md4.d crypto/seed/seed_ecb.d crypto/asn1/a_bitstr.d test/ssl_test_ctx.d crypto/blake2/blake2s.d apps/cms.d test/asn1_string_table_test.d apps/app_rand.d test/testutil/tests.d crypto/o_str.d crypto/evp/m_null.d crypto/dso/dso_win32.d crypto/asn1/x_spki.d crypto/x509/x509_err.d ssl/s3_enc.d crypto/cms/cms_err.d test/hmactest.d crypto/x509v3/v3_cpols.d crypto/asn1/tasn_scn.d test/tls13encryptiontest.d crypto/bio/bss_sock.d crypto/cms/cms_lib.d crypto/bn/bn_exp.d crypto/evp/e_seed.d crypto/ec/curve25519.d crypto/ec/ecdsa_vrf.d crypto/mem_clr.d crypto/cms/cms_pwri.d crypto/ec/ec_err.d ssl/t1_trce.d crypto/bio/bss_null.d crypto/asn1/x_info.d ssl/t1_enc.d test/sslbuffertest.d crypto/srp/srp_vfy.d apps/asn1pars.d crypto/pem/pem_x509.d test/testutil/stanza.d crypto/asn1/p5_pbev2.d crypto/dso/dso_lib.d crypto/evp/p_seal.d crypto/bn/bn_srp.d crypto/evp/evp_err.d crypto/dh/dh_prn.d crypto/x509v3/v3_bcons.d crypto/x509v3/v3_ncons.d apps/s_cb.d test/buildtest_dh.d crypto/modes/cbc128.d test/buildtest_ssl.d crypto/aes/aes_wrap.d test/mdc2test.d crypto/rsa/rsa_err.d crypto/dh/dh_ameth.d test/drbg_cavs_test.d test/bntest.d test/asn1_decode_test.d crypto/engine/eng_openssl.d crypto/x509v3/v3_purp.d crypto/getenv.d crypto/evp/e_aes.d crypto/sha/keccak1600.d crypto/rc4/rc4_skey.d crypto/ec/ecp_oct.d test/asn1_internal_test.d crypto/evp/p_dec.d apps/rsa.d crypto/err/err_prn.d test/testutil/test_cleanup.d crypto/x509/x_all.d apps/s_client.d crypto/x509/x509rset.d test/buildtest_safestack.d crypto/asn1/d2i_pr.d crypto/pkcs12/p12_mutl.d crypto/pem/pem_info.d crypto/asn1/tasn_prn.d ssl/ssl_sess.d crypto/bio/bss_conn.d test/pemtest.d test/rc5test.d crypto/cms/cms_ess.d ssl/record/ssl3_record_tls13.d test/gmdifftest.d ssl/ssl_conf.d crypto/ocsp/ocsp_ht.d test/rsa_mp_test.d crypto/bio/b_sock2.d crypto/ts/ts_rsp_print.d crypto/idea/i_cfb64.d crypto/des/cbc_cksm.d test/fatalerrtest.d crypto/evp/evp_cnf.d crypto/asn1/t_spki.d crypto/async/arch/async_win.d test/buildtest_opensslv.d crypto/x509/x509_cmp.d test/buildtest_ui.d crypto/x509v3/v3_extku.d crypto/pkcs12/p12_utl.d crypto/asn1/p8_pkey.d crypto/lhash/lh_stats.d crypto/asn1/x_long.d test/buildtest_aes.d crypto/ct/ct_vfy.d crypto/evp/encode.d crypto/pkcs7/pk7_mime.d crypto/ec/curve448/curve448.d apps/req.d test/wpackettest.d crypto/x509/x509_obj.d crypto/x509/x509spki.d crypto/cversion.d apps/rehash.d crypto/md2/md2_dgst.d crypto/ec/ecp_smpl.d crypto/bio/b_print.d test/threadstest.d crypto/x509/x_crl.d crypto/asn1/nsseq.d crypto/x509/x509_r2x.d crypto/rsa/rsa_none.d ssl/statem/extensions_clnt.d test/buildtest_srp.d crypto/asn1/a_verify.d apps/speed.d crypto/engine/tb_cipher.d crypto/pkcs12/p12_sbag.d crypto/camellia/cmll_ctr.d crypto/engine/eng_lib.d test/buildtest_engine.d test/time_offset_test.d test/lhash_test.d crypto/evp/m_wp.d crypto/cms/cms_env.d test/ecstresstest.d crypto/engine/eng_pkey.d crypto/bn/bn_intern.d crypto/rsa/rsa_mp.d crypto/asn1/t_pkey.d crypto/modes/ctr128.d crypto/cast/c_enc.d crypto/modes/xts128.d crypto/blake2/blake2b.d test/casttest.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/ec/ec_check.d apps/crl.d crypto/hmac/hm_ameth.d crypto/modes/ocb128.d crypto/des/pcbc_enc.d crypto/rsa/rsa_x931.d apps/dhparam.d crypto/evp/pmeth_fn.d crypto/engine/tb_digest.d test/ssltestlib.d crypto/o_fopen.d crypto/asn1/tasn_enc.d test/exptest.d crypto/stack/stack.d crypto/engine/eng_ctrl.d crypto/ripemd/rmd_dgst.d crypto/engine/tb_rsa.d crypto/ct/ct_x509v3.d crypto/asn1/a_i2d_fp.d test/bftest.d crypto/cms/cms_smime.d ssl/record/ssl3_record.d crypto/seed/seed.d crypto/des/cfb64enc.d test/buildtest_pkcs12.d test/buildtest_rc5.d crypto/blake2/m_blake2s.d crypto/bn/bn_gf2m.d test/asynciotest.d test/sslapitest.d crypto/ct/ct_prn.d crypto/rsa/rsa_prn.d apps/rsautl.d test/buildtest_blowfish.d crypto/ec/curve448/eddsa.d apps/passwd.d crypto/evp/bio_enc.d test/buildtest_tls1.d crypto/bn/bn_mul.d crypto/dsa/dsa_prn.d crypto/des/set_key.d crypto/des/ofb64ede.d crypto/asn1/asn_mime.d crypto/evp/evp_key.d test/bioprinttest.d test/dhtest.d crypto/poly1305/poly1305.d crypto/asn1/asn1_err.d crypto/camellia/cmll_cbc.d test/packettest.d test/buildtest_e_os2.d crypto/o_fips.d crypto/o_init.d crypto/x509v3/pcy_node.d crypto/dsa/dsa_ossl.d crypto/x509/x509_vpm.d crypto/x509v3/v3_bitst.d crypto/modes/cts128.d test/sysdefaulttest.d test/tls13secretstest.d ssl/ssl_cert.d test/buildtest_ocsp.d test/buildtest_bio.d crypto/des/ofb_enc.d crypto/err/err.d test/buildtest_crypto.d crypto/dsa/dsa_vrf.d apps/ciphers.d crypto/ec/ec_print.d crypto/des/ofb64enc.d crypto/rand/rand_win.d crypto/bn/bn_recp.d crypto/bn/bn_sqr.d crypto/asn1/tasn_dec.d crypto/bf/bf_cfb64.d crypto/dso/dso_dl.d crypto/cms/cms_io.d crypto/ts/ts_err.d test/curve448_internal_test.d test/buildtest_stack.d apps/engine.d crypto/ctype.d crypto/ec/ecx_meth.d crypto/x509v3/v3_pcons.d crypto/pkcs12/p12_attr.d crypto/x509/x509_v3.d crypto/evp/bio_md.d apps/apps.d crypto/ec/ecp_nist.d crypto/asn1/a_object.d fuzz/bignum.d crypto/des/qud_cksm.d crypto/kdf/tls1_prf.d engines/e_ossltest.d crypto/asn1/a_dup.d crypto/evp/p_verify.d test/v3nametest.d test/chacha_internal_test.d ssl/ssl_stat.d crypto/cms/cms_sd.d crypto/asn1/f_int.d crypto/des/ecb_enc.d crypto/hmac/hm_pmeth.d crypto/pkcs12/p12_crt.d crypto/bio/bf_buff.d crypto/ec/ec_pmeth.d crypto/rc5/rc5ofb64.d ssl/s3_cbc.d test/testutil/driver.d crypto/ts/ts_rsp_sign.d crypto/asn1/a_int.d crypto/pem/pem_err.d crypto/evp/p5_crpt2.d apps/verify.d test/ideatest.d crypto/evp/e_idea.d crypto/bn/bn_rand.d crypto/cryptlib.d crypto/rc2/rc2_cbc.d crypto/asn1/bio_asn1.d test/buildtest_cms.d crypto/des/fcrypt.d crypto/bf/bf_ecb.d crypto/camellia/cmll_misc.d test/rsa_complex.d fuzz/asn1.d ssl/methods.d crypto/rand/rand_err.d crypto/aes/aes_misc.d apps/crl2p7.d crypto/rand/rand_lib.d test/gosttest.d crypto/evp/p5_crpt.d crypto/engine/eng_list.d fuzz/client.d test/buildtest_symhacks.d crypto/objects/obj_xref.d crypto/dh/dh_rfc7919.d crypto/comp/c_zlib.d crypto/hmac/hmac.d crypto/evp/e_rc5.d test/ocspapitest.d crypto/evp/m_md5.d crypto/bio/bf_nbio.d crypto/asn1/d2i_pu.d crypto/pkcs7/pk7_asn1.d crypto/camellia/cmll_ecb.d engines/e_dasync.d crypto/pkcs12/p12_asn.d crypto/bio/b_sock.d crypto/evp/c_allc.d test/aborttest.d apps/ca.d test/buildtest_x509v3.d crypto/asn1/a_gentm.d crypto/bn/bn_prime.d crypto/cms/cms_cd.d crypto/dsa/dsa_ameth.d crypto/async/async_wait.d ssl/statem/statem_srvr.d crypto/x509/x_x509a.d crypto/conf/conf_lib.d crypto/ocsp/ocsp_lib.d crypto/rsa/rsa_lib.d crypto/evp/digest.d apps/rand.d apps/x509.d test/v3ext.d crypto/asn1/x_sig.d crypto/siphash/siphash_pmeth.d test/buildtest_camellia.d ssl/s3_msg.d test/buildtest_conf.d crypto/init.d apps/srp.d crypto/x509v3/v3_pmaps.d crypto/pem/pem_pkey.d crypto/rc2/rc2cfb64.d crypto/x509v3/v3_info.d apps/dsa.d crypto/evp/bio_ok.d crypto/ts/ts_lib.d ssl/ssl_lib.d crypto/x509v3/v3_asid.d crypto/ec/ecdh_ossl.d ssl/ssl_utst.d crypto/engine/tb_dh.d crypto/sm4/sm4.d test/ssl_test_ctx_test.d crypto/md4/md4_one.d test/testutil/format_output.d crypto/bio/bio_lib.d crypto/ec/ec_kmeth.d test/sm2_internal_test.d crypto/aes/aes_ige.d crypto/bn/bn_nist.d test/buildtest_ct.d crypto/dh/dh_kdf.d crypto/asn1/a_strnid.d crypto/idea/i_ofb64.d crypto/ocsp/ocsp_srv.d crypto/x509/x509name.d crypto/x509/x509cset.d crypto/x509v3/v3_prn.d crypto/idea/i_cbc.d crypto/ui/ui_null.d crypto/srp/srp_lib.d crypto/ex_data.d crypto/pem/pem_xaux.d crypto/bio/bio_err.d crypto/x509/x509_lu.d crypto/ec/ec_lib.d crypto/evp/e_des3.d +DEPS=test/tls13encryptiontest.d crypto/bio/b_sock2.d crypto/conf/conf_err.d crypto/cms/cms_asn1.d test/buildtest_buffer.d crypto/kdf/hkdf.d crypto/evp/e_idea.d crypto/objects/obj_xref.d test/testutil/driver.d crypto/ripemd/rmd_dgst.d crypto/x509/x509_ext.d crypto/dh/dh_ameth.d ssl/s3_enc.d test/buildtest_conf.d crypto/engine/tb_cipher.d crypto/evp/m_wp.d test/buildtest_asn1t.d ssl/methods.d test/rdrand_sanitytest.d crypto/idea/i_cbc.d crypto/rsa/rsa_ssl.d test/buildtest_engine.d test/cmactest.d crypto/ec/ecp_nistp521.d crypto/x509/x509cset.d crypto/ts/ts_conf.d crypto/lhash/lh_stats.d test/asn1_time_test.d test/cipherlist_test.d crypto/evp/pmeth_fn.d crypto/x509/x509name.d test/testutil/tests.d crypto/ec/ecp_mont.d test/sm4_internal_test.d crypto/ec/ec_ameth.d crypto/rc5/rc5_ecb.d ssl/d1_msg.d apps/rehash.d crypto/rsa/rsa_lib.d crypto/sha/sha256.d crypto/bn/bn_lib.d crypto/x509/x509_att.d crypto/asn1/d2i_pu.d crypto/asn1/f_string.d crypto/dsa/dsa_gen.d test/buildtest_modes.d crypto/comp/c_zlib.d test/buildtest_x509.d crypto/bn/bn_srp.d crypto/modes/ofb128.d crypto/x509v3/pcy_map.d ssl/ssl_asn1.d crypto/evp/e_des.d crypto/ec/ec_asn1.d crypto/pkcs7/pk7_doit.d crypto/evp/e_chacha20_poly1305.d apps/s_time.d crypto/pkcs12/p12_decr.d crypto/asn1/ameth_lib.d crypto/ui/ui_openssl.d crypto/bn/bn_depr.d crypto/sha/sha1dgst.d ssl/ssl_stat.d crypto/stack/stack.d crypto/blake2/blake2b.d crypto/pkcs7/pk7_attr.d test/buildtest_hmac.d crypto/threads_pthread.d apps/ca.d crypto/pkcs12/p12_mutl.d crypto/init.d crypto/rand/randfile.d crypto/x509v3/pcy_data.d test/srptest.d test/testutil/basic_output.d crypto/asn1/asn_mstbl.d crypto/cms/cms_env.d test/buildtest_ec.d fuzz/server.d ssl/ssl_lib.d crypto/asn1/p5_scrypt.d crypto/x509/x509_def.d test/d2i_test.d test/time_offset_test.d crypto/conf/conf_mall.d crypto/rc5/rc5cfb64.d crypto/ec/curve448/curve448_tables.d crypto/engine/eng_dyn.d apps/dgst.d ssl/statem/statem_lib.d test/wpackettest.d fuzz/bignum.d crypto/asn1/a_mbstr.d test/danetest.d test/clienthellotest.d ssl/t1_trce.d crypto/ct/ct_x509v3.d crypto/aes/aes_ecb.d crypto/evp/c_allc.d apps/crl2p7.d crypto/engine/eng_pkey.d crypto/bn/bn_sqr.d ssl/ssl_rsa.d apps/srp.d apps/genrsa.d ssl/bio_ssl.d crypto/evp/e_sm4.d crypto/ocsp/ocsp_asn.d apps/ciphers.d test/dtlstest.d crypto/evp/m_md5_sha1.d crypto/objects/obj_lib.d crypto/sha/sha512.d test/buildtest_obj_mac.d crypto/ex_data.d crypto/ec/ec_cvt.d fuzz/x509.d crypto/bn/bn_ctx.d crypto/asn1/asn_pack.d crypto/rc4/rc4_skey.d crypto/ct/ct_policy.d crypto/bio/bio_lib.d ssl/statem/extensions_cust.d test/exptest.d crypto/pkcs12/p12_npas.d test/pbelutest.d crypto/rc2/rc2ofb64.d crypto/poly1305/poly1305.d crypto/ui/ui_null.d crypto/bio/bio_cb.d test/ectest.d crypto/evp/c_alld.d crypto/poly1305/poly1305_ameth.d crypto/x509v3/v3_bitst.d crypto/asn1/a_utf8.d crypto/evp/evp_lib.d ssl/ssl_err.d crypto/md2/md2_dgst.d apps/nseq.d crypto/asn1/x_bignum.d crypto/ec/ec_key.d crypto/cms/cms_smime.d crypto/des/ecb3_enc.d crypto/dh/dh_lib.d fuzz/conf.d test/asynctest.d crypto/x509/x509rset.d test/drbg_cavs_data.d crypto/bio/bss_log.d crypto/x509/x509_obj.d crypto/rand/rand_vms.d crypto/blake2/m_blake2s.d crypto/aes/aes_cfb.d crypto/rc2/rc2_skey.d test/buildtest_srp.d test/ssl_ctx_test.d test/buildtest_rc5.d crypto/asn1/p5_pbev2.d crypto/x509v3/v3_purp.d crypto/async/arch/async_posix.d crypto/rsa/rsa_asn1.d crypto/bn/bn_err.d crypto/x509v3/v3_pmaps.d crypto/x509v3/v3_extku.d crypto/x509/x_all.d crypto/engine/eng_cnf.d crypto/asn1/tasn_new.d test/buildtest_lhash.d test/bftest.d crypto/comp/comp_err.d crypto/rand/rand_egd.d crypto/x509v3/v3_conf.d crypto/evp/m_mdc2.d crypto/bio/bss_fd.d crypto/x509/x509_meth.d crypto/engine/eng_init.d apps/pkcs8.d crypto/x509v3/v3_ncons.d test/buildtest_md4.d crypto/getenv.d test/evp_test.d crypto/x509/x_exten.d crypto/bn/bn_print.d crypto/asn1/tasn_typ.d test/sysdefaulttest.d crypto/des/rand_key.d test/ecdsatest.d crypto/ocsp/ocsp_err.d crypto/evp/e_rc2.d crypto/asn1/a_time.d crypto/sm2/sm2_err.d crypto/ec/ecp_oct.d crypto/des/cbc_cksm.d test/testutil/cb.d test/buildtest_idea.d crypto/idea/i_skey.d test/buildtest_evp.d ssl/ssl_cert.d test/buildtest_pkcs7.d crypto/pkcs7/pk7_asn1.d engines/e_capi.d crypto/asn1/x_pkey.d test/buildtest_pem.d crypto/evp/pmeth_gn.d crypto/asn1/a_sign.d crypto/aes/aes_cbc.d crypto/kdf/scrypt.d crypto/conf/conf_def.d crypto/x509v3/v3_pci.d ssl/s3_cbc.d crypto/asn1/p8_pkey.d ssl/packet.d crypto/ec/ecdsa_vrf.d crypto/objects/obj_dat.d crypto/des/xcbc_enc.d crypto/engine/eng_all.d crypto/rsa/rsa_ameth.d crypto/x509v3/v3_prn.d test/pkey_meth_kdf_test.d crypto/ocsp/v3_ocsp.d crypto/rand/drbg_ctr.d crypto/evp/p_lib.d crypto/evp/m_md2.d crypto/x509/x509_d2.d crypto/bn/bn_gcd.d crypto/bio/b_sock.d test/buildtest_cmac.d crypto/evp/e_seed.d apps/rand.d crypto/ocsp/ocsp_srv.d crypto/sha/sha1_one.d apps/smime.d test/ssl_test_ctx_test.d crypto/ec/ec_pmeth.d test/buildtest_bn.d ssl/ssl_conf.d crypto/evp/p5_crpt.d ssl/statem/extensions_clnt.d test/hmactest.d test/poly1305_internal_test.d crypto/bn/bn_dh.d crypto/evp/evp_pbe.d crypto/pem/pem_pk8.d crypto/ec/ec_print.d test/buildtest_ossl_typ.d crypto/bn/bn_mod.d crypto/pkcs12/p12_init.d test/ssl_test.d crypto/ec/ecdh_kdf.d crypto/evp/m_md4.d crypto/o_fopen.d crypto/bn/bn_asm.d crypto/mem_sec.d crypto/ec/eck_prn.d crypto/rsa/rsa_err.d crypto/rsa/rsa_prn.d test/buildtest_ssl.d crypto/dso/dso_dl.d crypto/pkcs12/p12_attr.d test/buildtest_symhacks.d crypto/rsa/rsa_mp.d test/drbgtest.d test/evp_extra_test.d test/sm2_internal_test.d crypto/x509/x509_req.d crypto/des/des_enc.d crypto/siphash/siphash_ameth.d test/errtest.d test/ssl_test_ctx.d crypto/cms/cms_enc.d crypto/x509/x_x509a.d crypto/dsa/dsa_err.d crypto/asn1/tasn_prn.d apps/version.d crypto/pkcs12/p12_asn.d crypto/pkcs12/pk12err.d crypto/md4/md4_dgst.d crypto/dso/dso_err.d crypto/aes/aes_ige.d crypto/dso/dso_win32.d crypto/dh/dh_gen.d crypto/o_dir.d test/conf_include_test.d crypto/cmac/cm_pmeth.d crypto/asn1/d2i_pr.d test/stack_test.d test/v3ext.d crypto/pem/pem_err.d crypto/evp/p_enc.d test/mdc2test.d crypto/evp/pbe_scrypt.d test/ssltest_old.d crypto/x509v3/v3_asid.d apps/s_socket.d crypto/pkcs12/p12_crt.d test/ocspapitest.d crypto/ct/ct_b64.d test/asn1_internal_test.d crypto/ec/curve448/arch_32/f_impl.d ssl/d1_lib.d crypto/buffer/buf_err.d crypto/x509/x_req.d crypto/siphash/siphash_pmeth.d crypto/buffer/buffer.d crypto/threads_win.d crypto/dsa/dsa_ameth.d crypto/rand/rand_err.d crypto/asn1/a_int.d crypto/cryptlib.d crypto/rsa/rsa_pk1.d crypto/pkcs7/pk7_smime.d crypto/x509v3/v3_sxnet.d crypto/camellia/cmll_cbc.d test/buildtest_ct.d crypto/store/store_register.d test/gosttest.d crypto/bio/b_dump.d crypto/bn/bn_sqrt.d crypto/seed/seed.d test/fatalerrtest.d crypto/rsa/rsa_x931.d crypto/asn1/t_pkey.d crypto/dh/dh_check.d test/testutil/test_cleanup.d crypto/siphash/siphash.d crypto/evp/p_seal.d crypto/bn/bn_rand.d crypto/des/set_key.d crypto/x509v3/v3_lib.d crypto/x509/x509type.d test/buildtest_sha.d crypto/x509v3/v3_enum.d crypto/asn1/tasn_utl.d crypto/md5/md5_dgst.d crypto/dh/dh_rfc7919.d crypto/x509v3/v3_info.d test/buildtest_rc2.d crypto/mem.d test/rc2test.d crypto/bio/bss_mem.d crypto/threads_none.d crypto/evp/p_dec.d test/buildtest_rand_drbg.d crypto/evp/e_rc5.d apps/bf_prefix.d crypto/evp/p5_crpt2.d crypto/md4/md4_one.d crypto/evp/e_old.d crypto/asn1/p5_pbe.d test/asn1_encode_test.d crypto/cms/cms_err.d test/enginetest.d ssl/statem/statem_srvr.d fuzz/test-corpus.d crypto/ocsp/ocsp_ext.d crypto/seed/seed_cfb.d crypto/asn1/f_int.d crypto/async/arch/async_win.d ssl/pqueue.d crypto/dh/dh_rfc5114.d crypto/ct/ct_sct_ctx.d crypto/ec/ec2_oct.d crypto/engine/tb_asnmth.d ssl/ssl_mcnf.d test/secmemtest.d crypto/asn1/a_dup.d ssl/record/ssl3_buffer.d crypto/rand/rand_lib.d crypto/bn/bn_shift.d test/test_test.d crypto/x509/x509_err.d crypto/x509v3/v3_genn.d test/asn1_string_table_test.d crypto/engine/tb_digest.d apps/dsaparam.d test/x509_internal_test.d crypto/idea/i_ecb.d crypto/aria/aria.d test/buildtest_cast.d test/testutil/tap_bio.d crypto/evp/digest.d crypto/dh/dh_err.d crypto/evp/m_null.d ssl/ssl_sess.d crypto/cms/cms_cd.d crypto/pkcs12/p12_sbag.d crypto/srp/srp_vfy.d ssl/ssl_ciph.d crypto/dso/dso_lib.d test/pkey_meth_test.d test/dtls_mtu_test.d crypto/des/pcbc_enc.d crypto/rsa/rsa_saos.d test/verify_extra_test.d crypto/ripemd/rmd_one.d crypto/ct/ct_vfy.d crypto/store/store_init.d test/lhash_test.d crypto/engine/eng_rdrand.d crypto/x509v3/v3_addr.d crypto/bio/bf_lbuf.d crypto/x509/t_req.d crypto/ec/curve448/scalar.d test/buildtest_ocsp.d test/buildtest_tls1.d crypto/ec/ecdsa_sign.d crypto/lhash/lhash.d crypto/bio/bss_file.d crypto/sm2/sm2_pmeth.d crypto/ts/ts_asn1.d crypto/bio/bf_nbio.d crypto/cms/cms_dd.d test/buildtest_aes.d crypto/x509v3/v3_pcia.d test/ssl_cert_table_internal_test.d test/buildtest_rand.d crypto/x509/x509_lu.d ssl/statem/extensions_srvr.d crypto/asn1/t_bitst.d test/buildtest_seed.d ssl/statem/statem_dtls.d crypto/pem/pem_all.d crypto/modes/gcm128.d crypto/ec/ecx_meth.d apps/cms.d ssl/record/ssl3_record_tls13.d crypto/ts/ts_err.d crypto/x509v3/v3_alt.d crypto/err/err_all.d crypto/sm3/sm3.d crypto/conf/conf_mod.d test/testutil/format_output.d crypto/ts/ts_verify_ctx.d ssl/d1_srtp.d test/buildtest_store.d engines/e_ossltest.d test/dhtest.d crypto/rc2/rc2_ecb.d crypto/asn1/a_d2i_fp.d crypto/aes/aes_core.d crypto/ui/ui_err.d crypto/cms/cms_att.d crypto/ec/ecp_nistp256.d crypto/dsa/dsa_prn.d test/chacha_internal_test.d crypto/async/async.d crypto/des/cfb64ede.d crypto/bn/bn_const.d test/crltest.d crypto/whrlpool/wp_block.d crypto/ocsp/ocsp_vfy.d apps/s_server.d crypto/pem/pem_info.d crypto/seed/seed_ecb.d apps/passwd.d crypto/sha/keccak1600.d crypto/objects/obj_err.d crypto/x509v3/v3_bcons.d crypto/camellia/cmll_ofb.d ssl/record/ssl3_record.d crypto/bio/bss_conn.d test/rsa_mp_test.d crypto/txt_db/txt_db.d crypto/asn1/x_info.d crypto/x509/x509_cmp.d crypto/evp/m_ripemd.d crypto/mem_clr.d crypto/pem/pvkfmt.d crypto/engine/eng_err.d test/buildtest_camellia.d crypto/evp/e_des3.d test/buildtest_stack.d crypto/bn/bn_exp2.d crypto/rc2/rc2cfb64.d crypto/bio/bss_null.d test/bad_dtls_test.d apps/ec.d ssl/record/rec_layer_s3.d crypto/kdf/kdf_err.d crypto/pkcs12/p12_crpt.d crypto/bn/bn_nist.d apps/genpkey.d test/recordlentest.d apps/dsa.d crypto/asn1/a_type.d crypto/asn1/tasn_fre.d crypto/x509v3/v3_utl.d test/buildtest_pkcs12.d test/casttest.d fuzz/asn1parse.d test/buildtest_rc4.d crypto/rsa/rsa_pss.d test/buildtest_whrlpool.d crypto/evp/pmeth_lib.d crypto/ec/ecp_nistputil.d crypto/bio/bss_sock.d apps/rsa.d crypto/hmac/hm_pmeth.d crypto/ec/ec_kmeth.d crypto/x509v3/pcy_node.d ssl/record/dtls1_bitmap.d crypto/asn1/i2d_pu.d fuzz/bndiv.d crypto/srp/srp_lib.d test/buildtest_ui.d test/tls13ccstest.d crypto/ts/ts_lib.d crypto/dsa/dsa_pmeth.d crypto/pkcs7/pk7_mime.d test/buildtest_ebcdic.d crypto/asn1/x_int64.d ssl/ssl_txt.d crypto/blake2/blake2s.d crypto/x509v3/v3_tlsf.d crypto/md5/md5_one.d crypto/dsa/dsa_key.d crypto/asn1/asn1_par.d crypto/bf/bf_ofb64.d crypto/asn1/asn_mime.d test/buildtest_safestack.d crypto/pkcs7/bio_pk7.d crypto/evp/bio_enc.d test/testutil/stanza.d test/destest.d crypto/asn1/nsseq.d apps/rsautl.d crypto/rc4/rc4_enc.d crypto/bio/bss_dgram.d crypto/rand/drbg_lib.d crypto/des/fcrypt.d crypto/engine/eng_list.d crypto/asn1/a_utctm.d crypto/ts/ts_rsp_utils.d test/bio_callback_test.d crypto/rsa/rsa_gen.d test/asynciotest.d crypto/camellia/cmll_misc.d crypto/ec/ecp_nist.d crypto/evp/evp_cnf.d crypto/engine/eng_lib.d test/buildtest_objects.d crypto/ui/ui_lib.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/cast/c_ofb64.d crypto/x509/x_name.d crypto/md2/md2_one.d crypto/idea/i_ofb64.d test/buildtest_kdf.d crypto/x509v3/v3_int.d apps/storeutl.d crypto/pkcs7/pkcs7err.d crypto/rc5/rc5_enc.d test/sslapitest.d crypto/x509/x509_txt.d crypto/mem_dbg.d test/cipherbytes_test.d crypto/dso/dso_vms.d apps/enc.d crypto/engine/tb_dh.d test/ciphername_test.d crypto/ct/ct_oct.d crypto/rsa/rsa_crpt.d test/mdc2_internal_test.d crypto/ec/ec_mult.d crypto/x509/x_attrib.d test/buildtest_md5.d test/drbg_cavs_test.d crypto/ec/ec_oct.d crypto/rc2/rc2_cbc.d crypto/bio/bf_null.d apps/gendsa.d crypto/ec/ec2_smpl.d test/v3nametest.d crypto/asn1/x_long.d ssl/statem/statem_clnt.d crypto/evp/evp_err.d crypto/aes/aes_ofb.d engines/e_dasync.d crypto/evp/e_null.d apps/app_rand.d crypto/ec/ec_lib.d crypto/rc5/rc5ofb64.d crypto/modes/cfb128.d crypto/sm4/sm4.d crypto/asn1/asn1_gen.d crypto/evp/e_camellia.d crypto/bn/bn_word.d apps/ocsp.d crypto/pkcs12/p12_add.d fuzz/asn1.d apps/ts.d crypto/dh/dh_key.d test/constant_time_test.d test/buildtest_txt_db.d crypto/engine/eng_fat.d crypto/cmac/cmac.d crypto/ec/ecp_smpl.d apps/crl.d crypto/conf/conf_sap.d crypto/aes/aes_wrap.d crypto/async/async_err.d crypto/x509/x509_trs.d crypto/rsa/rsa_pmeth.d crypto/ocsp/ocsp_prn.d apps/dhparam.d crypto/bn/bn_kron.d test/ecstresstest.d crypto/pkcs12/p12_utl.d crypto/des/fcrypt_b.d crypto/bn/bn_recp.d test/x509_dup_cert_test.d crypto/evp/evp_key.d crypto/bio/bss_acpt.d crypto/conf/conf_lib.d test/ct_test.d crypto/x509/x509_vfy.d crypto/sm3/m_sm3.d crypto/modes/wrap128.d ssl/t1_lib.d fuzz/crl.d crypto/x509/x509_v3.d crypto/asn1/bio_ndef.d crypto/x509/t_crl.d test/x509_check_cert_pkey_test.d crypto/asn1/tasn_dec.d test/buildtest_opensslv.d crypto/asn1/asn1_lib.d crypto/camellia/cmll_cfb.d crypto/modes/cts128.d crypto/cms/cms_kari.d crypto/x509/x509_r2x.d ssl/tls13_enc.d crypto/evp/e_rc4_hmac_md5.d crypto/bn/bn_blind.d test/buildtest_comp.d crypto/evp/m_md5.d crypto/evp/e_aria.d crypto/dh/dh_depr.d crypto/asn1/n_pkey.d crypto/cast/c_skey.d test/buildtest_async.d crypto/bf/bf_enc.d crypto/bn/bn_add.d crypto/pkcs12/p12_key.d test/buildtest_dsa.d crypto/bio/bf_buff.d crypto/evp/bio_ok.d test/handshake_helper.d crypto/evp/bio_b64.d crypto/ec/ecdsa_ossl.d crypto/asn1/a_gentm.d crypto/ctype.d test/dsatest.d crypto/des/str2key.d crypto/seed/seed_cbc.d crypto/evp/p_verify.d crypto/store/store_lib.d crypto/cms/cms_io.d crypto/uid.d crypto/o_str.d crypto/engine/eng_ctrl.d apps/asn1pars.d crypto/sm2/sm2_crypt.d crypto/pkcs12/p12_p8e.d crypto/cmac/cm_ameth.d crypto/blake2/m_blake2b.d crypto/async/async_wait.d crypto/evp/e_xcbc_d.d crypto/bn/bn_mul.d crypto/pkcs12/p12_p8d.d crypto/bn/bn_gf2m.d test/buildtest_ecdsa.d crypto/rsa/rsa_chk.d crypto/bio/bio_meth.d test/testutil/random.d crypto/modes/ctr128.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/x509v3/v3_ia5.d test/siphash_internal_test.d test/sslbuffertest.d crypto/modes/cbc128.d test/buildtest_ripemd.d crypto/rsa/rsa_meth.d crypto/cms/cms_sd.d test/buildtest_srtp.d crypto/ocsp/ocsp_cl.d crypto/x509v3/pcy_tree.d crypto/modes/xts128.d crypto/pkcs12/p12_kiss.d apps/pkcs12.d crypto/x509/x509_vpm.d test/buildtest_e_os2.d test/buildtest_ssl3.d crypto/sm2/sm2_sign.d crypto/x509v3/v3_pku.d crypto/dh/dh_meth.d crypto/err/err.d crypto/x509/x509spki.d crypto/seed/seed_ofb.d test/shlibloadtest.d crypto/x509v3/v3_akeya.d crypto/ct/ct_prn.d crypto/engine/tb_dsa.d crypto/ec/curve448/f_generic.d test/rc4test.d crypto/bf/bf_cfb64.d crypto/rsa/rsa_ossl.d crypto/x509v3/v3_skey.d crypto/cms/cms_lib.d crypto/bf/bf_ecb.d test/memleaktest.d crypto/des/cfb64enc.d crypto/x509/x_crl.d test/igetest.d apps/pkey.d crypto/dsa/dsa_sign.d test/buildtest_x509v3.d ssl/tls_srp.d test/bioprinttest.d test/tls13secretstest.d crypto/rsa/rsa_x931g.d crypto/pem/pem_lib.d crypto/asn1/asn1_item_list.d crypto/des/cfb_enc.d crypto/asn1/a_strnid.d test/buildtest_ecdh.d ssl/ssl_utst.d crypto/bio/b_print.d test/rsa_test.d crypto/rsa/rsa_sign.d crypto/evp/e_bf.d crypto/asn1/a_digest.d crypto/dso/dso_dlfcn.d crypto/dso/dso_openssl.d test/ctype_internal_test.d crypto/evp/m_sigver.d crypto/ec/curve25519.d crypto/asn1/x_val.d crypto/evp/names.d crypto/dh/dh_prn.d test/dsa_no_digest_size_test.d crypto/asn1/tasn_enc.d crypto/dsa/dsa_vrf.d crypto/async/arch/async_null.d crypto/aes/aes_misc.d test/asn1_decode_test.d crypto/x509/x_pubkey.d crypto/idea/i_cfb64.d test/buildtest_crypto.d test/servername_test.d crypto/x509v3/pcy_cache.d crypto/asn1/a_print.d crypto/asn1/i2d_pr.d test/pemtest.d test/ec_internal_test.d crypto/evp/e_rc4.d crypto/asn1/x_sig.d crypto/asn1/a_i2d_fp.d test/buildtest_des.d crypto/ts/ts_req_utils.d crypto/bn/bn_mpi.d test/rc5test.d crypto/pkcs7/pk7_lib.d crypto/des/ofb64enc.d crypto/x509/by_dir.d crypto/dh/dh_kdf.d test/threadstest.d crypto/bn/bn_div.d crypto/store/store_strings.d crypto/bn/bn_prime.d crypto/bn/bn_intern.d crypto/modes/ccm128.d test/sanitytest.d crypto/dh/dh_pmeth.d test/cmsapitest.d crypto/evp/cmeth_lib.d crypto/engine/tb_rsa.d apps/s_cb.d crypto/evp/e_aes.d test/buildtest_cms.d crypto/x509v3/v3_admis.d crypto/des/ecb_enc.d crypto/kdf/tls1_prf.d crypto/o_init.d crypto/chacha/chacha_enc.d fuzz/cms.d crypto/ec/ec_err.d apps/req.d crypto/evp/m_sha1.d crypto/asn1/a_bitstr.d fuzz/client.d test/aborttest.d crypto/x509v3/v3_akey.d test/buildtest_ts.d crypto/pem/pem_xaux.d crypto/o_fips.d crypto/ocsp/ocsp_lib.d crypto/asn1/x_algor.d test/x509aux.d apps/openssl.d fuzz/ct.d apps/pkeyparam.d test/gmdifftest.d test/uitest.d crypto/asn1/bio_asn1.d crypto/ec/curve448/eddsa.d test/curve448_internal_test.d test/versions.d crypto/engine/tb_rand.d crypto/cpt_err.d crypto/pem/pem_sign.d apps/sess_id.d crypto/ec/ecp_nistp224.d crypto/asn1/a_strex.d test/buildtest_x509_vfy.d test/ssltestlib.d ssl/s3_msg.d crypto/o_time.d crypto/pem/pem_pkey.d test/buildtest_md2.d test/buildtest_bio.d crypto/asn1/a_octet.d crypto/err/err_prn.d crypto/x509/by_file.d crypto/evp/encode.d crypto/engine/tb_eckey.d crypto/evp/m_sha3.d crypto/bn/bn_mont.d crypto/dsa/dsa_lib.d crypto/ts/ts_rsp_sign.d crypto/ocsp/ocsp_ht.d crypto/modes/ocb128.d test/buildtest_blowfish.d crypto/asn1/tasn_scn.d test/rsa_complex.d crypto/engine/tb_pkmeth.d crypto/asn1/evp_asn1.d crypto/ct/ct_err.d crypto/bn/bn_exp.d crypto/x509/x_x509.d apps/ecparam.d test/afalgtest.d crypto/evp/p_open.d crypto/rand/rand_win.d apps/engine.d crypto/ts/ts_req_print.d crypto/ec/ecdh_ossl.d engines/e_padlock.d crypto/ec/curve448/curve448.d apps/prime.d crypto/conf/conf_api.d crypto/dh/dh_asn1.d crypto/ec/ec_curve.d crypto/ct/ct_sct.d test/testutil/testutil_init.d test/testutil/main.d ssl/record/rec_layer_d1.d test/md2test.d crypto/pem/pem_x509.d test/dtlsv1listentest.d test/buildtest_pem2.d crypto/x509v3/v3_pcons.d test/bio_memleak_test.d test/buildtest_dtls1.d crypto/des/cbc_enc.d crypto/evp/evp_pkey.d crypto/evp/e_cast.d apps/opt.d apps/apps.d crypto/asn1/asn1_err.d crypto/store/loader_file.d crypto/des/ofb64ede.d crypto/camellia/cmll_ctr.d apps/errstr.d crypto/x509v3/pcy_lib.d crypto/hmac/hmac.d crypto/bio/bss_bio.d crypto/cast/c_cfb64.d crypto/store/store_err.d crypto/asn1/asn_moid.d test/buildtest_rsa.d crypto/objects/o_names.d crypto/engine/eng_openssl.d crypto/cast/c_ecb.d crypto/dsa/dsa_asn1.d apps/speed.d crypto/bio/b_addr.d crypto/x509/x509_set.d crypto/bf/bf_skey.d crypto/asn1/a_verify.d crypto/rc5/rc5_skey.d test/bntest.d ssl/statem/extensions.d crypto/evp/p_sign.d crypto/dsa/dsa_meth.d test/modes_internal_test.d test/ideatest.d apps/pkcs7.d crypto/rand/rand_unix.d apps/spkac.d crypto/x509v3/v3_cpols.d crypto/cms/cms_ess.d test/buildtest_dh.d crypto/asn1/x_spki.d test/bio_enc_test.d test/packettest.d crypto/rsa/rsa_none.d ssl/s3_lib.d apps/pkeyutl.d crypto/ts/ts_rsp_verify.d test/buildtest_ssl2.d crypto/hmac/hm_ameth.d crypto/bn/bn_x931p.d crypto/dsa/dsa_depr.d crypto/asn1/t_spki.d crypto/camellia/camellia.d test/testutil/output_helpers.d crypto/poly1305/poly1305_pmeth.d crypto/pem/pem_oth.d test/exdatatest.d crypto/dsa/dsa_ossl.d test/sslcorrupttest.d crypto/bio/bio_err.d crypto/asn1/a_object.d apps/s_client.d crypto/ct/ct_log.d crypto/ts/ts_rsp_print.d test/x509_time_test.d crypto/comp/comp_lib.d crypto/x509/t_x509.d crypto/des/ofb_enc.d crypto/evp/bio_md.d apps/x509.d crypto/cversion.d crypto/cast/c_enc.d crypto/cms/cms_pwri.d crypto/ebcdic.d crypto/rsa/rsa_depr.d ssl/statem/statem.d crypto/whrlpool/wp_dgst.d crypto/evp/evp_enc.d crypto/conf/conf_ssl.d crypto/des/qud_cksm.d ssl/t1_enc.d crypto/x509v3/v3err.d test/buildtest_conf_api.d crypto/ec/ec_check.d crypto/ui/ui_util.d crypto/engine/eng_table.d ssl/ssl_init.d test/buildtest_asn1.d crypto/x509v3/v3_crld.d crypto/rsa/rsa_oaep.d apps/verify.d crypto/camellia/cmll_ecb.d GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/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 @@ -594,8 +594,8 @@ errors: done ) ordinals: - ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl crypto update ) - ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl ssl update ) + $(PERL) $(SRCDIR)/util/mkdef.pl crypto update + $(PERL) $(SRCDIR)/util/mkdef.pl ssl update test_ordinals: ( cd test; \ @@ -9581,7 +9581,7 @@ 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.dylib engines/dasync.dylib engines/ossltest.dylib engines/padlock.dylib 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 diff --git a/upstream-build/makefile/x86_64-win32-mingw32 b/upstream-build/makefile/x86_64-win32-mingw32 index ac85b6e..7079298 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.1j +VERSION=1.1.1k 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/cmactest.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_ctx_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/x509v3/v3_utl.d crypto/ec/ec_kmeth.d crypto/cast/c_ofb64.d fuzz/conf.d crypto/asn1/x_spki.d crypto/rand/rand_egd.d test/cmactest.d crypto/sha/sha1_one.d test/bio_callback_test.d crypto/ct/ct_sct_ctx.d crypto/bn/bn_gf2m.d crypto/hmac/hm_ameth.d crypto/bn/bn_const.d crypto/objects/obj_dat.d crypto/pkcs12/p12_add.d crypto/modes/gcm128.d crypto/cms/cms_sd.d crypto/ec/ecp_nistp224.d apps/enc.d test/buildtest_rc4.d crypto/rc2/rc2_cbc.d crypto/ec/ec_asn1.d test/buildtest_kdf.d test/buildtest_conf_api.d crypto/asn1/t_bitst.d ssl/statem/extensions_cust.d crypto/rc2/rc2ofb64.d test/pemtest.d ssl/s3_lib.d test/buildtest_idea.d crypto/rand/rand_unix.d apps/rsautl.d crypto/comp/comp_err.d test/time_offset_test.d crypto/modes/ccm128.d crypto/x509v3/v3_pci.d test/casttest.d crypto/seed/seed.d crypto/rsa/rsa_ssl.d crypto/engine/tb_rsa.d test/handshake_helper.d crypto/asn1/asn_mime.d crypto/dllmain.d ssl/statem/extensions_clnt.d crypto/evp/bio_enc.d crypto/engine/tb_asnmth.d crypto/ec/ec_key.d test/buildtest_ui.d crypto/des/str2key.d crypto/ec/ec_lib.d crypto/asn1/x_algor.d crypto/asn1/a_octet.d test/tls13secretstest.d crypto/ec/ecp_mont.d ssl/ssl_txt.d crypto/asn1/asn_pack.d crypto/objects/obj_lib.d crypto/pem/pem_sign.d ssl/ssl_rsa.d crypto/asn1/x_sig.d crypto/rsa/rsa_prn.d crypto/dsa/dsa_sign.d test/buildtest_camellia.d test/rc2test.d test/memleaktest.d crypto/rsa/rsa_x931g.d crypto/ts/ts_rsp_print.d crypto/ocsp/ocsp_cl.d test/buildtest_des.d apps/storeutl.d crypto/bf/bf_enc.d fuzz/bndiv.d crypto/evp/evp_enc.d crypto/x509/x509_set.d test/buildtest_crypto.d crypto/pem/pem_all.d crypto/ec/ec_mult.d crypto/des/ofb_enc.d apps/spkac.d test/chacha_internal_test.d crypto/asn1/n_pkey.d test/cipherbytes_test.d test/sanitytest.d crypto/aria/aria.d crypto/des/des_enc.d crypto/bio/bss_log.d crypto/pkcs12/p12_kiss.d crypto/evp/m_null.d test/asn1_string_table_test.d crypto/rsa/rsa_ossl.d crypto/asn1/x_info.d crypto/asn1/asn1_par.d crypto/store/store_err.d ssl/methods.d crypto/sm2/sm2_crypt.d crypto/bn/bn_mul.d test/dtlsv1listentest.d ssl/ssl_ciph.d crypto/ec/ec_ameth.d crypto/ec/ec_err.d test/buildtest_pkcs12.d crypto/x509v3/v3_alt.d crypto/x509v3/pcy_tree.d crypto/ct/ct_oct.d test/versions.d crypto/x509/x509rset.d crypto/evp/m_sha1.d test/buildtest_x509v3.d crypto/evp/pbe_scrypt.d test/sslapitest.d crypto/asn1/x_pkey.d apps/rehash.d crypto/md2/md2_dgst.d crypto/x509v3/pcy_map.d crypto/engine/eng_openssl.d test/testutil/driver.d crypto/asn1/a_utctm.d test/testutil/testutil_init.d crypto/rc4/rc4_enc.d apps/rand.d apps/sess_id.d ssl/d1_srtp.d crypto/rsa/rsa_none.d crypto/ec/ecp_nistputil.d crypto/bn/bn_srp.d test/dtls_mtu_test.d crypto/asn1/asn_mstbl.d crypto/evp/e_rc4.d test/buildtest_sha.d test/buildtest_rand_drbg.d test/buildtest_pem.d crypto/dh/dh_depr.d test/buildtest_whrlpool.d crypto/chacha/chacha_enc.d crypto/ui/ui_lib.d crypto/evp/m_sigver.d crypto/des/cfb64enc.d crypto/dh/dh_kdf.d test/buildtest_pkcs7.d crypto/blake2/blake2s.d crypto/asn1/a_gentm.d crypto/bn/bn_ctx.d crypto/camellia/camellia.d test/buildtest_cms.d apps/s_time.d crypto/evp/p5_crpt2.d crypto/bio/bio_err.d crypto/ec/curve448/eddsa.d test/threadstest.d test/testutil/stanza.d crypto/rc5/rc5_skey.d crypto/dso/dso_err.d crypto/engine/eng_list.d apps/srp.d test/buildtest_engine.d ssl/statem/statem.d crypto/sha/keccak1600.d crypto/o_fopen.d crypto/aes/aes_misc.d crypto/bio/bss_sock.d crypto/rsa/rsa_pss.d crypto/bf/bf_cfb64.d crypto/ct/ct_policy.d crypto/kdf/hkdf.d crypto/x509/x_attrib.d test/lhash_test.d crypto/ocsp/ocsp_vfy.d crypto/x509v3/pcy_node.d apps/dsa.d crypto/ct/ct_err.d ssl/statem/statem_dtls.d crypto/x509/x_exten.d ssl/ssl_utst.d crypto/rand/rand_vms.d crypto/sm2/sm2_pmeth.d crypto/aes/aes_ecb.d crypto/ui/ui_err.d crypto/ebcdic.d crypto/x509v3/v3_int.d crypto/x509/t_x509.d test/uitest.d crypto/engine/tb_dh.d test/ssltest_old.d test/bntest.d crypto/dso/dso_vms.d crypto/cms/cms_enc.d crypto/bf/bf_ofb64.d crypto/bn/bn_prime.d ssl/ssl_sess.d crypto/pkcs12/p12_crt.d crypto/poly1305/poly1305_pmeth.d crypto/modes/cts128.d crypto/ripemd/rmd_dgst.d crypto/md2/md2_one.d crypto/ec/ec_oct.d crypto/asn1/nsseq.d crypto/cms/cms_cd.d crypto/dso/dso_openssl.d test/enginetest.d crypto/x509/t_req.d crypto/evp/e_seed.d apps/ocsp.d crypto/kdf/scrypt.d crypto/engine/eng_pkey.d crypto/asn1/a_strex.d crypto/asn1/a_digest.d crypto/cmac/cm_ameth.d crypto/rand/drbg_ctr.d apps/apps.d test/buildtest_ossl_typ.d test/buildtest_ecdsa.d crypto/cast/c_enc.d crypto/evp/e_sm4.d test/buildtest_buffer.d crypto/pkcs12/p12_decr.d ssl/statem/statem_srvr.d crypto/modes/wrap128.d crypto/rsa/rsa_pmeth.d test/ssl_cert_table_internal_test.d ssl/tls_srp.d ssl/s3_enc.d apps/prime.d test/bad_dtls_test.d crypto/bio/bss_bio.d crypto/ts/ts_rsp_utils.d crypto/ts/ts_rsp_verify.d crypto/pkcs7/pk7_mime.d ssl/record/ssl3_record_tls13.d test/buildtest_rsa.d crypto/cms/cms_pwri.d crypto/rc5/rc5ofb64.d crypto/rsa/rsa_meth.d test/x509_check_cert_pkey_test.d ssl/d1_msg.d test/sslbuffertest.d ssl/bio_ssl.d test/clienthellotest.d crypto/x509/x509_meth.d crypto/ct/ct_sct.d test/ct_test.d crypto/cms/cms_lib.d crypto/hmac/hm_pmeth.d crypto/txt_db/txt_db.d crypto/asn1/d2i_pu.d test/bioprinttest.d crypto/evp/e_bf.d crypto/cms/cms_asn1.d crypto/ui/ui_openssl.d crypto/asn1/a_bitstr.d test/buildtest_md2.d crypto/x509/x509spki.d crypto/engine/eng_lib.d crypto/threads_pthread.d crypto/sm3/m_sm3.d crypto/x509/x509_d2.d apps/opt.d crypto/cpt_err.d crypto/modes/ctr128.d crypto/err/err.d test/buildtest_store.d crypto/evp/p_sign.d crypto/bn/bn_sqr.d test/buildtest_dsa.d test/dhtest.d crypto/blake2/m_blake2b.d crypto/asn1/p5_pbev2.d test/mdc2_internal_test.d apps/pkey.d crypto/pkcs12/p12_attr.d crypto/bn/bn_div.d test/afalgtest.d crypto/dh/dh_gen.d crypto/bn/bn_recp.d crypto/evp/evp_key.d apps/pkcs7.d crypto/cast/c_skey.d test/exdatatest.d crypto/bn/bn_kron.d crypto/async/async.d ssl/ssl_cert.d crypto/ec/ecx_meth.d crypto/rsa/rsa_gen.d crypto/err/err_prn.d crypto/asn1/tasn_dec.d crypto/sha/sha512.d crypto/ec/eck_prn.d crypto/x509/x509_req.d crypto/asn1/asn1_gen.d test/ssl_test.d crypto/camellia/cmll_cfb.d test/buildtest_conf.d test/buildtest_seed.d crypto/dh/dh_check.d crypto/x509v3/v3_info.d crypto/asn1/ameth_lib.d crypto/bn/bn_print.d crypto/srp/srp_vfy.d ssl/ssl_err.d crypto/x509v3/v3_conf.d test/testutil/basic_output.d crypto/bio/bss_dgram.d ssl/ssl_conf.d crypto/x509v3/v3_akeya.d crypto/md5/md5_dgst.d test/drbgtest.d test/buildtest_ssl2.d crypto/des/qud_cksm.d crypto/engine/tb_digest.d test/siphash_internal_test.d test/sm4_internal_test.d engines/e_capi.d crypto/init.d crypto/x509v3/pcy_cache.d crypto/rand/rand_err.d crypto/buffer/buf_err.d crypto/srp/srp_lib.d crypto/bn/bn_intern.d test/buildtest_dtls1.d crypto/cms/cms_io.d crypto/asn1/a_strnid.d apps/s_server.d crypto/ts/ts_conf.d crypto/ocsp/ocsp_err.d crypto/x509v3/v3err.d crypto/evp/names.d crypto/async/async_wait.d test/danetest.d crypto/bn/bn_depr.d crypto/cms/cms_env.d crypto/ec/curve448/arch_32/f_impl.d crypto/pkcs12/p12_p8e.d apps/version.d crypto/bn/bn_mod.d test/v3ext.d crypto/rsa/rsa_lib.d crypto/des/cfb_enc.d crypto/bn/bn_exp.d crypto/engine/eng_err.d crypto/o_str.d test/md2test.d crypto/x509/x509_txt.d fuzz/test-corpus.d crypto/rsa/rsa_asn1.d crypto/aes/aes_cfb.d apps/s_cb.d crypto/ec/ecp_smpl.d crypto/evp/e_des3.d crypto/sm3/sm3.d crypto/x509v3/v3_pcons.d crypto/x509v3/pcy_data.d crypto/x509/x509_lu.d crypto/des/ofb64enc.d crypto/ec/ecdsa_sign.d crypto/mem_sec.d apps/s_socket.d crypto/rc2/rc2_skey.d crypto/bio/b_print.d crypto/ec/ecp_nistp256.d crypto/ec/curve448/curve448.d crypto/x509v3/v3_ia5.d crypto/asn1/tasn_enc.d crypto/ec/ec_cvt.d test/buildtest_ocsp.d test/srptest.d crypto/evp/m_md2.d crypto/o_fips.d test/asn1_decode_test.d crypto/x509v3/v3_asid.d crypto/ec/ec2_oct.d crypto/modes/cbc128.d crypto/evp/evp_lib.d crypto/asn1/asn1_err.d crypto/ct/ct_x509v3.d test/bftest.d crypto/ec/curve448/f_generic.d crypto/conf/conf_lib.d test/rc5test.d crypto/bn/bn_blind.d crypto/whrlpool/wp_dgst.d test/testutil/format_output.d test/d2i_test.d crypto/evp/evp_cnf.d test/tls13ccstest.d test/buildtest_obj_mac.d test/rsa_complex.d crypto/evp/e_aria.d test/ctype_internal_test.d test/dsatest.d crypto/asn1/d2i_pr.d crypto/rsa/rsa_pk1.d apps/ts.d test/asynctest.d crypto/modes/ofb128.d test/gmdifftest.d crypto/engine/eng_table.d crypto/asn1/a_verify.d crypto/bn/bn_mont.d crypto/objects/o_names.d test/buildtest_md5.d crypto/conf/conf_sap.d crypto/asn1/f_string.d crypto/pkcs7/pk7_doit.d crypto/rand/rand_win.d test/test_test.d ssl/record/rec_layer_d1.d crypto/asn1/tasn_fre.d crypto/pem/pem_err.d crypto/dsa/dsa_err.d test/evp_test.d crypto/engine/tb_pkmeth.d crypto/idea/i_cfb64.d crypto/pem/pvkfmt.d crypto/cms/cms_smime.d test/buildtest_comp.d test/igetest.d crypto/ct/ct_prn.d crypto/dh/dh_pmeth.d crypto/ocsp/ocsp_ext.d crypto/ui/ui_null.d test/exptest.d crypto/async/arch/async_win.d crypto/asn1/a_utf8.d crypto/modes/cfb128.d crypto/asn1/tasn_prn.d apps/cms.d crypto/cms/cms_dd.d test/tls13encryptiontest.d crypto/ocsp/ocsp_asn.d crypto/seed/seed_ofb.d crypto/blake2/m_blake2s.d crypto/rand/drbg_lib.d test/cmsapitest.d crypto/evp/e_rc4_hmac_md5.d crypto/evp/e_cast.d crypto/x509/x509_att.d crypto/x509v3/v3_crld.d crypto/dsa/dsa_depr.d crypto/evp/e_rc5.d crypto/rsa/rsa_x931.d crypto/aes/aes_ige.d fuzz/cms.d crypto/x509/x_crl.d apps/dhparam.d crypto/evp/evp_pbe.d crypto/mem.d crypto/lhash/lhash.d test/bio_enc_test.d crypto/conf/conf_ssl.d crypto/seed/seed_cbc.d crypto/modes/ocb128.d apps/openssl.d crypto/conf/conf_mod.d crypto/rsa/rsa_ameth.d test/packettest.d test/ocspapitest.d crypto/aes/aes_wrap.d test/evp_extra_test.d crypto/pkcs7/pk7_attr.d crypto/evp/evp_pkey.d crypto/cmac/cm_pmeth.d apps/bf_prefix.d crypto/x509/x_name.d crypto/md5/md5_one.d crypto/dso/dso_dlfcn.d crypto/asn1/a_mbstr.d crypto/x509v3/v3_genn.d crypto/idea/i_ecb.d crypto/dh/dh_meth.d crypto/ec/ecp_nist.d crypto/ec/ecdh_kdf.d crypto/des/ecb3_enc.d crypto/dsa/dsa_vrf.d crypto/asn1/a_int.d test/buildtest_objects.d crypto/ts/ts_lib.d test/buildtest_txt_db.d apps/genpkey.d crypto/evp/m_md4.d ssl/ssl_init.d test/mdc2test.d crypto/x509/x509name.d test/buildtest_asn1t.d crypto/evp/bio_b64.d crypto/ec/ec_print.d crypto/comp/c_zlib.d crypto/x509/x509type.d crypto/des/rand_key.d fuzz/asn1parse.d crypto/rc5/rc5_enc.d crypto/rsa/rsa_err.d crypto/bio/bss_null.d test/ectest.d crypto/evp/bio_md.d crypto/x509v3/v3_lib.d crypto/bn/bn_gcd.d crypto/des/cbc_enc.d crypto/idea/i_ofb64.d test/buildtest_bn.d test/buildtest_bio.d crypto/asn1/a_type.d crypto/asn1/x_bignum.d crypto/evp/m_ripemd.d crypto/sm2/sm2_err.d crypto/pkcs7/pk7_smime.d test/dsa_no_digest_size_test.d crypto/x509v3/v3_bcons.d crypto/evp/pmeth_gn.d crypto/siphash/siphash_pmeth.d apps/s_client.d crypto/evp/e_xcbc_d.d test/wpackettest.d crypto/x509/x_all.d ssl/record/dtls1_bitmap.d crypto/cms/cms_ess.d crypto/ts/ts_asn1.d test/pkey_meth_kdf_test.d crypto/asn1/f_int.d crypto/async/async_err.d crypto/ec/curve448/scalar.d test/buildtest_cast.d crypto/bio/bf_nbio.d test/errtest.d test/testutil/tap_bio.d crypto/objects/obj_err.d crypto/x509v3/v3_skey.d test/curve448_internal_test.d test/testutil/tests.d crypto/o_dir.d crypto/stack/stack.d crypto/engine/eng_init.d crypto/pkcs12/p12_sbag.d test/ssl_ctx_test.d crypto/rc4/rc4_skey.d crypto/sha/sha256.d ssl/statem/extensions.d test/drbg_cavs_data.d crypto/bn/bn_dh.d ssl/statem/statem_lib.d crypto/evp/m_sha3.d test/pbelutest.d crypto/bio/bss_file.d test/buildtest_symhacks.d crypto/getenv.d crypto/ocsp/ocsp_srv.d test/aborttest.d test/sslcorrupttest.d crypto/dsa/dsa_ameth.d apps/app_rand.d crypto/asn1/tasn_utl.d test/buildtest_ts.d crypto/bn/bn_rand.d test/ideatest.d test/verify_extra_test.d test/sysdefaulttest.d crypto/bn/bn_sqrt.d crypto/ts/ts_err.d crypto/mem_dbg.d crypto/ec/ec_curve.d ssl/record/rec_layer_s3.d test/rdrand_sanitytest.d test/asynciotest.d ssl/record/ssl3_record.d apps/rsa.d crypto/hmac/hmac.d crypto/conf/conf_mall.d crypto/store/store_lib.d crypto/rc5/rc5_ecb.d crypto/ripemd/rmd_one.d crypto/ctype.d crypto/x509/x509_ext.d apps/engine.d test/buildtest_ssl.d crypto/des/set_key.d test/destest.d test/stack_test.d crypto/asn1/bio_ndef.d crypto/x509v3/v3_pcia.d test/drbg_cavs_test.d crypto/x509/by_dir.d crypto/dsa/dsa_key.d crypto/ocsp/ocsp_prn.d ssl/tls13_enc.d apps/asn1pars.d test/buildtest_rc5.d crypto/ec/ecdsa_ossl.d test/buildtest_ssl3.d crypto/cms/cms_err.d test/modes_internal_test.d test/testutil/cb.d crypto/bio/bss_mem.d crypto/des/ecb_enc.d apps/req.d crypto/pkcs12/p12_key.d crypto/pem/pem_info.d crypto/ct/ct_log.d crypto/store/store_register.d fuzz/client.d crypto/conf/conf_api.d test/ssl_test_ctx.d crypto/rsa/rsa_depr.d crypto/lhash/lh_stats.d test/buildtest_hmac.d test/buildtest_x509_vfy.d crypto/evp/e_old.d crypto/store/store_init.d crypto/ec/curve448/curve448_tables.d ssl/statem/statem_clnt.d crypto/conf/conf_def.d crypto/rsa/rsa_crpt.d crypto/x509/x509_obj.d crypto/x509/x509_v3.d crypto/dh/dh_lib.d ssl/s3_cbc.d crypto/bio/b_addr.d crypto/rsa/rsa_saos.d crypto/dh/dh_key.d test/fatalerrtest.d test/cipherlist_test.d crypto/des/cfb64ede.d crypto/dsa/dsa_gen.d test/v3nametest.d test/asn1_encode_test.d crypto/asn1/evp_asn1.d crypto/ec/curve25519.d crypto/bn/bn_shift.d crypto/cryptlib.d crypto/evp/m_md5_sha1.d crypto/o_time.d fuzz/asn1.d crypto/poly1305/poly1305.d crypto/bio/bf_null.d crypto/evp/p_seal.d crypto/seed/seed_ecb.d crypto/dh/dh_rfc7919.d test/buildtest_ripemd.d crypto/mem_clr.d crypto/asn1/a_dup.d test/testutil/output_helpers.d crypto/evp/digest.d test/buildtest_async.d crypto/idea/i_cbc.d test/pkey_meth_test.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/cversion.d crypto/dh/dh_asn1.d crypto/comp/comp_lib.d crypto/ui/ui_util.d test/recordlentest.d crypto/engine/eng_ctrl.d crypto/objects/obj_xref.d test/buildtest_modes.d crypto/kdf/tls1_prf.d crypto/dso/dso_dl.d crypto/x509/x509_cmp.d fuzz/x509.d crypto/rc5/rc5cfb64.d crypto/dsa/dsa_meth.d crypto/asn1/a_time.d crypto/pem/pem_pkey.d crypto/aes/aes_ofb.d test/crltest.d crypto/store/loader_file.d crypto/x509v3/v3_purp.d crypto/pem/pem_x509.d crypto/whrlpool/wp_block.d crypto/engine/tb_eckey.d crypto/cmac/cmac.d crypto/threads_win.d apps/x509.d crypto/camellia/cmll_ctr.d apps/crl2p7.d crypto/engine/eng_rdrand.d apps/speed.d crypto/pkcs12/p12_npas.d crypto/ocsp/v3_ocsp.d crypto/bio/bss_fd.d crypto/x509/x509_err.d crypto/bn/bn_nist.d crypto/engine/tb_cipher.d crypto/x509/x_x509a.d crypto/pkcs12/p12_init.d crypto/x509v3/v3_enum.d crypto/dh/dh_err.d crypto/x509/t_crl.d crypto/bio/bf_buff.d test/buildtest_rc2.d crypto/dh/dh_ameth.d apps/errstr.d crypto/ts/ts_req_utils.d crypto/dsa/dsa_lib.d test/testutil/random.d crypto/dh/dh_rfc5114.d crypto/pem/pem_lib.d apps/gendsa.d crypto/engine/eng_cnf.d crypto/ex_data.d test/buildtest_ebcdic.d crypto/camellia/cmll_misc.d crypto/des/pcbc_enc.d crypto/evp/e_chacha20_poly1305.d crypto/dsa/dsa_asn1.d crypto/bio/b_sock2.d crypto/asn1/x_long.d crypto/engine/eng_dyn.d crypto/des/fcrypt_b.d crypto/bio/bf_lbuf.d crypto/aes/aes_core.d crypto/asn1/bio_asn1.d test/ssl_test_ctx_test.d crypto/threads_none.d apps/ecparam.d test/buildtest_srtp.d ssl/d1_lib.d crypto/evp/p_verify.d test/servername_test.d crypto/pkcs7/bio_pk7.d crypto/ec/ecdsa_vrf.d crypto/rsa/rsa_chk.d test/sm2_internal_test.d crypto/uid.d crypto/evp/evp_err.d crypto/evp/e_null.d apps/ca.d test/x509_dup_cert_test.d crypto/x509v3/v3_addr.d test/ciphername_test.d test/gosttest.d crypto/o_init.d crypto/bio/bss_acpt.d crypto/err/err_all.d engines/e_dasync.d apps/pkeyutl.d engines/e_ossltest.d crypto/evp/p_enc.d test/asn1_internal_test.d test/ssltestlib.d test/buildtest_ec.d crypto/asn1/t_spki.d crypto/bn/bn_add.d crypto/async/arch/async_posix.d crypto/asn1/p5_pbe.d crypto/store/store_strings.d apps/verify.d crypto/camellia/cmll_cbc.d crypto/asn1/p5_scrypt.d crypto/x509/x509_vfy.d crypto/evp/e_rc2.d crypto/x509v3/v3_bitst.d crypto/sha/sha1dgst.d crypto/asn1/asn1_lib.d test/x509_time_test.d crypto/pem/pem_oth.d crypto/conf/conf_err.d crypto/bio/b_sock.d test/buildtest_blowfish.d apps/ciphers.d crypto/cms/cms_kari.d crypto/asn1/a_sign.d crypto/asn1/i2d_pr.d crypto/engine/eng_fat.d crypto/x509v3/v3_akey.d ssl/record/ssl3_buffer.d crypto/ocsp/ocsp_ht.d crypto/bn/bn_word.d test/hmactest.d crypto/x509v3/pcy_lib.d crypto/pkcs7/pk7_asn1.d test/buildtest_srp.d crypto/evp/pmeth_fn.d test/buildtest_cmac.d crypto/ct/ct_b64.d test/asn1_time_test.d crypto/x509v3/v3_tlsf.d test/bio_memleak_test.d crypto/camellia/cmll_ecb.d crypto/idea/i_skey.d crypto/asn1/tasn_scn.d crypto/x509v3/v3_admis.d apps/pkeyparam.d crypto/bn/bn_err.d test/buildtest_tls1.d crypto/evp/e_camellia.d crypto/cms/cms_att.d test/buildtest_asn1.d test/ecstresstest.d crypto/pkcs12/pk12err.d ssl/ssl_lib.d crypto/asn1/a_print.d crypto/evp/p_dec.d test/buildtest_safestack.d crypto/bf/bf_skey.d crypto/siphash/siphash_ameth.d crypto/ec/ecp_oct.d crypto/x509v3/v3_pku.d fuzz/server.d crypto/evp/cmeth_lib.d crypto/pkcs12/p12_utl.d crypto/des/fcrypt.d crypto/asn1/x_int64.d crypto/rc2/rc2_ecb.d crypto/x509/x509_trs.d test/buildtest_evp.d ssl/packet.d apps/dsaparam.d test/rsa_mp_test.d apps/nseq.d test/shlibloadtest.d ssl/pqueue.d crypto/asn1/tasn_new.d crypto/asn1/a_d2i_fp.d crypto/dsa/dsa_pmeth.d crypto/bn/bn_exp2.d crypto/x509/x509_def.d test/conf_include_test.d test/ecdsatest.d crypto/evp/m_md5.d test/testutil/test_cleanup.d test/buildtest_x509.d crypto/siphash/siphash.d ssl/statem/extensions_srvr.d crypto/x509v3/v3_cpols.d crypto/md4/md4_one.d crypto/bio/bio_cb.d crypto/bn/bn_asm.d crypto/x509/by_file.d crypto/evp/p_open.d crypto/evp/m_mdc2.d crypto/bf/bf_ecb.d test/buildtest_opensslv.d test/rsa_test.d crypto/bn/bn_lib.d crypto/evp/c_allc.d crypto/ec/ecp_nistp521.d test/poly1305_internal_test.d crypto/asn1/t_pkey.d crypto/ec/ec_pmeth.d test/ec_internal_test.d crypto/rand/randfile.d test/testutil/main.d crypto/engine/eng_all.d ssl/t1_enc.d crypto/pkcs12/p12_mutl.d crypto/asn1/a_object.d crypto/asn1/x_val.d crypto/rc2/rc2cfb64.d crypto/ts/ts_rsp_sign.d fuzz/crl.d crypto/x509/x509cset.d crypto/evp/e_aes.d apps/crl.d crypto/asn1/i2d_pu.d test/buildtest_aes.d crypto/bio/bss_conn.d crypto/pkcs12/p12_asn.d crypto/aes/aes_cbc.d apps/pkcs8.d crypto/dsa/dsa_prn.d crypto/asn1/a_i2d_fp.d engines/e_padlock.d apps/passwd.d crypto/evp/p5_crpt.d crypto/rsa/rsa_sign.d crypto/asn1/p8_pkey.d crypto/ts/ts_req_print.d crypto/asn1/tasn_typ.d crypto/x509v3/v3_prn.d crypto/cast/c_cfb64.d crypto/x509v3/v3_sxnet.d test/buildtest_rand.d crypto/evp/c_alld.d crypto/sm4/sm4.d crypto/kdf/kdf_err.d crypto/buffer/buffer.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/x509v3/v3_extku.d test/buildtest_pem2.d ssl/t1_lib.d apps/dgst.d crypto/poly1305/poly1305_ameth.d test/buildtest_lhash.d apps/ec.d test/secmemtest.d crypto/sm2/sm2_sign.d crypto/asn1/asn1_item_list.d crypto/evp/e_idea.d ssl/ssl_stat.d crypto/ec/ec2_smpl.d crypto/pkcs12/p12_p8d.d crypto/bio/bio_meth.d test/dtlstest.d crypto/evp/p_lib.d apps/smime.d test/constant_time_test.d ssl/ssl_asn1.d crypto/engine/tb_rand.d crypto/des/ofb64ede.d crypto/rsa/rsa_mp.d crypto/asn1/asn_moid.d crypto/des/cbc_cksm.d apps/win32_init.d fuzz/bignum.d crypto/modes/xts128.d ssl/ssl_mcnf.d ssl/s3_msg.d crypto/x509/x_x509.d crypto/md4/md4_dgst.d crypto/dsa/dsa_ossl.d crypto/pkcs12/p12_crpt.d crypto/evp/bio_ok.d crypto/bio/bio_lib.d crypto/bio/b_dump.d crypto/x509v3/v3_pmaps.d crypto/dso/dso_lib.d crypto/ec/ecdh_ossl.d test/buildtest_stack.d crypto/x509v3/v3_ncons.d ssl/t1_trce.d test/buildtest_md4.d crypto/x509/x_req.d test/buildtest_ecdh.d crypto/x509/x_pubkey.d crypto/ts/ts_verify_ctx.d fuzz/ct.d crypto/camellia/cmll_ofb.d crypto/pkcs7/pkcs7err.d crypto/rsa/rsa_oaep.d crypto/dh/dh_prn.d crypto/rand/rand_lib.d crypto/async/arch/async_null.d crypto/pem/pem_pk8.d crypto/cast/c_ecb.d apps/pkcs12.d crypto/evp/e_des.d crypto/ocsp/ocsp_lib.d test/buildtest_e_os2.d test/x509aux.d crypto/ct/ct_vfy.d test/x509_internal_test.d crypto/evp/pmeth_lib.d crypto/des/xcbc_enc.d crypto/bn/bn_mpi.d crypto/evp/encode.d crypto/engine/tb_dsa.d test/rc4test.d crypto/pkcs7/pk7_lib.d crypto/blake2/blake2b.d crypto/dso/dso_win32.d crypto/x509/x509_r2x.d test/buildtest_dh.d crypto/x509/x509_vpm.d apps/genrsa.d crypto/evp/m_wp.d crypto/ec/ec_check.d crypto/bn/bn_x931p.d crypto/pem/pem_xaux.d test/buildtest_ct.d crypto/seed/seed_cfb.d +DEPS=crypto/ec/curve448/curve448.d crypto/bio/bss_mem.d crypto/dso/dso_lib.d test/buildtest_cms.d crypto/ec/ec_lib.d test/memleaktest.d apps/prime.d crypto/des/fcrypt.d test/testutil/testutil_init.d test/buildtest_bio.d crypto/aes/aes_misc.d test/ecstresstest.d crypto/ts/ts_rsp_print.d crypto/bn/bn_prime.d crypto/sha/sha256.d crypto/evp/e_des.d test/sslapitest.d crypto/md4/md4_one.d crypto/bf/bf_cfb64.d crypto/hmac/hmac.d test/sanitytest.d crypto/cms/cms_lib.d test/buildtest_buffer.d crypto/rsa/rsa_lib.d test/buildtest_rc2.d crypto/pkcs12/p12_init.d crypto/asn1/t_spki.d crypto/blake2/blake2s.d crypto/asn1/evp_asn1.d crypto/asn1/a_utf8.d fuzz/asn1parse.d crypto/conf/conf_err.d crypto/x509/x_exten.d crypto/des/pcbc_enc.d test/buildtest_x509_vfy.d test/tls13encryptiontest.d crypto/asn1/x_sig.d crypto/ec/eck_prn.d crypto/async/arch/async_win.d crypto/evp/c_alld.d test/v3ext.d crypto/engine/tb_rand.d test/asn1_internal_test.d crypto/dh/dh_depr.d test/sysdefaulttest.d crypto/evp/e_rc4.d ssl/s3_lib.d apps/app_rand.d crypto/whrlpool/wp_block.d apps/opt.d crypto/evp/e_rc5.d crypto/asn1/p5_pbev2.d crypto/evp/encode.d crypto/x509v3/v3_tlsf.d crypto/ec/ecdsa_ossl.d crypto/asn1/a_time.d test/x509_dup_cert_test.d crypto/idea/i_ofb64.d test/buildtest_rc4.d test/danetest.d crypto/ripemd/rmd_dgst.d fuzz/asn1.d crypto/x509v3/pcy_lib.d crypto/x509/by_dir.d crypto/rsa/rsa_meth.d crypto/aes/aes_cfb.d test/ssl_test.d crypto/rand/drbg_ctr.d ssl/record/dtls1_bitmap.d crypto/cms/cms_enc.d crypto/asn1/x_spki.d crypto/des/des_enc.d test/buildtest_ec.d crypto/evp/m_md5_sha1.d test/igetest.d crypto/rsa/rsa_pmeth.d crypto/bn/bn_x931p.d crypto/bio/bf_nbio.d test/buildtest_ssl2.d crypto/asn1/asn_pack.d test/hmactest.d test/drbgtest.d crypto/bio/bss_bio.d ssl/ssl_cert.d crypto/asn1/a_int.d test/buildtest_ct.d apps/smime.d crypto/evp/pmeth_gn.d crypto/x509v3/v3_asid.d crypto/bn/bn_ctx.d crypto/rsa/rsa_ssl.d crypto/asn1/p5_pbe.d test/buildtest_ui.d crypto/dh/dh_key.d crypto/x509/x509_trs.d crypto/cmac/cmac.d crypto/evp/e_old.d crypto/engine/eng_err.d crypto/asn1/x_long.d crypto/ec/ec_oct.d crypto/ocsp/ocsp_lib.d crypto/pkcs12/p12_crt.d crypto/bn/bn_dh.d crypto/aes/aes_ecb.d crypto/rsa/rsa_pss.d crypto/ec/curve448/scalar.d crypto/evp/e_des3.d test/cipherlist_test.d test/fatalerrtest.d crypto/asn1/ameth_lib.d crypto/engine/eng_cnf.d crypto/rc2/rc2cfb64.d crypto/conf/conf_mod.d crypto/ec/ecp_nistp224.d crypto/conf/conf_api.d crypto/evp/digest.d crypto/x509/x_attrib.d test/x509aux.d test/buildtest_opensslv.d crypto/engine/tb_cipher.d test/ct_test.d crypto/hmac/hm_pmeth.d crypto/rc5/rc5cfb64.d crypto/modes/ocb128.d ssl/statem/statem_dtls.d fuzz/bignum.d ssl/tls_srp.d crypto/dsa/dsa_prn.d crypto/store/store_lib.d crypto/x509/x_x509.d test/versions.d crypto/bio/bss_log.d crypto/store/store_strings.d test/bftest.d test/gosttest.d crypto/engine/eng_openssl.d crypto/sha/keccak1600.d crypto/ct/ct_vfy.d crypto/aes/aes_ofb.d crypto/engine/tb_rsa.d crypto/engine/eng_init.d test/mdc2_internal_test.d test/rsa_test.d test/ssltest_old.d crypto/comp/comp_err.d crypto/evp/bio_md.d test/rc4test.d ssl/record/rec_layer_s3.d crypto/bio/bss_sock.d test/evp_extra_test.d test/sm2_internal_test.d crypto/o_fips.d crypto/bio/b_sock2.d apps/apps.d crypto/evp/e_aes.d crypto/bn/bn_sqr.d test/testutil/tests.d test/testutil/main.d crypto/sm2/sm2_pmeth.d crypto/x509v3/pcy_tree.d crypto/async/async_wait.d crypto/x509/x509_att.d crypto/bf/bf_skey.d crypto/bio/bio_lib.d test/threadstest.d crypto/rc4/rc4_skey.d crypto/dh/dh_lib.d crypto/evp/e_null.d crypto/modes/ctr128.d crypto/asn1/a_mbstr.d crypto/idea/i_skey.d crypto/dsa/dsa_depr.d test/asn1_time_test.d ssl/statem/statem_clnt.d crypto/pkcs7/bio_pk7.d crypto/pkcs12/p12_npas.d crypto/evp/m_null.d crypto/sha/sha1_one.d crypto/ec/ecdsa_sign.d crypto/ec/ec_key.d crypto/evp/e_chacha20_poly1305.d test/testutil/test_cleanup.d crypto/seed/seed_ecb.d crypto/asn1/a_utctm.d crypto/x509/x509_set.d test/buildtest_ecdsa.d ssl/statem/extensions_srvr.d apps/cms.d test/afalgtest.d crypto/des/ecb_enc.d apps/genpkey.d ssl/ssl_conf.d apps/errstr.d crypto/x509v3/v3_bcons.d crypto/cms/cms_smime.d crypto/asn1/nsseq.d crypto/x509/t_x509.d crypto/ct/ct_err.d crypto/x509/x509name.d crypto/des/cbc_cksm.d crypto/poly1305/poly1305_ameth.d crypto/asn1/a_verify.d crypto/ocsp/ocsp_prn.d crypto/ts/ts_lib.d ssl/s3_msg.d crypto/bn/bn_mod.d test/buildtest_stack.d crypto/asn1/a_octet.d ssl/statem/extensions_clnt.d crypto/evp/m_md5.d crypto/bn/bn_gcd.d crypto/x509v3/v3_ncons.d crypto/store/store_init.d crypto/bio/bio_meth.d crypto/bn/bn_err.d test/buildtest_cmac.d crypto/bn/bn_exp2.d crypto/rc2/rc2_cbc.d crypto/kdf/scrypt.d test/mdc2test.d crypto/cmac/cm_pmeth.d crypto/cms/cms_io.d ssl/methods.d test/bioprinttest.d crypto/evp/pbe_scrypt.d crypto/modes/gcm128.d crypto/des/ofb64enc.d crypto/asn1/x_int64.d crypto/ex_data.d test/buildtest_conf_api.d test/buildtest_asn1t.d crypto/evp/m_md4.d crypto/ocsp/ocsp_err.d test/asynciotest.d crypto/engine/eng_rdrand.d test/stack_test.d crypto/bio/bio_cb.d crypto/dsa/dsa_vrf.d apps/s_cb.d crypto/ct/ct_sct_ctx.d crypto/init.d apps/bf_prefix.d test/buildtest_ebcdic.d crypto/siphash/siphash_ameth.d crypto/pkcs12/p12_utl.d crypto/asn1/tasn_scn.d crypto/rsa/rsa_none.d crypto/evp/e_cast.d crypto/mem_clr.d ssl/ssl_txt.d crypto/ec/ecp_mont.d crypto/bio/bio_err.d crypto/ec/ecx_meth.d test/testutil/cb.d crypto/bn/bn_sqrt.d crypto/x509/x509_err.d ssl/d1_srtp.d test/buildtest_dh.d crypto/asn1/a_type.d test/srptest.d ssl/ssl_utst.d crypto/asn1/tasn_dec.d crypto/ripemd/rmd_one.d crypto/rsa/rsa_x931g.d crypto/ct/ct_x509v3.d crypto/ec/ecdh_kdf.d crypto/ui/ui_openssl.d crypto/ec/ecdsa_vrf.d crypto/asn1/a_strnid.d crypto/comp/comp_lib.d crypto/ec/curve448/f_generic.d crypto/o_dir.d crypto/hmac/hm_ameth.d test/sm4_internal_test.d crypto/objects/obj_xref.d test/buildtest_rc5.d crypto/dh/dh_ameth.d crypto/err/err_all.d crypto/engine/eng_dyn.d test/rc2test.d crypto/bn/bn_word.d fuzz/bndiv.d crypto/evp/cmeth_lib.d crypto/evp/m_sha1.d crypto/ec/ec_cvt.d ssl/statem/extensions_cust.d test/crltest.d crypto/evp/m_sigver.d crypto/x509/x509_r2x.d test/gmdifftest.d crypto/bn/bn_depr.d test/ssl_test_ctx_test.d crypto/evp/p_seal.d test/clienthellotest.d crypto/asn1/x_algor.d crypto/o_init.d test/buildtest_obj_mac.d crypto/ts/ts_verify_ctx.d test/poly1305_internal_test.d crypto/engine/tb_dh.d test/buildtest_symhacks.d crypto/rc5/rc5_enc.d crypto/camellia/cmll_ofb.d crypto/ec/ec_err.d test/casttest.d crypto/cmac/cm_ameth.d crypto/sm2/sm2_crypt.d ssl/ssl_rsa.d crypto/dh/dh_pmeth.d crypto/evp/p_enc.d crypto/dsa/dsa_asn1.d crypto/dh/dh_meth.d test/buildtest_dtls1.d apps/spkac.d crypto/asn1/asn_mstbl.d crypto/ts/ts_req_utils.d crypto/modes/xts128.d test/buildtest_store.d test/time_offset_test.d test/ssl_cert_table_internal_test.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/x509/x509cset.d crypto/sm2/sm2_err.d apps/gendsa.d crypto/rsa/rsa_crpt.d crypto/bn/bn_add.d ssl/statem/statem_srvr.d fuzz/cms.d crypto/evp/m_md2.d crypto/modes/wrap128.d crypto/rsa/rsa_ossl.d test/dhtest.d crypto/bn/bn_shift.d crypto/engine/eng_table.d crypto/siphash/siphash_pmeth.d crypto/sm2/sm2_sign.d crypto/store/loader_file.d crypto/pkcs12/p12_mutl.d crypto/x509v3/v3_admis.d crypto/ec/ec_curve.d crypto/asn1/x_info.d crypto/cms/cms_sd.d crypto/bn/bn_intern.d test/buildtest_objects.d crypto/evp/p_verify.d crypto/pkcs7/pk7_asn1.d crypto/ec/ecdh_ossl.d crypto/md5/md5_dgst.d crypto/dso/dso_win32.d crypto/err/err.d crypto/asn1/tasn_utl.d ssl/ssl_err.d crypto/objects/obj_lib.d ssl/ssl_lib.d crypto/ctype.d crypto/md2/md2_dgst.d crypto/evp/bio_ok.d crypto/camellia/cmll_misc.d test/testutil/stanza.d crypto/kdf/tls1_prf.d crypto/dh/dh_rfc7919.d test/buildtest_rand.d crypto/evp/e_xcbc_d.d crypto/x509/x509spki.d test/ssl_ctx_test.d crypto/engine/eng_lib.d crypto/rsa/rsa_sign.d ssl/t1_enc.d test/siphash_internal_test.d crypto/ocsp/ocsp_cl.d crypto/evp/e_rc2.d crypto/ocsp/ocsp_srv.d test/buildtest_cast.d crypto/x509v3/v3_info.d fuzz/client.d crypto/pkcs12/p12_crpt.d crypto/cms/cms_att.d apps/pkey.d crypto/x509v3/pcy_map.d crypto/ts/ts_err.d crypto/ec/ec_ameth.d test/buildtest_rand_drbg.d crypto/bio/bf_null.d crypto/blake2/blake2b.d crypto/txt_db/txt_db.d crypto/idea/i_ecb.d crypto/async/arch/async_null.d crypto/ts/ts_rsp_verify.d apps/rand.d crypto/asn1/f_int.d crypto/cast/c_enc.d test/ectest.d crypto/bn/bn_lib.d crypto/rand/rand_win.d crypto/des/cbc_enc.d crypto/conf/conf_lib.d crypto/aes/aes_ige.d test/buildtest_camellia.d crypto/asn1/t_pkey.d crypto/asn1/asn1_gen.d crypto/asn1/a_bitstr.d crypto/dso/dso_err.d crypto/aes/aes_cbc.d crypto/x509v3/v3_ia5.d crypto/bn/bn_recp.d crypto/rsa/rsa_x931.d test/buildtest_srp.d crypto/bio/b_dump.d ssl/ssl_init.d test/dtls_mtu_test.d crypto/evp/names.d test/handshake_helper.d crypto/srp/srp_lib.d crypto/x509/x_all.d test/recordlentest.d crypto/rsa/rsa_chk.d crypto/cms/cms_err.d crypto/rsa/rsa_err.d crypto/evp/p_lib.d test/buildtest_comp.d test/buildtest_asn1.d crypto/camellia/cmll_cfb.d test/buildtest_txt_db.d crypto/bf/bf_ofb64.d test/conf_include_test.d crypto/asn1/a_digest.d crypto/x509/x_name.d apps/rehash.d test/buildtest_pem.d crypto/rc5/rc5_ecb.d crypto/evp/p_open.d crypto/x509/x509rset.d crypto/des/cfb64enc.d crypto/ocsp/ocsp_asn.d crypto/pkcs12/p12_kiss.d test/ideatest.d test/asn1_string_table_test.d crypto/x509v3/v3_crld.d crypto/pkcs12/p12_decr.d test/pbelutest.d crypto/evp/p5_crpt2.d apps/verify.d crypto/x509v3/v3_utl.d test/dsatest.d test/curve448_internal_test.d crypto/pkcs12/p12_p8d.d crypto/evp/e_aria.d crypto/pkcs12/p12_p8e.d crypto/rc2/rc2_ecb.d crypto/asn1/a_object.d crypto/x509/x509_ext.d apps/ts.d test/bntest.d apps/s_server.d test/bio_memleak_test.d test/testutil/random.d crypto/des/set_key.d test/ciphername_test.d crypto/x509v3/v3_pmaps.d crypto/engine/tb_asnmth.d apps/sess_id.d crypto/ct/ct_oct.d crypto/rsa/rsa_ameth.d crypto/asn1/x_pkey.d crypto/objects/obj_dat.d crypto/async/arch/async_posix.d apps/rsautl.d crypto/x509v3/v3_conf.d test/buildtest_blowfish.d test/testutil/output_helpers.d crypto/dh/dh_err.d crypto/dh/dh_kdf.d test/buildtest_ts.d crypto/ocsp/ocsp_ext.d crypto/ec/ec_pmeth.d ssl/ssl_asn1.d crypto/asn1/asn1_item_list.d crypto/kdf/kdf_err.d crypto/cast/c_cfb64.d crypto/o_time.d apps/dsaparam.d crypto/x509v3/v3_extku.d apps/s_client.d crypto/rsa/rsa_gen.d engines/e_ossltest.d engines/e_padlock.d test/x509_check_cert_pkey_test.d crypto/bn/bn_mont.d crypto/des/qud_cksm.d apps/pkcs7.d apps/version.d crypto/ui/ui_err.d test/buildtest_x509v3.d engines/e_dasync.d crypto/x509/x_req.d apps/ocsp.d crypto/asn1/bio_ndef.d crypto/pkcs7/pkcs7err.d test/buildtest_ssl3.d crypto/bn/bn_div.d crypto/getenv.d test/lhash_test.d crypto/dsa/dsa_lib.d crypto/buffer/buf_err.d crypto/dh/dh_check.d test/buildtest_md2.d crypto/bn/bn_blind.d apps/storeutl.d crypto/asn1/i2d_pu.d test/packettest.d crypto/async/async.d crypto/cms/cms_env.d test/uitest.d crypto/x509/x509_lu.d crypto/asn1/a_gentm.d crypto/des/cfb64ede.d crypto/bn/bn_gf2m.d test/dtlstest.d test/buildtest_tls1.d crypto/pkcs7/pk7_lib.d crypto/bn/bn_kron.d fuzz/x509.d crypto/pem/pem_info.d test/shlibloadtest.d crypto/ts/ts_req_print.d crypto/ebcdic.d apps/ca.d test/sslbuffertest.d test/verify_extra_test.d apps/asn1pars.d crypto/ui/ui_null.d crypto/dso/dso_vms.d crypto/pkcs12/p12_add.d apps/pkeyutl.d crypto/evp/e_bf.d crypto/pem/pem_pk8.d crypto/des/ofb_enc.d ssl/ssl_sess.d crypto/x509/x509_v3.d test/tls13secretstest.d test/buildtest_md4.d crypto/modes/cts128.d test/testutil/driver.d crypto/rand/rand_err.d crypto/des/str2key.d crypto/dh/dh_gen.d fuzz/crl.d ssl/bio_ssl.d crypto/pkcs12/p12_asn.d crypto/evp/m_sha3.d apps/nseq.d crypto/stack/stack.d crypto/engine/eng_ctrl.d test/sslcorrupttest.d crypto/kdf/hkdf.d crypto/x509v3/v3_akeya.d crypto/dsa/dsa_meth.d test/enginetest.d test/asn1_encode_test.d ssl/t1_lib.d crypto/bio/bf_buff.d fuzz/ct.d crypto/bf/bf_ecb.d crypto/x509v3/pcy_data.d crypto/asn1/asn1_lib.d crypto/pem/pem_xaux.d crypto/rsa/rsa_pk1.d crypto/asn1/bio_asn1.d crypto/x509v3/v3_alt.d crypto/ec/ec_kmeth.d test/bio_callback_test.d test/buildtest_crypto.d crypto/pem/pem_x509.d crypto/evp/e_sm4.d crypto/pkcs7/pk7_doit.d crypto/blake2/m_blake2s.d crypto/x509v3/v3_addr.d crypto/dsa/dsa_pmeth.d crypto/x509v3/v3err.d crypto/ec/curve448/arch_32/f_impl.d crypto/x509/t_req.d crypto/dso/dso_dlfcn.d crypto/objects/obj_err.d crypto/modes/cbc128.d crypto/x509v3/v3_sxnet.d crypto/conf/conf_def.d crypto/engine/eng_pkey.d crypto/buffer/buffer.d test/testutil/format_output.d fuzz/conf.d crypto/evp/evp_pbe.d ssl/ssl_ciph.d test/cipherbytes_test.d crypto/cms/cms_ess.d crypto/pem/pem_oth.d crypto/bio/bf_lbuf.d crypto/bn/bn_srp.d crypto/x509v3/v3_enum.d crypto/bio/b_sock.d crypto/pem/pvkfmt.d crypto/bn/bn_print.d crypto/evp/m_ripemd.d test/buildtest_sha.d crypto/store/store_register.d crypto/cast/c_skey.d test/buildtest_conf.d test/ec_internal_test.d apps/ec.d crypto/asn1/a_dup.d crypto/asn1/t_bitst.d test/buildtest_ssl.d test/buildtest_hmac.d crypto/dh/dh_prn.d fuzz/server.d apps/pkeyparam.d test/modes_internal_test.d crypto/dllmain.d crypto/pem/pem_sign.d crypto/engine/tb_digest.d crypto/x509v3/v3_pcia.d test/buildtest_safestack.d crypto/des/ecb3_enc.d apps/crl2p7.d crypto/des/fcrypt_b.d crypto/asn1/asn_moid.d crypto/conf/conf_sap.d test/asn1_decode_test.d crypto/cms/cms_kari.d crypto/x509/x_crl.d crypto/ec/ecp_smpl.d crypto/pkcs12/p12_sbag.d crypto/camellia/cmll_ecb.d crypto/rsa/rsa_prn.d crypto/engine/tb_dsa.d crypto/seed/seed_cfb.d crypto/evp/evp_cnf.d test/d2i_test.d crypto/x509v3/pcy_cache.d crypto/x509v3/v3_pku.d test/buildtest_modes.d apps/engine.d crypto/cversion.d test/rsa_complex.d crypto/x509v3/v3_cpols.d crypto/threads_none.d crypto/ui/ui_util.d crypto/poly1305/poly1305_pmeth.d crypto/ec/ec_check.d apps/speed.d test/errtest.d apps/enc.d crypto/engine/tb_pkmeth.d test/buildtest_ripemd.d crypto/asn1/tasn_typ.d crypto/bio/bss_acpt.d crypto/rsa/rsa_depr.d crypto/x509v3/v3_int.d test/buildtest_e_os2.d crypto/pkcs7/pk7_attr.d crypto/pem/pem_err.d test/ctype_internal_test.d crypto/sha/sha1dgst.d crypto/asn1/a_strex.d crypto/modes/ofb128.d crypto/x509/by_file.d crypto/sm3/m_sm3.d ssl/ssl_mcnf.d crypto/asn1/a_sign.d crypto/bn/bn_rand.d crypto/dsa/dsa_key.d test/buildtest_aes.d crypto/ec/ecp_nistp521.d crypto/engine/eng_all.d crypto/camellia/cmll_ctr.d crypto/evp/bio_enc.d crypto/md4/md4_dgst.d crypto/evp/p_dec.d test/ssltestlib.d crypto/mem_dbg.d apps/openssl.d crypto/mem.d crypto/asn1/tasn_fre.d crypto/ec/curve25519.d crypto/evp/e_seed.d crypto/bf/bf_enc.d crypto/camellia/cmll_cbc.d test/buildtest_srtp.d test/buildtest_engine.d test/x509_time_test.d crypto/x509/t_crl.d test/ssl_test_ctx.d crypto/rand/rand_unix.d test/buildtest_pkcs7.d crypto/ec/curve448/eddsa.d crypto/evp/evp_err.d crypto/bn/bn_const.d crypto/seed/seed.d crypto/x509/x509_cmp.d crypto/evp/pmeth_fn.d engines/e_capi.d crypto/rc4/rc4_enc.d crypto/lhash/lhash.d test/buildtest_whrlpool.d test/buildtest_ocsp.d crypto/bn/bn_mpi.d apps/dgst.d crypto/ec/ecp_nistp256.d crypto/asn1/i2d_pr.d ssl/record/ssl3_record.d crypto/cryptlib.d crypto/ec/ecp_oct.d ssl/s3_cbc.d crypto/cast/c_ofb64.d crypto/ec/curve448/curve448_tables.d crypto/x509v3/v3_skey.d test/x509_internal_test.d crypto/dh/dh_rfc5114.d crypto/asn1/asn_mime.d crypto/lhash/lh_stats.d test/cmactest.d test/testutil/tap_bio.d crypto/ct/ct_log.d test/buildtest_pkcs12.d crypto/rc2/rc2_skey.d crypto/aes/aes_wrap.d crypto/dso/dso_dl.d test/pkey_meth_test.d test/drbg_cavs_test.d crypto/des/cfb_enc.d crypto/rsa/rsa_mp.d crypto/asn1/a_i2d_fp.d crypto/rc5/rc5_skey.d crypto/modes/cfb128.d crypto/evp/p5_crpt.d apps/rsa.d test/buildtest_bn.d test/buildtest_idea.d crypto/ocsp/ocsp_ht.d test/cmsapitest.d crypto/cms/cms_pwri.d crypto/x509v3/v3_akey.d test/buildtest_ossl_typ.d crypto/chacha/chacha_enc.d test/buildtest_pem2.d crypto/des/ofb64ede.d crypto/pem/pem_lib.d crypto/comp/c_zlib.d crypto/asn1/d2i_pr.d test/buildtest_md5.d crypto/engine/eng_fat.d crypto/mem_sec.d crypto/bio/bss_fd.d crypto/ocsp/v3_ocsp.d test/buildtest_des.d apps/dhparam.d crypto/asn1/tasn_enc.d test/evp_test.d crypto/rsa/rsa_oaep.d apps/win32_init.d crypto/ts/ts_rsp_sign.d test/ecdsatest.d crypto/asn1/x_bignum.d crypto/evp/e_camellia.d crypto/x509v3/v3_genn.d test/bad_dtls_test.d test/buildtest_lhash.d crypto/ec/ec_asn1.d crypto/evp/evp_enc.d crypto/evp/m_mdc2.d apps/genrsa.d crypto/evp/p_sign.d crypto/idea/i_cfb64.d crypto/o_fopen.d crypto/rsa/rsa_asn1.d crypto/cms/cms_asn1.d crypto/conf/conf_mall.d apps/pkcs8.d crypto/x509/x509_obj.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/ui/ui_lib.d ssl/statem/statem.d crypto/pkcs7/pk7_smime.d crypto/x509/x509_vpm.d crypto/sha/sha512.d test/buildtest_evp.d crypto/camellia/camellia.d crypto/x509/x509_def.d crypto/bn/bn_nist.d crypto/dsa/dsa_ossl.d crypto/pkcs12/p12_attr.d apps/dsa.d crypto/pkcs7/pk7_mime.d test/buildtest_seed.d test/constant_time_test.d ssl/packet.d crypto/cast/c_ecb.d crypto/asn1/asn1_par.d crypto/x509/x_pubkey.d crypto/bio/b_print.d crypto/bio/bss_file.d test/rc5test.d test/chacha_internal_test.d crypto/x509/x509type.d crypto/err/err_prn.d apps/s_time.d crypto/ts/ts_rsp_utils.d test/buildtest_ecdh.d test/rdrand_sanitytest.d crypto/pkcs12/p12_key.d crypto/x509v3/v3_purp.d crypto/dso/dso_openssl.d ssl/d1_lib.d crypto/asn1/a_d2i_fp.d crypto/blake2/m_blake2b.d apps/req.d crypto/evp/evp_lib.d crypto/ec/ecp_nist.d crypto/asn1/tasn_prn.d crypto/asn1/p8_pkey.d crypto/store/store_err.d crypto/rand/rand_vms.d crypto/aria/aria.d crypto/srp/srp_vfy.d crypto/rc2/rc2ofb64.d crypto/dh/dh_asn1.d crypto/x509v3/v3_lib.d apps/ciphers.d crypto/x509/x509_vfy.d crypto/evp/bio_b64.d test/v3nametest.d crypto/bio/bss_conn.d test/wpackettest.d apps/passwd.d test/destest.d test/ocspapitest.d crypto/dsa/dsa_sign.d crypto/conf/conf_ssl.d crypto/bn/bn_exp.d crypto/ec/ecp_nistputil.d crypto/rc5/rc5ofb64.d crypto/evp/evp_pkey.d apps/srp.d crypto/seed/seed_cbc.d crypto/x509/x_x509a.d test/buildtest_async.d test/drbg_cavs_data.d crypto/bio/bss_null.d ssl/d1_msg.d crypto/modes/ccm128.d crypto/rand/randfile.d test/bio_enc_test.d crypto/ocsp/ocsp_vfy.d test/aborttest.d test/secmemtest.d crypto/threads_win.d crypto/evp/e_rc4_hmac_md5.d test/buildtest_x509.d crypto/threads_pthread.d apps/crl.d crypto/md2/md2_one.d test/test_test.d crypto/x509v3/pcy_node.d crypto/evp/evp_key.d apps/pkcs12.d crypto/x509/x509_req.d crypto/poly1305/poly1305.d crypto/ct/ct_prn.d crypto/x509v3/v3_bitst.d crypto/ec/ec2_smpl.d crypto/asn1/a_print.d test/md2test.d crypto/engine/eng_list.d crypto/ct/ct_sct.d crypto/pkcs12/pk12err.d test/testutil/basic_output.d ssl/tls13_enc.d ssl/record/ssl3_buffer.d crypto/evp/m_wp.d crypto/asn1/f_string.d apps/x509.d crypto/dsa/dsa_err.d test/pemtest.d crypto/md5/md5_one.d test/asynctest.d crypto/rand/rand_lib.d test/tls13ccstest.d crypto/cms/cms_dd.d crypto/asn1/tasn_new.d crypto/ct/ct_policy.d crypto/bn/bn_mul.d test/dtlsv1listentest.d crypto/asn1/p5_scrypt.d ssl/statem/extensions.d test/exdatatest.d crypto/ec/ec_mult.d crypto/asn1/d2i_pu.d crypto/ec/ec2_oct.d test/buildtest_dsa.d crypto/evp/e_idea.d crypto/bio/bss_dgram.d crypto/asn1/asn1_err.d crypto/siphash/siphash.d apps/ecparam.d apps/s_socket.d crypto/sm4/sm4.d crypto/ec/ec_print.d crypto/pem/pem_all.d crypto/engine/tb_eckey.d crypto/x509v3/v3_prn.d crypto/cms/cms_cd.d crypto/bn/bn_asm.d ssl/pqueue.d crypto/cpt_err.d test/dsa_no_digest_size_test.d test/exptest.d crypto/x509/x509_d2.d test/buildtest_kdf.d crypto/uid.d test/rsa_mp_test.d crypto/aes/aes_core.d crypto/evp/pmeth_lib.d crypto/x509v3/v3_pcons.d crypto/seed/seed_ofb.d crypto/async/async_err.d test/pkey_meth_kdf_test.d ssl/record/ssl3_record_tls13.d test/servername_test.d fuzz/test-corpus.d crypto/whrlpool/wp_dgst.d crypto/rsa/rsa_saos.d ssl/t1_trce.d ssl/record/rec_layer_d1.d crypto/ts/ts_conf.d crypto/objects/o_names.d crypto/dsa/dsa_ameth.d crypto/des/rand_key.d ssl/statem/statem_lib.d crypto/x509v3/v3_pci.d ssl/ssl_stat.d crypto/ts/ts_asn1.d test/buildtest_rsa.d crypto/bio/b_addr.d crypto/rand/rand_egd.d ssl/s3_enc.d crypto/des/xcbc_enc.d crypto/asn1/n_pkey.d crypto/x509/x509_txt.d crypto/dsa/dsa_gen.d crypto/rand/drbg_lib.d crypto/idea/i_cbc.d crypto/asn1/x_val.d crypto/ct/ct_b64.d crypto/o_str.d crypto/evp/c_allc.d crypto/pem/pem_pkey.d crypto/x509/x509_meth.d crypto/sm3/sm3.d GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/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 @@ -615,8 +615,8 @@ errors: done ) ordinals: - ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl crypto update ) - ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl ssl update ) + $(PERL) $(SRCDIR)/util/mkdef.pl crypto update + $(PERL) $(SRCDIR)/util/mkdef.pl ssl update test_ordinals: ( cd test; \ @@ -9638,7 +9638,7 @@ 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 diff --git a/upstream-build/makefile/x86_64-win32-msvc b/upstream-build/makefile/x86_64-win32-msvc index d6e7c19..7a7c5e1 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.1j +VERSION=1.1.1k 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\cmactest.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_ctx_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\rsa\rsa_asn1.d test\lhash_test.d crypto\camellia\cmll_ofb.d crypto\o_fopen.d crypto\asn1\p5_pbe.d crypto\bio\bio_meth.d crypto\x509v3\v3_pku.d crypto\x509\x509_d2.d crypto\evp\e_xcbc_d.d crypto\dsa\dsa_vrf.d crypto\ts\ts_asn1.d test\destest.d crypto\engine\eng_fat.d crypto\ec\curve448\f_generic.d crypto\camellia\cmll_cbc.d crypto\x509\x_crl.d test\buildtest_lhash.d crypto\srp\srp_vfy.d test\sslbuffertest.d test\buildtest_dtls1.d crypto\rand\drbg_lib.d test\enginetest.d test\buildtest_ripemd.d ssl\statem\statem_dtls.d crypto\mem_clr.d crypto\dh\dh_check.d crypto\asn1\a_verify.d crypto\kdf\scrypt.d crypto\evp\e_rc2.d test\buildtest_x509_vfy.d test\pkey_meth_test.d crypto\engine\tb_rand.d ssl\ssl_stat.d crypto\dh\dh_prn.d ssl\d1_srtp.d crypto\rand\rand_unix.d crypto\txt_db\txt_db.d test\recordlentest.d crypto\seed\seed_ecb.d test\testutil\output_helpers.d test\exptest.d test\rdrand_sanitytest.d test\dtls_mtu_test.d test\buildtest_crypto.d crypto\async\arch\async_posix.d crypto\sm3\sm3.d crypto\des\cfb64enc.d test\buildtest_cast.d crypto\rsa\rsa_none.d crypto\asn1\p8_pkey.d crypto\sm2\sm2_sign.d apps\s_cb.d crypto\rc5\rc5ofb64.d test\buildtest_des.d ssl\s3_enc.d crypto\mem_sec.d ssl\record\ssl3_buffer.d crypto\poly1305\poly1305.d crypto\asn1\asn1_lib.d test\buildtest_rsa.d crypto\conf\conf_mall.d crypto\bn\bn_nist.d crypto\rsa\rsa_lib.d ssl\ssl_asn1.d crypto\conf\conf_ssl.d crypto\store\store_lib.d crypto\pkcs7\pk7_doit.d ssl\tls13_enc.d crypto\x509v3\pcy_data.d crypto\dso\dso_dl.d crypto\cversion.d apps\pkcs8.d test\buildtest_ct.d test\asynciotest.d crypto\pem\pem_pkey.d crypto\x509v3\v3_akeya.d crypto\ec\ecdh_kdf.d crypto\x509\x509rset.d test\buildtest_kdf.d ssl\ssl_utst.d crypto\evp\e_seed.d apps\pkcs7.d apps\ecparam.d crypto\asn1\bio_asn1.d crypto\pem\pem_xaux.d test\buildtest_camellia.d apps\opt.d crypto\x509v3\v3_bitst.d fuzz\crl.d crypto\x509v3\v3_enum.d crypto\des\cbc_cksm.d crypto\asn1\asn_mstbl.d crypto\bio\bss_acpt.d crypto\pkcs12\p12_sbag.d crypto\x509\x_x509a.d crypto\evp\e_rc5.d crypto\asn1\asn1_gen.d crypto\x509v3\v3_sxnet.d crypto\des\set_key.d crypto\asn1\a_d2i_fp.d crypto\ui\ui_null.d crypto\evp\p_verify.d crypto\evp\m_sigver.d crypto\pkcs12\p12_asn.d crypto\evp\m_md4.d test\buildtest_srp.d test\d2i_test.d crypto\des\ofb_enc.d test\buildtest_pem2.d test\gmdifftest.d crypto\bio\bf_nbio.d crypto\asn1\a_utf8.d crypto\dsa\dsa_asn1.d crypto\des\cfb_enc.d crypto\bn\bn_kron.d crypto\des\qud_cksm.d crypto\dh\dh_lib.d crypto\x509\x_req.d test\cipherbytes_test.d crypto\aes\aes_wrap.d ssl\record\dtls1_bitmap.d crypto\md2\md2_dgst.d test\buildtest_whrlpool.d crypto\asn1\t_spki.d crypto\buffer\buffer.d crypto\x509\x509name.d test\ctype_internal_test.d crypto\ct\ct_oct.d crypto\x509\x509spki.d test\fatalerrtest.d test\stack_test.d crypto\evp\p5_crpt.d crypto\rsa\rsa_ssl.d crypto\poly1305\poly1305_pmeth.d crypto\ripemd\rmd_one.d fuzz\asn1.d crypto\ct\ct_log.d ssl\methods.d test\sslapitest.d crypto\x509v3\v3_tlsf.d test\testutil\cb.d crypto\ocsp\ocsp_srv.d test\dtlstest.d crypto\blake2\blake2s.d crypto\x509v3\v3_asid.d crypto\pkcs12\p12_crt.d crypto\bn\bn_lib.d test\testutil\stanza.d crypto\seed\seed_ofb.d crypto\evp\e_null.d apps\pkcs12.d apps\rehash.d crypto\asn1\t_pkey.d crypto\blake2\blake2b.d crypto\rc2\rc2_cbc.d test\buildtest_seed.d crypto\ec\ecdsa_vrf.d crypto\ct\ct_err.d crypto\asn1\a_octet.d ssl\ssl_ciph.d crypto\asn1\asn_mime.d crypto\rand\randfile.d crypto\x509\x509_meth.d crypto\evp\pmeth_lib.d crypto\ec\ec_kmeth.d crypto\dsa\dsa_lib.d crypto\rc2\rc2_skey.d crypto\des\fcrypt_b.d crypto\seed\seed_cfb.d crypto\err\err_all.d crypto\threads_none.d test\testutil\basic_output.d crypto\des\ofb64enc.d crypto\asn1\f_string.d test\evp_extra_test.d crypto\x509v3\v3_admis.d crypto\cast\c_cfb64.d test\asn1_time_test.d apps\enc.d crypto\bf\bf_ecb.d crypto\asn1\a_time.d crypto\ui\ui_err.d test\buildtest_objects.d crypto\ec\ecdsa_sign.d ssl\t1_lib.d crypto\ec\ec_curve.d test\buildtest_rand_drbg.d test\cmsapitest.d crypto\evp\encode.d ssl\statem\extensions_srvr.d crypto\x509v3\v3_cpols.d apps\engine.d crypto\bn\bn_mpi.d crypto\sha\keccak1600.d crypto\cms\cms_smime.d test\ideatest.d crypto\aes\aes_core.d crypto\seed\seed_cbc.d crypto\asn1\x_sig.d crypto\x509v3\v3err.d crypto\x509\x509_def.d crypto\x509v3\v3_crld.d crypto\x509\x509_lu.d crypto\pkcs12\p12_npas.d apps\version.d crypto\o_str.d crypto\cpt_err.d crypto\sha\sha1_one.d crypto\pkcs7\pk7_attr.d ssl\statem\extensions.d test\poly1305_internal_test.d test\dtlsv1listentest.d crypto\bn\bn_ctx.d test\rc5test.d crypto\async\async_err.d crypto\x509\x509_ext.d crypto\ec\ecp_nistp521.d crypto\ct\ct_x509v3.d crypto\evp\e_aes_cbc_hmac_sha1.d crypto\ebcdic.d crypto\aes\aes_misc.d crypto\asn1\a_dup.d crypto\pkcs12\p12_crpt.d crypto\x509v3\v3_pci.d crypto\asn1\x_long.d test\buildtest_ossl_typ.d crypto\store\store_init.d crypto\x509\by_file.d test\buildtest_dh.d crypto\bio\b_addr.d crypto\bn\bn_prime.d crypto\engine\eng_pkey.d crypto\dsa\dsa_depr.d crypto\ts\ts_err.d test\ec_internal_test.d crypto\pkcs12\p12_key.d crypto\bio\bio_err.d test\sm4_internal_test.d crypto\rand\rand_lib.d crypto\blake2\m_blake2b.d test\threadstest.d crypto\evp\m_md5_sha1.d test\ecstresstest.d apps\cms.d crypto\cms\cms_lib.d crypto\x509v3\v3_extku.d ssl\statem\statem_lib.d crypto\ct\ct_b64.d crypto\x509\x_exten.d test\buildtest_asn1t.d crypto\ct\ct_sct_ctx.d crypto\pem\pem_err.d crypto\kdf\tls1_prf.d crypto\rand\drbg_ctr.d test\buildtest_txt_db.d crypto\evp\e_aes.d crypto\ec\ecp_nistp224.d crypto\pkcs12\p12_init.d test\sysdefaulttest.d crypto\ec\ecp_mont.d crypto\pem\pem_pk8.d test\tls13ccstest.d crypto\bio\b_dump.d test\buildtest_ts.d crypto\asn1\tasn_utl.d ssl\ssl_conf.d crypto\rsa\rsa_x931g.d ssl\record\ssl3_record.d crypto\threads_win.d fuzz\conf.d test\buildtest_ecdh.d test\errtest.d apps\verify.d test\clienthellotest.d test\rc2test.d crypto\ocsp\ocsp_vfy.d crypto\x509v3\v3_info.d crypto\rand\rand_win.d apps\bf_prefix.d crypto\dsa\dsa_prn.d test\ssltest_old.d crypto\async\async_wait.d test\bio_memleak_test.d crypto\dsa\dsa_sign.d apps\dgst.d test\dsa_no_digest_size_test.d crypto\pkcs7\pk7_smime.d crypto\x509\x_pubkey.d apps\x509.d crypto\evp\evp_lib.d crypto\ec\ecp_nistputil.d crypto\objects\obj_lib.d test\buildtest_pkcs7.d crypto\evp\names.d crypto\evp\e_des3.d crypto\rsa\rsa_pss.d crypto\x509\x509_txt.d test\buildtest_rc5.d crypto\ts\ts_conf.d test\buildtest_modes.d crypto\engine\tb_dsa.d crypto\ec\curve448\eddsa.d crypto\x509\x509_req.d crypto\idea\i_cfb64.d crypto\cms\cms_asn1.d crypto\x509\x_x509.d crypto\aes\aes_cfb.d test\conf_include_test.d test\packettest.d crypto\ripemd\rmd_dgst.d test\rsa_mp_test.d crypto\des\cfb64ede.d crypto\camellia\cmll_ecb.d crypto\bio\b_sock2.d apps\speed.d crypto\evp\e_camellia.d test\buildtest_rc2.d crypto\rc2\rc2cfb64.d crypto\bn\bn_recp.d crypto\ocsp\ocsp_err.d fuzz\ct.d crypto\bn\bn_exp.d crypto\ec\ec_lib.d crypto\bn\bn_blind.d crypto\comp\c_zlib.d crypto\engine\tb_cipher.d test\secmemtest.d test\buildtest_asn1.d apps\win32_init.d crypto\ts\ts_rsp_verify.d crypto\dso\dso_lib.d crypto\asn1\a_sign.d test\modes_internal_test.d crypto\rsa\rsa_x931.d apps\errstr.d crypto\bio\b_print.d crypto\kdf\hkdf.d crypto\dsa\dsa_gen.d crypto\evp\evp_pbe.d crypto\o_dir.d test\hmactest.d crypto\bn\bn_gf2m.d crypto\mem.d crypto\bio\bss_fd.d crypto\bio\bio_cb.d crypto\dh\dh_rfc7919.d crypto\x509\x_attrib.d test\ssl_test_ctx.d crypto\ocsp\ocsp_prn.d test\buildtest_bn.d crypto\camellia\cmll_ctr.d crypto\rc5\rc5_ecb.d crypto\x509\x509_set.d crypto\rsa\rsa_depr.d crypto\ct\ct_sct.d test\drbg_cavs_test.d crypto\asn1\t_bitst.d crypto\engine\eng_ctrl.d ssl\packet.d crypto\ec\ecp_nistp256.d ssl\statem\extensions_clnt.d test\ssl_ctx_test.d crypto\threads_pthread.d crypto\engine\tb_eckey.d crypto\conf\conf_err.d crypto\ec\curve448\curve448.d engines\e_dasync.d crypto\ct\ct_vfy.d crypto\x509\x509_v3.d crypto\evp\e_des.d crypto\dh\dh_rfc5114.d apps\pkeyutl.d test\tls13encryptiontest.d crypto\idea\i_cbc.d crypto\asn1\a_digest.d crypto\bn\bn_sqrt.d crypto\x509\x509_r2x.d crypto\pem\pem_all.d test\buildtest_ocsp.d crypto\evp\bio_b64.d crypto\store\store_register.d crypto\aes\aes_ofb.d crypto\asn1\tasn_dec.d crypto\ts\ts_rsp_print.d ssl\record\ssl3_record_tls13.d test\bio_enc_test.d ssl\bio_ssl.d crypto\bn\bn_dh.d crypto\pkcs12\p12_add.d ssl\ssl_err.d crypto\des\ofb64ede.d fuzz\test-corpus.d test\buildtest_rand.d crypto\rsa\rsa_prn.d crypto\aes\aes_cbc.d test\buildtest_x509v3.d apps\ocsp.d crypto\dso\dso_openssl.d crypto\rsa\rsa_sign.d crypto\asn1\f_int.d crypto\comp\comp_err.d fuzz\client.d apps\spkac.d crypto\ts\ts_req_print.d test\buildtest_aes.d crypto\modes\ccm128.d crypto\bio\bss_file.d crypto\x509v3\v3_purp.d test\buildtest_md5.d crypto\cms\cms_kari.d crypto\x509v3\v3_lib.d apps\rsa.d crypto\x509v3\v3_int.d crypto\asn1\p5_scrypt.d apps\storeutl.d test\buildtest_buffer.d crypto\asn1\nsseq.d crypto\evp\e_aria.d crypto\evp\m_wp.d crypto\bio\bss_conn.d test\wpackettest.d crypto\pkcs12\p12_p8e.d apps\openssl.d crypto\cms\cms_ess.d test\uitest.d crypto\x509v3\v3_utl.d test\ocspapitest.d test\buildtest_md2.d ssl\ssl_mcnf.d test\buildtest_x509.d test\asn1_string_table_test.d test\buildtest_store.d crypto\asn1\p5_pbev2.d test\buildtest_dsa.d test\buildtest_safestack.d crypto\conf\conf_api.d crypto\rsa\rsa_chk.d crypto\rsa\rsa_mp.d test\servername_test.d crypto\asn1\a_type.d crypto\md2\md2_one.d crypto\asn1\a_utctm.d apps\genrsa.d crypto\engine\eng_init.d test\x509_internal_test.d crypto\bn\bn_sqr.d crypto\camellia\cmll_cfb.d test\buildtest_ebcdic.d crypto\evp\e_chacha20_poly1305.d test\buildtest_ssl.d crypto\asn1\i2d_pr.d crypto\asn1\d2i_pu.d test\x509aux.d crypto\x509v3\v3_bcons.d crypto\x509v3\pcy_node.d test\buildtest_comp.d test\ectest.d crypto\rsa\rsa_gen.d crypto\ec\ec_check.d crypto\evp\p_dec.d apps\app_rand.d crypto\asn1\a_object.d crypto\modes\wrap128.d crypto\ec\curve448\scalar.d crypto\dso\dso_err.d crypto\srp\srp_lib.d crypto\sm3\m_sm3.d crypto\rc5\rc5_enc.d crypto\cryptlib.d crypto\des\ecb3_enc.d apps\dhparam.d crypto\sha\sha256.d crypto\bn\bn_print.d test\buildtest_symhacks.d crypto\cmac\cmac.d crypto\ec\curve25519.d crypto\dso\dso_vms.d test\cipherlist_test.d crypto\conf\conf_lib.d test\tls13secretstest.d crypto\evp\e_cast.d crypto\siphash\siphash_pmeth.d test\buildtest_pem.d crypto\sha\sha512.d test\bio_callback_test.d crypto\ec\ec_oct.d crypto\evp\e_bf.d crypto\evp\m_mdc2.d crypto\o_init.d crypto\hmac\hmac.d crypto\engine\eng_lib.d test\sslcorrupttest.d test\gosttest.d ssl\statem\statem.d ms\applink.d test\ssl_cert_table_internal_test.d test\mdc2_internal_test.d test\shlibloadtest.d crypto\evp\digest.d test\crltest.d crypto\rsa\rsa_saos.d crypto\asn1\asn1_item_list.d test\testutil\main.d crypto\bio\bss_dgram.d crypto\md4\md4_dgst.d crypto\sm4\sm4.d test\time_offset_test.d crypto\engine\tb_rsa.d crypto\rsa\rsa_meth.d crypto\asn1\a_strnid.d test\testutil\random.d crypto\sm2\sm2_crypt.d crypto\x509\x509_cmp.d crypto\stack\stack.d ssl\ssl_rsa.d crypto\comp\comp_lib.d crypto\evp\m_ripemd.d crypto\ec\ec_err.d crypto\bn\bn_gcd.d crypto\modes\gcm128.d crypto\aria\aria.d crypto\x509v3\v3_pmaps.d crypto\ec\ecp_oct.d crypto\asn1\x_algor.d crypto\store\store_err.d crypto\dsa\dsa_pmeth.d engines\e_capi.d crypto\asn1\tasn_typ.d crypto\des\xcbc_enc.d crypto\ec\ec_key.d crypto\pem\pvkfmt.d crypto\asn1\asn_moid.d crypto\bf\bf_skey.d ssl\s3_msg.d crypto\conf\conf_def.d crypto\engine\tb_asnmth.d crypto\cms\cms_enc.d apps\srp.d crypto\evp\evp_err.d test\buildtest_sha.d crypto\ec\ecp_nist.d crypto\ocsp\v3_ocsp.d crypto\evp\e_sm4.d crypto\pkcs12\p12_mutl.d test\curve448_internal_test.d crypto\bn\bn_intern.d crypto\x509v3\v3_prn.d test\ssltestlib.d crypto\ts\ts_lib.d test\testutil\driver.d apps\dsa.d crypto\asn1\a_strex.d ssl\s3_lib.d crypto\evp\c_alld.d crypto\mem_dbg.d crypto\idea\i_ofb64.d crypto\cms\cms_err.d test\pkey_meth_kdf_test.d crypto\des\ecb_enc.d crypto\evp\evp_enc.d test\asn1_encode_test.d crypto\err\err.d test\buildtest_blowfish.d crypto\rc4\rc4_skey.d crypto\x509v3\v3_alt.d test\chacha_internal_test.d apps\passwd.d crypto\bio\bio_lib.d crypto\dh\dh_pmeth.d crypto\bn\bn_rand.d test\buildtest_e_os2.d crypto\x509v3\v3_conf.d crypto\asn1\bio_ndef.d crypto\rc2\rc2ofb64.d crypto\cms\cms_io.d ssl\statem\statem_clnt.d crypto\siphash\siphash.d crypto\pem\pem_lib.d crypto\async\arch\async_win.d apps\smime.d crypto\ocsp\ocsp_asn.d crypto\pkcs12\p12_attr.d crypto\engine\eng_dyn.d crypto\rand\rand_err.d ssl\t1_enc.d crypto\ocsp\ocsp_ext.d crypto\x509v3\v3_addr.d crypto\pkcs12\pk12err.d crypto\rc5\rc5_skey.d crypto\pem\pem_x509.d crypto\ex_data.d crypto\asn1\x_int64.d crypto\dso\dso_dlfcn.d crypto\sha\sha1dgst.d crypto\lhash\lhash.d crypto\asn1\n_pkey.d crypto\asn1\tasn_prn.d apps\sess_id.d crypto\bn\bn_depr.d crypto\kdf\kdf_err.d engines\e_padlock.d fuzz\x509.d crypto\conf\conf_mod.d crypto\bn\bn_srp.d crypto\evp\bio_enc.d test\ciphername_test.d crypto\bn\bn_exp2.d crypto\store\store_strings.d crypto\evp\p_enc.d crypto\getenv.d crypto\bio\bss_bio.d crypto\engine\eng_rdrand.d test\ct_test.d crypto\dh\dh_ameth.d crypto\evp\bio_md.d crypto\ec\ecdh_ossl.d test\drbgtest.d crypto\lhash\lh_stats.d crypto\dh\dh_depr.d crypto\des\str2key.d crypto\cmac\cm_pmeth.d crypto\des\pcbc_enc.d fuzz\cms.d crypto\engine\eng_openssl.d crypto\x509v3\v3_skey.d crypto\idea\i_skey.d crypto\pkcs7\pk7_lib.d crypto\bio\bf_null.d crypto\asn1\a_bitstr.d apps\genpkey.d crypto\dsa\dsa_meth.d crypto\dh\dh_kdf.d crypto\aes\aes_ige.d crypto\sm2\sm2_err.d test\buildtest_srtp.d crypto\hmac\hm_pmeth.d crypto\cms\cms_pwri.d crypto\x509\x509_vpm.d apps\req.d crypto\evp\m_sha1.d apps\ca.d crypto\engine\tb_pkmeth.d crypto\pkcs12\p12_kiss.d apps\s_time.d crypto\rsa\rsa_pmeth.d apps\ciphers.d crypto\err\err_prn.d crypto\aes\aes_ecb.d test\buildtest_ec.d test\afalgtest.d crypto\o_time.d crypto\x509\x509type.d crypto\md5\md5_dgst.d crypto\evp\e_old.d crypto\ui\ui_util.d crypto\ct\ct_policy.d test\pbelutest.d crypto\asn1\asn_pack.d crypto\ec\ec_mult.d crypto\ec\ec2_oct.d crypto\x509\t_x509.d test\ecdsatest.d crypto\bn\bn_mont.d crypto\x509v3\pcy_lib.d crypto\rand\rand_egd.d crypto\x509\x509_att.d crypto\x509v3\v3_ncons.d crypto\dh\dh_asn1.d crypto\evp\p_seal.d crypto\engine\eng_all.d crypto\engine\eng_list.d crypto\ec\ecdsa_ossl.d crypto\cast\c_ecb.d crypto\evp\e_rc4_hmac_md5.d crypto\chacha\chacha_enc.d test\buildtest_idea.d crypto\asn1\x_bignum.d crypto\x509v3\pcy_map.d apps\rsautl.d crypto\engine\tb_digest.d crypto\ocsp\ocsp_lib.d test\siphash_internal_test.d apps\crl2p7.d test\x509_time_test.d test\asynctest.d crypto\engine\eng_err.d crypto\evp\pmeth_gn.d crypto\rc4\rc4_enc.d crypto\dso\dso_win32.d crypto\cms\cms_dd.d crypto\dsa\dsa_key.d ms\uplink.d crypto\bio\bf_lbuf.d test\bioprinttest.d apps\prime.d crypto\evp\p5_crpt2.d crypto\ocsp\ocsp_ht.d crypto\rsa\rsa_oaep.d crypto\dh\dh_meth.d crypto\asn1\a_mbstr.d crypto\asn1\evp_asn1.d test\buildtest_tls1.d crypto\bn\bn_mod.d crypto\bio\b_sock.d crypto\pem\pem_info.d crypto\ec\ec_cvt.d ssl\d1_msg.d crypto\ec\curve448\curve448_tables.d test\rc4test.d crypto\asn1\a_i2d_fp.d crypto\asn1\x_spki.d crypto\hmac\hm_ameth.d crypto\objects\o_names.d crypto\ec\ecx_meth.d test\aborttest.d test\versions.d test\igetest.d crypto\camellia\cmll_misc.d crypto\x509\t_req.d test\v3ext.d crypto\evp\m_md2.d crypto\rsa\rsa_crpt.d crypto\rc5\rc5cfb64.d crypto\evp\evp_key.d crypto\evp\evp_pkey.d test\bntest.d test\cmactest.d test\sanitytest.d crypto\bn\bn_div.d test\buildtest_conf.d crypto\bio\bss_log.d crypto\ocsp\ocsp_cl.d crypto\cmac\cm_ameth.d crypto\x509\x509_err.d test\evp_test.d crypto\cms\cms_sd.d crypto\bn\bn_x931p.d crypto\uid.d test\danetest.d crypto\x509v3\v3_akey.d crypto\asn1\tasn_fre.d crypto\cms\cms_cd.d test\sm2_internal_test.d crypto\evp\p_lib.d ssl\pqueue.d crypto\evp\e_aes_cbc_hmac_sha256.d crypto\seed\seed.d apps\apps.d test\buildtest_obj_mac.d fuzz\bndiv.d test\testutil\tests.d crypto\rsa\rsa_err.d crypto\modes\cfb128.d ssl\d1_lib.d crypto\siphash\siphash_ameth.d crypto\pkcs7\pk7_mime.d crypto\asn1\tasn_new.d crypto\modes\ocb128.d crypto\modes\ofb128.d crypto\cast\c_skey.d apps\s_socket.d crypto\pkcs12\p12_p8d.d crypto\x509\x509_obj.d crypto\asn1\d2i_pr.d crypto\ec\ec_asn1.d crypto\asn1\i2d_pu.d test\buildtest_cmac.d crypto\asn1\x_pkey.d crypto\async\arch\async_null.d test\asn1_internal_test.d crypto\ec\ec2_smpl.d crypto\bn\bn_const.d test\memleaktest.d crypto\asn1\ameth_lib.d crypto\asn1\a_int.d apps\ts.d test\buildtest_async.d crypto\evp\m_md5.d crypto\bn\bn_asm.d crypto\x509v3\v3_ia5.d apps\gendsa.d crypto\dsa\dsa_ossl.d test\test_test.d crypto\idea\i_ecb.d crypto\evp\evp_cnf.d crypto\ct\ct_prn.d crypto\sm2\sm2_pmeth.d test\buildtest_cms.d test\pemtest.d test\asn1_decode_test.d crypto\objects\obj_dat.d ssl\record\rec_layer_s3.d crypto\md4\md4_one.d crypto\evp\e_rc4.d crypto\objects\obj_err.d test\testutil\tap_bio.d apps\pkey.d test\x509_check_cert_pkey_test.d crypto\pem\pem_oth.d test\buildtest_conf_api.d crypto\ctype.d crypto\x509\x509_vfy.d crypto\cms\cms_att.d crypto\pkcs7\pk7_asn1.d crypto\x509v3\pcy_cache.d test\buildtest_stack.d crypto\evp\m_sha3.d crypto\asn1\x_info.d test\buildtest_ssl3.d test\testutil\testutil_init.d crypto\des\cbc_enc.d test\exdatatest.d crypto\ec\curve448\arch_32\f_impl.d apps\rand.d crypto\buffer\buf_err.d test\testutil\format_output.d test\buildtest_opensslv.d crypto\pkcs7\pkcs7err.d crypto\init.d crypto\blake2\m_blake2s.d crypto\bn\bn_mul.d apps\nseq.d ssl\tls_srp.d crypto\bn\bn_add.d crypto\x509v3\pcy_tree.d apps\pkeyparam.d fuzz\server.d crypto\modes\cbc128.d fuzz\asn1parse.d crypto\engine\eng_table.d crypto\x509\x509_trs.d test\buildtest_bio.d test\buildtest_md4.d crypto\ec\ec_ameth.d crypto\rsa\rsa_ameth.d test\drbg_cavs_data.d crypto\bio\bss_mem.d crypto\evp\m_null.d crypto\evp\pbe_scrypt.d test\rsa_test.d ssl\record\rec_layer_d1.d crypto\des\des_enc.d crypto\bio\bf_buff.d ssl\s3_cbc.d crypto\rand\rand_vms.d test\md2test.d crypto\pkcs12\p12_decr.d crypto\pkcs7\bio_pk7.d crypto\asn1\asn1_par.d crypto\ec\eck_prn.d ssl\statem\statem_srvr.d crypto\bf\bf_cfb64.d crypto\ui\ui_lib.d test\buildtest_ui.d crypto\pem\pem_sign.d crypto\evp\p_open.d test\dhtest.d crypto\ec\ec_pmeth.d crypto\x509\x_name.d test\verify_extra_test.d crypto\bf\bf_ofb64.d crypto\x509\t_crl.d crypto\evp\pmeth_fn.d test\buildtest_ssl2.d crypto\x509v3\v3_pcons.d test\buildtest_ecdsa.d crypto\pkcs12\p12_utl.d crypto\modes\cts128.d test\buildtest_pkcs12.d ssl\ssl_sess.d crypto\modes\xts128.d test\buildtest_hmac.d crypto\asn1\a_print.d crypto\conf\conf_sap.d ssl\ssl_cert.d crypto\md5\md5_one.d crypto\bn\bn_word.d crypto\dh\dh_key.d crypto\bf\bf_enc.d crypto\ts\ts_verify_ctx.d crypto\store\loader_file.d crypto\dsa\dsa_err.d test\ssl_test_ctx_test.d engines\e_ossltest.d test\bad_dtls_test.d test\buildtest_evp.d ssl\statem\extensions_cust.d test\mdc2test.d crypto\asn1\tasn_scn.d fuzz\bignum.d test\srptest.d test\dsatest.d crypto\evp\cmeth_lib.d crypto\asn1\tasn_enc.d crypto\ts\ts_rsp_sign.d crypto\dllmain.d crypto\rsa\rsa_pk1.d apps\crl.d test\handshake_helper.d crypto\rsa\rsa_ossl.d apps\s_client.d ssl\ssl_txt.d crypto\asn1\asn1_err.d test\v3nametest.d crypto\evp\e_idea.d crypto\async\async.d crypto\objects\obj_xref.d test\ssl_test.d ssl\ssl_lib.d test\buildtest_engine.d crypto\ec\ecp_smpl.d crypto\x509v3\v3_genn.d test\bftest.d test\constant_time_test.d crypto\dh\dh_gen.d crypto\rc2\rc2_ecb.d crypto\modes\ctr128.d crypto\ts\ts_rsp_utils.d test\x509_dup_cert_test.d crypto\asn1\a_gentm.d crypto\ts\ts_req_utils.d crypto\asn1\x_val.d apps\ec.d crypto\ui\ui_openssl.d crypto\engine\eng_cnf.d crypto\whrlpool\wp_dgst.d test\testutil\test_cleanup.d crypto\whrlpool\wp_block.d crypto\x509\x_all.d crypto\dh\dh_err.d crypto\evp\p_sign.d crypto\ec\ec_print.d crypto\bn\bn_shift.d crypto\bio\bss_sock.d apps\s_server.d ssl\ssl_init.d crypto\camellia\camellia.d crypto\bio\bss_null.d crypto\bn\bn_err.d crypto\cast\c_enc.d crypto\x509\x509cset.d crypto\des\rand_key.d crypto\x509v3\v3_pcia.d ssl\t1_trce.d crypto\cms\cms_env.d apps\asn1pars.d crypto\x509\by_dir.d crypto\evp\c_allc.d test\casttest.d crypto\poly1305\poly1305_ameth.d crypto\engine\tb_dh.d crypto\cast\c_ofb64.d apps\dsaparam.d test\rsa_complex.d crypto\des\fcrypt.d test\buildtest_rc4.d crypto\dsa\dsa_ameth.d crypto\o_fips.d crypto\evp\bio_ok.d +DEPS=crypto\pem\pem_lib.d crypto\engine\tb_dh.d crypto\evp\e_des.d crypto\x509\x509_lu.d crypto\siphash\siphash_pmeth.d test\buildtest_blowfish.d crypto\evp\pmeth_lib.d crypto\bio\bss_fd.d crypto\ts\ts_asn1.d crypto\pem\pem_pk8.d test\sm4_internal_test.d crypto\asn1\tasn_new.d test\destest.d crypto\evp\e_des3.d ssl\statem\statem_dtls.d test\errtest.d test\evp_extra_test.d crypto\lhash\lhash.d crypto\bn\bn_rand.d crypto\store\store_strings.d crypto\evp\evp_lib.d test\rc4test.d crypto\conf\conf_err.d test\dtlstest.d crypto\x509v3\v3_sxnet.d crypto\modes\gcm128.d crypto\asn1\tasn_dec.d test\testutil\driver.d ssl\t1_lib.d test\asynciotest.d test\buildtest_store.d crypto\cms\cms_pwri.d crypto\ct\ct_log.d crypto\dh\dh_rfc5114.d crypto\x509v3\pcy_map.d crypto\evp\e_seed.d crypto\asn1\x_long.d crypto\bio\bio_meth.d crypto\bn\bn_add.d crypto\bio\bss_bio.d crypto\store\loader_file.d crypto\bio\bio_lib.d crypto\ts\ts_rsp_verify.d crypto\ec\ec_lib.d crypto\bf\bf_enc.d crypto\md5\md5_one.d crypto\engine\tb_rsa.d crypto\blake2\m_blake2s.d crypto\pkcs12\p12_crpt.d crypto\evp\e_chacha20_poly1305.d apps\asn1pars.d test\lhash_test.d test\rdrand_sanitytest.d crypto\sm2\sm2_pmeth.d crypto\pkcs7\pk7_mime.d crypto\sha\sha1_one.d crypto\rsa\rsa_none.d apps\pkeyparam.d crypto\rc2\rc2_ecb.d apps\win32_init.d test\x509_internal_test.d crypto\pem\pem_sign.d crypto\rand\rand_err.d crypto\ui\ui_lib.d crypto\bn\bn_x931p.d crypto\rsa\rsa_saos.d test\rc5test.d fuzz\server.d test\tls13ccstest.d crypto\engine\tb_cipher.d crypto\bio\b_dump.d apps\s_socket.d crypto\pkcs12\p12_sbag.d crypto\asn1\p5_scrypt.d crypto\ec\ecp_nist.d engines\e_capi.d crypto\evp\bio_enc.d crypto\rand\rand_win.d crypto\hmac\hm_ameth.d crypto\getenv.d crypto\asn1\asn_mstbl.d test\x509aux.d crypto\x509\x_req.d crypto\rsa\rsa_pk1.d test\asn1_time_test.d crypto\rand\drbg_ctr.d test\buildtest_dh.d crypto\cast\c_enc.d test\mdc2_internal_test.d test\ssl_test_ctx.d crypto\asn1\tasn_scn.d crypto\ec\eck_prn.d test\threadstest.d crypto\rand\rand_unix.d ssl\statem\extensions_srvr.d crypto\ui\ui_null.d ssl\record\ssl3_buffer.d test\buildtest_tls1.d crypto\asn1\x_val.d crypto\dso\dso_win32.d crypto\bio\bss_file.d crypto\rand\rand_egd.d crypto\ec\ecdsa_ossl.d crypto\evp\e_rc5.d crypto\dh\dh_pmeth.d test\asn1_internal_test.d crypto\asn1\tasn_fre.d crypto\ocsp\ocsp_cl.d crypto\aes\aes_wrap.d crypto\sm3\sm3.d crypto\threads_none.d test\asynctest.d crypto\engine\eng_err.d crypto\ts\ts_err.d crypto\evp\encode.d crypto\threads_pthread.d crypto\sha\sha512.d crypto\buffer\buffer.d crypto\md2\md2_dgst.d crypto\async\arch\async_win.d crypto\asn1\a_print.d fuzz\crl.d ms\applink.d test\buildtest_rc2.d apps\storeutl.d crypto\cryptlib.d crypto\asn1\evp_asn1.d crypto\engine\tb_dsa.d test\sslbuffertest.d apps\ecparam.d crypto\evp\e_cast.d crypto\txt_db\txt_db.d crypto\cpt_err.d crypto\x509\x_all.d ssl\ssl_err.d crypto\ec\ec_err.d crypto\ec\ec2_oct.d ssl\statem\statem_srvr.d apps\rand.d crypto\ui\ui_util.d crypto\asn1\d2i_pu.d test\ssl_ctx_test.d crypto\aes\aes_core.d test\buildtest_bn.d crypto\ct\ct_b64.d crypto\x509v3\v3_ia5.d crypto\rsa\rsa_mp.d engines\e_dasync.d apps\smime.d fuzz\test-corpus.d test\v3ext.d test\shlibloadtest.d crypto\asn1\asn_mime.d crypto\mem.d crypto\o_str.d test\buildtest_rsa.d crypto\asn1\i2d_pu.d crypto\seed\seed_cfb.d test\asn1_decode_test.d crypto\engine\eng_rdrand.d apps\pkcs7.d crypto\evp\e_idea.d ssl\ssl_init.d crypto\pem\pem_pkey.d crypto\kdf\kdf_err.d crypto\evp\m_wp.d crypto\idea\i_ecb.d crypto\conf\conf_lib.d crypto\rc2\rc2_skey.d crypto\bio\bss_log.d apps\verify.d crypto\rc5\rc5ofb64.d crypto\evp\m_sha1.d test\buildtest_cmac.d crypto\asn1\t_bitst.d crypto\bn\bn_word.d crypto\sha\sha1dgst.d crypto\des\fcrypt.d crypto\evp\evp_pkey.d crypto\pkcs12\p12_kiss.d crypto\init.d test\buildtest_ssl.d crypto\dsa\dsa_gen.d crypto\asn1\a_object.d apps\gendsa.d crypto\x509\x_crl.d ssl\ssl_mcnf.d crypto\ts\ts_lib.d crypto\x509\x509_txt.d engines\e_padlock.d crypto\x509\x509_set.d fuzz\cms.d crypto\bio\bf_buff.d crypto\cms\cms_smime.d test\buildtest_crypto.d crypto\pkcs12\p12_p8d.d test\sslcorrupttest.d apps\openssl.d crypto\x509v3\v3_akeya.d crypto\ct\ct_sct.d apps\sess_id.d crypto\asn1\ameth_lib.d crypto\dso\dso_lib.d crypto\bio\bss_sock.d crypto\des\ofb64ede.d test\curve448_internal_test.d engines\e_ossltest.d crypto\dsa\dsa_key.d ssl\record\ssl3_record_tls13.d crypto\idea\i_cfb64.d crypto\rsa\rsa_gen.d test\dhtest.d crypto\asn1\bio_asn1.d crypto\asn1\x_bignum.d test\buildtest_ebcdic.d crypto\ripemd\rmd_one.d test\buildtest_ssl2.d apps\s_time.d crypto\engine\tb_eckey.d crypto\x509\x509_req.d test\buildtest_asn1t.d crypto\cms\cms_env.d test\buildtest_ui.d fuzz\asn1.d test\time_offset_test.d crypto\ec\ecp_mont.d crypto\rand\rand_lib.d crypto\ec\ec_asn1.d crypto\mem_clr.d crypto\x509\by_file.d crypto\ts\ts_conf.d test\afalgtest.d ssl\statem\statem_clnt.d crypto\whrlpool\wp_dgst.d crypto\dh\dh_check.d crypto\camellia\cmll_misc.d crypto\ui\ui_err.d test\buildtest_idea.d crypto\cmac\cmac.d test\buildtest_des.d apps\pkcs8.d test\testutil\basic_output.d crypto\dso\dso_dl.d crypto\evp\m_sigver.d crypto\ec\ecx_meth.d crypto\objects\obj_dat.d test\bio_memleak_test.d crypto\ctype.d test\aborttest.d crypto\evp\evp_enc.d crypto\pem\pem_all.d test\pkey_meth_kdf_test.d crypto\dh\dh_meth.d test\dtls_mtu_test.d crypto\engine\eng_dyn.d crypto\seed\seed_ecb.d test\pbelutest.d crypto\evp\e_null.d test\secmemtest.d test\packettest.d ssl\record\rec_layer_s3.d ssl\ssl_sess.d crypto\engine\eng_lib.d ssl\packet.d crypto\evp\m_sha3.d crypto\bio\b_addr.d test\tls13secretstest.d crypto\poly1305\poly1305_ameth.d crypto\rc5\rc5_enc.d crypto\ocsp\ocsp_asn.d crypto\des\qud_cksm.d test\drbg_cavs_test.d crypto\engine\tb_pkmeth.d apps\dsaparam.d crypto\asn1\x_algor.d test\verify_extra_test.d crypto\des\cbc_enc.d crypto\asn1\asn1_err.d ssl\record\ssl3_record.d crypto\modes\ccm128.d apps\version.d test\testutil\test_cleanup.d ssl\s3_enc.d crypto\x509\x509_d2.d crypto\x509v3\v3_prn.d crypto\camellia\cmll_ofb.d test\cipherbytes_test.d crypto\asn1\a_time.d test\cmsapitest.d test\buildtest_hmac.d test\handshake_helper.d crypto\bn\bn_asm.d test\exdatatest.d apps\ciphers.d fuzz\client.d test\drbg_cavs_data.d crypto\x509v3\v3_pmaps.d crypto\store\store_register.d crypto\modes\ocb128.d crypto\md5\md5_dgst.d crypto\store\store_lib.d crypto\pem\pem_xaux.d crypto\sha\sha256.d apps\enc.d crypto\blake2\m_blake2b.d crypto\ts\ts_verify_ctx.d crypto\asn1\asn_moid.d test\ideatest.d apps\genpkey.d crypto\ec\ec_ameth.d apps\s_cb.d test\testutil\stanza.d crypto\asn1\x_spki.d crypto\bio\b_sock.d crypto\siphash\siphash_ameth.d crypto\modes\ctr128.d crypto\ts\ts_rsp_print.d crypto\engine\tb_digest.d crypto\sm4\sm4.d crypto\rand\randfile.d test\bad_dtls_test.d crypto\pkcs12\p12_init.d crypto\engine\eng_ctrl.d crypto\bn\bn_gcd.d crypto\conf\conf_def.d crypto\x509v3\v3_conf.d ssl\record\rec_layer_d1.d test\enginetest.d crypto\bn\bn_prime.d crypto\modes\cbc128.d apps\s_server.d test\buildtest_asn1.d apps\nseq.d ssl\ssl_lib.d crypto\evp\m_md5.d crypto\ec\ecp_nistp224.d fuzz\conf.d ssl\statem\statem_lib.d crypto\x509\t_x509.d crypto\rc5\rc5_skey.d crypto\dh\dh_gen.d crypto\x509v3\v3_addr.d crypto\des\cfb64enc.d crypto\aes\aes_cbc.d crypto\bn\bn_sqr.d crypto\rc2\rc2ofb64.d test\evp_test.d crypto\evp\evp_key.d crypto\buffer\buf_err.d crypto\ec\ecp_nistp256.d crypto\cms\cms_err.d crypto\mem_sec.d fuzz\asn1parse.d crypto\asn1\a_sign.d crypto\ec\ecp_nistp521.d crypto\x509v3\v3_alt.d ssl\tls_srp.d test\tls13encryptiontest.d crypto\evp\e_bf.d test\buildtest_bio.d test\crltest.d crypto\pkcs7\pk7_smime.d crypto\bn\bn_nist.d crypto\pkcs7\pk7_lib.d test\x509_dup_cert_test.d crypto\bio\bss_conn.d crypto\dsa\dsa_ossl.d test\buildtest_whrlpool.d apps\apps.d crypto\seed\seed.d crypto\pkcs12\p12_npas.d crypto\sm2\sm2_err.d test\buildtest_rc4.d test\buildtest_ripemd.d test\dtlsv1listentest.d test\dsatest.d crypto\cms\cms_sd.d test\uitest.d crypto\pkcs12\p12_decr.d test\buildtest_sha.d test\bio_callback_test.d crypto\rsa\rsa_meth.d crypto\modes\cts128.d crypto\cms\cms_asn1.d crypto\des\cbc_cksm.d apps\cms.d test\bntest.d crypto\rsa\rsa_lib.d crypto\dh\dh_key.d test\casttest.d crypto\asn1\p5_pbev2.d test\ctype_internal_test.d test\buildtest_md5.d crypto\ec\ecdsa_sign.d crypto\evp\cmeth_lib.d apps\ec.d crypto\rsa\rsa_ossl.d crypto\ec\ec2_smpl.d crypto\asn1\a_mbstr.d crypto\bn\bn_mod.d crypto\x509v3\v3_lib.d crypto\x509v3\pcy_data.d ssl\statem\extensions_clnt.d crypto\evp\bio_ok.d crypto\asn1\asn1_lib.d crypto\des\cfb_enc.d crypto\conf\conf_sap.d crypto\x509\x509_r2x.d crypto\sha\keccak1600.d crypto\ct\ct_prn.d crypto\x509\x509rset.d crypto\whrlpool\wp_block.d crypto\pkcs12\p12_attr.d crypto\dsa\dsa_meth.d crypto\stack\stack.d crypto\cast\c_ecb.d crypto\x509v3\v3_skey.d crypto\dsa\dsa_lib.d test\ssltestlib.d test\memleaktest.d crypto\evp\p_seal.d crypto\store\store_err.d apps\dsa.d test\testutil\random.d crypto\bn\bn_gf2m.d crypto\cms\cms_att.d crypto\ec\ec_kmeth.d crypto\asn1\a_utctm.d apps\genrsa.d apps\ts.d test\buildtest_x509.d test\modes_internal_test.d test\danetest.d test\fatalerrtest.d crypto\asn1\x_pkey.d apps\crl.d crypto\rsa\rsa_prn.d crypto\x509v3\v3_utl.d crypto\kdf\hkdf.d crypto\evp\names.d crypto\x509v3\v3_akey.d crypto\kdf\tls1_prf.d crypto\rsa\rsa_x931g.d test\buildtest_ts.d crypto\rsa\rsa_sign.d crypto\modes\wrap128.d ssl\ssl_cert.d crypto\evp\c_allc.d crypto\ec\curve448\curve448_tables.d crypto\asn1\a_d2i_fp.d crypto\hmac\hm_pmeth.d crypto\ec\ec_print.d test\buildtest_objects.d crypto\ts\ts_req_utils.d crypto\ec\ecdh_kdf.d crypto\evp\m_md5_sha1.d crypto\cms\cms_cd.d crypto\ct\ct_err.d crypto\engine\eng_pkey.d crypto\cast\c_cfb64.d test\buildtest_kdf.d crypto\md2\md2_one.d crypto\evp\evp_cnf.d test\buildtest_ec.d crypto\dsa\dsa_prn.d test\buildtest_x509_vfy.d crypto\evp\pmeth_gn.d test\buildtest_srtp.d crypto\evp\e_camellia.d crypto\rc5\rc5_ecb.d crypto\dsa\dsa_sign.d test\pkey_meth_test.d test\sslapitest.d ssl\s3_lib.d crypto\ec\curve448\f_generic.d crypto\ec\curve448\scalar.d crypto\objects\obj_err.d crypto\dso\dso_vms.d crypto\pkcs7\pk7_attr.d crypto\x509v3\v3_pcons.d crypto\seed\seed_cbc.d crypto\asn1\a_bitstr.d crypto\ui\ui_openssl.d crypto\asn1\a_int.d crypto\cms\cms_ess.d crypto\aes\aes_ige.d test\ectest.d crypto\pem\pem_oth.d crypto\err\err_prn.d crypto\bio\b_sock2.d crypto\evp\e_rc4_hmac_md5.d crypto\pem\pem_info.d test\buildtest_stack.d crypto\x509\x_exten.d test\ecstresstest.d crypto\asn1\t_spki.d crypto\x509v3\v3_purp.d crypto\evp\pmeth_fn.d crypto\x509v3\v3_asid.d crypto\ec\ecdsa_vrf.d test\buildtest_camellia.d crypto\evp\e_aes_cbc_hmac_sha1.d ms\uplink.d crypto\asn1\a_utf8.d crypto\comp\comp_lib.d crypto\evp\evp_pbe.d crypto\o_dir.d crypto\ocsp\ocsp_ext.d apps\ca.d test\buildtest_ocsp.d crypto\rsa\rsa_chk.d test\buildtest_cms.d test\buildtest_lhash.d crypto\asn1\a_strex.d test\testutil\format_output.d crypto\x509\x509cset.d test\constant_time_test.d test\buildtest_txt_db.d test\ssltest_old.d crypto\cmac\cm_pmeth.d crypto\pkcs12\pk12err.d test\buildtest_async.d crypto\x509\x509_trs.d apps\req.d crypto\ts\ts_req_print.d crypto\sm2\sm2_sign.d crypto\x509\x509spki.d test\buildtest_obj_mac.d crypto\pem\pvkfmt.d crypto\rsa\rsa_pss.d crypto\x509\x_x509.d crypto\objects\obj_xref.d crypto\bn\bn_div.d test\buildtest_evp.d crypto\bf\bf_cfb64.d crypto\bio\bss_mem.d crypto\bio\bss_dgram.d crypto\rsa\rsa_crpt.d crypto\asn1\a_i2d_fp.d crypto\pkcs12\p12_crt.d crypto\asn1\x_info.d crypto\dsa\dsa_ameth.d crypto\modes\ofb128.d crypto\evp\pbe_scrypt.d crypto\bn\bn_shift.d test\sm2_internal_test.d crypto\bn\bn_ctx.d test\rc2test.d crypto\sm2\sm2_crypt.d crypto\ec\ecp_nistputil.d crypto\x509\x_name.d test\ocspapitest.d test\cipherlist_test.d crypto\x509v3\pcy_cache.d crypto\ec\ecdh_ossl.d crypto\dsa\dsa_err.d crypto\engine\eng_init.d crypto\bio\bss_null.d crypto\bio\bf_null.d crypto\evp\e_xcbc_d.d crypto\bf\bf_ecb.d crypto\aes\aes_cfb.d crypto\x509\x509_meth.d test\dsa_no_digest_size_test.d crypto\camellia\cmll_cfb.d crypto\cast\c_ofb64.d test\recordlentest.d test\buildtest_ssl3.d crypto\lhash\lh_stats.d test\v3nametest.d crypto\idea\i_skey.d test\buildtest_seed.d crypto\x509\x_x509a.d crypto\bn\bn_sqrt.d crypto\evp\p_sign.d test\testutil\tests.d crypto\ct\ct_x509v3.d test\clienthellotest.d crypto\rsa\rsa_ameth.d crypto\engine\tb_asnmth.d crypto\evp\bio_b64.d apps\x509.d crypto\camellia\cmll_cbc.d crypto\cms\cms_dd.d crypto\o_init.d crypto\dh\dh_ameth.d ssl\statem\extensions_cust.d test\asn1_string_table_test.d test\poly1305_internal_test.d crypto\asn1\tasn_prn.d crypto\rsa\rsa_err.d crypto\asn1\p5_pbe.d test\d2i_test.d apps\dhparam.d crypto\evp\e_old.d crypto\ct\ct_vfy.d apps\engine.d apps\pkey.d crypto\asn1\t_pkey.d test\rsa_test.d crypto\o_fopen.d crypto\bn\bn_intern.d crypto\pkcs7\pk7_asn1.d crypto\objects\obj_lib.d test\exptest.d crypto\x509v3\v3_genn.d crypto\dllmain.d crypto\async\arch\async_null.d crypto\asn1\tasn_utl.d apps\bf_prefix.d crypto\evp\e_aria.d crypto\comp\comp_err.d crypto\x509v3\pcy_lib.d test\igetest.d test\buildtest_pem.d crypto\evp\p_lib.d test\buildtest_md2.d crypto\srp\srp_vfy.d crypto\x509v3\v3_pci.d crypto\rsa\rsa_asn1.d crypto\asn1\a_gentm.d crypto\evp\m_md4.d crypto\sm3\m_sm3.d crypto\async\async_err.d crypto\cms\cms_lib.d crypto\bio\bf_lbuf.d test\rsa_complex.d crypto\ts\ts_rsp_utils.d crypto\ec\ec_key.d fuzz\ct.d ssl\pqueue.d crypto\md4\md4_dgst.d crypto\asn1\nsseq.d apps\rsautl.d crypto\des\ecb3_enc.d crypto\aria\aria.d crypto\asn1\f_int.d test\chacha_internal_test.d apps\speed.d crypto\evp\p_enc.d crypto\x509v3\pcy_tree.d crypto\asn1\asn1_item_list.d crypto\rand\rand_vms.d crypto\bn\bn_print.d crypto\rc4\rc4_skey.d test\buildtest_pem2.d crypto\async\async_wait.d test\ssl_test_ctx_test.d crypto\pkcs12\p12_key.d crypto\des\xcbc_enc.d crypto\x509\x509_ext.d crypto\dsa\dsa_asn1.d crypto\conf\conf_ssl.d apps\errstr.d test\wpackettest.d crypto\x509\x509_def.d test\testutil\output_helpers.d test\sanitytest.d apps\ocsp.d fuzz\bignum.d crypto\dso\dso_openssl.d test\buildtest_conf.d crypto\conf\conf_mod.d crypto\async\arch\async_posix.d crypto\rc2\rc2cfb64.d crypto\des\cfb64ede.d crypto\pkcs12\p12_mutl.d test\conf_include_test.d test\md2test.d crypto\rc4\rc4_enc.d crypto\ocsp\ocsp_srv.d crypto\engine\eng_all.d test\x509_check_cert_pkey_test.d crypto\x509v3\v3err.d crypto\ec\ec_oct.d crypto\asn1\f_string.d test\ssl_cert_table_internal_test.d test\buildtest_dtls1.d crypto\poly1305\poly1305.d crypto\cms\cms_kari.d apps\opt.d crypto\o_time.d crypto\asn1\tasn_typ.d crypto\asn1\asn_pack.d test\sysdefaulttest.d crypto\ec\ecp_oct.d crypto\aes\aes_ofb.d crypto\bn\bn_mont.d crypto\des\des_enc.d test\ecdsatest.d crypto\evp\e_rc2.d crypto\aes\aes_misc.d test\ssl_test.d crypto\ex_data.d crypto\x509\x509_vpm.d crypto\x509v3\v3_pku.d test\cmactest.d ssl\d1_lib.d ssl\statem\statem.d apps\pkcs12.d crypto\des\set_key.d crypto\ec\curve25519.d crypto\seed\seed_ofb.d crypto\x509v3\v3_extku.d ssl\ssl_utst.d apps\rsa.d crypto\bio\bf_nbio.d test\testutil\main.d crypto\srp\srp_lib.d crypto\x509v3\v3_pcia.d test\versions.d crypto\x509v3\v3_cpols.d crypto\x509v3\v3_ncons.d crypto\ec\curve448\curve448.d crypto\asn1\a_octet.d crypto\rsa\rsa_x931.d crypto\rc2\rc2_cbc.d crypto\evp\bio_md.d crypto\x509v3\v3_info.d crypto\rc5\rc5cfb64.d test\buildtest_srp.d crypto\ts\ts_rsp_sign.d ssl\ssl_asn1.d crypto\pkcs12\p12_add.d test\buildtest_rand_drbg.d crypto\pkcs7\pk7_doit.d crypto\x509\t_req.d crypto\ocsp\ocsp_ht.d crypto\asn1\a_verify.d test\buildtest_x509v3.d crypto\async\async.d crypto\asn1\x_sig.d crypto\dh\dh_lib.d crypto\x509\x509_att.d crypto\bio\bio_cb.d crypto\des\rand_key.d crypto\objects\o_names.d test\buildtest_e_os2.d test\siphash_internal_test.d crypto\blake2\blake2b.d crypto\x509v3\v3_int.d crypto\rsa\rsa_oaep.d ssl\tls13_enc.d crypto\engine\eng_cnf.d test\buildtest_rand.d test\drbgtest.d crypto\hmac\hmac.d crypto\evp\m_null.d crypto\pkcs7\bio_pk7.d ssl\ssl_ciph.d crypto\asn1\x_int64.d test\ciphername_test.d test\buildtest_engine.d crypto\pkcs12\p12_p8e.d crypto\asn1\n_pkey.d crypto\x509v3\v3_crld.d test\bftest.d apps\passwd.d crypto\dso\dso_err.d crypto\evp\e_sm4.d test\test_test.d crypto\bn\bn_dh.d crypto\rsa\rsa_ssl.d crypto\ebcdic.d fuzz\x509.d crypto\bn\bn_recp.d crypto\evp\m_ripemd.d ssl\t1_enc.d apps\prime.d test\srptest.d crypto\asn1\a_digest.d test\buildtest_pkcs12.d crypto\x509\x509name.d crypto\conf\conf_api.d crypto\ct\ct_sct_ctx.d crypto\asn1\i2d_pr.d crypto\asn1\asn1_gen.d test\hmactest.d test\buildtest_ecdsa.d ssl\ssl_conf.d crypto\ec\ec_pmeth.d test\rsa_mp_test.d crypto\pkcs12\p12_utl.d crypto\idea\i_ofb64.d crypto\o_fips.d ssl\d1_msg.d crypto\des\str2key.d apps\s_client.d crypto\err\err_all.d apps\crl2p7.d test\buildtest_pkcs7.d crypto\ocsp\ocsp_prn.d test\ec_internal_test.d crypto\evp\e_aes.d test\buildtest_modes.d crypto\bn\bn_lib.d crypto\dso\dso_dlfcn.d crypto\bn\bn_mpi.d crypto\blake2\blake2s.d test\buildtest_opensslv.d crypto\bn\bn_blind.d crypto\x509v3\v3_tlsf.d test\buildtest_aes.d crypto\x509v3\v3_admis.d crypto\bn\bn_kron.d crypto\x509\x509_obj.d crypto\err\err.d crypto\engine\eng_openssl.d crypto\ocsp\ocsp_err.d apps\srp.d crypto\cast\c_skey.d crypto\des\ofb64enc.d crypto\cversion.d crypto\chacha\chacha_enc.d crypto\asn1\asn1_par.d crypto\asn1\p8_pkey.d test\buildtest_conf_api.d ssl\s3_cbc.d test\buildtest_ossl_typ.d crypto\threads_win.d crypto\x509\x509_vfy.d crypto\ec\curve448\arch_32\f_impl.d test\bio_enc_test.d apps\rehash.d crypto\bn\bn_exp.d ssl\ssl_rsa.d ssl\record\dtls1_bitmap.d apps\pkeyutl.d crypto\asn1\bio_ndef.d crypto\engine\eng_fat.d crypto\asn1\d2i_pr.d test\testutil\cb.d crypto\modes\xts128.d crypto\evp\p_verify.d crypto\x509v3\pcy_node.d crypto\asn1\a_strnid.d crypto\cms\cms_enc.d crypto\ocsp\v3_ocsp.d crypto\bf\bf_skey.d crypto\kdf\scrypt.d crypto\cmac\cm_ameth.d crypto\comp\c_zlib.d test\x509_time_test.d test\buildtest_dsa.d crypto\evp\e_rc4.d apps\dgst.d ssl\statem\extensions.d crypto\ec\ec_mult.d ssl\methods.d crypto\engine\eng_list.d crypto\x509\t_crl.d crypto\bio\b_print.d test\testutil\testutil_init.d crypto\bn\bn_depr.d test\bioprinttest.d fuzz\bndiv.d crypto\conf\conf_mall.d crypto\bio\bss_acpt.d test\gosttest.d crypto\x509\x_attrib.d test\buildtest_md4.d crypto\bn\bn_const.d ssl\bio_ssl.d crypto\pem\pem_x509.d crypto\poly1305\poly1305_pmeth.d apps\app_rand.d crypto\bn\bn_srp.d crypto\dh\dh_rfc7919.d crypto\des\ofb_enc.d crypto\dh\dh_err.d crypto\x509\x509_v3.d test\buildtest_rc5.d test\buildtest_comp.d ssl\t1_trce.d test\buildtest_symhacks.d crypto\aes\aes_ecb.d crypto\evp\m_mdc2.d crypto\engine\tb_rand.d crypto\x509\x_pubkey.d crypto\ct\ct_oct.d test\servername_test.d crypto\rand\drbg_lib.d crypto\evp\digest.d ssl\s3_msg.d ssl\ssl_stat.d crypto\evp\c_alld.d test\buildtest_safestack.d crypto\ocsp\ocsp_lib.d crypto\evp\m_md2.d crypto\camellia\cmll_ctr.d test\buildtest_ecdh.d crypto\ec\ec_check.d crypto\cms\cms_io.d crypto\bio\bio_err.d ssl\d1_srtp.d crypto\bn\bn_exp2.d test\ct_test.d crypto\engine\eng_table.d crypto\bn\bn_mul.d crypto\camellia\cmll_ecb.d crypto\uid.d crypto\dsa\dsa_depr.d apps\spkac.d crypto\des\fcrypt_b.d crypto\pkcs7\pkcs7err.d test\stack_test.d crypto\idea\i_cbc.d crypto\rsa\rsa_pmeth.d crypto\dh\dh_asn1.d crypto\des\ecb_enc.d crypto\asn1\a_dup.d crypto\evp\p_open.d crypto\mem_dbg.d test\buildtest_buffer.d crypto\evp\p5_crpt2.d test\gmdifftest.d crypto\evp\p_dec.d crypto\des\pcbc_enc.d crypto\bn\bn_err.d crypto\dsa\dsa_vrf.d crypto\ec\ec_cvt.d crypto\x509v3\v3_bitst.d crypto\asn1\a_type.d crypto\ocsp\ocsp_vfy.d test\testutil\tap_bio.d crypto\camellia\camellia.d crypto\ec\ecp_smpl.d test\buildtest_cast.d crypto\pem\pem_err.d crypto\store\store_init.d crypto\pkcs12\p12_asn.d crypto\x509\x509type.d crypto\x509\x509_cmp.d crypto\x509\by_dir.d crypto\rsa\rsa_depr.d crypto\dh\dh_kdf.d test\pemtest.d crypto\dh\dh_depr.d crypto\x509v3\v3_enum.d crypto\md4\md4_one.d crypto\siphash\siphash.d crypto\ripemd\rmd_dgst.d test\asn1_encode_test.d test\mdc2test.d crypto\dsa\dsa_pmeth.d crypto\evp\p5_crpt.d crypto\ec\ec_curve.d crypto\asn1\tasn_enc.d test\buildtest_ct.d crypto\modes\cfb128.d ssl\ssl_txt.d crypto\x509\x509_err.d crypto\bf\bf_ofb64.d crypto\dh\dh_prn.d crypto\evp\e_aes_cbc_hmac_sha256.d crypto\x509v3\v3_bcons.d crypto\evp\evp_err.d crypto\ec\curve448\eddsa.d crypto\ct\ct_policy.d GENERATED_MANDATORY=include\crypto\bn_conf.h include\crypto\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 @@ -140,7 +140,7 @@ CPPFLAGS_Q=-D"L_ENDIAN" -D"OPENSSL_PIC" PERLASM_SCHEME= auto -PROCESSOR= +PROCESSOR= # The main targets ################################################### @@ -414,9 +414,9 @@ distclean: clean -del /Q /F makefile depend: - @ + @ @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl" "VC" - @ + @ # Install helper targets ############################################# @@ -1235,7 +1235,7 @@ libcrypto.def: "..\util\mkdef.pl" "..\util\libcrypto.num" "$(PERL)" "..\util\mkdef.pl" crypto 32 > $@ libcrypto.res: "libcrypto.rc" $(RC) $(RCFLAGS) $(RCOUTFLAG)$@ "libcrypto.rc" -libcrypto.rc: "..\util\mkrc.pl" +libcrypto.rc: "..\util\mkrc.pl" "$(PERL)" "..\util\mkrc.pl" libcrypto > $@ crypto\aes\aes_cbc.obj: "..\crypto\aes\aes_cbc.c" $(CC) $(LIB_CFLAGS) /I "." /I "include" /I ".." /I "..\include" $(LIB_CPPFLAGS) -c $(COUTFLAG)$@ "..\crypto\aes\aes_cbc.c" @@ -2942,7 +2942,7 @@ crypto\uid.obj: "..\crypto\uid.c" $(CC) $(LIB_CFLAGS) /I "." /I "include" /I ".." /I "..\include" $(LIB_CPPFLAGS) /Zs /showIncludes "..\crypto\uid.c" 2>&1 > crypto\uid.d crypto\uplink-x86_64.obj: "crypto\uplink-x86_64.asm" $(AS) $(LIB_ASFLAGS) $(ASOUTFLAG)$@ "crypto\uplink-x86_64.asm" -crypto\uplink-x86_64.asm: "..\ms\uplink-x86_64.pl" +crypto\uplink-x86_64.asm: "..\ms\uplink-x86_64.pl" set ASM=$(AS) "$(PERL)" "..\ms\uplink-x86_64.pl" $(PERLASM_SCHEME) $@ crypto\whrlpool\wp_block.obj: "..\crypto\whrlpool\wp_block.c" @@ -3889,7 +3889,7 @@ libssl.def: "..\util\mkdef.pl" "..\util\libssl.num" "$(PERL)" "..\util\mkdef.pl" ssl 32 > $@ libssl.res: "libssl.rc" $(RC) $(RCFLAGS) $(RCOUTFLAG)$@ "libssl.rc" -libssl.rc: "..\util\mkrc.pl" +libssl.rc: "..\util\mkrc.pl" "$(PERL)" "..\util\mkrc.pl" libssl > $@ ssl\bio_ssl.obj: "..\ssl\bio_ssl.c" $(CC) $(LIB_CFLAGS) /I "." /I "include" /I ".." /I "..\include" $(LIB_CPPFLAGS) -c $(COUTFLAG)$@ "..\ssl\bio_ssl.c" @@ -4126,8 +4126,8 @@ engines\capi.dll: engines\e_capi.obj libcrypto.lib $(LD) $(LDFLAGS) $(DSO_LDFLAGS) $(LDOUTFLAG)engines\capi.dll /def:<< @<< LIBRARY capi EXPORTS - bind_engine - v_check + bind_engine + v_check << engines\e_capi.obj libcrypto.lib @@ -4143,8 +4143,8 @@ engines\dasync.dll: engines\e_dasync.obj libcrypto.lib $(LD) $(LDFLAGS) $(DSO_LDFLAGS) $(LDOUTFLAG)engines\dasync.dll /def:<< @<< LIBRARY dasync EXPORTS - bind_engine - v_check + bind_engine + v_check << engines\e_dasync.obj libcrypto.lib @@ -4160,8 +4160,8 @@ engines\ossltest.dll: engines\e_ossltest.obj libcrypto.lib $(LD) $(LDFLAGS) $(DSO_LDFLAGS) $(LDOUTFLAG)engines\ossltest.dll /def:<< @<< LIBRARY ossltest EXPORTS - bind_engine - v_check + bind_engine + v_check << engines\e_ossltest.obj libcrypto.lib @@ -4177,8 +4177,8 @@ engines\padlock.dll: engines\e_padlock.obj libcrypto.lib $(LD) $(LDFLAGS) $(DSO_LDFLAGS) $(LDOUTFLAG)engines\padlock.dll /def:<< @<< LIBRARY padlock EXPORTS - bind_engine - v_check + bind_engine + v_check << engines\e_padlock.obj libcrypto.lib @@ -4316,7 +4316,7 @@ apps\openssl.obj: "..\apps\openssl.c" "apps\progs.h" $(CC) $(BIN_CFLAGS) /I "." /I "include" /I "apps" /I ".." /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "..\apps\openssl.c" 2>&1 > apps\openssl.d apps\openssl.res: "apps\openssl.rc" $(RC) $(RCFLAGS) $(RCOUTFLAG)$@ "apps\openssl.rc" -apps\openssl.rc: "..\util\mkrc.pl" +apps\openssl.rc: "..\util\mkrc.pl" "$(PERL)" "..\util\mkrc.pl" openssl > $@ apps\passwd.obj: "..\apps\passwd.c" "apps\progs.h" $(CC) $(BIN_CFLAGS) /I "." /I "include" /I "apps" /I ".." /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "..\apps\passwd.c" @@ -4801,7 +4801,7 @@ $(BIN_EX_LIBS) test\buildtest_aes.obj: "test\buildtest_aes.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_aes.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_aes.c" 2>&1 > test\buildtest_aes.d -test\buildtest_aes.c: "..\test\generate_buildtest.pl" +test\buildtest_aes.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" aes > $@ test\buildtest_c_asn1.exe: test\buildtest_asn1.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_asn1.exe.manifest DEL /F /Q test\buildtest_c_asn1.exe.manifest @@ -4817,7 +4817,7 @@ $(BIN_EX_LIBS) test\buildtest_asn1.obj: "test\buildtest_asn1.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_asn1.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_asn1.c" 2>&1 > test\buildtest_asn1.d -test\buildtest_asn1.c: "..\test\generate_buildtest.pl" +test\buildtest_asn1.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" asn1 > $@ test\buildtest_c_asn1t.exe: test\buildtest_asn1t.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_asn1t.exe.manifest DEL /F /Q test\buildtest_c_asn1t.exe.manifest @@ -4833,7 +4833,7 @@ $(BIN_EX_LIBS) test\buildtest_asn1t.obj: "test\buildtest_asn1t.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_asn1t.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_asn1t.c" 2>&1 > test\buildtest_asn1t.d -test\buildtest_asn1t.c: "..\test\generate_buildtest.pl" +test\buildtest_asn1t.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" asn1t > $@ test\buildtest_c_async.exe: test\buildtest_async.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_async.exe.manifest DEL /F /Q test\buildtest_c_async.exe.manifest @@ -4849,7 +4849,7 @@ $(BIN_EX_LIBS) test\buildtest_async.obj: "test\buildtest_async.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_async.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_async.c" 2>&1 > test\buildtest_async.d -test\buildtest_async.c: "..\test\generate_buildtest.pl" +test\buildtest_async.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" async > $@ test\buildtest_c_bio.exe: test\buildtest_bio.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_bio.exe.manifest DEL /F /Q test\buildtest_c_bio.exe.manifest @@ -4865,7 +4865,7 @@ $(BIN_EX_LIBS) test\buildtest_bio.obj: "test\buildtest_bio.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_bio.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_bio.c" 2>&1 > test\buildtest_bio.d -test\buildtest_bio.c: "..\test\generate_buildtest.pl" +test\buildtest_bio.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" bio > $@ test\buildtest_c_blowfish.exe: test\buildtest_blowfish.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_blowfish.exe.manifest DEL /F /Q test\buildtest_c_blowfish.exe.manifest @@ -4881,7 +4881,7 @@ $(BIN_EX_LIBS) test\buildtest_blowfish.obj: "test\buildtest_blowfish.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_blowfish.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_blowfish.c" 2>&1 > test\buildtest_blowfish.d -test\buildtest_blowfish.c: "..\test\generate_buildtest.pl" +test\buildtest_blowfish.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" blowfish > $@ test\buildtest_c_bn.exe: test\buildtest_bn.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_bn.exe.manifest DEL /F /Q test\buildtest_c_bn.exe.manifest @@ -4897,7 +4897,7 @@ $(BIN_EX_LIBS) test\buildtest_bn.obj: "test\buildtest_bn.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_bn.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_bn.c" 2>&1 > test\buildtest_bn.d -test\buildtest_bn.c: "..\test\generate_buildtest.pl" +test\buildtest_bn.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" bn > $@ test\buildtest_c_buffer.exe: test\buildtest_buffer.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_buffer.exe.manifest DEL /F /Q test\buildtest_c_buffer.exe.manifest @@ -4913,7 +4913,7 @@ $(BIN_EX_LIBS) test\buildtest_buffer.obj: "test\buildtest_buffer.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_buffer.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_buffer.c" 2>&1 > test\buildtest_buffer.d -test\buildtest_buffer.c: "..\test\generate_buildtest.pl" +test\buildtest_buffer.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" buffer > $@ test\buildtest_c_camellia.exe: test\buildtest_camellia.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_camellia.exe.manifest DEL /F /Q test\buildtest_c_camellia.exe.manifest @@ -4929,7 +4929,7 @@ $(BIN_EX_LIBS) test\buildtest_camellia.obj: "test\buildtest_camellia.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_camellia.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_camellia.c" 2>&1 > test\buildtest_camellia.d -test\buildtest_camellia.c: "..\test\generate_buildtest.pl" +test\buildtest_camellia.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" camellia > $@ test\buildtest_c_cast.exe: test\buildtest_cast.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_cast.exe.manifest DEL /F /Q test\buildtest_c_cast.exe.manifest @@ -4945,7 +4945,7 @@ $(BIN_EX_LIBS) test\buildtest_cast.obj: "test\buildtest_cast.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_cast.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_cast.c" 2>&1 > test\buildtest_cast.d -test\buildtest_cast.c: "..\test\generate_buildtest.pl" +test\buildtest_cast.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" cast > $@ test\buildtest_c_cmac.exe: test\buildtest_cmac.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_cmac.exe.manifest DEL /F /Q test\buildtest_c_cmac.exe.manifest @@ -4961,7 +4961,7 @@ $(BIN_EX_LIBS) test\buildtest_cmac.obj: "test\buildtest_cmac.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_cmac.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_cmac.c" 2>&1 > test\buildtest_cmac.d -test\buildtest_cmac.c: "..\test\generate_buildtest.pl" +test\buildtest_cmac.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" cmac > $@ test\buildtest_c_cms.exe: test\buildtest_cms.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_cms.exe.manifest DEL /F /Q test\buildtest_c_cms.exe.manifest @@ -4977,7 +4977,7 @@ $(BIN_EX_LIBS) test\buildtest_cms.obj: "test\buildtest_cms.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_cms.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_cms.c" 2>&1 > test\buildtest_cms.d -test\buildtest_cms.c: "..\test\generate_buildtest.pl" +test\buildtest_cms.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" cms > $@ test\buildtest_c_comp.exe: test\buildtest_comp.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_comp.exe.manifest DEL /F /Q test\buildtest_c_comp.exe.manifest @@ -4993,7 +4993,7 @@ $(BIN_EX_LIBS) test\buildtest_comp.obj: "test\buildtest_comp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_comp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_comp.c" 2>&1 > test\buildtest_comp.d -test\buildtest_comp.c: "..\test\generate_buildtest.pl" +test\buildtest_comp.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" comp > $@ test\buildtest_c_conf.exe: test\buildtest_conf.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_conf.exe.manifest DEL /F /Q test\buildtest_c_conf.exe.manifest @@ -5009,7 +5009,7 @@ $(BIN_EX_LIBS) test\buildtest_conf.obj: "test\buildtest_conf.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_conf.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_conf.c" 2>&1 > test\buildtest_conf.d -test\buildtest_conf.c: "..\test\generate_buildtest.pl" +test\buildtest_conf.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" conf > $@ test\buildtest_c_conf_api.exe: test\buildtest_conf_api.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_conf_api.exe.manifest DEL /F /Q test\buildtest_c_conf_api.exe.manifest @@ -5025,7 +5025,7 @@ $(BIN_EX_LIBS) test\buildtest_conf_api.obj: "test\buildtest_conf_api.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_conf_api.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_conf_api.c" 2>&1 > test\buildtest_conf_api.d -test\buildtest_conf_api.c: "..\test\generate_buildtest.pl" +test\buildtest_conf_api.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" conf_api > $@ test\buildtest_c_crypto.exe: test\buildtest_crypto.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_crypto.exe.manifest DEL /F /Q test\buildtest_c_crypto.exe.manifest @@ -5041,7 +5041,7 @@ $(BIN_EX_LIBS) test\buildtest_crypto.obj: "test\buildtest_crypto.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_crypto.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_crypto.c" 2>&1 > test\buildtest_crypto.d -test\buildtest_crypto.c: "..\test\generate_buildtest.pl" +test\buildtest_crypto.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" crypto > $@ test\buildtest_c_ct.exe: test\buildtest_ct.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ct.exe.manifest DEL /F /Q test\buildtest_c_ct.exe.manifest @@ -5057,7 +5057,7 @@ $(BIN_EX_LIBS) test\buildtest_ct.obj: "test\buildtest_ct.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ct.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ct.c" 2>&1 > test\buildtest_ct.d -test\buildtest_ct.c: "..\test\generate_buildtest.pl" +test\buildtest_ct.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ct > $@ test\buildtest_c_des.exe: test\buildtest_des.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_des.exe.manifest DEL /F /Q test\buildtest_c_des.exe.manifest @@ -5073,7 +5073,7 @@ $(BIN_EX_LIBS) test\buildtest_des.obj: "test\buildtest_des.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_des.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_des.c" 2>&1 > test\buildtest_des.d -test\buildtest_des.c: "..\test\generate_buildtest.pl" +test\buildtest_des.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" des > $@ test\buildtest_c_dh.exe: test\buildtest_dh.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_dh.exe.manifest DEL /F /Q test\buildtest_c_dh.exe.manifest @@ -5089,7 +5089,7 @@ $(BIN_EX_LIBS) test\buildtest_dh.obj: "test\buildtest_dh.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_dh.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_dh.c" 2>&1 > test\buildtest_dh.d -test\buildtest_dh.c: "..\test\generate_buildtest.pl" +test\buildtest_dh.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" dh > $@ test\buildtest_c_dsa.exe: test\buildtest_dsa.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_dsa.exe.manifest DEL /F /Q test\buildtest_c_dsa.exe.manifest @@ -5105,7 +5105,7 @@ $(BIN_EX_LIBS) test\buildtest_dsa.obj: "test\buildtest_dsa.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_dsa.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_dsa.c" 2>&1 > test\buildtest_dsa.d -test\buildtest_dsa.c: "..\test\generate_buildtest.pl" +test\buildtest_dsa.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" dsa > $@ test\buildtest_c_dtls1.exe: test\buildtest_dtls1.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_dtls1.exe.manifest DEL /F /Q test\buildtest_c_dtls1.exe.manifest @@ -5121,7 +5121,7 @@ $(BIN_EX_LIBS) test\buildtest_dtls1.obj: "test\buildtest_dtls1.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_dtls1.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_dtls1.c" 2>&1 > test\buildtest_dtls1.d -test\buildtest_dtls1.c: "..\test\generate_buildtest.pl" +test\buildtest_dtls1.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" dtls1 > $@ test\buildtest_c_e_os2.exe: test\buildtest_e_os2.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_e_os2.exe.manifest DEL /F /Q test\buildtest_c_e_os2.exe.manifest @@ -5137,7 +5137,7 @@ $(BIN_EX_LIBS) test\buildtest_e_os2.obj: "test\buildtest_e_os2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_e_os2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_e_os2.c" 2>&1 > test\buildtest_e_os2.d -test\buildtest_e_os2.c: "..\test\generate_buildtest.pl" +test\buildtest_e_os2.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" e_os2 > $@ test\buildtest_c_ebcdic.exe: test\buildtest_ebcdic.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ebcdic.exe.manifest DEL /F /Q test\buildtest_c_ebcdic.exe.manifest @@ -5153,7 +5153,7 @@ $(BIN_EX_LIBS) test\buildtest_ebcdic.obj: "test\buildtest_ebcdic.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ebcdic.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ebcdic.c" 2>&1 > test\buildtest_ebcdic.d -test\buildtest_ebcdic.c: "..\test\generate_buildtest.pl" +test\buildtest_ebcdic.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ebcdic > $@ test\buildtest_c_ec.exe: test\buildtest_ec.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ec.exe.manifest DEL /F /Q test\buildtest_c_ec.exe.manifest @@ -5169,7 +5169,7 @@ $(BIN_EX_LIBS) test\buildtest_ec.obj: "test\buildtest_ec.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ec.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ec.c" 2>&1 > test\buildtest_ec.d -test\buildtest_ec.c: "..\test\generate_buildtest.pl" +test\buildtest_ec.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ec > $@ test\buildtest_c_ecdh.exe: test\buildtest_ecdh.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ecdh.exe.manifest DEL /F /Q test\buildtest_c_ecdh.exe.manifest @@ -5185,7 +5185,7 @@ $(BIN_EX_LIBS) test\buildtest_ecdh.obj: "test\buildtest_ecdh.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ecdh.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ecdh.c" 2>&1 > test\buildtest_ecdh.d -test\buildtest_ecdh.c: "..\test\generate_buildtest.pl" +test\buildtest_ecdh.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ecdh > $@ test\buildtest_c_ecdsa.exe: test\buildtest_ecdsa.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ecdsa.exe.manifest DEL /F /Q test\buildtest_c_ecdsa.exe.manifest @@ -5201,7 +5201,7 @@ $(BIN_EX_LIBS) test\buildtest_ecdsa.obj: "test\buildtest_ecdsa.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ecdsa.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ecdsa.c" 2>&1 > test\buildtest_ecdsa.d -test\buildtest_ecdsa.c: "..\test\generate_buildtest.pl" +test\buildtest_ecdsa.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ecdsa > $@ test\buildtest_c_engine.exe: test\buildtest_engine.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_engine.exe.manifest DEL /F /Q test\buildtest_c_engine.exe.manifest @@ -5217,7 +5217,7 @@ $(BIN_EX_LIBS) test\buildtest_engine.obj: "test\buildtest_engine.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_engine.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_engine.c" 2>&1 > test\buildtest_engine.d -test\buildtest_engine.c: "..\test\generate_buildtest.pl" +test\buildtest_engine.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" engine > $@ test\buildtest_c_evp.exe: test\buildtest_evp.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_evp.exe.manifest DEL /F /Q test\buildtest_c_evp.exe.manifest @@ -5233,7 +5233,7 @@ $(BIN_EX_LIBS) test\buildtest_evp.obj: "test\buildtest_evp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_evp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_evp.c" 2>&1 > test\buildtest_evp.d -test\buildtest_evp.c: "..\test\generate_buildtest.pl" +test\buildtest_evp.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" evp > $@ test\buildtest_c_hmac.exe: test\buildtest_hmac.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_hmac.exe.manifest DEL /F /Q test\buildtest_c_hmac.exe.manifest @@ -5249,7 +5249,7 @@ $(BIN_EX_LIBS) test\buildtest_hmac.obj: "test\buildtest_hmac.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_hmac.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_hmac.c" 2>&1 > test\buildtest_hmac.d -test\buildtest_hmac.c: "..\test\generate_buildtest.pl" +test\buildtest_hmac.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" hmac > $@ test\buildtest_c_idea.exe: test\buildtest_idea.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_idea.exe.manifest DEL /F /Q test\buildtest_c_idea.exe.manifest @@ -5265,7 +5265,7 @@ $(BIN_EX_LIBS) test\buildtest_idea.obj: "test\buildtest_idea.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_idea.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_idea.c" 2>&1 > test\buildtest_idea.d -test\buildtest_idea.c: "..\test\generate_buildtest.pl" +test\buildtest_idea.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" idea > $@ test\buildtest_c_kdf.exe: test\buildtest_kdf.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_kdf.exe.manifest DEL /F /Q test\buildtest_c_kdf.exe.manifest @@ -5281,7 +5281,7 @@ $(BIN_EX_LIBS) test\buildtest_kdf.obj: "test\buildtest_kdf.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_kdf.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_kdf.c" 2>&1 > test\buildtest_kdf.d -test\buildtest_kdf.c: "..\test\generate_buildtest.pl" +test\buildtest_kdf.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" kdf > $@ test\buildtest_c_lhash.exe: test\buildtest_lhash.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_lhash.exe.manifest DEL /F /Q test\buildtest_c_lhash.exe.manifest @@ -5297,7 +5297,7 @@ $(BIN_EX_LIBS) test\buildtest_lhash.obj: "test\buildtest_lhash.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_lhash.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_lhash.c" 2>&1 > test\buildtest_lhash.d -test\buildtest_lhash.c: "..\test\generate_buildtest.pl" +test\buildtest_lhash.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" lhash > $@ test\buildtest_c_md2.exe: test\buildtest_md2.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_md2.exe.manifest DEL /F /Q test\buildtest_c_md2.exe.manifest @@ -5313,7 +5313,7 @@ $(BIN_EX_LIBS) test\buildtest_md2.obj: "test\buildtest_md2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_md2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_md2.c" 2>&1 > test\buildtest_md2.d -test\buildtest_md2.c: "..\test\generate_buildtest.pl" +test\buildtest_md2.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" md2 > $@ test\buildtest_c_md4.exe: test\buildtest_md4.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_md4.exe.manifest DEL /F /Q test\buildtest_c_md4.exe.manifest @@ -5329,7 +5329,7 @@ $(BIN_EX_LIBS) test\buildtest_md4.obj: "test\buildtest_md4.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_md4.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_md4.c" 2>&1 > test\buildtest_md4.d -test\buildtest_md4.c: "..\test\generate_buildtest.pl" +test\buildtest_md4.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" md4 > $@ test\buildtest_c_md5.exe: test\buildtest_md5.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_md5.exe.manifest DEL /F /Q test\buildtest_c_md5.exe.manifest @@ -5345,7 +5345,7 @@ $(BIN_EX_LIBS) test\buildtest_md5.obj: "test\buildtest_md5.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_md5.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_md5.c" 2>&1 > test\buildtest_md5.d -test\buildtest_md5.c: "..\test\generate_buildtest.pl" +test\buildtest_md5.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" md5 > $@ test\buildtest_c_modes.exe: test\buildtest_modes.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_modes.exe.manifest DEL /F /Q test\buildtest_c_modes.exe.manifest @@ -5361,7 +5361,7 @@ $(BIN_EX_LIBS) test\buildtest_modes.obj: "test\buildtest_modes.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_modes.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_modes.c" 2>&1 > test\buildtest_modes.d -test\buildtest_modes.c: "..\test\generate_buildtest.pl" +test\buildtest_modes.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" modes > $@ test\buildtest_c_obj_mac.exe: test\buildtest_obj_mac.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_obj_mac.exe.manifest DEL /F /Q test\buildtest_c_obj_mac.exe.manifest @@ -5377,7 +5377,7 @@ $(BIN_EX_LIBS) test\buildtest_obj_mac.obj: "test\buildtest_obj_mac.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_obj_mac.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_obj_mac.c" 2>&1 > test\buildtest_obj_mac.d -test\buildtest_obj_mac.c: "..\test\generate_buildtest.pl" +test\buildtest_obj_mac.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" obj_mac > $@ test\buildtest_c_objects.exe: test\buildtest_objects.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_objects.exe.manifest DEL /F /Q test\buildtest_c_objects.exe.manifest @@ -5393,7 +5393,7 @@ $(BIN_EX_LIBS) test\buildtest_objects.obj: "test\buildtest_objects.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_objects.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_objects.c" 2>&1 > test\buildtest_objects.d -test\buildtest_objects.c: "..\test\generate_buildtest.pl" +test\buildtest_objects.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" objects > $@ test\buildtest_c_ocsp.exe: test\buildtest_ocsp.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ocsp.exe.manifest DEL /F /Q test\buildtest_c_ocsp.exe.manifest @@ -5409,7 +5409,7 @@ $(BIN_EX_LIBS) test\buildtest_ocsp.obj: "test\buildtest_ocsp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ocsp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ocsp.c" 2>&1 > test\buildtest_ocsp.d -test\buildtest_ocsp.c: "..\test\generate_buildtest.pl" +test\buildtest_ocsp.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ocsp > $@ test\buildtest_c_opensslv.exe: test\buildtest_opensslv.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_opensslv.exe.manifest DEL /F /Q test\buildtest_c_opensslv.exe.manifest @@ -5425,7 +5425,7 @@ $(BIN_EX_LIBS) test\buildtest_opensslv.obj: "test\buildtest_opensslv.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_opensslv.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_opensslv.c" 2>&1 > test\buildtest_opensslv.d -test\buildtest_opensslv.c: "..\test\generate_buildtest.pl" +test\buildtest_opensslv.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" opensslv > $@ test\buildtest_c_ossl_typ.exe: test\buildtest_ossl_typ.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ossl_typ.exe.manifest DEL /F /Q test\buildtest_c_ossl_typ.exe.manifest @@ -5441,7 +5441,7 @@ $(BIN_EX_LIBS) test\buildtest_ossl_typ.obj: "test\buildtest_ossl_typ.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ossl_typ.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ossl_typ.c" 2>&1 > test\buildtest_ossl_typ.d -test\buildtest_ossl_typ.c: "..\test\generate_buildtest.pl" +test\buildtest_ossl_typ.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ossl_typ > $@ test\buildtest_c_pem.exe: test\buildtest_pem.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_pem.exe.manifest DEL /F /Q test\buildtest_c_pem.exe.manifest @@ -5457,7 +5457,7 @@ $(BIN_EX_LIBS) test\buildtest_pem.obj: "test\buildtest_pem.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_pem.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_pem.c" 2>&1 > test\buildtest_pem.d -test\buildtest_pem.c: "..\test\generate_buildtest.pl" +test\buildtest_pem.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" pem > $@ test\buildtest_c_pem2.exe: test\buildtest_pem2.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_pem2.exe.manifest DEL /F /Q test\buildtest_c_pem2.exe.manifest @@ -5473,7 +5473,7 @@ $(BIN_EX_LIBS) test\buildtest_pem2.obj: "test\buildtest_pem2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_pem2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_pem2.c" 2>&1 > test\buildtest_pem2.d -test\buildtest_pem2.c: "..\test\generate_buildtest.pl" +test\buildtest_pem2.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" pem2 > $@ test\buildtest_c_pkcs12.exe: test\buildtest_pkcs12.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_pkcs12.exe.manifest DEL /F /Q test\buildtest_c_pkcs12.exe.manifest @@ -5489,7 +5489,7 @@ $(BIN_EX_LIBS) test\buildtest_pkcs12.obj: "test\buildtest_pkcs12.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_pkcs12.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_pkcs12.c" 2>&1 > test\buildtest_pkcs12.d -test\buildtest_pkcs12.c: "..\test\generate_buildtest.pl" +test\buildtest_pkcs12.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" pkcs12 > $@ test\buildtest_c_pkcs7.exe: test\buildtest_pkcs7.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_pkcs7.exe.manifest DEL /F /Q test\buildtest_c_pkcs7.exe.manifest @@ -5505,7 +5505,7 @@ $(BIN_EX_LIBS) test\buildtest_pkcs7.obj: "test\buildtest_pkcs7.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_pkcs7.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_pkcs7.c" 2>&1 > test\buildtest_pkcs7.d -test\buildtest_pkcs7.c: "..\test\generate_buildtest.pl" +test\buildtest_pkcs7.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" pkcs7 > $@ test\buildtest_c_rand.exe: test\buildtest_rand.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_rand.exe.manifest DEL /F /Q test\buildtest_c_rand.exe.manifest @@ -5521,7 +5521,7 @@ $(BIN_EX_LIBS) test\buildtest_rand.obj: "test\buildtest_rand.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_rand.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_rand.c" 2>&1 > test\buildtest_rand.d -test\buildtest_rand.c: "..\test\generate_buildtest.pl" +test\buildtest_rand.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" rand > $@ test\buildtest_c_rand_drbg.exe: test\buildtest_rand_drbg.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_rand_drbg.exe.manifest DEL /F /Q test\buildtest_c_rand_drbg.exe.manifest @@ -5537,7 +5537,7 @@ $(BIN_EX_LIBS) test\buildtest_rand_drbg.obj: "test\buildtest_rand_drbg.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_rand_drbg.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_rand_drbg.c" 2>&1 > test\buildtest_rand_drbg.d -test\buildtest_rand_drbg.c: "..\test\generate_buildtest.pl" +test\buildtest_rand_drbg.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" rand_drbg > $@ test\buildtest_c_rc2.exe: test\buildtest_rc2.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_rc2.exe.manifest DEL /F /Q test\buildtest_c_rc2.exe.manifest @@ -5553,7 +5553,7 @@ $(BIN_EX_LIBS) test\buildtest_rc2.obj: "test\buildtest_rc2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_rc2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_rc2.c" 2>&1 > test\buildtest_rc2.d -test\buildtest_rc2.c: "..\test\generate_buildtest.pl" +test\buildtest_rc2.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" rc2 > $@ test\buildtest_c_rc4.exe: test\buildtest_rc4.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_rc4.exe.manifest DEL /F /Q test\buildtest_c_rc4.exe.manifest @@ -5569,7 +5569,7 @@ $(BIN_EX_LIBS) test\buildtest_rc4.obj: "test\buildtest_rc4.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_rc4.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_rc4.c" 2>&1 > test\buildtest_rc4.d -test\buildtest_rc4.c: "..\test\generate_buildtest.pl" +test\buildtest_rc4.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" rc4 > $@ test\buildtest_c_rc5.exe: test\buildtest_rc5.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_rc5.exe.manifest DEL /F /Q test\buildtest_c_rc5.exe.manifest @@ -5585,7 +5585,7 @@ $(BIN_EX_LIBS) test\buildtest_rc5.obj: "test\buildtest_rc5.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_rc5.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_rc5.c" 2>&1 > test\buildtest_rc5.d -test\buildtest_rc5.c: "..\test\generate_buildtest.pl" +test\buildtest_rc5.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" rc5 > $@ test\buildtest_c_ripemd.exe: test\buildtest_ripemd.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ripemd.exe.manifest DEL /F /Q test\buildtest_c_ripemd.exe.manifest @@ -5601,7 +5601,7 @@ $(BIN_EX_LIBS) test\buildtest_ripemd.obj: "test\buildtest_ripemd.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ripemd.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ripemd.c" 2>&1 > test\buildtest_ripemd.d -test\buildtest_ripemd.c: "..\test\generate_buildtest.pl" +test\buildtest_ripemd.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ripemd > $@ test\buildtest_c_rsa.exe: test\buildtest_rsa.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_rsa.exe.manifest DEL /F /Q test\buildtest_c_rsa.exe.manifest @@ -5617,7 +5617,7 @@ $(BIN_EX_LIBS) test\buildtest_rsa.obj: "test\buildtest_rsa.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_rsa.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_rsa.c" 2>&1 > test\buildtest_rsa.d -test\buildtest_rsa.c: "..\test\generate_buildtest.pl" +test\buildtest_rsa.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" rsa > $@ test\buildtest_c_safestack.exe: test\buildtest_safestack.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_safestack.exe.manifest DEL /F /Q test\buildtest_c_safestack.exe.manifest @@ -5633,7 +5633,7 @@ $(BIN_EX_LIBS) test\buildtest_safestack.obj: "test\buildtest_safestack.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_safestack.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_safestack.c" 2>&1 > test\buildtest_safestack.d -test\buildtest_safestack.c: "..\test\generate_buildtest.pl" +test\buildtest_safestack.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" safestack > $@ test\buildtest_c_seed.exe: test\buildtest_seed.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_seed.exe.manifest DEL /F /Q test\buildtest_c_seed.exe.manifest @@ -5649,7 +5649,7 @@ $(BIN_EX_LIBS) test\buildtest_seed.obj: "test\buildtest_seed.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_seed.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_seed.c" 2>&1 > test\buildtest_seed.d -test\buildtest_seed.c: "..\test\generate_buildtest.pl" +test\buildtest_seed.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" seed > $@ test\buildtest_c_sha.exe: test\buildtest_sha.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_sha.exe.manifest DEL /F /Q test\buildtest_c_sha.exe.manifest @@ -5665,7 +5665,7 @@ $(BIN_EX_LIBS) test\buildtest_sha.obj: "test\buildtest_sha.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_sha.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_sha.c" 2>&1 > test\buildtest_sha.d -test\buildtest_sha.c: "..\test\generate_buildtest.pl" +test\buildtest_sha.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" sha > $@ test\buildtest_c_srp.exe: test\buildtest_srp.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_srp.exe.manifest DEL /F /Q test\buildtest_c_srp.exe.manifest @@ -5681,7 +5681,7 @@ $(BIN_EX_LIBS) test\buildtest_srp.obj: "test\buildtest_srp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_srp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_srp.c" 2>&1 > test\buildtest_srp.d -test\buildtest_srp.c: "..\test\generate_buildtest.pl" +test\buildtest_srp.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" srp > $@ test\buildtest_c_srtp.exe: test\buildtest_srtp.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_srtp.exe.manifest DEL /F /Q test\buildtest_c_srtp.exe.manifest @@ -5697,7 +5697,7 @@ $(BIN_EX_LIBS) test\buildtest_srtp.obj: "test\buildtest_srtp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_srtp.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_srtp.c" 2>&1 > test\buildtest_srtp.d -test\buildtest_srtp.c: "..\test\generate_buildtest.pl" +test\buildtest_srtp.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" srtp > $@ test\buildtest_c_ssl.exe: test\buildtest_ssl.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ssl.exe.manifest DEL /F /Q test\buildtest_c_ssl.exe.manifest @@ -5713,7 +5713,7 @@ $(BIN_EX_LIBS) test\buildtest_ssl.obj: "test\buildtest_ssl.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ssl.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ssl.c" 2>&1 > test\buildtest_ssl.d -test\buildtest_ssl.c: "..\test\generate_buildtest.pl" +test\buildtest_ssl.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ssl > $@ test\buildtest_c_ssl2.exe: test\buildtest_ssl2.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ssl2.exe.manifest DEL /F /Q test\buildtest_c_ssl2.exe.manifest @@ -5729,7 +5729,7 @@ $(BIN_EX_LIBS) test\buildtest_ssl2.obj: "test\buildtest_ssl2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ssl2.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ssl2.c" 2>&1 > test\buildtest_ssl2.d -test\buildtest_ssl2.c: "..\test\generate_buildtest.pl" +test\buildtest_ssl2.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ssl2 > $@ test\buildtest_c_ssl3.exe: test\buildtest_ssl3.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ssl3.exe.manifest DEL /F /Q test\buildtest_c_ssl3.exe.manifest @@ -5745,7 +5745,7 @@ $(BIN_EX_LIBS) test\buildtest_ssl3.obj: "test\buildtest_ssl3.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ssl3.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ssl3.c" 2>&1 > test\buildtest_ssl3.d -test\buildtest_ssl3.c: "..\test\generate_buildtest.pl" +test\buildtest_ssl3.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ssl3 > $@ test\buildtest_c_stack.exe: test\buildtest_stack.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_stack.exe.manifest DEL /F /Q test\buildtest_c_stack.exe.manifest @@ -5761,7 +5761,7 @@ $(BIN_EX_LIBS) test\buildtest_stack.obj: "test\buildtest_stack.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_stack.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_stack.c" 2>&1 > test\buildtest_stack.d -test\buildtest_stack.c: "..\test\generate_buildtest.pl" +test\buildtest_stack.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" stack > $@ test\buildtest_c_store.exe: test\buildtest_store.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_store.exe.manifest DEL /F /Q test\buildtest_c_store.exe.manifest @@ -5777,7 +5777,7 @@ $(BIN_EX_LIBS) test\buildtest_store.obj: "test\buildtest_store.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_store.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_store.c" 2>&1 > test\buildtest_store.d -test\buildtest_store.c: "..\test\generate_buildtest.pl" +test\buildtest_store.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" store > $@ test\buildtest_c_symhacks.exe: test\buildtest_symhacks.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_symhacks.exe.manifest DEL /F /Q test\buildtest_c_symhacks.exe.manifest @@ -5793,7 +5793,7 @@ $(BIN_EX_LIBS) test\buildtest_symhacks.obj: "test\buildtest_symhacks.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_symhacks.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_symhacks.c" 2>&1 > test\buildtest_symhacks.d -test\buildtest_symhacks.c: "..\test\generate_buildtest.pl" +test\buildtest_symhacks.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" symhacks > $@ test\buildtest_c_tls1.exe: test\buildtest_tls1.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_tls1.exe.manifest DEL /F /Q test\buildtest_c_tls1.exe.manifest @@ -5809,7 +5809,7 @@ $(BIN_EX_LIBS) test\buildtest_tls1.obj: "test\buildtest_tls1.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_tls1.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_tls1.c" 2>&1 > test\buildtest_tls1.d -test\buildtest_tls1.c: "..\test\generate_buildtest.pl" +test\buildtest_tls1.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" tls1 > $@ test\buildtest_c_ts.exe: test\buildtest_ts.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ts.exe.manifest DEL /F /Q test\buildtest_c_ts.exe.manifest @@ -5825,7 +5825,7 @@ $(BIN_EX_LIBS) test\buildtest_ts.obj: "test\buildtest_ts.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ts.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ts.c" 2>&1 > test\buildtest_ts.d -test\buildtest_ts.c: "..\test\generate_buildtest.pl" +test\buildtest_ts.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ts > $@ test\buildtest_c_txt_db.exe: test\buildtest_txt_db.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_txt_db.exe.manifest DEL /F /Q test\buildtest_c_txt_db.exe.manifest @@ -5841,7 +5841,7 @@ $(BIN_EX_LIBS) test\buildtest_txt_db.obj: "test\buildtest_txt_db.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_txt_db.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_txt_db.c" 2>&1 > test\buildtest_txt_db.d -test\buildtest_txt_db.c: "..\test\generate_buildtest.pl" +test\buildtest_txt_db.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" txt_db > $@ test\buildtest_c_ui.exe: test\buildtest_ui.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_ui.exe.manifest DEL /F /Q test\buildtest_c_ui.exe.manifest @@ -5857,7 +5857,7 @@ $(BIN_EX_LIBS) test\buildtest_ui.obj: "test\buildtest_ui.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_ui.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_ui.c" 2>&1 > test\buildtest_ui.d -test\buildtest_ui.c: "..\test\generate_buildtest.pl" +test\buildtest_ui.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" ui > $@ test\buildtest_c_whrlpool.exe: test\buildtest_whrlpool.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_whrlpool.exe.manifest DEL /F /Q test\buildtest_c_whrlpool.exe.manifest @@ -5873,7 +5873,7 @@ $(BIN_EX_LIBS) test\buildtest_whrlpool.obj: "test\buildtest_whrlpool.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_whrlpool.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_whrlpool.c" 2>&1 > test\buildtest_whrlpool.d -test\buildtest_whrlpool.c: "..\test\generate_buildtest.pl" +test\buildtest_whrlpool.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" whrlpool > $@ test\buildtest_c_x509.exe: test\buildtest_x509.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_x509.exe.manifest DEL /F /Q test\buildtest_c_x509.exe.manifest @@ -5889,7 +5889,7 @@ $(BIN_EX_LIBS) test\buildtest_x509.obj: "test\buildtest_x509.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_x509.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_x509.c" 2>&1 > test\buildtest_x509.d -test\buildtest_x509.c: "..\test\generate_buildtest.pl" +test\buildtest_x509.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" x509 > $@ test\buildtest_c_x509_vfy.exe: test\buildtest_x509_vfy.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_x509_vfy.exe.manifest DEL /F /Q test\buildtest_c_x509_vfy.exe.manifest @@ -5905,7 +5905,7 @@ $(BIN_EX_LIBS) test\buildtest_x509_vfy.obj: "test\buildtest_x509_vfy.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_x509_vfy.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_x509_vfy.c" 2>&1 > test\buildtest_x509_vfy.d -test\buildtest_x509_vfy.c: "..\test\generate_buildtest.pl" +test\buildtest_x509_vfy.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" x509_vfy > $@ test\buildtest_c_x509v3.exe: test\buildtest_x509v3.obj libssl.lib libcrypto.lib IF EXIST test\buildtest_c_x509v3.exe.manifest DEL /F /Q test\buildtest_c_x509v3.exe.manifest @@ -5921,7 +5921,7 @@ $(BIN_EX_LIBS) test\buildtest_x509v3.obj: "test\buildtest_x509v3.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) -c $(COUTFLAG)$@ "test\buildtest_x509v3.c" $(CC) $(BIN_CFLAGS) /I "include" /I "..\include" $(BIN_CPPFLAGS) /Zs /showIncludes "test\buildtest_x509v3.c" 2>&1 > test\buildtest_x509v3.d -test\buildtest_x509v3.c: "..\test\generate_buildtest.pl" +test\buildtest_x509v3.c: "..\test\generate_buildtest.pl" "$(PERL)" "..\test\generate_buildtest.pl" x509v3 > $@ test\casttest.exe: test\casttest.obj test\libtestutil.lib libcrypto.lib IF EXIST test\casttest.exe.manifest DEL /F /Q test\casttest.exe.manifest @@ -7389,8 +7389,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\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 +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\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 test\testutil\testutil_init.obj + -- cgit v1.1