summaryrefslogtreecommitdiff
path: root/upstream-build/build-log
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-02-22 21:10:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-02-23 18:56:48 +0300
commit5b422fcfe75112ea3c8a0f063ac2996967457f3b (patch)
tree56ade2fb4a438bef15df109e1212c20a83d967cd /upstream-build/build-log
parentb56236b58b3f5b798cacebecca57cd6d34658587 (diff)
Release version 1.1.1+13v1.1.1+13
Upgrade to 1.1.1j
Diffstat (limited to 'upstream-build/build-log')
-rw-r--r--upstream-build/build-log/i686-linux8
-rw-r--r--upstream-build/build-log/i686-win32-mingw324
-rw-r--r--upstream-build/build-log/i686-win32-msvc416
-rw-r--r--upstream-build/build-log/x86_64-freebsd922
-rw-r--r--upstream-build/build-log/x86_64-linux40
-rw-r--r--upstream-build/build-log/x86_64-macos4
-rw-r--r--upstream-build/build-log/x86_64-win32-mingw324
-rw-r--r--upstream-build/build-log/x86_64-win32-msvc432
8 files changed, 919 insertions, 911 deletions
diff --git a/upstream-build/build-log/i686-linux b/upstream-build/build-log/i686-linux
index 8b97402..7b997d9 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.1i (0x1010109fL) for linux-x86
+Configuring OpenSSL version 1.1.1j (0x101010afL) for linux-x86
Using os-specific seed configuration
Creating configdata.pm
Creating Makefile
@@ -2098,7 +2098,7 @@ rm -f test/clienthellotest
${LDCMD:-gcc} -pthread -m32 -Wall -O3 -fomit-frame-pointer -L. \
-o test/clienthellotest test/clienthellotest.o \
-lssl test/libtestutil.a -lcrypto -lz -ldl -pthread
-gcc -Iinclude -Iapps/include -I../include -I../apps/include -pthread -m32 -Wall -O3 -fomit-frame-pointer -DZLIB -DNDEBUG -MMD -MF test/cmactest.d.tmp -MT test/cmactest.o -c -o test/cmactest.o ../test/cmactest.c
+gcc -Iinclude -I../include -pthread -m32 -Wall -O3 -fomit-frame-pointer -DZLIB -DNDEBUG -MMD -MF test/cmactest.d.tmp -MT test/cmactest.o -c -o test/cmactest.o ../test/cmactest.c
rm -f test/cmactest
${LDCMD:-gcc} -pthread -m32 -Wall -O3 -fomit-frame-pointer -L. \
-o test/cmactest test/cmactest.o \
@@ -2370,6 +2370,10 @@ ${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 7a72091..cb1c2ff 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.1i (0x1010109fL) for mingw
+Configuring OpenSSL version 1.1.1j (0x101010afL) for mingw
Using os-specific seed configuration
Creating configdata.pm
Creating Makefile
@@ -1667,7 +1667,7 @@ rm -f test/clienthellotest.exe
${LDCMD:-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \
-o test/clienthellotest.exe test/clienthellotest.o \
-lssl test/libtestutil.a -lcrypto -lz -lws2_32 -lgdi32 -lcrypt32
-gcc -Iinclude -Iapps/include -I../include -I../apps/include -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DZLIB -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/cmactest.d.tmp -MT test/cmactest.o -c -o test/cmactest.o ../test/cmactest.c
+gcc -Iinclude -I../include -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DZLIB -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/cmactest.d.tmp -MT test/cmactest.o -c -o test/cmactest.o ../test/cmactest.c
rm -f test/cmactest.exe
${LDCMD:-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \
-o test/cmactest.exe test/cmactest.o \
diff --git a/upstream-build/build-log/i686-win32-msvc b/upstream-build/build-log/i686-win32-msvc
index 72ff673..00fed4b 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.1i (0x1010109fL) for VC-WIN32
+Configuring OpenSSL version 1.1.1j (0x101010afL) for VC-WIN32
Using os-specific seed configuration
It looks like you don't have either nmake.exe or dmake.exe on your PATH,
@@ -61,7 +61,7 @@ s_socket.c
cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /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\nm981A.tmp
+ lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nm23A.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\nmB60A.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\nm5B6D.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\nmBC92.tmp
+ lib /nologo /out:libcrypto_static.lib @C:\Users\build\AppData\Local\Temp\nm63F9.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\nm1B4D.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\nmC804.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\nm1D33.tmp
+ lib /nologo /out:libssl_static.lib @C:\Users\build\AppData\Local\Temp\nmCB02.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\nm2533.tmp
+ lib /nologo /out:test\libtestutil.lib @C:\Users\build\AppData\Local\Temp\nmD479.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\nm2757.tmp @C:\Users\build\AppData\Local\Temp\nm2758.tmp
+ 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
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\nm2AF2.tmp @C:\Users\build\AppData\Local\Temp\nm2AF3.tmp
+ 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
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\nm2CC9.tmp @C:\Users\build\AppData\Local\Temp\nm2CCA.tmp
+ 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
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\nm2E90.tmp @C:\Users\build\AppData\Local\Temp\nm2E91.tmp
+ 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
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\nm8B1A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:apps\openssl.exe @C:\Users\build\AppData\Local\Temp\nm4647.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\nm8F61.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1-test.exe @C:\Users\build\AppData\Local\Temp\nm4B3A.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\nm90F8.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1parse-test.exe @C:\Users\build\AppData\Local\Temp\nm4D1F.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\nm9270.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bignum-test.exe @C:\Users\build\AppData\Local\Temp\nm4E78.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\nm93A9.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bndiv-test.exe @C:\Users\build\AppData\Local\Temp\nm4FE0.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\nm9512.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\client-test.exe @C:\Users\build\AppData\Local\Temp\nm5197.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\nm968A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\cms-test.exe @C:\Users\build\AppData\Local\Temp\nm532E.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\nm9802.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\conf-test.exe @C:\Users\build\AppData\Local\Temp\nm54A6.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\nm997A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\crl-test.exe @C:\Users\build\AppData\Local\Temp\nm562E.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\nm9AD2.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\ct-test.exe @C:\Users\build\AppData\Local\Temp\nm57B5.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\nm9C4A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\server-test.exe @C:\Users\build\AppData\Local\Temp\nm596C.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\nm9DE2.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\x509-test.exe @C:\Users\build\AppData\Local\Temp\nm5AF3.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\nm9F0C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\aborttest.exe @C:\Users\build\AppData\Local\Temp\nm5C3D.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\nmA0B2.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\afalgtest.exe @C:\Users\build\AppData\Local\Temp\nm5DD4.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\nmA24A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_decode_test.exe @C:\Users\build\AppData\Local\Temp\nm5F4C.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\nmA3B2.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_encode_test.exe @C:\Users\build\AppData\Local\Temp\nm60A5.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\nmA51A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm621D.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\nmA8C5.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_string_table_test.exe @C:\Users\build\AppData\Local\Temp\nm6598.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\nmAA0E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_time_test.exe @C:\Users\build\AppData\Local\Temp\nm6701.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\nmADC8.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynciotest.exe @C:\Users\build\AppData\Local\Temp\nm6ACA.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\nmAFFC.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynctest.exe @C:\Users\build\AppData\Local\Temp\nm6D3C.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\nmB174.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bad_dtls_test.exe @C:\Users\build\AppData\Local\Temp\nm6EF3.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\nmB2CC.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bftest.exe @C:\Users\build\AppData\Local\Temp\nm705B.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\nmB425.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_callback_test.exe @C:\Users\build\AppData\Local\Temp\nm71B4.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\nmB58E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_enc_test.exe @C:\Users\build\AppData\Local\Temp\nm731C.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\nmB6E6.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_memleak_test.exe @C:\Users\build\AppData\Local\Temp\nm7475.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\nmB85E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bioprinttest.exe @C:\Users\build\AppData\Local\Temp\nm75DD.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\nmB9B7.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bntest.exe @C:\Users\build\AppData\Local\Temp\nm7746.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\nmBB00.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_aes.exe @C:\Users\build\AppData\Local\Temp\nm788F.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\nmBC78.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1.exe @C:\Users\build\AppData\Local\Temp\nm79E8.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\nmBDC1.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1t.exe @C:\Users\build\AppData\Local\Temp\nm7B50.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\nmBF0A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_async.exe @C:\Users\build\AppData\Local\Temp\nm7C8A.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\nmC044.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bio.exe @C:\Users\build\AppData\Local\Temp\nm7DC3.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\nmC16E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_blowfish.exe @C:\Users\build\AppData\Local\Temp\nm7F3B.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\nmC2E6.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bn.exe @C:\Users\build\AppData\Local\Temp\nm8084.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\nmC42F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_buffer.exe @C:\Users\build\AppData\Local\Temp\nm81BE.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\nmC559.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_camellia.exe @C:\Users\build\AppData\Local\Temp\nm82F7.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\nmC683.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cast.exe @C:\Users\build\AppData\Local\Temp\nm8440.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\nmC7EB.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cmac.exe @C:\Users\build\AppData\Local\Temp\nm85A9.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\nmC973.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cms.exe @C:\Users\build\AppData\Local\Temp\nm876F.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\nmCA9D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_comp.exe @C:\Users\build\AppData\Local\Temp\nm88C8.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\nmCBE6.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf.exe @C:\Users\build\AppData\Local\Temp\nm8A20.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\nmCD2F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf_api.exe @C:\Users\build\AppData\Local\Temp\nm8B69.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\nmCE68.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_crypto.exe @C:\Users\build\AppData\Local\Temp\nm8CC2.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\nmCFD1.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ct.exe @C:\Users\build\AppData\Local\Temp\nm8E4A.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\nmD0FB.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_des.exe @C:\Users\build\AppData\Local\Temp\nm8F83.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\nmD263.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dh.exe @C:\Users\build\AppData\Local\Temp\nm90EC.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\nmD3AC.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dsa.exe @C:\Users\build\AppData\Local\Temp\nm9254.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\nmD4C6.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dtls1.exe @C:\Users\build\AppData\Local\Temp\nm93AD.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\nmD60F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_e_os2.exe @C:\Users\build\AppData\Local\Temp\nm94F6.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\nmD797.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ebcdic.exe @C:\Users\build\AppData\Local\Temp\nm962F.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\nmD90F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ec.exe @C:\Users\build\AppData\Local\Temp\nm9788.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\nmDA77.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdh.exe @C:\Users\build\AppData\Local\Temp\nm98F1.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\nmDBE0.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdsa.exe @C:\Users\build\AppData\Local\Temp\nm9AD6.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\nmDDC5.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_engine.exe @C:\Users\build\AppData\Local\Temp\nm9CEA.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\nmDF2E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_evp.exe @C:\Users\build\AppData\Local\Temp\nm9EA1.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\nmE086.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_hmac.exe @C:\Users\build\AppData\Local\Temp\nmA057.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\nmE1DF.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_idea.exe @C:\Users\build\AppData\Local\Temp\nmA1CF.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\nmE319.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_kdf.exe @C:\Users\build\AppData\Local\Temp\nmA432.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\nmE462.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_lhash.exe @C:\Users\build\AppData\Local\Temp\nmA74F.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\nmE58C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md2.exe @C:\Users\build\AppData\Local\Temp\nmA964.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\nmE6C5.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md4.exe @C:\Users\build\AppData\Local\Temp\nmABC6.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\nmE82D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md5.exe @C:\Users\build\AppData\Local\Temp\nmADAB.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\nmE996.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_modes.exe @C:\Users\build\AppData\Local\Temp\nmAFC0.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\nmEAFE.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_obj_mac.exe @C:\Users\build\AppData\Local\Temp\nmB1A5.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\nmEC76.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_objects.exe @C:\Users\build\AppData\Local\Temp\nmB3C9.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\nmEE2D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ocsp.exe @C:\Users\build\AppData\Local\Temp\nmB66A.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\nmEF66.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_opensslv.exe @C:\Users\build\AppData\Local\Temp\nmB85F.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\nmF0AF.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ossl_typ.exe @C:\Users\build\AppData\Local\Temp\nmBA54.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\nmF247.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem.exe @C:\Users\build\AppData\Local\Temp\nmBCA7.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\nmF380.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem2.exe @C:\Users\build\AppData\Local\Temp\nmBE4D.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\nmF517.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs12.exe @C:\Users\build\AppData\Local\Temp\nmC081.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\nmF670.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs7.exe @C:\Users\build\AppData\Local\Temp\nmC286.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\nmF7C9.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand.exe @C:\Users\build\AppData\Local\Temp\nmC46B.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\nmF8F3.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand_drbg.exe @C:\Users\build\AppData\Local\Temp\nmC621.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\nmFA2C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc2.exe @C:\Users\build\AppData\Local\Temp\nmC7C8.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\nmFB66.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc4.exe @C:\Users\build\AppData\Local\Temp\nmC960.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\nmFCCE.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc5.exe @C:\Users\build\AppData\Local\Temp\nmCB35.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\nmFE17.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ripemd.exe @C:\Users\build\AppData\Local\Temp\nmCCCD.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\nmFF8F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rsa.exe @C:\Users\build\AppData\Local\Temp\nmCEF0.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\nmB9.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_safestack.exe @C:\Users\build\AppData\Local\Temp\nmD0E5.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\nm212.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_seed.exe @C:\Users\build\AppData\Local\Temp\nmD2BB.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\nm34B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_sha.exe @C:\Users\build\AppData\Local\Temp\nmD491.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\nm494.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srp.exe @C:\Users\build\AppData\Local\Temp\nmD667.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\nm63B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srtp.exe @C:\Users\build\AppData\Local\Temp\nmD8B9.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\nm801.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl.exe @C:\Users\build\AppData\Local\Temp\nmDB0C.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\nm92B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl2.exe @C:\Users\build\AppData\Local\Temp\nmDCA3.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\nmAB3.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl3.exe @C:\Users\build\AppData\Local\Temp\nmDEF6.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\nmBDD.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_stack.exe @C:\Users\build\AppData\Local\Temp\nmE0AD.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\nmD84.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_store.exe @C:\Users\build\AppData\Local\Temp\nmE2B1.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\nmEAE.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_symhacks.exe @C:\Users\build\AppData\Local\Temp\nmE449.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\nm1026.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_tls1.exe @C:\Users\build\AppData\Local\Temp\nmE66C.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\nm11BD.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ts.exe @C:\Users\build\AppData\Local\Temp\nmE8A0.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\nm1335.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_txt_db.exe @C:\Users\build\AppData\Local\Temp\nmEA85.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\nm14BC.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ui.exe @C:\Users\build\AppData\Local\Temp\nmECA9.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\nm15E6.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_whrlpool.exe @C:\Users\build\AppData\Local\Temp\nmEE50.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\nm177E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509.exe @C:\Users\build\AppData\Local\Temp\nmF0A3.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\nm1905.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509_vfy.exe @C:\Users\build\AppData\Local\Temp\nmF2C7.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\nm1A8D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509v3.exe @C:\Users\build\AppData\Local\Temp\nmF50A.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\nm1BC6.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\casttest.exe @C:\Users\build\AppData\Local\Temp\nmF6E0.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\nm1D4E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\chacha_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmF886.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\nm20F8.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherbytes_test.exe @C:\Users\build\AppData\Local\Temp\nmFD89.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\nm22CE.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherlist_test.exe @C:\Users\build\AppData\Local\Temp\nm2A.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\nm2475.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ciphername_test.exe @C:\Users\build\AppData\Local\Temp\nm29C.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\nm261C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\clienthellotest.exe @C:\Users\build\AppData\Local\Temp\nm4A0.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 "apps\include" /I "..\include" /I "..\apps\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -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"
+ cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -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 "apps\include" /I "..\include" /I "..\apps\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -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
+ cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -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\nm27B3.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmactest.exe @C:\Users\build\AppData\Local\Temp\nm6A5.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\nm2B6D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmsapitest.exe @C:\Users\build\AppData\Local\Temp\nmB78.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\nm2CF5.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\conf_include_test.exe @C:\Users\build\AppData\Local\Temp\nmD1F.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\nm2E4E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\constant_time_test.exe @C:\Users\build\AppData\Local\Temp\nmEC6.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\nm2FE5.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\crltest.exe @C:\Users\build\AppData\Local\Temp\nm10CB.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\nm31AB.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ct_test.exe @C:\Users\build\AppData\Local\Temp\nm12FE.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\nm3342.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ctype_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm1495.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\nm36DD.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\curve448_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm18DC.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\nm3AB7.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\d2i_test.exe @C:\Users\build\AppData\Local\Temp\nm1DDE.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\nm3C5D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\danetest.exe @C:\Users\build\AppData\Local\Temp\nm2031.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\nm3DD5.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\destest.exe @C:\Users\build\AppData\Local\Temp\nm21F7.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\nm3F3E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dhtest.exe @C:\Users\build\AppData\Local\Temp\nm23AE.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\nm4876.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbg_cavs_test.exe @C:\Users\build\AppData\Local\Temp\nm2F76.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\nm4CCD.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbgtest.exe @C:\Users\build\AppData\Local\Temp\nm32A4.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\nm51BF.tmp
+ 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
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\nm5395.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsatest.exe @C:\Users\build\AppData\Local\Temp\nm38C0.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\nm5674.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtls_mtu_test.exe @C:\Users\build\AppData\Local\Temp\nm3C0D.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\nm5879.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlstest.exe @C:\Users\build\AppData\Local\Temp\nm3E41.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\nm5A20.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlsv1listentest.exe @C:\Users\build\AppData\Local\Temp\nm4064.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\nm5B88.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ec_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm420B.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\nm5F33.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecdsatest.exe @C:\Users\build\AppData\Local\Temp\nm46BF.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\nm60F9.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecstresstest.exe @C:\Users\build\AppData\Local\Temp\nm4951.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\nm62AF.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ectest.exe @C:\Users\build\AppData\Local\Temp\nm4B65.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\nm6456.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\enginetest.exe @C:\Users\build\AppData\Local\Temp\nm4D5A.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\nm666A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\errtest.exe @C:\Users\build\AppData\Local\Temp\nm502A.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\nm67E2.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_extra_test.exe @C:\Users\build\AppData\Local\Temp\nm524E.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\nm6999.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_test.exe @C:\Users\build\AppData\Local\Temp\nm5471.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\nm6AE2.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exdatatest.exe @C:\Users\build\AppData\Local\Temp\nm5666.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\nm6C1C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exptest.exe @C:\Users\build\AppData\Local\Temp\nm57DE.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\nm6DE2.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\fatalerrtest.exe @C:\Users\build\AppData\Local\Temp\nm59E3.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\nm6F2B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gmdifftest.exe @C:\Users\build\AppData\Local\Temp\nm5B9A.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\nm70A3.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gosttest.exe @C:\Users\build\AppData\Local\Temp\nm5D8F.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\nm721B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\hmactest.exe @C:\Users\build\AppData\Local\Temp\nm5F84.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\nm7354.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ideatest.exe @C:\Users\build\AppData\Local\Temp\nm614A.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\nm74AD.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\igetest.exe @C:\Users\build\AppData\Local\Temp\nm6310.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\nm75E7.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\lhash_test.exe @C:\Users\build\AppData\Local\Temp\nm64A7.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\nm776E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\md2test.exe @C:\Users\build\AppData\Local\Temp\nm666D.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\nm78A8.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\mdc2test.exe @C:\Users\build\AppData\Local\Temp\nm67F5.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\nm79E1.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\memleaktest.exe @C:\Users\build\AppData\Local\Temp\nm698C.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\nm7B4A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\modes_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm6B14.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\nm7F23.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ocspapitest.exe @C:\Users\build\AppData\Local\Temp\nm6FA9.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\nm806C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\packettest.exe @C:\Users\build\AppData\Local\Temp\nm714F.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\nm81E4.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pbelutest.exe @C:\Users\build\AppData\Local\Temp\nm7306.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\nm835C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pemtest.exe @C:\Users\build\AppData\Local\Temp\nm7539.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\nm84B5.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_kdf_test.exe @C:\Users\build\AppData\Local\Temp\nm76E0.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\nm860E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_test.exe @C:\Users\build\AppData\Local\Temp\nm7897.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\nm87E3.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\poly1305_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm7A4D.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\nm8B4F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc2test.exe @C:\Users\build\AppData\Local\Temp\nm7E75.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\nm8CC7.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc4test.exe @C:\Users\build\AppData\Local\Temp\nm8089.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\nm8E10.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc5test.exe @C:\Users\build\AppData\Local\Temp\nm8230.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\nm8F4A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rdrand_sanitytest.exe @C:\Users\build\AppData\Local\Temp\nm83C7.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\nm92E5.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\recordlentest.exe @C:\Users\build\AppData\Local\Temp\nm887B.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\nm943E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_complex.exe @C:\Users\build\AppData\Local\Temp\nm8A32.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\nm9577.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_mp_test.exe @C:\Users\build\AppData\Local\Temp\nm8BAA.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\nm96D0.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_test.exe @C:\Users\build\AppData\Local\Temp\nm8D70.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\nm9838.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sanitytest.exe @C:\Users\build\AppData\Local\Temp\nm8F17.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\nm9A5C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\secmemtest.exe @C:\Users\build\AppData\Local\Temp\nm91D7.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\nm9C13.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\servername_test.exe @C:\Users\build\AppData\Local\Temp\nm93CC.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\nm9E94.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\shlibloadtest.exe @C:\Users\build\AppData\Local\Temp\nm9748.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\nm9FCE.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\siphash_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm98FE.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\nmA31A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm2_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm9D45.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\nmA648.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm4_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmA19B.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\nmA9B4.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\srptest.exe @C:\Users\build\AppData\Local\Temp\nmA5B3.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\nmAC45.tmp
+ 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
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\nmADDC.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nmAB04.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\nmB2B0.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test.exe @C:\Users\build\AppData\Local\Temp\nmB0A3.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\nmB4A5.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nmB298.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\nmB7B3.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslapitest.exe @C:\Users\build\AppData\Local\Temp\nmB604.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\nmB998.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslbuffertest.exe @C:\Users\build\AppData\Local\Temp\nmB847.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\nmBB3F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslcorrupttest.exe @C:\Users\build\AppData\Local\Temp\nmBA2C.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\nmBE1F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssltest_old.exe @C:\Users\build\AppData\Local\Temp\nmBD3B.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\nmBF68.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\stack_test.exe @C:\Users\build\AppData\Local\Temp\nmBEC2.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\nmC0FF.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sysdefaulttest.exe @C:\Users\build\AppData\Local\Temp\nmC0A8.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\nmC277.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\test_test.exe @C:\Users\build\AppData\Local\Temp\nmC23F.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\nmC4BA.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\threadstest.exe @C:\Users\build\AppData\Local\Temp\nmC4FF.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\nmC642.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\time_offset_test.exe @C:\Users\build\AppData\Local\Temp\nmC704.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\nmC7E9.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13ccstest.exe @C:\Users\build\AppData\Local\Temp\nmC8CA.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\nmCA7A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13encryptiontest.exe @C:\Users\build\AppData\Local\Temp\nmCBC8.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\nmCD98.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13secretstest.exe @C:\Users\build\AppData\Local\Temp\nmCF83.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\nmD039.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\uitest.exe @C:\Users\build\AppData\Local\Temp\nmD291.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\nmD1E0.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3ext.exe @C:\Users\build\AppData\Local\Temp\nmD4E4.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\nmD396.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3nametest.exe @C:\Users\build\AppData\Local\Temp\nmD6B9.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\nmD53D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\verify_extra_test.exe @C:\Users\build\AppData\Local\Temp\nmD851.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\nmD6B5.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\versions.exe @C:\Users\build\AppData\Local\Temp\nmD9D8.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\nmD81D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\wpackettest.exe @C:\Users\build\AppData\Local\Temp\nmDB50.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\nmD9B5.tmp
+ 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
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\nmDB5B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_dup_cert_test.exe @C:\Users\build\AppData\Local\Temp\nmDEDC.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\nmDD22.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmE0A3.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\nmE09D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_time_test.exe @C:\Users\build\AppData\Local\Temp\nmE4BA.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\nmE292.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509aux.exe @C:\Users\build\AppData\Local\Temp\nmE671.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 4c13f8e..7ce2bc5 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.1i (0x1010109fL) for BSD-x86_64
+Configuring OpenSSL version 1.1.1j (0x101010afL) for BSD-x86_64
Using os-specific seed configuration
Creating configdata.pm
Creating Makefile
@@ -22,15 +22,82 @@ Creating Makefile
/usr/local/bin/perl "-I." -Mconfigdata "../util/dofile.pl" "-oMakefile" ../include/crypto/dso_conf.h.in > include/crypto/dso_conf.h
/usr/local/bin/perl "-I." -Mconfigdata "../util/dofile.pl" "-oMakefile" ../include/openssl/opensslconf.h.in > include/openssl/opensslconf.h
make depend && make _all
+/usr/local/bin/perl ../test/generate_buildtest.pl asn1 > test/buildtest_asn1.c
+/usr/local/bin/perl ../test/generate_buildtest.pl asn1t > test/buildtest_asn1t.c
+/usr/local/bin/perl ../test/generate_buildtest.pl async > test/buildtest_async.c
+/usr/local/bin/perl ../test/generate_buildtest.pl bio > test/buildtest_bio.c
+/usr/local/bin/perl ../test/generate_buildtest.pl blowfish > test/buildtest_blowfish.c
+/usr/local/bin/perl ../test/generate_buildtest.pl bn > test/buildtest_bn.c
+/usr/local/bin/perl ../test/generate_buildtest.pl buffer > test/buildtest_buffer.c
+/usr/local/bin/perl ../test/generate_buildtest.pl camellia > test/buildtest_camellia.c
+/usr/local/bin/perl ../test/generate_buildtest.pl cast > test/buildtest_cast.c
+/usr/local/bin/perl ../test/generate_buildtest.pl cmac > test/buildtest_cmac.c
+/usr/local/bin/perl ../test/generate_buildtest.pl cms > test/buildtest_cms.c
+/usr/local/bin/perl ../test/generate_buildtest.pl comp > test/buildtest_comp.c
+/usr/local/bin/perl ../test/generate_buildtest.pl conf > test/buildtest_conf.c
+/usr/local/bin/perl ../test/generate_buildtest.pl conf_api > test/buildtest_conf_api.c
+/usr/local/bin/perl ../test/generate_buildtest.pl crypto > test/buildtest_crypto.c
+/usr/local/bin/perl ../test/generate_buildtest.pl ct > test/buildtest_ct.c
+/usr/local/bin/perl ../test/generate_buildtest.pl des > test/buildtest_des.c
+/usr/local/bin/perl ../test/generate_buildtest.pl dh > test/buildtest_dh.c
+/usr/local/bin/perl ../test/generate_buildtest.pl dsa > test/buildtest_dsa.c
+/usr/local/bin/perl ../test/generate_buildtest.pl dtls1 > test/buildtest_dtls1.c
+/usr/local/bin/perl ../test/generate_buildtest.pl e_os2 > test/buildtest_e_os2.c
+/usr/local/bin/perl ../test/generate_buildtest.pl ebcdic > test/buildtest_ebcdic.c
+/usr/local/bin/perl ../test/generate_buildtest.pl ec > test/buildtest_ec.c
+/usr/local/bin/perl ../test/generate_buildtest.pl ecdh > test/buildtest_ecdh.c
+/usr/local/bin/perl ../test/generate_buildtest.pl ecdsa > test/buildtest_ecdsa.c
+/usr/local/bin/perl ../test/generate_buildtest.pl engine > test/buildtest_engine.c
+/usr/local/bin/perl ../test/generate_buildtest.pl evp > test/buildtest_evp.c
+/usr/local/bin/perl ../test/generate_buildtest.pl hmac > test/buildtest_hmac.c
+/usr/local/bin/perl ../test/generate_buildtest.pl idea > test/buildtest_idea.c
+/usr/local/bin/perl ../test/generate_buildtest.pl kdf > test/buildtest_kdf.c
+/usr/local/bin/perl ../test/generate_buildtest.pl lhash > test/buildtest_lhash.c
+/usr/local/bin/perl ../test/generate_buildtest.pl md2 > test/buildtest_md2.c
+/usr/local/bin/perl ../test/generate_buildtest.pl md4 > test/buildtest_md4.c
+/usr/local/bin/perl ../test/generate_buildtest.pl md5 > test/buildtest_md5.c
+/usr/local/bin/perl ../test/generate_buildtest.pl modes > test/buildtest_modes.c
+/usr/local/bin/perl ../test/generate_buildtest.pl obj_mac > test/buildtest_obj_mac.c
+/usr/local/bin/perl ../test/generate_buildtest.pl objects > test/buildtest_objects.c
+/usr/local/bin/perl ../test/generate_buildtest.pl ocsp > test/buildtest_ocsp.c
+/usr/local/bin/perl ../test/generate_buildtest.pl opensslv > test/buildtest_opensslv.c
+/usr/local/bin/perl ../test/generate_buildtest.pl ossl_typ > test/buildtest_ossl_typ.c
+/usr/local/bin/perl ../test/generate_buildtest.pl pem > test/buildtest_pem.c
+/usr/local/bin/perl ../test/generate_buildtest.pl pem2 > test/buildtest_pem2.c
+/usr/local/bin/perl ../test/generate_buildtest.pl pkcs12 > test/buildtest_pkcs12.c
+/usr/local/bin/perl ../test/generate_buildtest.pl pkcs7 > test/buildtest_pkcs7.c
+/usr/local/bin/perl ../test/generate_buildtest.pl rand > test/buildtest_rand.c
+/usr/local/bin/perl ../test/generate_buildtest.pl rand_drbg > test/buildtest_rand_drbg.c
+/usr/local/bin/perl ../test/generate_buildtest.pl rc2 > test/buildtest_rc2.c
+/usr/local/bin/perl ../test/generate_buildtest.pl rc4 > test/buildtest_rc4.c
+/usr/local/bin/perl ../test/generate_buildtest.pl rc5 > test/buildtest_rc5.c
+/usr/local/bin/perl ../test/generate_buildtest.pl ripemd > test/buildtest_ripemd.c
+/usr/local/bin/perl ../test/generate_buildtest.pl rsa > test/buildtest_rsa.c
+/usr/local/bin/perl ../test/generate_buildtest.pl safestack > test/buildtest_safestack.c
+/usr/local/bin/perl ../test/generate_buildtest.pl seed > test/buildtest_seed.c
+/usr/local/bin/perl ../test/generate_buildtest.pl sha > test/buildtest_sha.c
+/usr/local/bin/perl ../test/generate_buildtest.pl srp > test/buildtest_srp.c
+/usr/local/bin/perl ../test/generate_buildtest.pl srtp > test/buildtest_srtp.c
+/usr/local/bin/perl ../test/generate_buildtest.pl ssl > test/buildtest_ssl.c
+/usr/local/bin/perl ../test/generate_buildtest.pl ssl2 > test/buildtest_ssl2.c
+/usr/local/bin/perl ../test/generate_buildtest.pl ssl3 > test/buildtest_ssl3.c
+/usr/local/bin/perl ../test/generate_buildtest.pl stack > test/buildtest_stack.c
+/usr/local/bin/perl ../test/generate_buildtest.pl store > test/buildtest_store.c
+/usr/local/bin/perl ../test/generate_buildtest.pl symhacks > test/buildtest_symhacks.c
+/usr/local/bin/perl ../test/generate_buildtest.pl tls1 > test/buildtest_tls1.c
+/usr/local/bin/perl ../test/generate_buildtest.pl ts > test/buildtest_ts.c
+/usr/local/bin/perl ../test/generate_buildtest.pl txt_db > test/buildtest_txt_db.c
+/usr/local/bin/perl ../test/generate_buildtest.pl ui > test/buildtest_ui.c
+/usr/local/bin/perl ../test/generate_buildtest.pl whrlpool > test/buildtest_whrlpool.c
+/usr/local/bin/perl ../test/generate_buildtest.pl x509 > test/buildtest_x509.c
+/usr/local/bin/perl ../test/generate_buildtest.pl x509_vfy > test/buildtest_x509_vfy.c
+/usr/local/bin/perl ../test/generate_buildtest.pl x509v3 > test/buildtest_x509v3.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o ../apps/app_rand.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o ../apps/apps.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o ../apps/bf_prefix.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/opt.d.tmp -MT apps/opt.o -c -o apps/opt.o ../apps/opt.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/s_cb.d.tmp -MT apps/s_cb.o -c -o apps/s_cb.o ../apps/s_cb.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/s_socket.d.tmp -MT apps/s_socket.o -c -o apps/s_socket.o ../apps/s_socket.c
-ar r apps/libapps.a apps/app_rand.o apps/apps.o apps/bf_prefix.o apps/opt.o apps/s_cb.o apps/s_socket.o
-ar: warning: creating apps/libapps.a
-ranlib apps/libapps.a || echo Never mind.
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/aes/aes_cbc.d.tmp -MT crypto/aes/aes_cbc.o -c -o crypto/aes/aes_cbc.o ../crypto/aes/aes_cbc.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/aes/aes_cfb.d.tmp -MT crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o ../crypto/aes/aes_cfb.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/aes/aes_core.d.tmp -MT crypto/aes/aes_core.o -c -o crypto/aes/aes_core.o ../crypto/aes/aes_core.c
@@ -229,8 +296,6 @@ cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSS
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ct/ct_vfy.d.tmp -MT crypto/ct/ct_vfy.o -c -o crypto/ct/ct_vfy.o ../crypto/ct/ct_vfy.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ct/ct_x509v3.d.tmp -MT crypto/ct/ct_x509v3.o -c -o crypto/ct/ct_x509v3.o ../crypto/ct/ct_x509v3.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ctype.d.tmp -MT crypto/ctype.o -c -o crypto/ctype.o ../crypto/ctype.c
-/usr/local/bin/perl ../util/mkbuildinf.pl "cc -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG" "BSD-x86_64" > crypto/buildinf.h
-cc -I. -Iinclude -Icrypto -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cversion.d.tmp -MT crypto/cversion.o -c -o crypto/cversion.o ../crypto/cversion.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/cbc_cksm.d.tmp -MT crypto/des/cbc_cksm.o -c -o crypto/des/cbc_cksm.o ../crypto/des/cbc_cksm.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/cbc_enc.d.tmp -MT crypto/des/cbc_enc.o -c -o crypto/des/cbc_enc.o ../crypto/des/cbc_enc.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/cfb64ede.d.tmp -MT crypto/des/cfb64ede.o -c -o crypto/des/cfb64ede.o ../crypto/des/cfb64ede.c
@@ -674,9 +739,6 @@ cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSS
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_tlsf.d.tmp -MT crypto/x509v3/v3_tlsf.o -c -o crypto/x509v3/v3_tlsf.o ../crypto/x509v3/v3_tlsf.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_utl.d.tmp -MT crypto/x509v3/v3_utl.o -c -o crypto/x509v3/v3_utl.o ../crypto/x509v3/v3_utl.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3err.d.tmp -MT crypto/x509v3/v3err.o -c -o crypto/x509v3/v3err.o ../crypto/x509v3/v3err.c
-ar r libcrypto.a crypto/aes/aes_cbc.o crypto/aes/aes_cfb.o crypto/aes/aes_core.o crypto/aes/aes_ecb.o crypto/aes/aes_ige.o crypto/aes/aes_misc.o crypto/aes/aes_ofb.o crypto/aes/aes_wrap.o crypto/aria/aria.o crypto/asn1/a_bitstr.o crypto/asn1/a_d2i_fp.o crypto/asn1/a_digest.o crypto/asn1/a_dup.o crypto/asn1/a_gentm.o crypto/asn1/a_i2d_fp.o crypto/asn1/a_int.o crypto/asn1/a_mbstr.o crypto/asn1/a_object.o crypto/asn1/a_octet.o crypto/asn1/a_print.o crypto/asn1/a_sign.o crypto/asn1/a_strex.o crypto/asn1/a_strnid.o crypto/asn1/a_time.o crypto/asn1/a_type.o crypto/asn1/a_utctm.o crypto/asn1/a_utf8.o crypto/asn1/a_verify.o crypto/asn1/ameth_lib.o crypto/asn1/asn1_err.o crypto/asn1/asn1_gen.o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_lib.o crypto/asn1/asn1_par.o crypto/asn1/asn_mime.o crypto/asn1/asn_moid.o crypto/asn1/asn_mstbl.o crypto/asn1/asn_pack.o crypto/asn1/bio_asn1.o crypto/asn1/bio_ndef.o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pu.o crypto/asn1/evp_asn1.o crypto/asn1/f_int.o crypto/asn1/f_string.o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pu.o crypto/asn1/n_pkey.o crypto/asn1/nsseq.o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbev2.o crypto/asn1/p5_scrypt.o crypto/asn1/p8_pkey.o crypto/asn1/t_bitst.o crypto/asn1/t_pkey.o crypto/asn1/t_spki.o crypto/asn1/tasn_dec.o crypto/asn1/tasn_enc.o crypto/asn1/tasn_fre.o crypto/asn1/tasn_new.o crypto/asn1/tasn_prn.o crypto/asn1/tasn_scn.o crypto/asn1/tasn_typ.o crypto/asn1/tasn_utl.o crypto/asn1/x_algor.o crypto/asn1/x_bignum.o crypto/asn1/x_info.o crypto/asn1/x_int64.o crypto/asn1/x_long.o crypto/asn1/x_pkey.o crypto/asn1/x_sig.o crypto/asn1/x_spki.o crypto/asn1/x_val.o crypto/async/arch/async_null.o crypto/async/arch/async_posix.o crypto/async/arch/async_win.o crypto/async/async.o crypto/async/async_err.o crypto/async/async_wait.o crypto/bf/bf_cfb64.o crypto/bf/bf_ecb.o crypto/bf/bf_enc.o crypto/bf/bf_ofb64.o crypto/bf/bf_skey.o crypto/bio/b_addr.o crypto/bio/b_dump.o crypto/bio/b_print.o crypto/bio/b_sock.o crypto/bio/b_sock2.o crypto/bio/bf_buff.o crypto/bio/bf_lbuf.o crypto/bio/bf_nbio.o crypto/bio/bf_null.o crypto/bio/bio_cb.o crypto/bio/bio_err.o crypto/bio/bio_lib.o crypto/bio/bio_meth.o crypto/bio/bss_acpt.o crypto/bio/bss_bio.o crypto/bio/bss_conn.o crypto/bio/bss_dgram.o crypto/bio/bss_fd.o crypto/bio/bss_file.o crypto/bio/bss_log.o crypto/bio/bss_mem.o crypto/bio/bss_null.o crypto/bio/bss_sock.o crypto/blake2/blake2b.o crypto/blake2/blake2s.o crypto/blake2/m_blake2b.o crypto/blake2/m_blake2s.o crypto/bn/bn_add.o crypto/bn/bn_asm.o crypto/bn/bn_blind.o crypto/bn/bn_const.o crypto/bn/bn_ctx.o crypto/bn/bn_depr.o crypto/bn/bn_dh.o crypto/bn/bn_div.o crypto/bn/bn_err.o crypto/bn/bn_exp.o crypto/bn/bn_exp2.o crypto/bn/bn_gcd.o crypto/bn/bn_gf2m.o crypto/bn/bn_intern.o crypto/bn/bn_kron.o crypto/bn/bn_lib.o crypto/bn/bn_mod.o crypto/bn/bn_mont.o crypto/bn/bn_mpi.o crypto/bn/bn_mul.o crypto/bn/bn_nist.o crypto/bn/bn_prime.o crypto/bn/bn_print.o crypto/bn/bn_rand.o crypto/bn/bn_recp.o crypto/bn/bn_shift.o crypto/bn/bn_sqr.o crypto/bn/bn_sqrt.o crypto/bn/bn_srp.o crypto/bn/bn_word.o crypto/bn/bn_x931p.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/camellia/camellia.o crypto/camellia/cmll_cbc.o crypto/camellia/cmll_cfb.o crypto/camellia/cmll_ctr.o crypto/camellia/cmll_ecb.o crypto/camellia/cmll_misc.o crypto/camellia/cmll_ofb.o crypto/cast/c_cfb64.o crypto/cast/c_ecb.o crypto/cast/c_enc.o crypto/cast/c_ofb64.o crypto/cast/c_skey.o crypto/chacha/chacha_enc.o crypto/cmac/cm_ameth.o crypto/cmac/cm_pmeth.o crypto/cmac/cmac.o crypto/cms/cms_asn1.o crypto/cms/cms_att.o crypto/cms/cms_cd.o crypto/cms/cms_dd.o crypto/cms/cms_enc.o crypto/cms/cms_env.o crypto/cms/cms_err.o crypto/cms/cms_ess.o crypto/cms/cms_io.o crypto/cms/cms_kari.o crypto/cms/cms_lib.o crypto/cms/cms_pwri.o crypto/cms/cms_sd.o crypto/cms/cms_smime.o crypto/comp/c_zlib.o crypto/comp/comp_err.o crypto/comp/comp_lib.o crypto/conf/conf_api.o crypto/conf/conf_def.o crypto/conf/conf_err.o crypto/conf/conf_lib.o crypto/conf/conf_mall.o crypto/conf/conf_mod.o crypto/conf/conf_sap.o crypto/conf/conf_ssl.o crypto/cpt_err.o crypto/cryptlib.o crypto/ct/ct_b64.o crypto/ct/ct_err.o crypto/ct/ct_log.o crypto/ct/ct_oct.o crypto/ct/ct_policy.o crypto/ct/ct_prn.o crypto/ct/ct_sct.o crypto/ct/ct_sct_ctx.o crypto/ct/ct_vfy.o crypto/ct/ct_x509v3.o crypto/ctype.o crypto/cversion.o crypto/des/cbc_cksm.o crypto/des/cbc_enc.o crypto/des/cfb64ede.o crypto/des/cfb64enc.o crypto/des/cfb_enc.o crypto/des/des_enc.o crypto/des/ecb3_enc.o crypto/des/ecb_enc.o crypto/des/fcrypt.o crypto/des/fcrypt_b.o crypto/des/ofb64ede.o crypto/des/ofb64enc.o crypto/des/ofb_enc.o crypto/des/pcbc_enc.o crypto/des/qud_cksm.o crypto/des/rand_key.o crypto/des/set_key.o crypto/des/str2key.o crypto/des/xcbc_enc.o crypto/dh/dh_ameth.o crypto/dh/dh_asn1.o crypto/dh/dh_check.o crypto/dh/dh_depr.o crypto/dh/dh_err.o crypto/dh/dh_gen.o crypto/dh/dh_kdf.o crypto/dh/dh_key.o crypto/dh/dh_lib.o crypto/dh/dh_meth.o crypto/dh/dh_pmeth.o crypto/dh/dh_prn.o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc7919.o crypto/dsa/dsa_ameth.o crypto/dsa/dsa_asn1.o crypto/dsa/dsa_depr.o crypto/dsa/dsa_err.o crypto/dsa/dsa_gen.o crypto/dsa/dsa_key.o crypto/dsa/dsa_lib.o crypto/dsa/dsa_meth.o crypto/dsa/dsa_ossl.o crypto/dsa/dsa_pmeth.o crypto/dsa/dsa_prn.o crypto/dsa/dsa_sign.o crypto/dsa/dsa_vrf.o crypto/dso/dso_dl.o crypto/dso/dso_dlfcn.o crypto/dso/dso_err.o crypto/dso/dso_lib.o crypto/dso/dso_openssl.o crypto/dso/dso_vms.o crypto/dso/dso_win32.o crypto/ebcdic.o crypto/ec/curve25519.o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/eddsa.o crypto/ec/curve448/f_generic.o crypto/ec/curve448/scalar.o crypto/ec/ec2_oct.o crypto/ec/ec2_smpl.o crypto/ec/ec_ameth.o crypto/ec/ec_asn1.o crypto/ec/ec_check.o crypto/ec/ec_curve.o crypto/ec/ec_cvt.o crypto/ec/ec_err.o crypto/ec/ec_key.o crypto/ec/ec_kmeth.o crypto/ec/ec_lib.o crypto/ec/ec_mult.o crypto/ec/ec_oct.o crypto/ec/ec_pmeth.o crypto/ec/ec_print.o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_ossl.o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_vrf.o crypto/ec/eck_prn.o crypto/ec/ecp_mont.o crypto/ec/ecp_nist.o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistputil.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/engine/eng_all.o crypto/engine/eng_cnf.o crypto/engine/eng_ctrl.o crypto/engine/eng_dyn.o crypto/engine/eng_err.o crypto/engine/eng_fat.o crypto/engine/eng_init.o crypto/engine/eng_lib.o crypto/engine/eng_list.o crypto/engine/eng_openssl.o crypto/engine/eng_pkey.o crypto/engine/eng_rdrand.o crypto/engine/eng_table.o crypto/engine/tb_asnmth.o crypto/engine/tb_cipher.o crypto/engine/tb_dh.o crypto/engine/tb_digest.o crypto/engine/tb_dsa.o crypto/engine/tb_eckey.o crypto/engine/tb_pkmeth.o crypto/engine/tb_rand.o crypto/engine/tb_rsa.o crypto/err/err.o crypto/err/err_all.o crypto/err/err_prn.o crypto/evp/bio_b64.o crypto/evp/bio_enc.o crypto/evp/bio_md.o crypto/evp/bio_ok.o crypto/evp/c_allc.o crypto/evp/c_alld.o crypto/evp/cmeth_lib.o crypto/evp/digest.o crypto/evp/e_aes.o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aria.o crypto/evp/e_bf.o crypto/evp/e_camellia.o crypto/evp/e_cast.o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_des.o crypto/evp/e_des3.o crypto/evp/e_idea.o crypto/evp/e_null.o crypto/evp/e_old.o crypto/evp/e_rc2.o crypto/evp/e_rc4.o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc5.o crypto/evp/e_seed.o crypto/evp/e_sm4.o crypto/evp/e_xcbc_d.o crypto/evp/encode.o crypto/evp/evp_cnf.o crypto/evp/evp_enc.o crypto/evp/evp_err.o crypto/evp/evp_key.o crypto/evp/evp_lib.o crypto/evp/evp_pbe.o crypto/evp/evp_pkey.o crypto/evp/m_md2.o crypto/evp/m_md4.o crypto/evp/m_md5.o crypto/evp/m_md5_sha1.o crypto/evp/m_mdc2.o crypto/evp/m_null.o crypto/evp/m_ripemd.o crypto/evp/m_sha1.o crypto/evp/m_sha3.o crypto/evp/m_sigver.o crypto/evp/m_wp.o crypto/evp/names.o crypto/evp/p5_crpt.o crypto/evp/p5_crpt2.o crypto/evp/p_dec.o crypto/evp/p_enc.o crypto/evp/p_lib.o crypto/evp/p_open.o crypto/evp/p_seal.o crypto/evp/p_sign.o crypto/evp/p_verify.o crypto/evp/pbe_scrypt.o crypto/evp/pmeth_fn.o crypto/evp/pmeth_gn.o crypto/evp/pmeth_lib.o crypto/ex_data.o crypto/getenv.o crypto/hmac/hm_ameth.o crypto/hmac/hm_pmeth.o crypto/hmac/hmac.o crypto/idea/i_cbc.o crypto/idea/i_cfb64.o crypto/idea/i_ecb.o crypto/idea/i_ofb64.o crypto/idea/i_skey.o crypto/init.o crypto/kdf/hkdf.o crypto/kdf/kdf_err.o crypto/kdf/scrypt.o crypto/kdf/tls1_prf.o crypto/lhash/lh_stats.o crypto/lhash/lhash.o crypto/md2/md2_dgst.o crypto/md2/md2_one.o crypto/md4/md4_dgst.o crypto/md4/md4_one.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mem.o crypto/mem_clr.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/cbc128.o crypto/modes/ccm128.o crypto/modes/cfb128.o crypto/modes/ctr128.o crypto/modes/cts128.o crypto/modes/gcm128.o crypto/modes/ocb128.o crypto/modes/ofb128.o crypto/modes/wrap128.o crypto/modes/xts128.o crypto/o_dir.o crypto/o_fips.o crypto/o_fopen.o crypto/o_init.o crypto/o_str.o crypto/o_time.o crypto/objects/o_names.o crypto/objects/obj_dat.o crypto/objects/obj_err.o crypto/objects/obj_lib.o crypto/objects/obj_xref.o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_vfy.o crypto/ocsp/v3_ocsp.o crypto/pem/pem_all.o crypto/pem/pem_err.o crypto/pem/pem_info.o crypto/pem/pem_lib.o crypto/pem/pem_oth.o crypto/pem/pem_pk8.o crypto/pem/pem_pkey.o crypto/pem/pem_sign.o crypto/pem/pem_x509.o crypto/pem/pem_xaux.o crypto/pem/pvkfmt.o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_utl.o crypto/pkcs12/pk12err.o crypto/pkcs7/bio_pk7.o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pkcs7err.o crypto/poly1305/poly1305.o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_pmeth.o crypto/rand/drbg_ctr.o crypto/rand/drbg_lib.o crypto/rand/rand_egd.o crypto/rand/rand_err.o crypto/rand/rand_lib.o crypto/rand/rand_unix.o crypto/rand/rand_vms.o crypto/rand/rand_win.o crypto/rand/randfile.o crypto/rc2/rc2_cbc.o crypto/rc2/rc2_ecb.o crypto/rc2/rc2_skey.o crypto/rc2/rc2cfb64.o crypto/rc2/rc2ofb64.o crypto/rc4/rc4_enc.o crypto/rc4/rc4_skey.o crypto/rc5/rc5_ecb.o crypto/rc5/rc5_enc.o crypto/rc5/rc5_skey.o crypto/rc5/rc5cfb64.o crypto/rc5/rc5ofb64.o crypto/ripemd/rmd_dgst.o crypto/ripemd/rmd_one.o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_chk.o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_depr.o crypto/rsa/rsa_err.o crypto/rsa/rsa_gen.o crypto/rsa/rsa_lib.o crypto/rsa/rsa_meth.o crypto/rsa/rsa_mp.o crypto/rsa/rsa_none.o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_prn.o crypto/rsa/rsa_pss.o crypto/rsa/rsa_saos.o crypto/rsa/rsa_sign.o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931g.o crypto/seed/seed.o crypto/seed/seed_cbc.o crypto/seed/seed_cfb.o crypto/seed/seed_ecb.o crypto/seed/seed_ofb.o crypto/sha/keccak1600.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256.o crypto/sha/sha512.o crypto/siphash/siphash.o crypto/siphash/siphash_ameth.o crypto/siphash/siphash_pmeth.o crypto/sm2/sm2_crypt.o crypto/sm2/sm2_err.o crypto/sm2/sm2_pmeth.o crypto/sm2/sm2_sign.o crypto/sm3/m_sm3.o crypto/sm3/sm3.o crypto/sm4/sm4.o crypto/srp/srp_lib.o crypto/srp/srp_vfy.o crypto/stack/stack.o crypto/store/loader_file.o crypto/store/store_err.o crypto/store/store_init.o crypto/store/store_lib.o crypto/store/store_register.o crypto/store/store_strings.o crypto/threads_none.o crypto/threads_pthread.o crypto/threads_win.o crypto/ts/ts_asn1.o crypto/ts/ts_conf.o crypto/ts/ts_err.o crypto/ts/ts_lib.o crypto/ts/ts_req_print.o crypto/ts/ts_req_utils.o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_verify.o crypto/ts/ts_verify_ctx.o crypto/txt_db/txt_db.o crypto/ui/ui_err.o crypto/ui/ui_lib.o crypto/ui/ui_null.o crypto/ui/ui_openssl.o crypto/ui/ui_util.o crypto/uid.o crypto/whrlpool/wp_block.o crypto/whrlpool/wp_dgst.o crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509/t_crl.o crypto/x509/t_req.o crypto/x509/t_x509.o crypto/x509/x509_att.o crypto/x509/x509_cmp.o crypto/x509/x509_d2.o crypto/x509/x509_def.o crypto/x509/x509_err.o crypto/x509/x509_ext.o crypto/x509/x509_lu.o crypto/x509/x509_meth.o crypto/x509/x509_obj.o crypto/x509/x509_r2x.o crypto/x509/x509_req.o crypto/x509/x509_set.o crypto/x509/x509_trs.o crypto/x509/x509_txt.o crypto/x509/x509_v3.o crypto/x509/x509_vfy.o crypto/x509/x509_vpm.o crypto/x509/x509cset.o crypto/x509/x509name.o crypto/x509/x509rset.o crypto/x509/x509spki.o crypto/x509/x509type.o crypto/x509/x_all.o crypto/x509/x_attrib.o crypto/x509/x_crl.o crypto/x509/x_exten.o crypto/x509/x_name.o crypto/x509/x_pubkey.o crypto/x509/x_req.o crypto/x509/x_x509.o crypto/x509/x_x509a.o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o
-ar: warning: creating libcrypto.a
-ranlib libcrypto.a || echo Never mind.
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/bio_ssl.d.tmp -MT ssl/bio_ssl.o -c -o ssl/bio_ssl.o ../ssl/bio_ssl.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/d1_lib.d.tmp -MT ssl/d1_lib.o -c -o ssl/d1_lib.o ../ssl/d1_lib.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/d1_msg.d.tmp -MT ssl/d1_msg.o -c -o ssl/d1_msg.o ../ssl/d1_msg.c
@@ -721,9 +783,6 @@ cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSS
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/t1_trce.d.tmp -MT ssl/t1_trce.o -c -o ssl/t1_trce.o ../ssl/t1_trce.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/tls13_enc.d.tmp -MT ssl/tls13_enc.o -c -o ssl/tls13_enc.o ../ssl/tls13_enc.c
cc -I. -Iinclude -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/tls_srp.d.tmp -MT ssl/tls_srp.o -c -o ssl/tls_srp.o ../ssl/tls_srp.c
-ar r libssl.a ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o
-ar: warning: creating libssl.a
-ranlib libssl.a || echo Never mind.
cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/testutil/basic_output.d.tmp -MT test/testutil/basic_output.o -c -o test/testutil/basic_output.o ../test/testutil/basic_output.c
cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/testutil/cb.d.tmp -MT test/testutil/cb.o -c -o test/testutil/cb.o ../test/testutil/cb.c
cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/testutil/driver.d.tmp -MT test/testutil/driver.o -c -o test/testutil/driver.o ../test/testutil/driver.c
@@ -736,24 +795,236 @@ cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DO
cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/testutil/test_cleanup.d.tmp -MT test/testutil/test_cleanup.o -c -o test/testutil/test_cleanup.o ../test/testutil/test_cleanup.c
cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/testutil/tests.d.tmp -MT test/testutil/tests.o -c -o test/testutil/tests.o ../test/testutil/tests.c
cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/testutil/testutil_init.d.tmp -MT test/testutil/testutil_init.o -c -o test/testutil/testutil_init.o ../test/testutil/testutil_init.c
-ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o test/testutil/testutil_init.o
-ar: warning: creating test/libtestutil.a
-ranlib test/libtestutil.a || echo Never mind.
/usr/local/bin/perl ../util/mkdef.pl crypto linux > libcrypto.map
-cc -fPIC -pthread -Wall -O3 -L. -shared -Wl,-Bsymbolic -Wl,-soname=libcrypto.so.1.1 -o libcrypto.so.1.1 -Wl,--version-script=libcrypto.map crypto/aes/aes_cbc.o crypto/aes/aes_cfb.o crypto/aes/aes_core.o crypto/aes/aes_ecb.o crypto/aes/aes_ige.o crypto/aes/aes_misc.o crypto/aes/aes_ofb.o crypto/aes/aes_wrap.o crypto/aria/aria.o crypto/asn1/a_bitstr.o crypto/asn1/a_d2i_fp.o crypto/asn1/a_digest.o crypto/asn1/a_dup.o crypto/asn1/a_gentm.o crypto/asn1/a_i2d_fp.o crypto/asn1/a_int.o crypto/asn1/a_mbstr.o crypto/asn1/a_object.o crypto/asn1/a_octet.o crypto/asn1/a_print.o crypto/asn1/a_sign.o crypto/asn1/a_strex.o crypto/asn1/a_strnid.o crypto/asn1/a_time.o crypto/asn1/a_type.o crypto/asn1/a_utctm.o crypto/asn1/a_utf8.o crypto/asn1/a_verify.o crypto/asn1/ameth_lib.o crypto/asn1/asn1_err.o crypto/asn1/asn1_gen.o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_lib.o crypto/asn1/asn1_par.o crypto/asn1/asn_mime.o crypto/asn1/asn_moid.o crypto/asn1/asn_mstbl.o crypto/asn1/asn_pack.o crypto/asn1/bio_asn1.o crypto/asn1/bio_ndef.o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pu.o crypto/asn1/evp_asn1.o crypto/asn1/f_int.o crypto/asn1/f_string.o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pu.o crypto/asn1/n_pkey.o crypto/asn1/nsseq.o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbev2.o crypto/asn1/p5_scrypt.o crypto/asn1/p8_pkey.o crypto/asn1/t_bitst.o crypto/asn1/t_pkey.o crypto/asn1/t_spki.o crypto/asn1/tasn_dec.o crypto/asn1/tasn_enc.o crypto/asn1/tasn_fre.o crypto/asn1/tasn_new.o crypto/asn1/tasn_prn.o crypto/asn1/tasn_scn.o crypto/asn1/tasn_typ.o crypto/asn1/tasn_utl.o crypto/asn1/x_algor.o crypto/asn1/x_bignum.o crypto/asn1/x_info.o crypto/asn1/x_int64.o crypto/asn1/x_long.o crypto/asn1/x_pkey.o crypto/asn1/x_sig.o crypto/asn1/x_spki.o crypto/asn1/x_val.o crypto/async/arch/async_null.o crypto/async/arch/async_posix.o crypto/async/arch/async_win.o crypto/async/async.o crypto/async/async_err.o crypto/async/async_wait.o crypto/bf/bf_cfb64.o crypto/bf/bf_ecb.o crypto/bf/bf_enc.o crypto/bf/bf_ofb64.o crypto/bf/bf_skey.o crypto/bio/b_addr.o crypto/bio/b_dump.o crypto/bio/b_print.o crypto/bio/b_sock.o crypto/bio/b_sock2.o crypto/bio/bf_buff.o crypto/bio/bf_lbuf.o crypto/bio/bf_nbio.o crypto/bio/bf_null.o crypto/bio/bio_cb.o crypto/bio/bio_err.o crypto/bio/bio_lib.o crypto/bio/bio_meth.o crypto/bio/bss_acpt.o crypto/bio/bss_bio.o crypto/bio/bss_conn.o crypto/bio/bss_dgram.o crypto/bio/bss_fd.o crypto/bio/bss_file.o crypto/bio/bss_log.o crypto/bio/bss_mem.o crypto/bio/bss_null.o crypto/bio/bss_sock.o crypto/blake2/blake2b.o crypto/blake2/blake2s.o crypto/blake2/m_blake2b.o crypto/blake2/m_blake2s.o crypto/bn/bn_add.o crypto/bn/bn_asm.o crypto/bn/bn_blind.o crypto/bn/bn_const.o crypto/bn/bn_ctx.o crypto/bn/bn_depr.o crypto/bn/bn_dh.o crypto/bn/bn_div.o crypto/bn/bn_err.o crypto/bn/bn_exp.o crypto/bn/bn_exp2.o crypto/bn/bn_gcd.o crypto/bn/bn_gf2m.o crypto/bn/bn_intern.o crypto/bn/bn_kron.o crypto/bn/bn_lib.o crypto/bn/bn_mod.o crypto/bn/bn_mont.o crypto/bn/bn_mpi.o crypto/bn/bn_mul.o crypto/bn/bn_nist.o crypto/bn/bn_prime.o crypto/bn/bn_print.o crypto/bn/bn_rand.o crypto/bn/bn_recp.o crypto/bn/bn_shift.o crypto/bn/bn_sqr.o crypto/bn/bn_sqrt.o crypto/bn/bn_srp.o crypto/bn/bn_word.o crypto/bn/bn_x931p.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/camellia/camellia.o crypto/camellia/cmll_cbc.o crypto/camellia/cmll_cfb.o crypto/camellia/cmll_ctr.o crypto/camellia/cmll_ecb.o crypto/camellia/cmll_misc.o crypto/camellia/cmll_ofb.o crypto/cast/c_cfb64.o crypto/cast/c_ecb.o crypto/cast/c_enc.o crypto/cast/c_ofb64.o crypto/cast/c_skey.o crypto/chacha/chacha_enc.o crypto/cmac/cm_ameth.o crypto/cmac/cm_pmeth.o crypto/cmac/cmac.o crypto/cms/cms_asn1.o crypto/cms/cms_att.o crypto/cms/cms_cd.o crypto/cms/cms_dd.o crypto/cms/cms_enc.o crypto/cms/cms_env.o crypto/cms/cms_err.o crypto/cms/cms_ess.o crypto/cms/cms_io.o crypto/cms/cms_kari.o crypto/cms/cms_lib.o crypto/cms/cms_pwri.o crypto/cms/cms_sd.o crypto/cms/cms_smime.o crypto/comp/c_zlib.o crypto/comp/comp_err.o crypto/comp/comp_lib.o crypto/conf/conf_api.o crypto/conf/conf_def.o crypto/conf/conf_err.o crypto/conf/conf_lib.o crypto/conf/conf_mall.o crypto/conf/conf_mod.o crypto/conf/conf_sap.o crypto/conf/conf_ssl.o crypto/cpt_err.o crypto/cryptlib.o crypto/ct/ct_b64.o crypto/ct/ct_err.o crypto/ct/ct_log.o crypto/ct/ct_oct.o crypto/ct/ct_policy.o crypto/ct/ct_prn.o crypto/ct/ct_sct.o crypto/ct/ct_sct_ctx.o crypto/ct/ct_vfy.o crypto/ct/ct_x509v3.o crypto/ctype.o crypto/cversion.o crypto/des/cbc_cksm.o crypto/des/cbc_enc.o crypto/des/cfb64ede.o crypto/des/cfb64enc.o crypto/des/cfb_enc.o crypto/des/des_enc.o crypto/des/ecb3_enc.o crypto/des/ecb_enc.o crypto/des/fcrypt.o crypto/des/fcrypt_b.o crypto/des/ofb64ede.o crypto/des/ofb64enc.o crypto/des/ofb_enc.o crypto/des/pcbc_enc.o crypto/des/qud_cksm.o crypto/des/rand_key.o crypto/des/set_key.o crypto/des/str2key.o crypto/des/xcbc_enc.o crypto/dh/dh_ameth.o crypto/dh/dh_asn1.o crypto/dh/dh_check.o crypto/dh/dh_depr.o crypto/dh/dh_err.o crypto/dh/dh_gen.o crypto/dh/dh_kdf.o crypto/dh/dh_key.o crypto/dh/dh_lib.o crypto/dh/dh_meth.o crypto/dh/dh_pmeth.o crypto/dh/dh_prn.o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc7919.o crypto/dsa/dsa_ameth.o crypto/dsa/dsa_asn1.o crypto/dsa/dsa_depr.o crypto/dsa/dsa_err.o crypto/dsa/dsa_gen.o crypto/dsa/dsa_key.o crypto/dsa/dsa_lib.o crypto/dsa/dsa_meth.o crypto/dsa/dsa_ossl.o crypto/dsa/dsa_pmeth.o crypto/dsa/dsa_prn.o crypto/dsa/dsa_sign.o crypto/dsa/dsa_vrf.o crypto/dso/dso_dl.o crypto/dso/dso_dlfcn.o crypto/dso/dso_err.o crypto/dso/dso_lib.o crypto/dso/dso_openssl.o crypto/dso/dso_vms.o crypto/dso/dso_win32.o crypto/ebcdic.o crypto/ec/curve25519.o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/eddsa.o crypto/ec/curve448/f_generic.o crypto/ec/curve448/scalar.o crypto/ec/ec2_oct.o crypto/ec/ec2_smpl.o crypto/ec/ec_ameth.o crypto/ec/ec_asn1.o crypto/ec/ec_check.o crypto/ec/ec_curve.o crypto/ec/ec_cvt.o crypto/ec/ec_err.o crypto/ec/ec_key.o crypto/ec/ec_kmeth.o crypto/ec/ec_lib.o crypto/ec/ec_mult.o crypto/ec/ec_oct.o crypto/ec/ec_pmeth.o crypto/ec/ec_print.o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_ossl.o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_vrf.o crypto/ec/eck_prn.o crypto/ec/ecp_mont.o crypto/ec/ecp_nist.o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistputil.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/engine/eng_all.o crypto/engine/eng_cnf.o crypto/engine/eng_ctrl.o crypto/engine/eng_dyn.o crypto/engine/eng_err.o crypto/engine/eng_fat.o crypto/engine/eng_init.o crypto/engine/eng_lib.o crypto/engine/eng_list.o crypto/engine/eng_openssl.o crypto/engine/eng_pkey.o crypto/engine/eng_rdrand.o crypto/engine/eng_table.o crypto/engine/tb_asnmth.o crypto/engine/tb_cipher.o crypto/engine/tb_dh.o crypto/engine/tb_digest.o crypto/engine/tb_dsa.o crypto/engine/tb_eckey.o crypto/engine/tb_pkmeth.o crypto/engine/tb_rand.o crypto/engine/tb_rsa.o crypto/err/err.o crypto/err/err_all.o crypto/err/err_prn.o crypto/evp/bio_b64.o crypto/evp/bio_enc.o crypto/evp/bio_md.o crypto/evp/bio_ok.o crypto/evp/c_allc.o crypto/evp/c_alld.o crypto/evp/cmeth_lib.o crypto/evp/digest.o crypto/evp/e_aes.o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aria.o crypto/evp/e_bf.o crypto/evp/e_camellia.o crypto/evp/e_cast.o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_des.o crypto/evp/e_des3.o crypto/evp/e_idea.o crypto/evp/e_null.o crypto/evp/e_old.o crypto/evp/e_rc2.o crypto/evp/e_rc4.o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc5.o crypto/evp/e_seed.o crypto/evp/e_sm4.o crypto/evp/e_xcbc_d.o crypto/evp/encode.o crypto/evp/evp_cnf.o crypto/evp/evp_enc.o crypto/evp/evp_err.o crypto/evp/evp_key.o crypto/evp/evp_lib.o crypto/evp/evp_pbe.o crypto/evp/evp_pkey.o crypto/evp/m_md2.o crypto/evp/m_md4.o crypto/evp/m_md5.o crypto/evp/m_md5_sha1.o crypto/evp/m_mdc2.o crypto/evp/m_null.o crypto/evp/m_ripemd.o crypto/evp/m_sha1.o crypto/evp/m_sha3.o crypto/evp/m_sigver.o crypto/evp/m_wp.o crypto/evp/names.o crypto/evp/p5_crpt.o crypto/evp/p5_crpt2.o crypto/evp/p_dec.o crypto/evp/p_enc.o crypto/evp/p_lib.o crypto/evp/p_open.o crypto/evp/p_seal.o crypto/evp/p_sign.o crypto/evp/p_verify.o crypto/evp/pbe_scrypt.o crypto/evp/pmeth_fn.o crypto/evp/pmeth_gn.o crypto/evp/pmeth_lib.o crypto/ex_data.o crypto/getenv.o crypto/hmac/hm_ameth.o crypto/hmac/hm_pmeth.o crypto/hmac/hmac.o crypto/idea/i_cbc.o crypto/idea/i_cfb64.o crypto/idea/i_ecb.o crypto/idea/i_ofb64.o crypto/idea/i_skey.o crypto/init.o crypto/kdf/hkdf.o crypto/kdf/kdf_err.o crypto/kdf/scrypt.o crypto/kdf/tls1_prf.o crypto/lhash/lh_stats.o crypto/lhash/lhash.o crypto/md2/md2_dgst.o crypto/md2/md2_one.o crypto/md4/md4_dgst.o crypto/md4/md4_one.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mem.o crypto/mem_clr.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/cbc128.o crypto/modes/ccm128.o crypto/modes/cfb128.o crypto/modes/ctr128.o crypto/modes/cts128.o crypto/modes/gcm128.o crypto/modes/ocb128.o crypto/modes/ofb128.o crypto/modes/wrap128.o crypto/modes/xts128.o crypto/o_dir.o crypto/o_fips.o crypto/o_fopen.o crypto/o_init.o crypto/o_str.o crypto/o_time.o crypto/objects/o_names.o crypto/objects/obj_dat.o crypto/objects/obj_err.o crypto/objects/obj_lib.o crypto/objects/obj_xref.o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_vfy.o crypto/ocsp/v3_ocsp.o crypto/pem/pem_all.o crypto/pem/pem_err.o crypto/pem/pem_info.o crypto/pem/pem_lib.o crypto/pem/pem_oth.o crypto/pem/pem_pk8.o crypto/pem/pem_pkey.o crypto/pem/pem_sign.o crypto/pem/pem_x509.o crypto/pem/pem_xaux.o crypto/pem/pvkfmt.o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_utl.o crypto/pkcs12/pk12err.o crypto/pkcs7/bio_pk7.o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pkcs7err.o crypto/poly1305/poly1305.o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_pmeth.o crypto/rand/drbg_ctr.o crypto/rand/drbg_lib.o crypto/rand/rand_egd.o crypto/rand/rand_err.o crypto/rand/rand_lib.o crypto/rand/rand_unix.o crypto/rand/rand_vms.o crypto/rand/rand_win.o crypto/rand/randfile.o crypto/rc2/rc2_cbc.o crypto/rc2/rc2_ecb.o crypto/rc2/rc2_skey.o crypto/rc2/rc2cfb64.o crypto/rc2/rc2ofb64.o crypto/rc4/rc4_enc.o crypto/rc4/rc4_skey.o crypto/rc5/rc5_ecb.o crypto/rc5/rc5_enc.o crypto/rc5/rc5_skey.o crypto/rc5/rc5cfb64.o crypto/rc5/rc5ofb64.o crypto/ripemd/rmd_dgst.o crypto/ripemd/rmd_one.o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_chk.o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_depr.o crypto/rsa/rsa_err.o crypto/rsa/rsa_gen.o crypto/rsa/rsa_lib.o crypto/rsa/rsa_meth.o crypto/rsa/rsa_mp.o crypto/rsa/rsa_none.o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_prn.o crypto/rsa/rsa_pss.o crypto/rsa/rsa_saos.o crypto/rsa/rsa_sign.o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931g.o crypto/seed/seed.o crypto/seed/seed_cbc.o crypto/seed/seed_cfb.o crypto/seed/seed_ecb.o crypto/seed/seed_ofb.o crypto/sha/keccak1600.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256.o crypto/sha/sha512.o crypto/siphash/siphash.o crypto/siphash/siphash_ameth.o crypto/siphash/siphash_pmeth.o crypto/sm2/sm2_crypt.o crypto/sm2/sm2_err.o crypto/sm2/sm2_pmeth.o crypto/sm2/sm2_sign.o crypto/sm3/m_sm3.o crypto/sm3/sm3.o crypto/sm4/sm4.o crypto/srp/srp_lib.o crypto/srp/srp_vfy.o crypto/stack/stack.o crypto/store/loader_file.o crypto/store/store_err.o crypto/store/store_init.o crypto/store/store_lib.o crypto/store/store_register.o crypto/store/store_strings.o crypto/threads_none.o crypto/threads_pthread.o crypto/threads_win.o crypto/ts/ts_asn1.o crypto/ts/ts_conf.o crypto/ts/ts_err.o crypto/ts/ts_lib.o crypto/ts/ts_req_print.o crypto/ts/ts_req_utils.o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_verify.o crypto/ts/ts_verify_ctx.o crypto/txt_db/txt_db.o crypto/ui/ui_err.o crypto/ui/ui_lib.o crypto/ui/ui_null.o crypto/ui/ui_openssl.o crypto/ui/ui_util.o crypto/uid.o crypto/whrlpool/wp_block.o crypto/whrlpool/wp_dgst.o crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509/t_crl.o crypto/x509/t_req.o crypto/x509/t_x509.o crypto/x509/x509_att.o crypto/x509/x509_cmp.o crypto/x509/x509_d2.o crypto/x509/x509_def.o crypto/x509/x509_err.o crypto/x509/x509_ext.o crypto/x509/x509_lu.o crypto/x509/x509_meth.o crypto/x509/x509_obj.o crypto/x509/x509_r2x.o crypto/x509/x509_req.o crypto/x509/x509_set.o crypto/x509/x509_trs.o crypto/x509/x509_txt.o crypto/x509/x509_v3.o crypto/x509/x509_vfy.o crypto/x509/x509_vpm.o crypto/x509/x509cset.o crypto/x509/x509name.o crypto/x509/x509rset.o crypto/x509/x509spki.o crypto/x509/x509type.o crypto/x509/x_all.o crypto/x509/x_attrib.o crypto/x509/x_crl.o crypto/x509/x_exten.o crypto/x509/x_name.o crypto/x509/x_pubkey.o crypto/x509/x_req.o crypto/x509/x_x509.o crypto/x509/x_x509a.o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o -lz -pthread
-if [ 'libcrypto.so' != 'libcrypto.so.1.1' ]; then rm -f libcrypto.so; ln -s libcrypto.so.1.1 libcrypto.so; fi
/usr/local/bin/perl ../util/mkdef.pl ssl linux > libssl.map
-cc -fPIC -pthread -Wall -O3 -L. -shared -Wl,-Bsymbolic -Wl,-soname=libssl.so.1.1 -o libssl.so.1.1 -Wl,--version-script=libssl.map ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o -lcrypto -lz -pthread
-if [ 'libssl.so' != 'libssl.so.1.1' ]; then rm -f libssl.so; ln -s libssl.so.1.1 libssl.so; fi
cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF engines/e_capi.d.tmp -MT engines/e_capi.o -c -o engines/e_capi.o ../engines/e_capi.c
-cc -fPIC -pthread -Wall -O3 -L. -shared -Wl,-Bsymbolic -o engines/capi.so engines/e_capi.o -lcrypto -lz -pthread
cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF engines/e_dasync.d.tmp -MT engines/e_dasync.o -c -o engines/e_dasync.o ../engines/e_dasync.c
-cc -fPIC -pthread -Wall -O3 -L. -shared -Wl,-Bsymbolic -o engines/dasync.so engines/e_dasync.o -lcrypto -lz -pthread
cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF engines/e_ossltest.d.tmp -MT engines/e_ossltest.o -c -o engines/e_ossltest.o ../engines/e_ossltest.c
-cc -fPIC -pthread -Wall -O3 -L. -shared -Wl,-Bsymbolic -o engines/ossltest.so engines/e_ossltest.o -lcrypto -lz -pthread
cc -Iinclude -I../include -fPIC -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF engines/e_padlock.d.tmp -MT engines/e_padlock.o -c -o engines/e_padlock.o ../engines/e_padlock.c
-cc -fPIC -pthread -Wall -O3 -L. -shared -Wl,-Bsymbolic -o engines/padlock.so engines/e_padlock.o -lcrypto -lz -pthread
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/asn1.d.tmp -MT fuzz/asn1.o -c -o fuzz/asn1.o ../fuzz/asn1.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/test-corpus.d.tmp -MT fuzz/test-corpus.o -c -o fuzz/test-corpus.o ../fuzz/test-corpus.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/asn1parse.d.tmp -MT fuzz/asn1parse.o -c -o fuzz/asn1parse.o ../fuzz/asn1parse.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/bignum.d.tmp -MT fuzz/bignum.o -c -o fuzz/bignum.o ../fuzz/bignum.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/bndiv.d.tmp -MT fuzz/bndiv.o -c -o fuzz/bndiv.o ../fuzz/bndiv.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/client.d.tmp -MT fuzz/client.o -c -o fuzz/client.o ../fuzz/client.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/cms.d.tmp -MT fuzz/cms.o -c -o fuzz/cms.o ../fuzz/cms.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/conf.d.tmp -MT fuzz/conf.o -c -o fuzz/conf.o ../fuzz/conf.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/crl.d.tmp -MT fuzz/crl.o -c -o fuzz/crl.o ../fuzz/crl.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/ct.d.tmp -MT fuzz/ct.o -c -o fuzz/ct.o ../fuzz/ct.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/server.d.tmp -MT fuzz/server.o -c -o fuzz/server.o ../fuzz/server.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/x509.d.tmp -MT fuzz/x509.o -c -o fuzz/x509.o ../fuzz/x509.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/aborttest.d.tmp -MT test/aborttest.o -c -o test/aborttest.o ../test/aborttest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/afalgtest.d.tmp -MT test/afalgtest.o -c -o test/afalgtest.o ../test/afalgtest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asn1_decode_test.d.tmp -MT test/asn1_decode_test.o -c -o test/asn1_decode_test.o ../test/asn1_decode_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asn1_encode_test.d.tmp -MT test/asn1_encode_test.o -c -o test/asn1_encode_test.o ../test/asn1_encode_test.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asn1_internal_test.d.tmp -MT test/asn1_internal_test.o -c -o test/asn1_internal_test.o ../test/asn1_internal_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asn1_string_table_test.d.tmp -MT test/asn1_string_table_test.o -c -o test/asn1_string_table_test.o ../test/asn1_string_table_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asn1_time_test.d.tmp -MT test/asn1_time_test.o -c -o test/asn1_time_test.o ../test/asn1_time_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asynciotest.d.tmp -MT test/asynciotest.o -c -o test/asynciotest.o ../test/asynciotest.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssltestlib.d.tmp -MT test/ssltestlib.o -c -o test/ssltestlib.o ../test/ssltestlib.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asynctest.d.tmp -MT test/asynctest.o -c -o test/asynctest.o ../test/asynctest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bad_dtls_test.d.tmp -MT test/bad_dtls_test.o -c -o test/bad_dtls_test.o ../test/bad_dtls_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bftest.d.tmp -MT test/bftest.o -c -o test/bftest.o ../test/bftest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bio_callback_test.d.tmp -MT test/bio_callback_test.o -c -o test/bio_callback_test.o ../test/bio_callback_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bio_enc_test.d.tmp -MT test/bio_enc_test.o -c -o test/bio_enc_test.o ../test/bio_enc_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bio_memleak_test.d.tmp -MT test/bio_memleak_test.o -c -o test/bio_memleak_test.o ../test/bio_memleak_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bioprinttest.d.tmp -MT test/bioprinttest.o -c -o test/bioprinttest.o ../test/bioprinttest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bntest.d.tmp -MT test/bntest.o -c -o test/bntest.o ../test/bntest.c
+/usr/local/bin/perl ../test/generate_buildtest.pl aes > test/buildtest_aes.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_asn1.d.tmp -MT test/buildtest_asn1.o -c -o test/buildtest_asn1.o test/buildtest_asn1.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_asn1t.d.tmp -MT test/buildtest_asn1t.o -c -o test/buildtest_asn1t.o test/buildtest_asn1t.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_async.d.tmp -MT test/buildtest_async.o -c -o test/buildtest_async.o test/buildtest_async.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_bio.d.tmp -MT test/buildtest_bio.o -c -o test/buildtest_bio.o test/buildtest_bio.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_blowfish.d.tmp -MT test/buildtest_blowfish.o -c -o test/buildtest_blowfish.o test/buildtest_blowfish.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_bn.d.tmp -MT test/buildtest_bn.o -c -o test/buildtest_bn.o test/buildtest_bn.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_buffer.d.tmp -MT test/buildtest_buffer.o -c -o test/buildtest_buffer.o test/buildtest_buffer.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_camellia.d.tmp -MT test/buildtest_camellia.o -c -o test/buildtest_camellia.o test/buildtest_camellia.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_cast.d.tmp -MT test/buildtest_cast.o -c -o test/buildtest_cast.o test/buildtest_cast.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_cmac.d.tmp -MT test/buildtest_cmac.o -c -o test/buildtest_cmac.o test/buildtest_cmac.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_cms.d.tmp -MT test/buildtest_cms.o -c -o test/buildtest_cms.o test/buildtest_cms.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_comp.d.tmp -MT test/buildtest_comp.o -c -o test/buildtest_comp.o test/buildtest_comp.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_conf.d.tmp -MT test/buildtest_conf.o -c -o test/buildtest_conf.o test/buildtest_conf.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_conf_api.d.tmp -MT test/buildtest_conf_api.o -c -o test/buildtest_conf_api.o test/buildtest_conf_api.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_crypto.d.tmp -MT test/buildtest_crypto.o -c -o test/buildtest_crypto.o test/buildtest_crypto.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ct.d.tmp -MT test/buildtest_ct.o -c -o test/buildtest_ct.o test/buildtest_ct.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_des.d.tmp -MT test/buildtest_des.o -c -o test/buildtest_des.o test/buildtest_des.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_dh.d.tmp -MT test/buildtest_dh.o -c -o test/buildtest_dh.o test/buildtest_dh.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_dsa.d.tmp -MT test/buildtest_dsa.o -c -o test/buildtest_dsa.o test/buildtest_dsa.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_dtls1.d.tmp -MT test/buildtest_dtls1.o -c -o test/buildtest_dtls1.o test/buildtest_dtls1.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_e_os2.d.tmp -MT test/buildtest_e_os2.o -c -o test/buildtest_e_os2.o test/buildtest_e_os2.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ebcdic.d.tmp -MT test/buildtest_ebcdic.o -c -o test/buildtest_ebcdic.o test/buildtest_ebcdic.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ec.d.tmp -MT test/buildtest_ec.o -c -o test/buildtest_ec.o test/buildtest_ec.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ecdh.d.tmp -MT test/buildtest_ecdh.o -c -o test/buildtest_ecdh.o test/buildtest_ecdh.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ecdsa.d.tmp -MT test/buildtest_ecdsa.o -c -o test/buildtest_ecdsa.o test/buildtest_ecdsa.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_engine.d.tmp -MT test/buildtest_engine.o -c -o test/buildtest_engine.o test/buildtest_engine.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_evp.d.tmp -MT test/buildtest_evp.o -c -o test/buildtest_evp.o test/buildtest_evp.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_hmac.d.tmp -MT test/buildtest_hmac.o -c -o test/buildtest_hmac.o test/buildtest_hmac.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_idea.d.tmp -MT test/buildtest_idea.o -c -o test/buildtest_idea.o test/buildtest_idea.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_kdf.d.tmp -MT test/buildtest_kdf.o -c -o test/buildtest_kdf.o test/buildtest_kdf.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_lhash.d.tmp -MT test/buildtest_lhash.o -c -o test/buildtest_lhash.o test/buildtest_lhash.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_md2.d.tmp -MT test/buildtest_md2.o -c -o test/buildtest_md2.o test/buildtest_md2.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_md4.d.tmp -MT test/buildtest_md4.o -c -o test/buildtest_md4.o test/buildtest_md4.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_md5.d.tmp -MT test/buildtest_md5.o -c -o test/buildtest_md5.o test/buildtest_md5.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_modes.d.tmp -MT test/buildtest_modes.o -c -o test/buildtest_modes.o test/buildtest_modes.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_obj_mac.d.tmp -MT test/buildtest_obj_mac.o -c -o test/buildtest_obj_mac.o test/buildtest_obj_mac.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_objects.d.tmp -MT test/buildtest_objects.o -c -o test/buildtest_objects.o test/buildtest_objects.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ocsp.d.tmp -MT test/buildtest_ocsp.o -c -o test/buildtest_ocsp.o test/buildtest_ocsp.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_opensslv.d.tmp -MT test/buildtest_opensslv.o -c -o test/buildtest_opensslv.o test/buildtest_opensslv.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ossl_typ.d.tmp -MT test/buildtest_ossl_typ.o -c -o test/buildtest_ossl_typ.o test/buildtest_ossl_typ.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_pem.d.tmp -MT test/buildtest_pem.o -c -o test/buildtest_pem.o test/buildtest_pem.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_pem2.d.tmp -MT test/buildtest_pem2.o -c -o test/buildtest_pem2.o test/buildtest_pem2.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_pkcs12.d.tmp -MT test/buildtest_pkcs12.o -c -o test/buildtest_pkcs12.o test/buildtest_pkcs12.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_pkcs7.d.tmp -MT test/buildtest_pkcs7.o -c -o test/buildtest_pkcs7.o test/buildtest_pkcs7.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_rand.d.tmp -MT test/buildtest_rand.o -c -o test/buildtest_rand.o test/buildtest_rand.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_rand_drbg.d.tmp -MT test/buildtest_rand_drbg.o -c -o test/buildtest_rand_drbg.o test/buildtest_rand_drbg.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_rc2.d.tmp -MT test/buildtest_rc2.o -c -o test/buildtest_rc2.o test/buildtest_rc2.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_rc4.d.tmp -MT test/buildtest_rc4.o -c -o test/buildtest_rc4.o test/buildtest_rc4.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_rc5.d.tmp -MT test/buildtest_rc5.o -c -o test/buildtest_rc5.o test/buildtest_rc5.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ripemd.d.tmp -MT test/buildtest_ripemd.o -c -o test/buildtest_ripemd.o test/buildtest_ripemd.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_rsa.d.tmp -MT test/buildtest_rsa.o -c -o test/buildtest_rsa.o test/buildtest_rsa.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_safestack.d.tmp -MT test/buildtest_safestack.o -c -o test/buildtest_safestack.o test/buildtest_safestack.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_seed.d.tmp -MT test/buildtest_seed.o -c -o test/buildtest_seed.o test/buildtest_seed.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_sha.d.tmp -MT test/buildtest_sha.o -c -o test/buildtest_sha.o test/buildtest_sha.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_srp.d.tmp -MT test/buildtest_srp.o -c -o test/buildtest_srp.o test/buildtest_srp.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_srtp.d.tmp -MT test/buildtest_srtp.o -c -o test/buildtest_srtp.o test/buildtest_srtp.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ssl.d.tmp -MT test/buildtest_ssl.o -c -o test/buildtest_ssl.o test/buildtest_ssl.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ssl2.d.tmp -MT test/buildtest_ssl2.o -c -o test/buildtest_ssl2.o test/buildtest_ssl2.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ssl3.d.tmp -MT test/buildtest_ssl3.o -c -o test/buildtest_ssl3.o test/buildtest_ssl3.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_stack.d.tmp -MT test/buildtest_stack.o -c -o test/buildtest_stack.o test/buildtest_stack.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_store.d.tmp -MT test/buildtest_store.o -c -o test/buildtest_store.o test/buildtest_store.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_symhacks.d.tmp -MT test/buildtest_symhacks.o -c -o test/buildtest_symhacks.o test/buildtest_symhacks.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_tls1.d.tmp -MT test/buildtest_tls1.o -c -o test/buildtest_tls1.o test/buildtest_tls1.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ts.d.tmp -MT test/buildtest_ts.o -c -o test/buildtest_ts.o test/buildtest_ts.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_txt_db.d.tmp -MT test/buildtest_txt_db.o -c -o test/buildtest_txt_db.o test/buildtest_txt_db.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ui.d.tmp -MT test/buildtest_ui.o -c -o test/buildtest_ui.o test/buildtest_ui.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_whrlpool.d.tmp -MT test/buildtest_whrlpool.o -c -o test/buildtest_whrlpool.o test/buildtest_whrlpool.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_x509.d.tmp -MT test/buildtest_x509.o -c -o test/buildtest_x509.o test/buildtest_x509.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_x509_vfy.d.tmp -MT test/buildtest_x509_vfy.o -c -o test/buildtest_x509_vfy.o test/buildtest_x509_vfy.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_x509v3.d.tmp -MT test/buildtest_x509v3.o -c -o test/buildtest_x509v3.o test/buildtest_x509v3.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/casttest.d.tmp -MT test/casttest.o -c -o test/casttest.o ../test/casttest.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/chacha_internal_test.d.tmp -MT test/chacha_internal_test.o -c -o test/chacha_internal_test.o ../test/chacha_internal_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/cipherbytes_test.d.tmp -MT test/cipherbytes_test.o -c -o test/cipherbytes_test.o ../test/cipherbytes_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/cipherlist_test.d.tmp -MT test/cipherlist_test.o -c -o test/cipherlist_test.o ../test/cipherlist_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ciphername_test.d.tmp -MT test/ciphername_test.o -c -o test/ciphername_test.o ../test/ciphername_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/clienthellotest.d.tmp -MT test/clienthellotest.o -c -o test/clienthellotest.o ../test/clienthellotest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/cmactest.d.tmp -MT test/cmactest.o -c -o test/cmactest.o ../test/cmactest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/cmsapitest.d.tmp -MT test/cmsapitest.o -c -o test/cmsapitest.o ../test/cmsapitest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/conf_include_test.d.tmp -MT test/conf_include_test.o -c -o test/conf_include_test.o ../test/conf_include_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/constant_time_test.d.tmp -MT test/constant_time_test.o -c -o test/constant_time_test.o ../test/constant_time_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/crltest.d.tmp -MT test/crltest.o -c -o test/crltest.o ../test/crltest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ct_test.d.tmp -MT test/ct_test.o -c -o test/ct_test.o ../test/ct_test.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ctype_internal_test.d.tmp -MT test/ctype_internal_test.o -c -o test/ctype_internal_test.o ../test/ctype_internal_test.c
+cc -I. -Iinclude -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448 -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/curve448_internal_test.d.tmp -MT test/curve448_internal_test.o -c -o test/curve448_internal_test.o ../test/curve448_internal_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/d2i_test.d.tmp -MT test/d2i_test.o -c -o test/d2i_test.o ../test/d2i_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/danetest.d.tmp -MT test/danetest.o -c -o test/danetest.o ../test/danetest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/destest.d.tmp -MT test/destest.o -c -o test/destest.o ../test/destest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/dhtest.d.tmp -MT test/dhtest.o -c -o test/dhtest.o ../test/dhtest.c
+cc -Iinclude -Itest -I. -I../include -I../test -I.. -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/drbg_cavs_data.d.tmp -MT test/drbg_cavs_data.o -c -o test/drbg_cavs_data.o ../test/drbg_cavs_data.c
+cc -Iinclude -Itest -I. -I../include -I../test -I.. -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/drbg_cavs_test.d.tmp -MT test/drbg_cavs_test.o -c -o test/drbg_cavs_test.o ../test/drbg_cavs_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/drbgtest.d.tmp -MT test/drbgtest.o -c -o test/drbgtest.o ../test/drbgtest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/dsa_no_digest_size_test.d.tmp -MT test/dsa_no_digest_size_test.o -c -o test/dsa_no_digest_size_test.o ../test/dsa_no_digest_size_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/dsatest.d.tmp -MT test/dsatest.o -c -o test/dsatest.o ../test/dsatest.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/dtls_mtu_test.d.tmp -MT test/dtls_mtu_test.o -c -o test/dtls_mtu_test.o ../test/dtls_mtu_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/dtlstest.d.tmp -MT test/dtlstest.o -c -o test/dtlstest.o ../test/dtlstest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/dtlsv1listentest.d.tmp -MT test/dtlsv1listentest.o -c -o test/dtlsv1listentest.o ../test/dtlsv1listentest.c
+cc -Iinclude -Icrypto/ec -I../include -I../crypto/ec -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ec_internal_test.d.tmp -MT test/ec_internal_test.o -c -o test/ec_internal_test.o ../test/ec_internal_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ecdsatest.d.tmp -MT test/ecdsatest.o -c -o test/ecdsatest.o ../test/ecdsatest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ecstresstest.d.tmp -MT test/ecstresstest.o -c -o test/ecstresstest.o ../test/ecstresstest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ectest.d.tmp -MT test/ectest.o -c -o test/ectest.o ../test/ectest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/enginetest.d.tmp -MT test/enginetest.o -c -o test/enginetest.o ../test/enginetest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/errtest.d.tmp -MT test/errtest.o -c -o test/errtest.o ../test/errtest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/evp_extra_test.d.tmp -MT test/evp_extra_test.o -c -o test/evp_extra_test.o ../test/evp_extra_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/evp_test.d.tmp -MT test/evp_test.o -c -o test/evp_test.o ../test/evp_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/exdatatest.d.tmp -MT test/exdatatest.o -c -o test/exdatatest.o ../test/exdatatest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/exptest.d.tmp -MT test/exptest.o -c -o test/exptest.o ../test/exptest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/fatalerrtest.d.tmp -MT test/fatalerrtest.o -c -o test/fatalerrtest.o ../test/fatalerrtest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/gmdifftest.d.tmp -MT test/gmdifftest.o -c -o test/gmdifftest.o ../test/gmdifftest.c
+cc -Iinclude -I. -I../include -I.. -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/gosttest.d.tmp -MT test/gosttest.o -c -o test/gosttest.o ../test/gosttest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/hmactest.d.tmp -MT test/hmactest.o -c -o test/hmactest.o ../test/hmactest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ideatest.d.tmp -MT test/ideatest.o -c -o test/ideatest.o ../test/ideatest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/igetest.d.tmp -MT test/igetest.o -c -o test/igetest.o ../test/igetest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/lhash_test.d.tmp -MT test/lhash_test.o -c -o test/lhash_test.o ../test/lhash_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/md2test.d.tmp -MT test/md2test.o -c -o test/md2test.o ../test/md2test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/mdc2test.d.tmp -MT test/mdc2test.o -c -o test/mdc2test.o ../test/mdc2test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/memleaktest.d.tmp -MT test/memleaktest.o -c -o test/memleaktest.o ../test/memleaktest.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/modes_internal_test.d.tmp -MT test/modes_internal_test.o -c -o test/modes_internal_test.o ../test/modes_internal_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ocspapitest.d.tmp -MT test/ocspapitest.o -c -o test/ocspapitest.o ../test/ocspapitest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/packettest.d.tmp -MT test/packettest.o -c -o test/packettest.o ../test/packettest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/pbelutest.d.tmp -MT test/pbelutest.o -c -o test/pbelutest.o ../test/pbelutest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/pemtest.d.tmp -MT test/pemtest.o -c -o test/pemtest.o ../test/pemtest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/pkey_meth_kdf_test.d.tmp -MT test/pkey_meth_kdf_test.o -c -o test/pkey_meth_kdf_test.o ../test/pkey_meth_kdf_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/pkey_meth_test.d.tmp -MT test/pkey_meth_test.o -c -o test/pkey_meth_test.o ../test/pkey_meth_test.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/poly1305_internal_test.d.tmp -MT test/poly1305_internal_test.o -c -o test/poly1305_internal_test.o ../test/poly1305_internal_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rc2test.d.tmp -MT test/rc2test.o -c -o test/rc2test.o ../test/rc2test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rc4test.d.tmp -MT test/rc4test.o -c -o test/rc4test.o ../test/rc4test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rc5test.d.tmp -MT test/rc5test.o -c -o test/rc5test.o ../test/rc5test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rdrand_sanitytest.d.tmp -MT test/rdrand_sanitytest.o -c -o test/rdrand_sanitytest.o ../test/rdrand_sanitytest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/recordlentest.d.tmp -MT test/recordlentest.o -c -o test/recordlentest.o ../test/recordlentest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rsa_complex.d.tmp -MT test/rsa_complex.o -c -o test/rsa_complex.o ../test/rsa_complex.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rsa_mp_test.d.tmp -MT test/rsa_mp_test.o -c -o test/rsa_mp_test.o ../test/rsa_mp_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rsa_test.d.tmp -MT test/rsa_test.o -c -o test/rsa_test.o ../test/rsa_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sanitytest.d.tmp -MT test/sanitytest.o -c -o test/sanitytest.o ../test/sanitytest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/secmemtest.d.tmp -MT test/secmemtest.o -c -o test/secmemtest.o ../test/secmemtest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/servername_test.d.tmp -MT test/servername_test.o -c -o test/servername_test.o ../test/servername_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/shlibloadtest.d.tmp -MT test/shlibloadtest.o -c -o test/shlibloadtest.o ../test/shlibloadtest.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/siphash_internal_test.d.tmp -MT test/siphash_internal_test.o -c -o test/siphash_internal_test.o ../test/siphash_internal_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sm2_internal_test.d.tmp -MT test/sm2_internal_test.o -c -o test/sm2_internal_test.o ../test/sm2_internal_test.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sm4_internal_test.d.tmp -MT test/sm4_internal_test.o -c -o test/sm4_internal_test.o ../test/sm4_internal_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/srptest.d.tmp -MT test/srptest.o -c -o test/srptest.o ../test/srptest.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssl_cert_table_internal_test.d.tmp -MT test/ssl_cert_table_internal_test.o -c -o test/ssl_cert_table_internal_test.o ../test/ssl_cert_table_internal_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssl_ctx_test.d.tmp -MT test/ssl_ctx_test.o -c -o test/ssl_ctx_test.o ../test/ssl_ctx_test.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/handshake_helper.d.tmp -MT test/handshake_helper.o -c -o test/handshake_helper.o ../test/handshake_helper.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssl_test.d.tmp -MT test/ssl_test.o -c -o test/ssl_test.o ../test/ssl_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssl_test_ctx.d.tmp -MT test/ssl_test_ctx.o -c -o test/ssl_test_ctx.o ../test/ssl_test_ctx.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssl_test_ctx_test.d.tmp -MT test/ssl_test_ctx_test.o -c -o test/ssl_test_ctx_test.o ../test/ssl_test_ctx_test.c
+cc -Iinclude -I. -I../include -I.. -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sslapitest.d.tmp -MT test/sslapitest.o -c -o test/sslapitest.o ../test/sslapitest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sslbuffertest.d.tmp -MT test/sslbuffertest.o -c -o test/sslbuffertest.o ../test/sslbuffertest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sslcorrupttest.d.tmp -MT test/sslcorrupttest.o -c -o test/sslcorrupttest.o ../test/sslcorrupttest.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssltest_old.d.tmp -MT test/ssltest_old.o -c -o test/ssltest_old.o ../test/ssltest_old.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/stack_test.d.tmp -MT test/stack_test.o -c -o test/stack_test.o ../test/stack_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sysdefaulttest.d.tmp -MT test/sysdefaulttest.o -c -o test/sysdefaulttest.o ../test/sysdefaulttest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/test_test.d.tmp -MT test/test_test.o -c -o test/test_test.o ../test/test_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/threadstest.d.tmp -MT test/threadstest.o -c -o test/threadstest.o ../test/threadstest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/time_offset_test.d.tmp -MT test/time_offset_test.o -c -o test/time_offset_test.o ../test/time_offset_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/tls13ccstest.d.tmp -MT test/tls13ccstest.o -c -o test/tls13ccstest.o ../test/tls13ccstest.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/tls13encryptiontest.d.tmp -MT test/tls13encryptiontest.o -c -o test/tls13encryptiontest.o ../test/tls13encryptiontest.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/tls13secretstest.d.tmp -MT test/tls13secretstest.o -c -o test/tls13secretstest.o ../test/tls13secretstest.c
+cc -I. -Iinclude -Iapps -I.. -I../include -I../apps -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/uitest.d.tmp -MT test/uitest.o -c -o test/uitest.o ../test/uitest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/v3ext.d.tmp -MT test/v3ext.o -c -o test/v3ext.o ../test/v3ext.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/v3nametest.d.tmp -MT test/v3nametest.o -c -o test/v3nametest.o ../test/v3nametest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/verify_extra_test.d.tmp -MT test/verify_extra_test.o -c -o test/verify_extra_test.o ../test/verify_extra_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/versions.d.tmp -MT test/versions.o -c -o test/versions.o ../test/versions.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/wpackettest.d.tmp -MT test/wpackettest.o -c -o test/wpackettest.o ../test/wpackettest.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/x509_check_cert_pkey_test.d.tmp -MT test/x509_check_cert_pkey_test.o -c -o test/x509_check_cert_pkey_test.o ../test/x509_check_cert_pkey_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/x509_dup_cert_test.d.tmp -MT test/x509_dup_cert_test.o -c -o test/x509_dup_cert_test.o ../test/x509_dup_cert_test.c
+cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/x509_internal_test.d.tmp -MT test/x509_internal_test.o -c -o test/x509_internal_test.o ../test/x509_internal_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/x509_time_test.d.tmp -MT test/x509_time_test.o -c -o test/x509_time_test.o ../test/x509_time_test.c
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/x509aux.d.tmp -MT test/x509aux.o -c -o test/x509aux.o ../test/x509aux.c
+/usr/local/bin/perl "-I." -Mconfigdata "../util/dofile.pl" "-oMakefile" ../apps/CA.pl.in > "apps/CA.pl"
+chmod a+x apps/CA.pl
+/usr/local/bin/perl "-I." -Mconfigdata "../util/dofile.pl" "-oMakefile" ../apps/tsget.in > "apps/tsget.pl"
+chmod a+x apps/tsget.pl
+/usr/local/bin/perl "-I." -Mconfigdata "../util/dofile.pl" "-oMakefile" ../tools/c_rehash.in > "tools/c_rehash"
+chmod a+x tools/c_rehash
+/usr/local/bin/perl "-I." -Mconfigdata "../util/dofile.pl" "-oMakefile" ../util/shlib_wrap.sh.in > "util/shlib_wrap.sh"
+chmod a+x util/shlib_wrap.sh
+/usr/local/bin/perl ../util/mkbuildinf.pl "cc -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG" "BSD-x86_64" > crypto/buildinf.h
/usr/local/bin/perl ../apps/progs.pl apps/openssl > apps/progs.h
+ar r apps/libapps.a apps/app_rand.o apps/apps.o apps/bf_prefix.o apps/opt.o apps/s_cb.o apps/s_socket.o
+ar: warning: creating apps/libapps.a
+ranlib apps/libapps.a || echo Never mind.
+ar r libssl.a ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o
+ar: warning: creating libssl.a
+ranlib libssl.a || echo Never mind.
+ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o test/testutil/testutil_init.o
+ar: warning: creating test/libtestutil.a
+ranlib test/libtestutil.a || echo Never mind.
+cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_aes.d.tmp -MT test/buildtest_aes.o -c -o test/buildtest_aes.o test/buildtest_aes.c
+rm -f test/rsa_complex
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rsa_complex test/rsa_complex.o -lz -pthread
+rm -f test/shlibloadtest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/shlibloadtest test/shlibloadtest.o -lz -pthread
+cc -I. -Iinclude -Icrypto -I.. -I../include -fPIC -pthread -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cversion.d.tmp -MT crypto/cversion.o -c -o crypto/cversion.o ../crypto/cversion.c
cc -I. -Iinclude -Iapps -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/asn1pars.d.tmp -MT apps/asn1pars.o -c -o apps/asn1pars.o ../apps/asn1pars.c
cc -I. -Iinclude -Iapps -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/ca.d.tmp -MT apps/ca.o -c -o apps/ca.o ../apps/ca.c
cc -I. -Iinclude -Iapps -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/ciphers.d.tmp -MT apps/ciphers.o -c -o apps/ciphers.o ../apps/ciphers.c
@@ -801,671 +1072,400 @@ cc -I. -Iinclude -Iapps -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_
cc -I. -Iinclude -Iapps -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/verify.d.tmp -MT apps/verify.o -c -o apps/verify.o ../apps/verify.c
cc -I. -Iinclude -Iapps -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/version.d.tmp -MT apps/version.o -c -o apps/version.o ../apps/version.c
cc -I. -Iinclude -Iapps -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/x509.d.tmp -MT apps/x509.o -c -o apps/x509.o ../apps/x509.c
-rm -f apps/openssl
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o apps/openssl 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/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 apps/libapps.a -lssl -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/asn1.d.tmp -MT fuzz/asn1.o -c -o fuzz/asn1.o ../fuzz/asn1.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/test-corpus.d.tmp -MT fuzz/test-corpus.o -c -o fuzz/test-corpus.o ../fuzz/test-corpus.c
-rm -f fuzz/asn1-test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/asn1-test fuzz/asn1.o fuzz/test-corpus.o -lssl -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/asn1parse.d.tmp -MT fuzz/asn1parse.o -c -o fuzz/asn1parse.o ../fuzz/asn1parse.c
+cc -fPIC -pthread -Wall -O3 -L. -shared -Wl,-Bsymbolic -Wl,-soname=libcrypto.so.1.1 -o libcrypto.so.1.1 -Wl,--version-script=libcrypto.map crypto/aes/aes_cbc.o crypto/aes/aes_cfb.o crypto/aes/aes_core.o crypto/aes/aes_ecb.o crypto/aes/aes_ige.o crypto/aes/aes_misc.o crypto/aes/aes_ofb.o crypto/aes/aes_wrap.o crypto/aria/aria.o crypto/asn1/a_bitstr.o crypto/asn1/a_d2i_fp.o crypto/asn1/a_digest.o crypto/asn1/a_dup.o crypto/asn1/a_gentm.o crypto/asn1/a_i2d_fp.o crypto/asn1/a_int.o crypto/asn1/a_mbstr.o crypto/asn1/a_object.o crypto/asn1/a_octet.o crypto/asn1/a_print.o crypto/asn1/a_sign.o crypto/asn1/a_strex.o crypto/asn1/a_strnid.o crypto/asn1/a_time.o crypto/asn1/a_type.o crypto/asn1/a_utctm.o crypto/asn1/a_utf8.o crypto/asn1/a_verify.o crypto/asn1/ameth_lib.o crypto/asn1/asn1_err.o crypto/asn1/asn1_gen.o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_lib.o crypto/asn1/asn1_par.o crypto/asn1/asn_mime.o crypto/asn1/asn_moid.o crypto/asn1/asn_mstbl.o crypto/asn1/asn_pack.o crypto/asn1/bio_asn1.o crypto/asn1/bio_ndef.o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pu.o crypto/asn1/evp_asn1.o crypto/asn1/f_int.o crypto/asn1/f_string.o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pu.o crypto/asn1/n_pkey.o crypto/asn1/nsseq.o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbev2.o crypto/asn1/p5_scrypt.o crypto/asn1/p8_pkey.o crypto/asn1/t_bitst.o crypto/asn1/t_pkey.o crypto/asn1/t_spki.o crypto/asn1/tasn_dec.o crypto/asn1/tasn_enc.o crypto/asn1/tasn_fre.o crypto/asn1/tasn_new.o crypto/asn1/tasn_prn.o crypto/asn1/tasn_scn.o crypto/asn1/tasn_typ.o crypto/asn1/tasn_utl.o crypto/asn1/x_algor.o crypto/asn1/x_bignum.o crypto/asn1/x_info.o crypto/asn1/x_int64.o crypto/asn1/x_long.o crypto/asn1/x_pkey.o crypto/asn1/x_sig.o crypto/asn1/x_spki.o crypto/asn1/x_val.o crypto/async/arch/async_null.o crypto/async/arch/async_posix.o crypto/async/arch/async_win.o crypto/async/async.o crypto/async/async_err.o crypto/async/async_wait.o crypto/bf/bf_cfb64.o crypto/bf/bf_ecb.o crypto/bf/bf_enc.o crypto/bf/bf_ofb64.o crypto/bf/bf_skey.o crypto/bio/b_addr.o crypto/bio/b_dump.o crypto/bio/b_print.o crypto/bio/b_sock.o crypto/bio/b_sock2.o crypto/bio/bf_buff.o crypto/bio/bf_lbuf.o crypto/bio/bf_nbio.o crypto/bio/bf_null.o crypto/bio/bio_cb.o crypto/bio/bio_err.o crypto/bio/bio_lib.o crypto/bio/bio_meth.o crypto/bio/bss_acpt.o crypto/bio/bss_bio.o crypto/bio/bss_conn.o crypto/bio/bss_dgram.o crypto/bio/bss_fd.o crypto/bio/bss_file.o crypto/bio/bss_log.o crypto/bio/bss_mem.o crypto/bio/bss_null.o crypto/bio/bss_sock.o crypto/blake2/blake2b.o crypto/blake2/blake2s.o crypto/blake2/m_blake2b.o crypto/blake2/m_blake2s.o crypto/bn/bn_add.o crypto/bn/bn_asm.o crypto/bn/bn_blind.o crypto/bn/bn_const.o crypto/bn/bn_ctx.o crypto/bn/bn_depr.o crypto/bn/bn_dh.o crypto/bn/bn_div.o crypto/bn/bn_err.o crypto/bn/bn_exp.o crypto/bn/bn_exp2.o crypto/bn/bn_gcd.o crypto/bn/bn_gf2m.o crypto/bn/bn_intern.o crypto/bn/bn_kron.o crypto/bn/bn_lib.o crypto/bn/bn_mod.o crypto/bn/bn_mont.o crypto/bn/bn_mpi.o crypto/bn/bn_mul.o crypto/bn/bn_nist.o crypto/bn/bn_prime.o crypto/bn/bn_print.o crypto/bn/bn_rand.o crypto/bn/bn_recp.o crypto/bn/bn_shift.o crypto/bn/bn_sqr.o crypto/bn/bn_sqrt.o crypto/bn/bn_srp.o crypto/bn/bn_word.o crypto/bn/bn_x931p.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/camellia/camellia.o crypto/camellia/cmll_cbc.o crypto/camellia/cmll_cfb.o crypto/camellia/cmll_ctr.o crypto/camellia/cmll_ecb.o crypto/camellia/cmll_misc.o crypto/camellia/cmll_ofb.o crypto/cast/c_cfb64.o crypto/cast/c_ecb.o crypto/cast/c_enc.o crypto/cast/c_ofb64.o crypto/cast/c_skey.o crypto/chacha/chacha_enc.o crypto/cmac/cm_ameth.o crypto/cmac/cm_pmeth.o crypto/cmac/cmac.o crypto/cms/cms_asn1.o crypto/cms/cms_att.o crypto/cms/cms_cd.o crypto/cms/cms_dd.o crypto/cms/cms_enc.o crypto/cms/cms_env.o crypto/cms/cms_err.o crypto/cms/cms_ess.o crypto/cms/cms_io.o crypto/cms/cms_kari.o crypto/cms/cms_lib.o crypto/cms/cms_pwri.o crypto/cms/cms_sd.o crypto/cms/cms_smime.o crypto/comp/c_zlib.o crypto/comp/comp_err.o crypto/comp/comp_lib.o crypto/conf/conf_api.o crypto/conf/conf_def.o crypto/conf/conf_err.o crypto/conf/conf_lib.o crypto/conf/conf_mall.o crypto/conf/conf_mod.o crypto/conf/conf_sap.o crypto/conf/conf_ssl.o crypto/cpt_err.o crypto/cryptlib.o crypto/ct/ct_b64.o crypto/ct/ct_err.o crypto/ct/ct_log.o crypto/ct/ct_oct.o crypto/ct/ct_policy.o crypto/ct/ct_prn.o crypto/ct/ct_sct.o crypto/ct/ct_sct_ctx.o crypto/ct/ct_vfy.o crypto/ct/ct_x509v3.o crypto/ctype.o crypto/cversion.o crypto/des/cbc_cksm.o crypto/des/cbc_enc.o crypto/des/cfb64ede.o crypto/des/cfb64enc.o crypto/des/cfb_enc.o crypto/des/des_enc.o crypto/des/ecb3_enc.o crypto/des/ecb_enc.o crypto/des/fcrypt.o crypto/des/fcrypt_b.o crypto/des/ofb64ede.o crypto/des/ofb64enc.o crypto/des/ofb_enc.o crypto/des/pcbc_enc.o crypto/des/qud_cksm.o crypto/des/rand_key.o crypto/des/set_key.o crypto/des/str2key.o crypto/des/xcbc_enc.o crypto/dh/dh_ameth.o crypto/dh/dh_asn1.o crypto/dh/dh_check.o crypto/dh/dh_depr.o crypto/dh/dh_err.o crypto/dh/dh_gen.o crypto/dh/dh_kdf.o crypto/dh/dh_key.o crypto/dh/dh_lib.o crypto/dh/dh_meth.o crypto/dh/dh_pmeth.o crypto/dh/dh_prn.o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc7919.o crypto/dsa/dsa_ameth.o crypto/dsa/dsa_asn1.o crypto/dsa/dsa_depr.o crypto/dsa/dsa_err.o crypto/dsa/dsa_gen.o crypto/dsa/dsa_key.o crypto/dsa/dsa_lib.o crypto/dsa/dsa_meth.o crypto/dsa/dsa_ossl.o crypto/dsa/dsa_pmeth.o crypto/dsa/dsa_prn.o crypto/dsa/dsa_sign.o crypto/dsa/dsa_vrf.o crypto/dso/dso_dl.o crypto/dso/dso_dlfcn.o crypto/dso/dso_err.o crypto/dso/dso_lib.o crypto/dso/dso_openssl.o crypto/dso/dso_vms.o crypto/dso/dso_win32.o crypto/ebcdic.o crypto/ec/curve25519.o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/eddsa.o crypto/ec/curve448/f_generic.o crypto/ec/curve448/scalar.o crypto/ec/ec2_oct.o crypto/ec/ec2_smpl.o crypto/ec/ec_ameth.o crypto/ec/ec_asn1.o crypto/ec/ec_check.o crypto/ec/ec_curve.o crypto/ec/ec_cvt.o crypto/ec/ec_err.o crypto/ec/ec_key.o crypto/ec/ec_kmeth.o crypto/ec/ec_lib.o crypto/ec/ec_mult.o crypto/ec/ec_oct.o crypto/ec/ec_pmeth.o crypto/ec/ec_print.o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_ossl.o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_vrf.o crypto/ec/eck_prn.o crypto/ec/ecp_mont.o crypto/ec/ecp_nist.o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistputil.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/engine/eng_all.o crypto/engine/eng_cnf.o crypto/engine/eng_ctrl.o crypto/engine/eng_dyn.o crypto/engine/eng_err.o crypto/engine/eng_fat.o crypto/engine/eng_init.o crypto/engine/eng_lib.o crypto/engine/eng_list.o crypto/engine/eng_openssl.o crypto/engine/eng_pkey.o crypto/engine/eng_rdrand.o crypto/engine/eng_table.o crypto/engine/tb_asnmth.o crypto/engine/tb_cipher.o crypto/engine/tb_dh.o crypto/engine/tb_digest.o crypto/engine/tb_dsa.o crypto/engine/tb_eckey.o crypto/engine/tb_pkmeth.o crypto/engine/tb_rand.o crypto/engine/tb_rsa.o crypto/err/err.o crypto/err/err_all.o crypto/err/err_prn.o crypto/evp/bio_b64.o crypto/evp/bio_enc.o crypto/evp/bio_md.o crypto/evp/bio_ok.o crypto/evp/c_allc.o crypto/evp/c_alld.o crypto/evp/cmeth_lib.o crypto/evp/digest.o crypto/evp/e_aes.o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aria.o crypto/evp/e_bf.o crypto/evp/e_camellia.o crypto/evp/e_cast.o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_des.o crypto/evp/e_des3.o crypto/evp/e_idea.o crypto/evp/e_null.o crypto/evp/e_old.o crypto/evp/e_rc2.o crypto/evp/e_rc4.o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc5.o crypto/evp/e_seed.o crypto/evp/e_sm4.o crypto/evp/e_xcbc_d.o crypto/evp/encode.o crypto/evp/evp_cnf.o crypto/evp/evp_enc.o crypto/evp/evp_err.o crypto/evp/evp_key.o crypto/evp/evp_lib.o crypto/evp/evp_pbe.o crypto/evp/evp_pkey.o crypto/evp/m_md2.o crypto/evp/m_md4.o crypto/evp/m_md5.o crypto/evp/m_md5_sha1.o crypto/evp/m_mdc2.o crypto/evp/m_null.o crypto/evp/m_ripemd.o crypto/evp/m_sha1.o crypto/evp/m_sha3.o crypto/evp/m_sigver.o crypto/evp/m_wp.o crypto/evp/names.o crypto/evp/p5_crpt.o crypto/evp/p5_crpt2.o crypto/evp/p_dec.o crypto/evp/p_enc.o crypto/evp/p_lib.o crypto/evp/p_open.o crypto/evp/p_seal.o crypto/evp/p_sign.o crypto/evp/p_verify.o crypto/evp/pbe_scrypt.o crypto/evp/pmeth_fn.o crypto/evp/pmeth_gn.o crypto/evp/pmeth_lib.o crypto/ex_data.o crypto/getenv.o crypto/hmac/hm_ameth.o crypto/hmac/hm_pmeth.o crypto/hmac/hmac.o crypto/idea/i_cbc.o crypto/idea/i_cfb64.o crypto/idea/i_ecb.o crypto/idea/i_ofb64.o crypto/idea/i_skey.o crypto/init.o crypto/kdf/hkdf.o crypto/kdf/kdf_err.o crypto/kdf/scrypt.o crypto/kdf/tls1_prf.o crypto/lhash/lh_stats.o crypto/lhash/lhash.o crypto/md2/md2_dgst.o crypto/md2/md2_one.o crypto/md4/md4_dgst.o crypto/md4/md4_one.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mem.o crypto/mem_clr.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/cbc128.o crypto/modes/ccm128.o crypto/modes/cfb128.o crypto/modes/ctr128.o crypto/modes/cts128.o crypto/modes/gcm128.o crypto/modes/ocb128.o crypto/modes/ofb128.o crypto/modes/wrap128.o crypto/modes/xts128.o crypto/o_dir.o crypto/o_fips.o crypto/o_fopen.o crypto/o_init.o crypto/o_str.o crypto/o_time.o crypto/objects/o_names.o crypto/objects/obj_dat.o crypto/objects/obj_err.o crypto/objects/obj_lib.o crypto/objects/obj_xref.o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_vfy.o crypto/ocsp/v3_ocsp.o crypto/pem/pem_all.o crypto/pem/pem_err.o crypto/pem/pem_info.o crypto/pem/pem_lib.o crypto/pem/pem_oth.o crypto/pem/pem_pk8.o crypto/pem/pem_pkey.o crypto/pem/pem_sign.o crypto/pem/pem_x509.o crypto/pem/pem_xaux.o crypto/pem/pvkfmt.o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_utl.o crypto/pkcs12/pk12err.o crypto/pkcs7/bio_pk7.o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pkcs7err.o crypto/poly1305/poly1305.o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_pmeth.o crypto/rand/drbg_ctr.o crypto/rand/drbg_lib.o crypto/rand/rand_egd.o crypto/rand/rand_err.o crypto/rand/rand_lib.o crypto/rand/rand_unix.o crypto/rand/rand_vms.o crypto/rand/rand_win.o crypto/rand/randfile.o crypto/rc2/rc2_cbc.o crypto/rc2/rc2_ecb.o crypto/rc2/rc2_skey.o crypto/rc2/rc2cfb64.o crypto/rc2/rc2ofb64.o crypto/rc4/rc4_enc.o crypto/rc4/rc4_skey.o crypto/rc5/rc5_ecb.o crypto/rc5/rc5_enc.o crypto/rc5/rc5_skey.o crypto/rc5/rc5cfb64.o crypto/rc5/rc5ofb64.o crypto/ripemd/rmd_dgst.o crypto/ripemd/rmd_one.o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_chk.o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_depr.o crypto/rsa/rsa_err.o crypto/rsa/rsa_gen.o crypto/rsa/rsa_lib.o crypto/rsa/rsa_meth.o crypto/rsa/rsa_mp.o crypto/rsa/rsa_none.o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_prn.o crypto/rsa/rsa_pss.o crypto/rsa/rsa_saos.o crypto/rsa/rsa_sign.o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931g.o crypto/seed/seed.o crypto/seed/seed_cbc.o crypto/seed/seed_cfb.o crypto/seed/seed_ecb.o crypto/seed/seed_ofb.o crypto/sha/keccak1600.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256.o crypto/sha/sha512.o crypto/siphash/siphash.o crypto/siphash/siphash_ameth.o crypto/siphash/siphash_pmeth.o crypto/sm2/sm2_crypt.o crypto/sm2/sm2_err.o crypto/sm2/sm2_pmeth.o crypto/sm2/sm2_sign.o crypto/sm3/m_sm3.o crypto/sm3/sm3.o crypto/sm4/sm4.o crypto/srp/srp_lib.o crypto/srp/srp_vfy.o crypto/stack/stack.o crypto/store/loader_file.o crypto/store/store_err.o crypto/store/store_init.o crypto/store/store_lib.o crypto/store/store_register.o crypto/store/store_strings.o crypto/threads_none.o crypto/threads_pthread.o crypto/threads_win.o crypto/ts/ts_asn1.o crypto/ts/ts_conf.o crypto/ts/ts_err.o crypto/ts/ts_lib.o crypto/ts/ts_req_print.o crypto/ts/ts_req_utils.o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_verify.o crypto/ts/ts_verify_ctx.o crypto/txt_db/txt_db.o crypto/ui/ui_err.o crypto/ui/ui_lib.o crypto/ui/ui_null.o crypto/ui/ui_openssl.o crypto/ui/ui_util.o crypto/uid.o crypto/whrlpool/wp_block.o crypto/whrlpool/wp_dgst.o crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509/t_crl.o crypto/x509/t_req.o crypto/x509/t_x509.o crypto/x509/x509_att.o crypto/x509/x509_cmp.o crypto/x509/x509_d2.o crypto/x509/x509_def.o crypto/x509/x509_err.o crypto/x509/x509_ext.o crypto/x509/x509_lu.o crypto/x509/x509_meth.o crypto/x509/x509_obj.o crypto/x509/x509_r2x.o crypto/x509/x509_req.o crypto/x509/x509_set.o crypto/x509/x509_trs.o crypto/x509/x509_txt.o crypto/x509/x509_v3.o crypto/x509/x509_vfy.o crypto/x509/x509_vpm.o crypto/x509/x509cset.o crypto/x509/x509name.o crypto/x509/x509rset.o crypto/x509/x509spki.o crypto/x509/x509type.o crypto/x509/x_all.o crypto/x509/x_attrib.o crypto/x509/x_crl.o crypto/x509/x_exten.o crypto/x509/x_name.o crypto/x509/x_pubkey.o crypto/x509/x_req.o crypto/x509/x_x509.o crypto/x509/x_x509a.o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o -lz -pthread
+if [ 'libcrypto.so' != 'libcrypto.so.1.1' ]; then rm -f libcrypto.so; ln -s libcrypto.so.1.1 libcrypto.so; fi
+ar r libcrypto.a crypto/aes/aes_cbc.o crypto/aes/aes_cfb.o crypto/aes/aes_core.o crypto/aes/aes_ecb.o crypto/aes/aes_ige.o crypto/aes/aes_misc.o crypto/aes/aes_ofb.o crypto/aes/aes_wrap.o crypto/aria/aria.o crypto/asn1/a_bitstr.o crypto/asn1/a_d2i_fp.o crypto/asn1/a_digest.o crypto/asn1/a_dup.o crypto/asn1/a_gentm.o crypto/asn1/a_i2d_fp.o crypto/asn1/a_int.o crypto/asn1/a_mbstr.o crypto/asn1/a_object.o crypto/asn1/a_octet.o crypto/asn1/a_print.o crypto/asn1/a_sign.o crypto/asn1/a_strex.o crypto/asn1/a_strnid.o crypto/asn1/a_time.o crypto/asn1/a_type.o crypto/asn1/a_utctm.o crypto/asn1/a_utf8.o crypto/asn1/a_verify.o crypto/asn1/ameth_lib.o crypto/asn1/asn1_err.o crypto/asn1/asn1_gen.o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_lib.o crypto/asn1/asn1_par.o crypto/asn1/asn_mime.o crypto/asn1/asn_moid.o crypto/asn1/asn_mstbl.o crypto/asn1/asn_pack.o crypto/asn1/bio_asn1.o crypto/asn1/bio_ndef.o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pu.o crypto/asn1/evp_asn1.o crypto/asn1/f_int.o crypto/asn1/f_string.o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pu.o crypto/asn1/n_pkey.o crypto/asn1/nsseq.o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbev2.o crypto/asn1/p5_scrypt.o crypto/asn1/p8_pkey.o crypto/asn1/t_bitst.o crypto/asn1/t_pkey.o crypto/asn1/t_spki.o crypto/asn1/tasn_dec.o crypto/asn1/tasn_enc.o crypto/asn1/tasn_fre.o crypto/asn1/tasn_new.o crypto/asn1/tasn_prn.o crypto/asn1/tasn_scn.o crypto/asn1/tasn_typ.o crypto/asn1/tasn_utl.o crypto/asn1/x_algor.o crypto/asn1/x_bignum.o crypto/asn1/x_info.o crypto/asn1/x_int64.o crypto/asn1/x_long.o crypto/asn1/x_pkey.o crypto/asn1/x_sig.o crypto/asn1/x_spki.o crypto/asn1/x_val.o crypto/async/arch/async_null.o crypto/async/arch/async_posix.o crypto/async/arch/async_win.o crypto/async/async.o crypto/async/async_err.o crypto/async/async_wait.o crypto/bf/bf_cfb64.o crypto/bf/bf_ecb.o crypto/bf/bf_enc.o crypto/bf/bf_ofb64.o crypto/bf/bf_skey.o crypto/bio/b_addr.o crypto/bio/b_dump.o crypto/bio/b_print.o crypto/bio/b_sock.o crypto/bio/b_sock2.o crypto/bio/bf_buff.o crypto/bio/bf_lbuf.o crypto/bio/bf_nbio.o crypto/bio/bf_null.o crypto/bio/bio_cb.o crypto/bio/bio_err.o crypto/bio/bio_lib.o crypto/bio/bio_meth.o crypto/bio/bss_acpt.o crypto/bio/bss_bio.o crypto/bio/bss_conn.o crypto/bio/bss_dgram.o crypto/bio/bss_fd.o crypto/bio/bss_file.o crypto/bio/bss_log.o crypto/bio/bss_mem.o crypto/bio/bss_null.o crypto/bio/bss_sock.o crypto/blake2/blake2b.o crypto/blake2/blake2s.o crypto/blake2/m_blake2b.o crypto/blake2/m_blake2s.o crypto/bn/bn_add.o crypto/bn/bn_asm.o crypto/bn/bn_blind.o crypto/bn/bn_const.o crypto/bn/bn_ctx.o crypto/bn/bn_depr.o crypto/bn/bn_dh.o crypto/bn/bn_div.o crypto/bn/bn_err.o crypto/bn/bn_exp.o crypto/bn/bn_exp2.o crypto/bn/bn_gcd.o crypto/bn/bn_gf2m.o crypto/bn/bn_intern.o crypto/bn/bn_kron.o crypto/bn/bn_lib.o crypto/bn/bn_mod.o crypto/bn/bn_mont.o crypto/bn/bn_mpi.o crypto/bn/bn_mul.o crypto/bn/bn_nist.o crypto/bn/bn_prime.o crypto/bn/bn_print.o crypto/bn/bn_rand.o crypto/bn/bn_recp.o crypto/bn/bn_shift.o crypto/bn/bn_sqr.o crypto/bn/bn_sqrt.o crypto/bn/bn_srp.o crypto/bn/bn_word.o crypto/bn/bn_x931p.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/camellia/camellia.o crypto/camellia/cmll_cbc.o crypto/camellia/cmll_cfb.o crypto/camellia/cmll_ctr.o crypto/camellia/cmll_ecb.o crypto/camellia/cmll_misc.o crypto/camellia/cmll_ofb.o crypto/cast/c_cfb64.o crypto/cast/c_ecb.o crypto/cast/c_enc.o crypto/cast/c_ofb64.o crypto/cast/c_skey.o crypto/chacha/chacha_enc.o crypto/cmac/cm_ameth.o crypto/cmac/cm_pmeth.o crypto/cmac/cmac.o crypto/cms/cms_asn1.o crypto/cms/cms_att.o crypto/cms/cms_cd.o crypto/cms/cms_dd.o crypto/cms/cms_enc.o crypto/cms/cms_env.o crypto/cms/cms_err.o crypto/cms/cms_ess.o crypto/cms/cms_io.o crypto/cms/cms_kari.o crypto/cms/cms_lib.o crypto/cms/cms_pwri.o crypto/cms/cms_sd.o crypto/cms/cms_smime.o crypto/comp/c_zlib.o crypto/comp/comp_err.o crypto/comp/comp_lib.o crypto/conf/conf_api.o crypto/conf/conf_def.o crypto/conf/conf_err.o crypto/conf/conf_lib.o crypto/conf/conf_mall.o crypto/conf/conf_mod.o crypto/conf/conf_sap.o crypto/conf/conf_ssl.o crypto/cpt_err.o crypto/cryptlib.o crypto/ct/ct_b64.o crypto/ct/ct_err.o crypto/ct/ct_log.o crypto/ct/ct_oct.o crypto/ct/ct_policy.o crypto/ct/ct_prn.o crypto/ct/ct_sct.o crypto/ct/ct_sct_ctx.o crypto/ct/ct_vfy.o crypto/ct/ct_x509v3.o crypto/ctype.o crypto/cversion.o crypto/des/cbc_cksm.o crypto/des/cbc_enc.o crypto/des/cfb64ede.o crypto/des/cfb64enc.o crypto/des/cfb_enc.o crypto/des/des_enc.o crypto/des/ecb3_enc.o crypto/des/ecb_enc.o crypto/des/fcrypt.o crypto/des/fcrypt_b.o crypto/des/ofb64ede.o crypto/des/ofb64enc.o crypto/des/ofb_enc.o crypto/des/pcbc_enc.o crypto/des/qud_cksm.o crypto/des/rand_key.o crypto/des/set_key.o crypto/des/str2key.o crypto/des/xcbc_enc.o crypto/dh/dh_ameth.o crypto/dh/dh_asn1.o crypto/dh/dh_check.o crypto/dh/dh_depr.o crypto/dh/dh_err.o crypto/dh/dh_gen.o crypto/dh/dh_kdf.o crypto/dh/dh_key.o crypto/dh/dh_lib.o crypto/dh/dh_meth.o crypto/dh/dh_pmeth.o crypto/dh/dh_prn.o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc7919.o crypto/dsa/dsa_ameth.o crypto/dsa/dsa_asn1.o crypto/dsa/dsa_depr.o crypto/dsa/dsa_err.o crypto/dsa/dsa_gen.o crypto/dsa/dsa_key.o crypto/dsa/dsa_lib.o crypto/dsa/dsa_meth.o crypto/dsa/dsa_ossl.o crypto/dsa/dsa_pmeth.o crypto/dsa/dsa_prn.o crypto/dsa/dsa_sign.o crypto/dsa/dsa_vrf.o crypto/dso/dso_dl.o crypto/dso/dso_dlfcn.o crypto/dso/dso_err.o crypto/dso/dso_lib.o crypto/dso/dso_openssl.o crypto/dso/dso_vms.o crypto/dso/dso_win32.o crypto/ebcdic.o crypto/ec/curve25519.o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/eddsa.o crypto/ec/curve448/f_generic.o crypto/ec/curve448/scalar.o crypto/ec/ec2_oct.o crypto/ec/ec2_smpl.o crypto/ec/ec_ameth.o crypto/ec/ec_asn1.o crypto/ec/ec_check.o crypto/ec/ec_curve.o crypto/ec/ec_cvt.o crypto/ec/ec_err.o crypto/ec/ec_key.o crypto/ec/ec_kmeth.o crypto/ec/ec_lib.o crypto/ec/ec_mult.o crypto/ec/ec_oct.o crypto/ec/ec_pmeth.o crypto/ec/ec_print.o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_ossl.o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_vrf.o crypto/ec/eck_prn.o crypto/ec/ecp_mont.o crypto/ec/ecp_nist.o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistputil.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/engine/eng_all.o crypto/engine/eng_cnf.o crypto/engine/eng_ctrl.o crypto/engine/eng_dyn.o crypto/engine/eng_err.o crypto/engine/eng_fat.o crypto/engine/eng_init.o crypto/engine/eng_lib.o crypto/engine/eng_list.o crypto/engine/eng_openssl.o crypto/engine/eng_pkey.o crypto/engine/eng_rdrand.o crypto/engine/eng_table.o crypto/engine/tb_asnmth.o crypto/engine/tb_cipher.o crypto/engine/tb_dh.o crypto/engine/tb_digest.o crypto/engine/tb_dsa.o crypto/engine/tb_eckey.o crypto/engine/tb_pkmeth.o crypto/engine/tb_rand.o crypto/engine/tb_rsa.o crypto/err/err.o crypto/err/err_all.o crypto/err/err_prn.o crypto/evp/bio_b64.o crypto/evp/bio_enc.o crypto/evp/bio_md.o crypto/evp/bio_ok.o crypto/evp/c_allc.o crypto/evp/c_alld.o crypto/evp/cmeth_lib.o crypto/evp/digest.o crypto/evp/e_aes.o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aria.o crypto/evp/e_bf.o crypto/evp/e_camellia.o crypto/evp/e_cast.o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_des.o crypto/evp/e_des3.o crypto/evp/e_idea.o crypto/evp/e_null.o crypto/evp/e_old.o crypto/evp/e_rc2.o crypto/evp/e_rc4.o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc5.o crypto/evp/e_seed.o crypto/evp/e_sm4.o crypto/evp/e_xcbc_d.o crypto/evp/encode.o crypto/evp/evp_cnf.o crypto/evp/evp_enc.o crypto/evp/evp_err.o crypto/evp/evp_key.o crypto/evp/evp_lib.o crypto/evp/evp_pbe.o crypto/evp/evp_pkey.o crypto/evp/m_md2.o crypto/evp/m_md4.o crypto/evp/m_md5.o crypto/evp/m_md5_sha1.o crypto/evp/m_mdc2.o crypto/evp/m_null.o crypto/evp/m_ripemd.o crypto/evp/m_sha1.o crypto/evp/m_sha3.o crypto/evp/m_sigver.o crypto/evp/m_wp.o crypto/evp/names.o crypto/evp/p5_crpt.o crypto/evp/p5_crpt2.o crypto/evp/p_dec.o crypto/evp/p_enc.o crypto/evp/p_lib.o crypto/evp/p_open.o crypto/evp/p_seal.o crypto/evp/p_sign.o crypto/evp/p_verify.o crypto/evp/pbe_scrypt.o crypto/evp/pmeth_fn.o crypto/evp/pmeth_gn.o crypto/evp/pmeth_lib.o crypto/ex_data.o crypto/getenv.o crypto/hmac/hm_ameth.o crypto/hmac/hm_pmeth.o crypto/hmac/hmac.o crypto/idea/i_cbc.o crypto/idea/i_cfb64.o crypto/idea/i_ecb.o crypto/idea/i_ofb64.o crypto/idea/i_skey.o crypto/init.o crypto/kdf/hkdf.o crypto/kdf/kdf_err.o crypto/kdf/scrypt.o crypto/kdf/tls1_prf.o crypto/lhash/lh_stats.o crypto/lhash/lhash.o crypto/md2/md2_dgst.o crypto/md2/md2_one.o crypto/md4/md4_dgst.o crypto/md4/md4_one.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mem.o crypto/mem_clr.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/cbc128.o crypto/modes/ccm128.o crypto/modes/cfb128.o crypto/modes/ctr128.o crypto/modes/cts128.o crypto/modes/gcm128.o crypto/modes/ocb128.o crypto/modes/ofb128.o crypto/modes/wrap128.o crypto/modes/xts128.o crypto/o_dir.o crypto/o_fips.o crypto/o_fopen.o crypto/o_init.o crypto/o_str.o crypto/o_time.o crypto/objects/o_names.o crypto/objects/obj_dat.o crypto/objects/obj_err.o crypto/objects/obj_lib.o crypto/objects/obj_xref.o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_vfy.o crypto/ocsp/v3_ocsp.o crypto/pem/pem_all.o crypto/pem/pem_err.o crypto/pem/pem_info.o crypto/pem/pem_lib.o crypto/pem/pem_oth.o crypto/pem/pem_pk8.o crypto/pem/pem_pkey.o crypto/pem/pem_sign.o crypto/pem/pem_x509.o crypto/pem/pem_xaux.o crypto/pem/pvkfmt.o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_utl.o crypto/pkcs12/pk12err.o crypto/pkcs7/bio_pk7.o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pkcs7err.o crypto/poly1305/poly1305.o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_pmeth.o crypto/rand/drbg_ctr.o crypto/rand/drbg_lib.o crypto/rand/rand_egd.o crypto/rand/rand_err.o crypto/rand/rand_lib.o crypto/rand/rand_unix.o crypto/rand/rand_vms.o crypto/rand/rand_win.o crypto/rand/randfile.o crypto/rc2/rc2_cbc.o crypto/rc2/rc2_ecb.o crypto/rc2/rc2_skey.o crypto/rc2/rc2cfb64.o crypto/rc2/rc2ofb64.o crypto/rc4/rc4_enc.o crypto/rc4/rc4_skey.o crypto/rc5/rc5_ecb.o crypto/rc5/rc5_enc.o crypto/rc5/rc5_skey.o crypto/rc5/rc5cfb64.o crypto/rc5/rc5ofb64.o crypto/ripemd/rmd_dgst.o crypto/ripemd/rmd_one.o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_chk.o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_depr.o crypto/rsa/rsa_err.o crypto/rsa/rsa_gen.o crypto/rsa/rsa_lib.o crypto/rsa/rsa_meth.o crypto/rsa/rsa_mp.o crypto/rsa/rsa_none.o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_prn.o crypto/rsa/rsa_pss.o crypto/rsa/rsa_saos.o crypto/rsa/rsa_sign.o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931g.o crypto/seed/seed.o crypto/seed/seed_cbc.o crypto/seed/seed_cfb.o crypto/seed/seed_ecb.o crypto/seed/seed_ofb.o crypto/sha/keccak1600.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256.o crypto/sha/sha512.o crypto/siphash/siphash.o crypto/siphash/siphash_ameth.o crypto/siphash/siphash_pmeth.o crypto/sm2/sm2_crypt.o crypto/sm2/sm2_err.o crypto/sm2/sm2_pmeth.o crypto/sm2/sm2_sign.o crypto/sm3/m_sm3.o crypto/sm3/sm3.o crypto/sm4/sm4.o crypto/srp/srp_lib.o crypto/srp/srp_vfy.o crypto/stack/stack.o crypto/store/loader_file.o crypto/store/store_err.o crypto/store/store_init.o crypto/store/store_lib.o crypto/store/store_register.o crypto/store/store_strings.o crypto/threads_none.o crypto/threads_pthread.o crypto/threads_win.o crypto/ts/ts_asn1.o crypto/ts/ts_conf.o crypto/ts/ts_err.o crypto/ts/ts_lib.o crypto/ts/ts_req_print.o crypto/ts/ts_req_utils.o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_verify.o crypto/ts/ts_verify_ctx.o crypto/txt_db/txt_db.o crypto/ui/ui_err.o crypto/ui/ui_lib.o crypto/ui/ui_null.o crypto/ui/ui_openssl.o crypto/ui/ui_util.o crypto/uid.o crypto/whrlpool/wp_block.o crypto/whrlpool/wp_dgst.o crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509/t_crl.o crypto/x509/t_req.o crypto/x509/t_x509.o crypto/x509/x509_att.o crypto/x509/x509_cmp.o crypto/x509/x509_d2.o crypto/x509/x509_def.o crypto/x509/x509_err.o crypto/x509/x509_ext.o crypto/x509/x509_lu.o crypto/x509/x509_meth.o crypto/x509/x509_obj.o crypto/x509/x509_r2x.o crypto/x509/x509_req.o crypto/x509/x509_set.o crypto/x509/x509_trs.o crypto/x509/x509_txt.o crypto/x509/x509_v3.o crypto/x509/x509_vfy.o crypto/x509/x509_vpm.o crypto/x509/x509cset.o crypto/x509/x509name.o crypto/x509/x509rset.o crypto/x509/x509spki.o crypto/x509/x509type.o crypto/x509/x_all.o crypto/x509/x_attrib.o crypto/x509/x_crl.o crypto/x509/x_exten.o crypto/x509/x_name.o crypto/x509/x_pubkey.o crypto/x509/x_req.o crypto/x509/x_x509.o crypto/x509/x_x509a.o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o
+ar: warning: creating libcrypto.a
+ranlib libcrypto.a || echo Never mind.
+cc -fPIC -pthread -Wall -O3 -L. -shared -Wl,-Bsymbolic -Wl,-soname=libssl.so.1.1 -o libssl.so.1.1 -Wl,--version-script=libssl.map ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o -lcrypto -lz -pthread
+if [ 'libssl.so' != 'libssl.so.1.1' ]; then rm -f libssl.so; ln -s libssl.so.1.1 libssl.so; fi
+cc -fPIC -pthread -Wall -O3 -L. -shared -Wl,-Bsymbolic -o engines/capi.so engines/e_capi.o -lcrypto -lz -pthread
+cc -fPIC -pthread -Wall -O3 -L. -shared -Wl,-Bsymbolic -o engines/dasync.so engines/e_dasync.o -lcrypto -lz -pthread
+cc -fPIC -pthread -Wall -O3 -L. -shared -Wl,-Bsymbolic -o engines/ossltest.so engines/e_ossltest.o -lcrypto -lz -pthread
+cc -fPIC -pthread -Wall -O3 -L. -shared -Wl,-Bsymbolic -o engines/padlock.so engines/e_padlock.o -lcrypto -lz -pthread
rm -f fuzz/asn1parse-test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/asn1parse-test fuzz/asn1parse.o fuzz/test-corpus.o -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/bignum.d.tmp -MT fuzz/bignum.o -c -o fuzz/bignum.o ../fuzz/bignum.c
rm -f fuzz/bignum-test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/bignum-test fuzz/bignum.o fuzz/test-corpus.o -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/bndiv.d.tmp -MT fuzz/bndiv.o -c -o fuzz/bndiv.o ../fuzz/bndiv.c
rm -f fuzz/bndiv-test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/bndiv-test fuzz/bndiv.o fuzz/test-corpus.o -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/client.d.tmp -MT fuzz/client.o -c -o fuzz/client.o ../fuzz/client.c
-rm -f fuzz/client-test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/client-test fuzz/client.o fuzz/test-corpus.o -lssl -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/cms.d.tmp -MT fuzz/cms.o -c -o fuzz/cms.o ../fuzz/cms.c
rm -f fuzz/cms-test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/cms-test fuzz/cms.o fuzz/test-corpus.o -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/conf.d.tmp -MT fuzz/conf.o -c -o fuzz/conf.o ../fuzz/conf.c
rm -f fuzz/conf-test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/conf-test fuzz/conf.o fuzz/test-corpus.o -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/crl.d.tmp -MT fuzz/crl.o -c -o fuzz/crl.o ../fuzz/crl.c
rm -f fuzz/crl-test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/crl-test fuzz/crl.o fuzz/test-corpus.o -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/ct.d.tmp -MT fuzz/ct.o -c -o fuzz/ct.o ../fuzz/ct.c
rm -f fuzz/ct-test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/ct-test fuzz/ct.o fuzz/test-corpus.o -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/server.d.tmp -MT fuzz/server.o -c -o fuzz/server.o ../fuzz/server.c
-rm -f fuzz/server-test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/server-test fuzz/server.o fuzz/test-corpus.o -lssl -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/x509.d.tmp -MT fuzz/x509.o -c -o fuzz/x509.o ../fuzz/x509.c
rm -f fuzz/x509-test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/x509-test fuzz/test-corpus.o fuzz/x509.o -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/aborttest.d.tmp -MT test/aborttest.o -c -o test/aborttest.o ../test/aborttest.c
rm -f test/aborttest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/aborttest test/aborttest.o -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/afalgtest.d.tmp -MT test/afalgtest.o -c -o test/afalgtest.o ../test/afalgtest.c
rm -f test/afalgtest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/afalgtest test/afalgtest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asn1_decode_test.d.tmp -MT test/asn1_decode_test.o -c -o test/asn1_decode_test.o ../test/asn1_decode_test.c
rm -f test/asn1_decode_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/asn1_decode_test test/asn1_decode_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asn1_encode_test.d.tmp -MT test/asn1_encode_test.o -c -o test/asn1_encode_test.o ../test/asn1_encode_test.c
rm -f test/asn1_encode_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/asn1_encode_test test/asn1_encode_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asn1_internal_test.d.tmp -MT test/asn1_internal_test.o -c -o test/asn1_internal_test.o ../test/asn1_internal_test.c
-rm -f test/asn1_internal_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/asn1_internal_test test/asn1_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asn1_string_table_test.d.tmp -MT test/asn1_string_table_test.o -c -o test/asn1_string_table_test.o ../test/asn1_string_table_test.c
rm -f test/asn1_string_table_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/asn1_string_table_test test/asn1_string_table_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asn1_time_test.d.tmp -MT test/asn1_time_test.o -c -o test/asn1_time_test.o ../test/asn1_time_test.c
rm -f test/asn1_time_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/asn1_time_test test/asn1_time_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asynciotest.d.tmp -MT test/asynciotest.o -c -o test/asynciotest.o ../test/asynciotest.c
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssltestlib.d.tmp -MT test/ssltestlib.o -c -o test/ssltestlib.o ../test/ssltestlib.c
-rm -f test/asynciotest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/asynciotest test/asynciotest.o test/ssltestlib.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/asynctest.d.tmp -MT test/asynctest.o -c -o test/asynctest.o ../test/asynctest.c
rm -f test/asynctest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/asynctest test/asynctest.o -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bad_dtls_test.d.tmp -MT test/bad_dtls_test.o -c -o test/bad_dtls_test.o ../test/bad_dtls_test.c
-rm -f test/bad_dtls_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/bad_dtls_test test/bad_dtls_test.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bftest.d.tmp -MT test/bftest.o -c -o test/bftest.o ../test/bftest.c
rm -f test/bftest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/bftest test/bftest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bio_callback_test.d.tmp -MT test/bio_callback_test.o -c -o test/bio_callback_test.o ../test/bio_callback_test.c
rm -f test/bio_callback_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/bio_callback_test test/bio_callback_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bio_enc_test.d.tmp -MT test/bio_enc_test.o -c -o test/bio_enc_test.o ../test/bio_enc_test.c
rm -f test/bio_enc_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/bio_enc_test test/bio_enc_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bio_memleak_test.d.tmp -MT test/bio_memleak_test.o -c -o test/bio_memleak_test.o ../test/bio_memleak_test.c
rm -f test/bio_memleak_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/bio_memleak_test test/bio_memleak_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bioprinttest.d.tmp -MT test/bioprinttest.o -c -o test/bioprinttest.o ../test/bioprinttest.c
rm -f test/bioprinttest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/bioprinttest test/bioprinttest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/bntest.d.tmp -MT test/bntest.o -c -o test/bntest.o ../test/bntest.c
rm -f test/bntest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/bntest test/bntest.o test/libtestutil.a -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl aes > test/buildtest_aes.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_aes.d.tmp -MT test/buildtest_aes.o -c -o test/buildtest_aes.o test/buildtest_aes.c
+rm -f test/casttest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/casttest test/casttest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/cmsapitest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/cmsapitest test/cmsapitest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/conf_include_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/conf_include_test test/conf_include_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/constant_time_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/constant_time_test test/constant_time_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/crltest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/crltest test/crltest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/ct_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ct_test test/ct_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/d2i_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/d2i_test test/d2i_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/destest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/destest test/destest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/dhtest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/dhtest test/dhtest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/drbg_cavs_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/drbg_cavs_test test/drbg_cavs_data.o test/drbg_cavs_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/dsa_no_digest_size_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/dsa_no_digest_size_test test/dsa_no_digest_size_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/dsatest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/dsatest test/dsatest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/ecdsatest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ecdsatest test/ecdsatest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/ecstresstest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ecstresstest test/ecstresstest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/ectest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ectest test/ectest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/enginetest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/enginetest test/enginetest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/errtest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/errtest test/errtest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/evp_extra_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/evp_extra_test test/evp_extra_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/evp_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/evp_test test/evp_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/exdatatest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/exdatatest test/exdatatest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/exptest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/exptest test/exptest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/gmdifftest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/gmdifftest test/gmdifftest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/hmactest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/hmactest test/hmactest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/ideatest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ideatest test/ideatest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/igetest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/igetest test/igetest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/lhash_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/lhash_test test/lhash_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/md2test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/md2test test/md2test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/mdc2test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/mdc2test test/mdc2test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/memleaktest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/memleaktest test/memleaktest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/ocspapitest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ocspapitest test/ocspapitest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/packettest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/packettest test/packettest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/pbelutest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/pbelutest test/pbelutest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/pemtest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/pemtest test/pemtest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/pkey_meth_kdf_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/pkey_meth_kdf_test test/pkey_meth_kdf_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/pkey_meth_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/pkey_meth_test test/pkey_meth_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/rc2test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rc2test test/rc2test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/rc4test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rc4test test/rc4test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/rc5test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rc5test test/rc5test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/rsa_mp_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rsa_mp_test test/rsa_mp_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/rsa_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rsa_test test/rsa_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/sanitytest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/sanitytest test/sanitytest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/secmemtest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/secmemtest test/secmemtest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/srptest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/srptest test/srptest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/ssl_cert_table_internal_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ssl_cert_table_internal_test test/ssl_cert_table_internal_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/stack_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/stack_test test/stack_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/test_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/test_test test/test_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/threadstest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/threadstest test/threadstest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/time_offset_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/time_offset_test test/time_offset_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/tls13encryptiontest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/tls13encryptiontest test/tls13encryptiontest.o libssl.a test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/v3ext
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/v3ext test/v3ext.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/v3nametest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/v3nametest test/v3nametest.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/verify_extra_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/verify_extra_test test/verify_extra_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/versions
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/versions test/versions.o -lcrypto -lz -pthread
+rm -f test/wpackettest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/wpackettest test/wpackettest.o libssl.a test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/x509_check_cert_pkey_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/x509_check_cert_pkey_test test/x509_check_cert_pkey_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/x509_dup_cert_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/x509_dup_cert_test test/x509_dup_cert_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/x509_time_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/x509_time_test test/x509_time_test.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/x509aux
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/x509aux test/x509aux.o test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/asn1_internal_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/asn1_internal_test test/asn1_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f test/chacha_internal_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/chacha_internal_test test/chacha_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f test/cmactest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/cmactest test/cmactest.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f test/ctype_internal_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ctype_internal_test test/ctype_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f test/curve448_internal_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/curve448_internal_test test/curve448_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f test/drbgtest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/drbgtest test/drbgtest.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f test/ec_internal_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ec_internal_test test/ec_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f test/modes_internal_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/modes_internal_test test/modes_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f test/poly1305_internal_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/poly1305_internal_test test/poly1305_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f test/rdrand_sanitytest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rdrand_sanitytest test/rdrand_sanitytest.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f test/siphash_internal_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/siphash_internal_test test/siphash_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f test/sm2_internal_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/sm2_internal_test test/sm2_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f test/sm4_internal_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/sm4_internal_test test/sm4_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f test/x509_internal_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/x509_internal_test test/x509_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
+rm -f apps/openssl
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o apps/openssl 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/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 apps/libapps.a -lssl -lcrypto -lz -pthread
+rm -f fuzz/asn1-test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/asn1-test fuzz/asn1.o fuzz/test-corpus.o -lssl -lcrypto -lz -pthread
+rm -f fuzz/client-test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/client-test fuzz/client.o fuzz/test-corpus.o -lssl -lcrypto -lz -pthread
+rm -f fuzz/server-test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o fuzz/server-test fuzz/server.o fuzz/test-corpus.o -lssl -lcrypto -lz -pthread
+rm -f test/asynciotest
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/asynciotest test/asynciotest.o test/ssltestlib.o -lssl test/libtestutil.a -lcrypto -lz -pthread
+rm -f test/bad_dtls_test
+${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/bad_dtls_test test/bad_dtls_test.o -lssl test/libtestutil.a -lcrypto -lz -pthread
rm -f test/buildtest_c_aes
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_aes test/buildtest_aes.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl asn1 > test/buildtest_asn1.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_asn1.d.tmp -MT test/buildtest_asn1.o -c -o test/buildtest_asn1.o test/buildtest_asn1.c
rm -f test/buildtest_c_asn1
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_asn1 test/buildtest_asn1.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl asn1t > test/buildtest_asn1t.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_asn1t.d.tmp -MT test/buildtest_asn1t.o -c -o test/buildtest_asn1t.o test/buildtest_asn1t.c
rm -f test/buildtest_c_asn1t
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_asn1t test/buildtest_asn1t.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl async > test/buildtest_async.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_async.d.tmp -MT test/buildtest_async.o -c -o test/buildtest_async.o test/buildtest_async.c
rm -f test/buildtest_c_async
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_async test/buildtest_async.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl bio > test/buildtest_bio.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_bio.d.tmp -MT test/buildtest_bio.o -c -o test/buildtest_bio.o test/buildtest_bio.c
rm -f test/buildtest_c_bio
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_bio test/buildtest_bio.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl blowfish > test/buildtest_blowfish.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_blowfish.d.tmp -MT test/buildtest_blowfish.o -c -o test/buildtest_blowfish.o test/buildtest_blowfish.c
rm -f test/buildtest_c_blowfish
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_blowfish test/buildtest_blowfish.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl bn > test/buildtest_bn.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_bn.d.tmp -MT test/buildtest_bn.o -c -o test/buildtest_bn.o test/buildtest_bn.c
rm -f test/buildtest_c_bn
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_bn test/buildtest_bn.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl buffer > test/buildtest_buffer.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_buffer.d.tmp -MT test/buildtest_buffer.o -c -o test/buildtest_buffer.o test/buildtest_buffer.c
rm -f test/buildtest_c_buffer
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_buffer test/buildtest_buffer.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl camellia > test/buildtest_camellia.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_camellia.d.tmp -MT test/buildtest_camellia.o -c -o test/buildtest_camellia.o test/buildtest_camellia.c
rm -f test/buildtest_c_camellia
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_camellia test/buildtest_camellia.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl cast > test/buildtest_cast.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_cast.d.tmp -MT test/buildtest_cast.o -c -o test/buildtest_cast.o test/buildtest_cast.c
rm -f test/buildtest_c_cast
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_cast test/buildtest_cast.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl cmac > test/buildtest_cmac.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_cmac.d.tmp -MT test/buildtest_cmac.o -c -o test/buildtest_cmac.o test/buildtest_cmac.c
rm -f test/buildtest_c_cmac
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_cmac test/buildtest_cmac.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl cms > test/buildtest_cms.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_cms.d.tmp -MT test/buildtest_cms.o -c -o test/buildtest_cms.o test/buildtest_cms.c
rm -f test/buildtest_c_cms
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_cms test/buildtest_cms.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl comp > test/buildtest_comp.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_comp.d.tmp -MT test/buildtest_comp.o -c -o test/buildtest_comp.o test/buildtest_comp.c
rm -f test/buildtest_c_comp
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_comp test/buildtest_comp.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl conf > test/buildtest_conf.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_conf.d.tmp -MT test/buildtest_conf.o -c -o test/buildtest_conf.o test/buildtest_conf.c
rm -f test/buildtest_c_conf
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_conf test/buildtest_conf.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl conf_api > test/buildtest_conf_api.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_conf_api.d.tmp -MT test/buildtest_conf_api.o -c -o test/buildtest_conf_api.o test/buildtest_conf_api.c
rm -f test/buildtest_c_conf_api
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_conf_api test/buildtest_conf_api.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl crypto > test/buildtest_crypto.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_crypto.d.tmp -MT test/buildtest_crypto.o -c -o test/buildtest_crypto.o test/buildtest_crypto.c
rm -f test/buildtest_c_crypto
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_crypto test/buildtest_crypto.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl ct > test/buildtest_ct.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ct.d.tmp -MT test/buildtest_ct.o -c -o test/buildtest_ct.o test/buildtest_ct.c
rm -f test/buildtest_c_ct
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_ct test/buildtest_ct.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl des > test/buildtest_des.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_des.d.tmp -MT test/buildtest_des.o -c -o test/buildtest_des.o test/buildtest_des.c
rm -f test/buildtest_c_des
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_des test/buildtest_des.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl dh > test/buildtest_dh.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_dh.d.tmp -MT test/buildtest_dh.o -c -o test/buildtest_dh.o test/buildtest_dh.c
rm -f test/buildtest_c_dh
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_dh test/buildtest_dh.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl dsa > test/buildtest_dsa.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_dsa.d.tmp -MT test/buildtest_dsa.o -c -o test/buildtest_dsa.o test/buildtest_dsa.c
rm -f test/buildtest_c_dsa
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_dsa test/buildtest_dsa.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl dtls1 > test/buildtest_dtls1.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_dtls1.d.tmp -MT test/buildtest_dtls1.o -c -o test/buildtest_dtls1.o test/buildtest_dtls1.c
rm -f test/buildtest_c_dtls1
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_dtls1 test/buildtest_dtls1.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl e_os2 > test/buildtest_e_os2.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_e_os2.d.tmp -MT test/buildtest_e_os2.o -c -o test/buildtest_e_os2.o test/buildtest_e_os2.c
rm -f test/buildtest_c_e_os2
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_e_os2 test/buildtest_e_os2.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl ebcdic > test/buildtest_ebcdic.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ebcdic.d.tmp -MT test/buildtest_ebcdic.o -c -o test/buildtest_ebcdic.o test/buildtest_ebcdic.c
rm -f test/buildtest_c_ebcdic
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_ebcdic test/buildtest_ebcdic.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl ec > test/buildtest_ec.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ec.d.tmp -MT test/buildtest_ec.o -c -o test/buildtest_ec.o test/buildtest_ec.c
rm -f test/buildtest_c_ec
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_ec test/buildtest_ec.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl ecdh > test/buildtest_ecdh.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ecdh.d.tmp -MT test/buildtest_ecdh.o -c -o test/buildtest_ecdh.o test/buildtest_ecdh.c
rm -f test/buildtest_c_ecdh
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_ecdh test/buildtest_ecdh.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl ecdsa > test/buildtest_ecdsa.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ecdsa.d.tmp -MT test/buildtest_ecdsa.o -c -o test/buildtest_ecdsa.o test/buildtest_ecdsa.c
rm -f test/buildtest_c_ecdsa
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_ecdsa test/buildtest_ecdsa.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl engine > test/buildtest_engine.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_engine.d.tmp -MT test/buildtest_engine.o -c -o test/buildtest_engine.o test/buildtest_engine.c
rm -f test/buildtest_c_engine
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_engine test/buildtest_engine.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl evp > test/buildtest_evp.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_evp.d.tmp -MT test/buildtest_evp.o -c -o test/buildtest_evp.o test/buildtest_evp.c
rm -f test/buildtest_c_evp
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_evp test/buildtest_evp.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl hmac > test/buildtest_hmac.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_hmac.d.tmp -MT test/buildtest_hmac.o -c -o test/buildtest_hmac.o test/buildtest_hmac.c
rm -f test/buildtest_c_hmac
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_hmac test/buildtest_hmac.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl idea > test/buildtest_idea.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_idea.d.tmp -MT test/buildtest_idea.o -c -o test/buildtest_idea.o test/buildtest_idea.c
rm -f test/buildtest_c_idea
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_idea test/buildtest_idea.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl kdf > test/buildtest_kdf.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_kdf.d.tmp -MT test/buildtest_kdf.o -c -o test/buildtest_kdf.o test/buildtest_kdf.c
rm -f test/buildtest_c_kdf
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_kdf test/buildtest_kdf.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl lhash > test/buildtest_lhash.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_lhash.d.tmp -MT test/buildtest_lhash.o -c -o test/buildtest_lhash.o test/buildtest_lhash.c
rm -f test/buildtest_c_lhash
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_lhash test/buildtest_lhash.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl md2 > test/buildtest_md2.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_md2.d.tmp -MT test/buildtest_md2.o -c -o test/buildtest_md2.o test/buildtest_md2.c
rm -f test/buildtest_c_md2
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_md2 test/buildtest_md2.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl md4 > test/buildtest_md4.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_md4.d.tmp -MT test/buildtest_md4.o -c -o test/buildtest_md4.o test/buildtest_md4.c
rm -f test/buildtest_c_md4
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_md4 test/buildtest_md4.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl md5 > test/buildtest_md5.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_md5.d.tmp -MT test/buildtest_md5.o -c -o test/buildtest_md5.o test/buildtest_md5.c
rm -f test/buildtest_c_md5
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_md5 test/buildtest_md5.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl modes > test/buildtest_modes.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_modes.d.tmp -MT test/buildtest_modes.o -c -o test/buildtest_modes.o test/buildtest_modes.c
rm -f test/buildtest_c_modes
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_modes test/buildtest_modes.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl obj_mac > test/buildtest_obj_mac.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_obj_mac.d.tmp -MT test/buildtest_obj_mac.o -c -o test/buildtest_obj_mac.o test/buildtest_obj_mac.c
rm -f test/buildtest_c_obj_mac
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_obj_mac test/buildtest_obj_mac.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl objects > test/buildtest_objects.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_objects.d.tmp -MT test/buildtest_objects.o -c -o test/buildtest_objects.o test/buildtest_objects.c
rm -f test/buildtest_c_objects
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_objects test/buildtest_objects.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl ocsp > test/buildtest_ocsp.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ocsp.d.tmp -MT test/buildtest_ocsp.o -c -o test/buildtest_ocsp.o test/buildtest_ocsp.c
rm -f test/buildtest_c_ocsp
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_ocsp test/buildtest_ocsp.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl opensslv > test/buildtest_opensslv.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_opensslv.d.tmp -MT test/buildtest_opensslv.o -c -o test/buildtest_opensslv.o test/buildtest_opensslv.c
rm -f test/buildtest_c_opensslv
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_opensslv test/buildtest_opensslv.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl ossl_typ > test/buildtest_ossl_typ.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ossl_typ.d.tmp -MT test/buildtest_ossl_typ.o -c -o test/buildtest_ossl_typ.o test/buildtest_ossl_typ.c
rm -f test/buildtest_c_ossl_typ
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_ossl_typ test/buildtest_ossl_typ.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl pem > test/buildtest_pem.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_pem.d.tmp -MT test/buildtest_pem.o -c -o test/buildtest_pem.o test/buildtest_pem.c
rm -f test/buildtest_c_pem
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_pem test/buildtest_pem.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl pem2 > test/buildtest_pem2.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_pem2.d.tmp -MT test/buildtest_pem2.o -c -o test/buildtest_pem2.o test/buildtest_pem2.c
rm -f test/buildtest_c_pem2
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_pem2 test/buildtest_pem2.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl pkcs12 > test/buildtest_pkcs12.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_pkcs12.d.tmp -MT test/buildtest_pkcs12.o -c -o test/buildtest_pkcs12.o test/buildtest_pkcs12.c
rm -f test/buildtest_c_pkcs12
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_pkcs12 test/buildtest_pkcs12.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl pkcs7 > test/buildtest_pkcs7.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_pkcs7.d.tmp -MT test/buildtest_pkcs7.o -c -o test/buildtest_pkcs7.o test/buildtest_pkcs7.c
rm -f test/buildtest_c_pkcs7
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_pkcs7 test/buildtest_pkcs7.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl rand > test/buildtest_rand.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_rand.d.tmp -MT test/buildtest_rand.o -c -o test/buildtest_rand.o test/buildtest_rand.c
rm -f test/buildtest_c_rand
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_rand test/buildtest_rand.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl rand_drbg > test/buildtest_rand_drbg.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_rand_drbg.d.tmp -MT test/buildtest_rand_drbg.o -c -o test/buildtest_rand_drbg.o test/buildtest_rand_drbg.c
rm -f test/buildtest_c_rand_drbg
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_rand_drbg test/buildtest_rand_drbg.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl rc2 > test/buildtest_rc2.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_rc2.d.tmp -MT test/buildtest_rc2.o -c -o test/buildtest_rc2.o test/buildtest_rc2.c
rm -f test/buildtest_c_rc2
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_rc2 test/buildtest_rc2.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl rc4 > test/buildtest_rc4.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_rc4.d.tmp -MT test/buildtest_rc4.o -c -o test/buildtest_rc4.o test/buildtest_rc4.c
rm -f test/buildtest_c_rc4
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_rc4 test/buildtest_rc4.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl rc5 > test/buildtest_rc5.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_rc5.d.tmp -MT test/buildtest_rc5.o -c -o test/buildtest_rc5.o test/buildtest_rc5.c
rm -f test/buildtest_c_rc5
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_rc5 test/buildtest_rc5.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl ripemd > test/buildtest_ripemd.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ripemd.d.tmp -MT test/buildtest_ripemd.o -c -o test/buildtest_ripemd.o test/buildtest_ripemd.c
rm -f test/buildtest_c_ripemd
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_ripemd test/buildtest_ripemd.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl rsa > test/buildtest_rsa.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_rsa.d.tmp -MT test/buildtest_rsa.o -c -o test/buildtest_rsa.o test/buildtest_rsa.c
rm -f test/buildtest_c_rsa
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_rsa test/buildtest_rsa.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl safestack > test/buildtest_safestack.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_safestack.d.tmp -MT test/buildtest_safestack.o -c -o test/buildtest_safestack.o test/buildtest_safestack.c
rm -f test/buildtest_c_safestack
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_safestack test/buildtest_safestack.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl seed > test/buildtest_seed.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_seed.d.tmp -MT test/buildtest_seed.o -c -o test/buildtest_seed.o test/buildtest_seed.c
rm -f test/buildtest_c_seed
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_seed test/buildtest_seed.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl sha > test/buildtest_sha.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_sha.d.tmp -MT test/buildtest_sha.o -c -o test/buildtest_sha.o test/buildtest_sha.c
rm -f test/buildtest_c_sha
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_sha test/buildtest_sha.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl srp > test/buildtest_srp.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_srp.d.tmp -MT test/buildtest_srp.o -c -o test/buildtest_srp.o test/buildtest_srp.c
rm -f test/buildtest_c_srp
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_srp test/buildtest_srp.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl srtp > test/buildtest_srtp.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_srtp.d.tmp -MT test/buildtest_srtp.o -c -o test/buildtest_srtp.o test/buildtest_srtp.c
rm -f test/buildtest_c_srtp
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_srtp test/buildtest_srtp.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl ssl > test/buildtest_ssl.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ssl.d.tmp -MT test/buildtest_ssl.o -c -o test/buildtest_ssl.o test/buildtest_ssl.c
rm -f test/buildtest_c_ssl
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_ssl test/buildtest_ssl.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl ssl2 > test/buildtest_ssl2.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ssl2.d.tmp -MT test/buildtest_ssl2.o -c -o test/buildtest_ssl2.o test/buildtest_ssl2.c
rm -f test/buildtest_c_ssl2
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_ssl2 test/buildtest_ssl2.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl ssl3 > test/buildtest_ssl3.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ssl3.d.tmp -MT test/buildtest_ssl3.o -c -o test/buildtest_ssl3.o test/buildtest_ssl3.c
rm -f test/buildtest_c_ssl3
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_ssl3 test/buildtest_ssl3.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl stack > test/buildtest_stack.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_stack.d.tmp -MT test/buildtest_stack.o -c -o test/buildtest_stack.o test/buildtest_stack.c
rm -f test/buildtest_c_stack
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_stack test/buildtest_stack.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl store > test/buildtest_store.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_store.d.tmp -MT test/buildtest_store.o -c -o test/buildtest_store.o test/buildtest_store.c
rm -f test/buildtest_c_store
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_store test/buildtest_store.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl symhacks > test/buildtest_symhacks.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_symhacks.d.tmp -MT test/buildtest_symhacks.o -c -o test/buildtest_symhacks.o test/buildtest_symhacks.c
rm -f test/buildtest_c_symhacks
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_symhacks test/buildtest_symhacks.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl tls1 > test/buildtest_tls1.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_tls1.d.tmp -MT test/buildtest_tls1.o -c -o test/buildtest_tls1.o test/buildtest_tls1.c
rm -f test/buildtest_c_tls1
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_tls1 test/buildtest_tls1.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl ts > test/buildtest_ts.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ts.d.tmp -MT test/buildtest_ts.o -c -o test/buildtest_ts.o test/buildtest_ts.c
rm -f test/buildtest_c_ts
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_ts test/buildtest_ts.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl txt_db > test/buildtest_txt_db.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_txt_db.d.tmp -MT test/buildtest_txt_db.o -c -o test/buildtest_txt_db.o test/buildtest_txt_db.c
rm -f test/buildtest_c_txt_db
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_txt_db test/buildtest_txt_db.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl ui > test/buildtest_ui.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_ui.d.tmp -MT test/buildtest_ui.o -c -o test/buildtest_ui.o test/buildtest_ui.c
rm -f test/buildtest_c_ui
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_ui test/buildtest_ui.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl whrlpool > test/buildtest_whrlpool.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_whrlpool.d.tmp -MT test/buildtest_whrlpool.o -c -o test/buildtest_whrlpool.o test/buildtest_whrlpool.c
rm -f test/buildtest_c_whrlpool
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_whrlpool test/buildtest_whrlpool.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl x509 > test/buildtest_x509.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_x509.d.tmp -MT test/buildtest_x509.o -c -o test/buildtest_x509.o test/buildtest_x509.c
rm -f test/buildtest_c_x509
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_x509 test/buildtest_x509.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl x509_vfy > test/buildtest_x509_vfy.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_x509_vfy.d.tmp -MT test/buildtest_x509_vfy.o -c -o test/buildtest_x509_vfy.o test/buildtest_x509_vfy.c
rm -f test/buildtest_c_x509_vfy
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_x509_vfy test/buildtest_x509_vfy.o -lssl -lcrypto -lz -pthread
-/usr/local/bin/perl ../test/generate_buildtest.pl x509v3 > test/buildtest_x509v3.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/buildtest_x509v3.d.tmp -MT test/buildtest_x509v3.o -c -o test/buildtest_x509v3.o test/buildtest_x509v3.c
rm -f test/buildtest_c_x509v3
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/buildtest_c_x509v3 test/buildtest_x509v3.o -lssl -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/casttest.d.tmp -MT test/casttest.o -c -o test/casttest.o ../test/casttest.c
-rm -f test/casttest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/casttest test/casttest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/chacha_internal_test.d.tmp -MT test/chacha_internal_test.o -c -o test/chacha_internal_test.o ../test/chacha_internal_test.c
-rm -f test/chacha_internal_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/chacha_internal_test test/chacha_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/cipherbytes_test.d.tmp -MT test/cipherbytes_test.o -c -o test/cipherbytes_test.o ../test/cipherbytes_test.c
rm -f test/cipherbytes_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/cipherbytes_test test/cipherbytes_test.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/cipherlist_test.d.tmp -MT test/cipherlist_test.o -c -o test/cipherlist_test.o ../test/cipherlist_test.c
rm -f test/cipherlist_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/cipherlist_test test/cipherlist_test.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ciphername_test.d.tmp -MT test/ciphername_test.o -c -o test/ciphername_test.o ../test/ciphername_test.c
rm -f test/ciphername_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ciphername_test test/ciphername_test.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/clienthellotest.d.tmp -MT test/clienthellotest.o -c -o test/clienthellotest.o ../test/clienthellotest.c
rm -f test/clienthellotest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/clienthellotest test/clienthellotest.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -Iapps/include -I../include -I../apps/include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/cmactest.d.tmp -MT test/cmactest.o -c -o test/cmactest.o ../test/cmactest.c
-rm -f test/cmactest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/cmactest test/cmactest.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/cmsapitest.d.tmp -MT test/cmsapitest.o -c -o test/cmsapitest.o ../test/cmsapitest.c
-rm -f test/cmsapitest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/cmsapitest test/cmsapitest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/conf_include_test.d.tmp -MT test/conf_include_test.o -c -o test/conf_include_test.o ../test/conf_include_test.c
-rm -f test/conf_include_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/conf_include_test test/conf_include_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/constant_time_test.d.tmp -MT test/constant_time_test.o -c -o test/constant_time_test.o ../test/constant_time_test.c
-rm -f test/constant_time_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/constant_time_test test/constant_time_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/crltest.d.tmp -MT test/crltest.o -c -o test/crltest.o ../test/crltest.c
-rm -f test/crltest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/crltest test/crltest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ct_test.d.tmp -MT test/ct_test.o -c -o test/ct_test.o ../test/ct_test.c
-rm -f test/ct_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ct_test test/ct_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ctype_internal_test.d.tmp -MT test/ctype_internal_test.o -c -o test/ctype_internal_test.o ../test/ctype_internal_test.c
-rm -f test/ctype_internal_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ctype_internal_test test/ctype_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -I. -Iinclude -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448 -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/curve448_internal_test.d.tmp -MT test/curve448_internal_test.o -c -o test/curve448_internal_test.o ../test/curve448_internal_test.c
-rm -f test/curve448_internal_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/curve448_internal_test test/curve448_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/d2i_test.d.tmp -MT test/d2i_test.o -c -o test/d2i_test.o ../test/d2i_test.c
-rm -f test/d2i_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/d2i_test test/d2i_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/danetest.d.tmp -MT test/danetest.o -c -o test/danetest.o ../test/danetest.c
rm -f test/danetest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/danetest test/danetest.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/destest.d.tmp -MT test/destest.o -c -o test/destest.o ../test/destest.c
-rm -f test/destest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/destest test/destest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/dhtest.d.tmp -MT test/dhtest.o -c -o test/dhtest.o ../test/dhtest.c
-rm -f test/dhtest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/dhtest test/dhtest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -Itest -I. -I../include -I../test -I.. -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/drbg_cavs_data.d.tmp -MT test/drbg_cavs_data.o -c -o test/drbg_cavs_data.o ../test/drbg_cavs_data.c
-cc -Iinclude -Itest -I. -I../include -I../test -I.. -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/drbg_cavs_test.d.tmp -MT test/drbg_cavs_test.o -c -o test/drbg_cavs_test.o ../test/drbg_cavs_test.c
-rm -f test/drbg_cavs_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/drbg_cavs_test test/drbg_cavs_data.o test/drbg_cavs_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/drbgtest.d.tmp -MT test/drbgtest.o -c -o test/drbgtest.o ../test/drbgtest.c
-rm -f test/drbgtest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/drbgtest test/drbgtest.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/dsa_no_digest_size_test.d.tmp -MT test/dsa_no_digest_size_test.o -c -o test/dsa_no_digest_size_test.o ../test/dsa_no_digest_size_test.c
-rm -f test/dsa_no_digest_size_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/dsa_no_digest_size_test test/dsa_no_digest_size_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/dsatest.d.tmp -MT test/dsatest.o -c -o test/dsatest.o ../test/dsatest.c
-rm -f test/dsatest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/dsatest test/dsatest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/dtls_mtu_test.d.tmp -MT test/dtls_mtu_test.o -c -o test/dtls_mtu_test.o ../test/dtls_mtu_test.c
rm -f test/dtls_mtu_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/dtls_mtu_test test/dtls_mtu_test.o test/ssltestlib.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/dtlstest.d.tmp -MT test/dtlstest.o -c -o test/dtlstest.o ../test/dtlstest.c
rm -f test/dtlstest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/dtlstest test/dtlstest.o test/ssltestlib.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/dtlsv1listentest.d.tmp -MT test/dtlsv1listentest.o -c -o test/dtlsv1listentest.o ../test/dtlsv1listentest.c
rm -f test/dtlsv1listentest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/dtlsv1listentest test/dtlsv1listentest.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -Icrypto/ec -I../include -I../crypto/ec -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ec_internal_test.d.tmp -MT test/ec_internal_test.o -c -o test/ec_internal_test.o ../test/ec_internal_test.c
-rm -f test/ec_internal_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ec_internal_test test/ec_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ecdsatest.d.tmp -MT test/ecdsatest.o -c -o test/ecdsatest.o ../test/ecdsatest.c
-rm -f test/ecdsatest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ecdsatest test/ecdsatest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ecstresstest.d.tmp -MT test/ecstresstest.o -c -o test/ecstresstest.o ../test/ecstresstest.c
-rm -f test/ecstresstest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ecstresstest test/ecstresstest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ectest.d.tmp -MT test/ectest.o -c -o test/ectest.o ../test/ectest.c
-rm -f test/ectest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ectest test/ectest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/enginetest.d.tmp -MT test/enginetest.o -c -o test/enginetest.o ../test/enginetest.c
-rm -f test/enginetest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/enginetest test/enginetest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/errtest.d.tmp -MT test/errtest.o -c -o test/errtest.o ../test/errtest.c
-rm -f test/errtest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/errtest test/errtest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/evp_extra_test.d.tmp -MT test/evp_extra_test.o -c -o test/evp_extra_test.o ../test/evp_extra_test.c
-rm -f test/evp_extra_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/evp_extra_test test/evp_extra_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/evp_test.d.tmp -MT test/evp_test.o -c -o test/evp_test.o ../test/evp_test.c
-rm -f test/evp_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/evp_test test/evp_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/exdatatest.d.tmp -MT test/exdatatest.o -c -o test/exdatatest.o ../test/exdatatest.c
-rm -f test/exdatatest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/exdatatest test/exdatatest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/exptest.d.tmp -MT test/exptest.o -c -o test/exptest.o ../test/exptest.c
-rm -f test/exptest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/exptest test/exptest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/fatalerrtest.d.tmp -MT test/fatalerrtest.o -c -o test/fatalerrtest.o ../test/fatalerrtest.c
rm -f test/fatalerrtest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/fatalerrtest test/fatalerrtest.o test/ssltestlib.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/gmdifftest.d.tmp -MT test/gmdifftest.o -c -o test/gmdifftest.o ../test/gmdifftest.c
-rm -f test/gmdifftest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/gmdifftest test/gmdifftest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I. -I../include -I.. -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/gosttest.d.tmp -MT test/gosttest.o -c -o test/gosttest.o ../test/gosttest.c
rm -f test/gosttest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/gosttest test/gosttest.o test/ssltestlib.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/hmactest.d.tmp -MT test/hmactest.o -c -o test/hmactest.o ../test/hmactest.c
-rm -f test/hmactest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/hmactest test/hmactest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ideatest.d.tmp -MT test/ideatest.o -c -o test/ideatest.o ../test/ideatest.c
-rm -f test/ideatest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ideatest test/ideatest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/igetest.d.tmp -MT test/igetest.o -c -o test/igetest.o ../test/igetest.c
-rm -f test/igetest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/igetest test/igetest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/lhash_test.d.tmp -MT test/lhash_test.o -c -o test/lhash_test.o ../test/lhash_test.c
-rm -f test/lhash_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/lhash_test test/lhash_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/md2test.d.tmp -MT test/md2test.o -c -o test/md2test.o ../test/md2test.c
-rm -f test/md2test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/md2test test/md2test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/mdc2test.d.tmp -MT test/mdc2test.o -c -o test/mdc2test.o ../test/mdc2test.c
-rm -f test/mdc2test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/mdc2test test/mdc2test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/memleaktest.d.tmp -MT test/memleaktest.o -c -o test/memleaktest.o ../test/memleaktest.c
-rm -f test/memleaktest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/memleaktest test/memleaktest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/modes_internal_test.d.tmp -MT test/modes_internal_test.o -c -o test/modes_internal_test.o ../test/modes_internal_test.c
-rm -f test/modes_internal_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/modes_internal_test test/modes_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ocspapitest.d.tmp -MT test/ocspapitest.o -c -o test/ocspapitest.o ../test/ocspapitest.c
-rm -f test/ocspapitest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ocspapitest test/ocspapitest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/packettest.d.tmp -MT test/packettest.o -c -o test/packettest.o ../test/packettest.c
-rm -f test/packettest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/packettest test/packettest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/pbelutest.d.tmp -MT test/pbelutest.o -c -o test/pbelutest.o ../test/pbelutest.c
-rm -f test/pbelutest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/pbelutest test/pbelutest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/pemtest.d.tmp -MT test/pemtest.o -c -o test/pemtest.o ../test/pemtest.c
-rm -f test/pemtest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/pemtest test/pemtest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/pkey_meth_kdf_test.d.tmp -MT test/pkey_meth_kdf_test.o -c -o test/pkey_meth_kdf_test.o ../test/pkey_meth_kdf_test.c
-rm -f test/pkey_meth_kdf_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/pkey_meth_kdf_test test/pkey_meth_kdf_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/pkey_meth_test.d.tmp -MT test/pkey_meth_test.o -c -o test/pkey_meth_test.o ../test/pkey_meth_test.c
-rm -f test/pkey_meth_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/pkey_meth_test test/pkey_meth_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/poly1305_internal_test.d.tmp -MT test/poly1305_internal_test.o -c -o test/poly1305_internal_test.o ../test/poly1305_internal_test.c
-rm -f test/poly1305_internal_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/poly1305_internal_test test/poly1305_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rc2test.d.tmp -MT test/rc2test.o -c -o test/rc2test.o ../test/rc2test.c
-rm -f test/rc2test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rc2test test/rc2test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rc4test.d.tmp -MT test/rc4test.o -c -o test/rc4test.o ../test/rc4test.c
-rm -f test/rc4test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rc4test test/rc4test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rc5test.d.tmp -MT test/rc5test.o -c -o test/rc5test.o ../test/rc5test.c
-rm -f test/rc5test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rc5test test/rc5test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rdrand_sanitytest.d.tmp -MT test/rdrand_sanitytest.o -c -o test/rdrand_sanitytest.o ../test/rdrand_sanitytest.c
-rm -f test/rdrand_sanitytest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rdrand_sanitytest test/rdrand_sanitytest.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/recordlentest.d.tmp -MT test/recordlentest.o -c -o test/recordlentest.o ../test/recordlentest.c
rm -f test/recordlentest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/recordlentest test/recordlentest.o test/ssltestlib.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rsa_complex.d.tmp -MT test/rsa_complex.o -c -o test/rsa_complex.o ../test/rsa_complex.c
-rm -f test/rsa_complex
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rsa_complex test/rsa_complex.o -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rsa_mp_test.d.tmp -MT test/rsa_mp_test.o -c -o test/rsa_mp_test.o ../test/rsa_mp_test.c
-rm -f test/rsa_mp_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rsa_mp_test test/rsa_mp_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/rsa_test.d.tmp -MT test/rsa_test.o -c -o test/rsa_test.o ../test/rsa_test.c
-rm -f test/rsa_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/rsa_test test/rsa_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sanitytest.d.tmp -MT test/sanitytest.o -c -o test/sanitytest.o ../test/sanitytest.c
-rm -f test/sanitytest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/sanitytest test/sanitytest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/secmemtest.d.tmp -MT test/secmemtest.o -c -o test/secmemtest.o ../test/secmemtest.c
-rm -f test/secmemtest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/secmemtest test/secmemtest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/servername_test.d.tmp -MT test/servername_test.o -c -o test/servername_test.o ../test/servername_test.c
rm -f test/servername_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/servername_test test/servername_test.o test/ssltestlib.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/shlibloadtest.d.tmp -MT test/shlibloadtest.o -c -o test/shlibloadtest.o ../test/shlibloadtest.c
-rm -f test/shlibloadtest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/shlibloadtest test/shlibloadtest.o -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/siphash_internal_test.d.tmp -MT test/siphash_internal_test.o -c -o test/siphash_internal_test.o ../test/siphash_internal_test.c
-rm -f test/siphash_internal_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/siphash_internal_test test/siphash_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sm2_internal_test.d.tmp -MT test/sm2_internal_test.o -c -o test/sm2_internal_test.o ../test/sm2_internal_test.c
-rm -f test/sm2_internal_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/sm2_internal_test test/sm2_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sm4_internal_test.d.tmp -MT test/sm4_internal_test.o -c -o test/sm4_internal_test.o ../test/sm4_internal_test.c
-rm -f test/sm4_internal_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/sm4_internal_test test/sm4_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/srptest.d.tmp -MT test/srptest.o -c -o test/srptest.o ../test/srptest.c
-rm -f test/srptest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/srptest test/srptest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssl_cert_table_internal_test.d.tmp -MT test/ssl_cert_table_internal_test.o -c -o test/ssl_cert_table_internal_test.o ../test/ssl_cert_table_internal_test.c
-rm -f test/ssl_cert_table_internal_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ssl_cert_table_internal_test test/ssl_cert_table_internal_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssl_ctx_test.d.tmp -MT test/ssl_ctx_test.o -c -o test/ssl_ctx_test.o ../test/ssl_ctx_test.c
rm -f test/ssl_ctx_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ssl_ctx_test test/ssl_ctx_test.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/handshake_helper.d.tmp -MT test/handshake_helper.o -c -o test/handshake_helper.o ../test/handshake_helper.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssl_test.d.tmp -MT test/ssl_test.o -c -o test/ssl_test.o ../test/ssl_test.c
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssl_test_ctx.d.tmp -MT test/ssl_test_ctx.o -c -o test/ssl_test_ctx.o ../test/ssl_test_ctx.c
rm -f test/ssl_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ssl_test test/handshake_helper.o test/ssl_test.o test/ssl_test_ctx.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssl_test_ctx_test.d.tmp -MT test/ssl_test_ctx_test.o -c -o test/ssl_test_ctx_test.o ../test/ssl_test_ctx_test.c
rm -f test/ssl_test_ctx_test
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ssl_test_ctx_test test/ssl_test_ctx.o test/ssl_test_ctx_test.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I. -I../include -I.. -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sslapitest.d.tmp -MT test/sslapitest.o -c -o test/sslapitest.o ../test/sslapitest.c
rm -f test/sslapitest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/sslapitest test/sslapitest.o test/ssltestlib.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sslbuffertest.d.tmp -MT test/sslbuffertest.o -c -o test/sslbuffertest.o ../test/sslbuffertest.c
rm -f test/sslbuffertest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/sslbuffertest test/sslbuffertest.o test/ssltestlib.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sslcorrupttest.d.tmp -MT test/sslcorrupttest.o -c -o test/sslcorrupttest.o ../test/sslcorrupttest.c
rm -f test/sslcorrupttest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/sslcorrupttest test/sslcorrupttest.o test/ssltestlib.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/ssltest_old.d.tmp -MT test/ssltest_old.o -c -o test/ssltest_old.o ../test/ssltest_old.c
rm -f test/ssltest_old
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/ssltest_old test/ssltest_old.o -lssl -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/stack_test.d.tmp -MT test/stack_test.o -c -o test/stack_test.o ../test/stack_test.c
-rm -f test/stack_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/stack_test test/stack_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/sysdefaulttest.d.tmp -MT test/sysdefaulttest.o -c -o test/sysdefaulttest.o ../test/sysdefaulttest.c
rm -f test/sysdefaulttest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/sysdefaulttest test/sysdefaulttest.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/test_test.d.tmp -MT test/test_test.o -c -o test/test_test.o ../test/test_test.c
-rm -f test/test_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/test_test test/test_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/threadstest.d.tmp -MT test/threadstest.o -c -o test/threadstest.o ../test/threadstest.c
-rm -f test/threadstest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/threadstest test/threadstest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/time_offset_test.d.tmp -MT test/time_offset_test.o -c -o test/time_offset_test.o ../test/time_offset_test.c
-rm -f test/time_offset_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/time_offset_test test/time_offset_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/tls13ccstest.d.tmp -MT test/tls13ccstest.o -c -o test/tls13ccstest.o ../test/tls13ccstest.c
rm -f test/tls13ccstest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/tls13ccstest test/ssltestlib.o test/tls13ccstest.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/tls13encryptiontest.d.tmp -MT test/tls13encryptiontest.o -c -o test/tls13encryptiontest.o ../test/tls13encryptiontest.c
-rm -f test/tls13encryptiontest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/tls13encryptiontest test/tls13encryptiontest.o libssl.a test/libtestutil.a -lcrypto -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/tls13secretstest.d.tmp -MT test/tls13secretstest.o -c -o test/tls13secretstest.o ../test/tls13secretstest.c
rm -f test/tls13secretstest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/tls13secretstest ssl/packet.o ssl/tls13_enc.o test/tls13secretstest.o -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -I. -Iinclude -Iapps -I.. -I../include -I../apps -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/uitest.d.tmp -MT test/uitest.o -c -o test/uitest.o ../test/uitest.c
rm -f test/uitest
${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/uitest test/uitest.o apps/libapps.a -lssl test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/v3ext.d.tmp -MT test/v3ext.o -c -o test/v3ext.o ../test/v3ext.c
-rm -f test/v3ext
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/v3ext test/v3ext.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/v3nametest.d.tmp -MT test/v3nametest.o -c -o test/v3nametest.o ../test/v3nametest.c
-rm -f test/v3nametest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/v3nametest test/v3nametest.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/verify_extra_test.d.tmp -MT test/verify_extra_test.o -c -o test/verify_extra_test.o ../test/verify_extra_test.c
-rm -f test/verify_extra_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/verify_extra_test test/verify_extra_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/versions.d.tmp -MT test/versions.o -c -o test/versions.o ../test/versions.c
-rm -f test/versions
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/versions test/versions.o -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/wpackettest.d.tmp -MT test/wpackettest.o -c -o test/wpackettest.o ../test/wpackettest.c
-rm -f test/wpackettest
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/wpackettest test/wpackettest.o libssl.a test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/x509_check_cert_pkey_test.d.tmp -MT test/x509_check_cert_pkey_test.o -c -o test/x509_check_cert_pkey_test.o ../test/x509_check_cert_pkey_test.c
-rm -f test/x509_check_cert_pkey_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/x509_check_cert_pkey_test test/x509_check_cert_pkey_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/x509_dup_cert_test.d.tmp -MT test/x509_dup_cert_test.o -c -o test/x509_dup_cert_test.o ../test/x509_dup_cert_test.c
-rm -f test/x509_dup_cert_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/x509_dup_cert_test test/x509_dup_cert_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -I. -Iinclude -I.. -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/x509_internal_test.d.tmp -MT test/x509_internal_test.o -c -o test/x509_internal_test.o ../test/x509_internal_test.c
-rm -f test/x509_internal_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/x509_internal_test test/x509_internal_test.o test/libtestutil.a libcrypto.a -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/x509_time_test.d.tmp -MT test/x509_time_test.o -c -o test/x509_time_test.o ../test/x509_time_test.c
-rm -f test/x509_time_test
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/x509_time_test test/x509_time_test.o test/libtestutil.a -lcrypto -lz -pthread
-cc -Iinclude -I../include -pthread -Wall -O3 -D_THREAD_SAFE -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/x509aux.d.tmp -MT test/x509aux.o -c -o test/x509aux.o ../test/x509aux.c
-rm -f test/x509aux
-${LDCMD:-cc} -pthread -Wall -O3 -L. -o test/x509aux test/x509aux.o test/libtestutil.a -lcrypto -lz -pthread
-/usr/local/bin/perl "-I." -Mconfigdata "../util/dofile.pl" "-oMakefile" ../apps/CA.pl.in > "apps/CA.pl"
-chmod a+x apps/CA.pl
-/usr/local/bin/perl "-I." -Mconfigdata "../util/dofile.pl" "-oMakefile" ../apps/tsget.in > "apps/tsget.pl"
-chmod a+x apps/tsget.pl
-/usr/local/bin/perl "-I." -Mconfigdata "../util/dofile.pl" "-oMakefile" ../tools/c_rehash.in > "tools/c_rehash"
-chmod a+x tools/c_rehash
-/usr/local/bin/perl "-I." -Mconfigdata "../util/dofile.pl" "-oMakefile" ../util/shlib_wrap.sh.in > "util/shlib_wrap.sh"
-chmod a+x util/shlib_wrap.sh
diff --git a/upstream-build/build-log/x86_64-linux b/upstream-build/build-log/x86_64-linux
index 8547026..6696cae 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.1i (0x1010109fL) for linux-x86_64
+Configuring OpenSSL version 1.1.1j (0x101010afL) 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.1i/openssl/out-fedora.64'
-make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1i/openssl/out-fedora.64'
-make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1i/openssl/out-fedora.64'
+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'
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
@@ -1426,7 +1426,7 @@ rm -f test/clienthellotest
${LDCMD:-gcc} -pthread -m64 -Wall -O3 -L. \
-o test/clienthellotest test/clienthellotest.o \
-lssl test/libtestutil.a -lcrypto -lz -ldl -pthread
-gcc -Iinclude -Iapps/include -I../include -I../apps/include -pthread -m64 -Wall -O3 -DZLIB -DNDEBUG -MMD -MF test/cmactest.d.tmp -MT test/cmactest.o -c -o test/cmactest.o ../test/cmactest.c
+gcc -Iinclude -I../include -pthread -m64 -Wall -O3 -DZLIB -DNDEBUG -MMD -MF test/cmactest.d.tmp -MT test/cmactest.o -c -o test/cmactest.o ../test/cmactest.c
rm -f test/cmactest
${LDCMD:-gcc} -pthread -m64 -Wall -O3 -L. \
-o test/cmactest test/cmactest.o \
@@ -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.1i/openssl/out-fedora.64'
+make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64'
make depend && make _build_libs
-make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1i/openssl/out-fedora.64'
-make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1i/openssl/out-fedora.64'
-make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1i/openssl/out-fedora.64'
+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]: Nothing to be done for '_build_libs'.
-make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1i/openssl/out-fedora.64'
+make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/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.1i/openssl/out-fedora.64'
-make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1i/openssl/out-fedora.64'
-make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1i/openssl/out-fedora.64'
+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]: Nothing to be done for '_build_engines'.
-make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1i/openssl/out-fedora.64'
+make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/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.1i/openssl/out-fedora.64'
-make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1i/openssl/out-fedora.64'
-make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1i/openssl/out-fedora.64'
+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]: Nothing to be done for '_build_programs'.
-make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1i/openssl/out-fedora.64'
+make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1j/openssl/out-fedora.64'
created directory `/home/karen/install/bin'
*** Installing runtime programs
install apps/openssl -> /home/karen/install/bin/openssl
@@ -3155,6 +3155,7 @@ install ../apps/ct_log_list.cnf -> /home/karen/install/ssl/ct_log_list.cnf
/home/karen/install/share/man/man3/DES_crypt.3 -> /home/karen/install/share/man/man3/DES_random_key.3
/home/karen/install/share/man/man3/DH_generate_key.3
/home/karen/install/share/man/man3/DH_compute_key.3 -> /home/karen/install/share/man/man3/DH_generate_key.3
+/home/karen/install/share/man/man3/DH_compute_key_padded.3 -> /home/karen/install/share/man/man3/DH_generate_key.3
/home/karen/install/share/man/man3/DH_generate_parameters.3
/home/karen/install/share/man/man3/DH_generate_parameters_ex.3 -> /home/karen/install/share/man/man3/DH_generate_parameters.3
/home/karen/install/share/man/man3/DH_check.3 -> /home/karen/install/share/man/man3/DH_generate_parameters.3
@@ -4234,6 +4235,7 @@ install ../apps/ct_log_list.cnf -> /home/karen/install/ssl/ct_log_list.cnf
/home/karen/install/share/man/man3/OCSP_REQ_CTX_add1_header.3 -> /home/karen/install/share/man/man3/OCSP_sendreq_new.3
/home/karen/install/share/man/man3/OCSP_REQ_CTX_set1_req.3 -> /home/karen/install/share/man/man3/OCSP_sendreq_new.3
/home/karen/install/share/man/man3/OCSP_sendreq_bio.3 -> /home/karen/install/share/man/man3/OCSP_sendreq_new.3
+/home/karen/install/share/man/man3/OCSP_REQ_CTX_i2d.3 -> /home/karen/install/share/man/man3/OCSP_sendreq_new.3
/home/karen/install/share/man/man3/OpenSSL_add_all_algorithms.3
/home/karen/install/share/man/man3/OpenSSL_add_all_ciphers.3 -> /home/karen/install/share/man/man3/OpenSSL_add_all_algorithms.3
/home/karen/install/share/man/man3/OpenSSL_add_all_digests.3 -> /home/karen/install/share/man/man3/OpenSSL_add_all_algorithms.3
@@ -7126,6 +7128,7 @@ install ../apps/ct_log_list.cnf -> /home/karen/install/ssl/ct_log_list.cnf
/home/karen/install/share/doc/openssl/html/man3/DES_crypt.html -> /home/karen/install/share/doc/openssl/html/man3/DES_random_key.html
/home/karen/install/share/doc/openssl/html/man3/DH_generate_key.html
/home/karen/install/share/doc/openssl/html/man3/DH_compute_key.html -> /home/karen/install/share/doc/openssl/html/man3/DH_generate_key.html
+/home/karen/install/share/doc/openssl/html/man3/DH_compute_key_padded.html -> /home/karen/install/share/doc/openssl/html/man3/DH_generate_key.html
/home/karen/install/share/doc/openssl/html/man3/DH_generate_parameters.html
/home/karen/install/share/doc/openssl/html/man3/DH_generate_parameters_ex.html -> /home/karen/install/share/doc/openssl/html/man3/DH_generate_parameters.html
/home/karen/install/share/doc/openssl/html/man3/DH_check.html -> /home/karen/install/share/doc/openssl/html/man3/DH_generate_parameters.html
@@ -8205,6 +8208,7 @@ install ../apps/ct_log_list.cnf -> /home/karen/install/ssl/ct_log_list.cnf
/home/karen/install/share/doc/openssl/html/man3/OCSP_REQ_CTX_add1_header.html -> /home/karen/install/share/doc/openssl/html/man3/OCSP_sendreq_new.html
/home/karen/install/share/doc/openssl/html/man3/OCSP_REQ_CTX_set1_req.html -> /home/karen/install/share/doc/openssl/html/man3/OCSP_sendreq_new.html
/home/karen/install/share/doc/openssl/html/man3/OCSP_sendreq_bio.html -> /home/karen/install/share/doc/openssl/html/man3/OCSP_sendreq_new.html
+/home/karen/install/share/doc/openssl/html/man3/OCSP_REQ_CTX_i2d.html -> /home/karen/install/share/doc/openssl/html/man3/OCSP_sendreq_new.html
/home/karen/install/share/doc/openssl/html/man3/OpenSSL_add_all_algorithms.html
/home/karen/install/share/doc/openssl/html/man3/OpenSSL_add_all_ciphers.html -> /home/karen/install/share/doc/openssl/html/man3/OpenSSL_add_all_algorithms.html
/home/karen/install/share/doc/openssl/html/man3/OpenSSL_add_all_digests.html -> /home/karen/install/share/doc/openssl/html/man3/OpenSSL_add_all_algorithms.html
diff --git a/upstream-build/build-log/x86_64-macos b/upstream-build/build-log/x86_64-macos
index c459274..b6935c2 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.1i (0x1010109fL) for darwin64-x86_64-cc
+Configuring OpenSSL version 1.1.1j (0x101010afL) for darwin64-x86_64-cc
Using os-specific seed configuration
Creating configdata.pm
Creating Makefile
@@ -1457,7 +1457,7 @@ rm -f test/clienthellotest
${LDCMD:-cc} -arch x86_64 -O3 -Wall -L. -Wl,-search_paths_first \
-o test/clienthellotest test/clienthellotest.o \
-lssl test/libtestutil.a -lcrypto -lz
-cc -Iinclude -Iapps/include -I../include -I../apps/include -arch x86_64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/cmactest.d.tmp -MT test/cmactest.o -c -o test/cmactest.o ../test/cmactest.c
+cc -Iinclude -I../include -arch x86_64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/cmactest.d.tmp -MT test/cmactest.o -c -o test/cmactest.o ../test/cmactest.c
rm -f test/cmactest
${LDCMD:-cc} -arch x86_64 -O3 -Wall -L. -Wl,-search_paths_first \
-o test/cmactest test/cmactest.o \
diff --git a/upstream-build/build-log/x86_64-win32-mingw32 b/upstream-build/build-log/x86_64-win32-mingw32
index d462d40..95884d6 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.1i (0x1010109fL) for mingw64
+Configuring OpenSSL version 1.1.1j (0x101010afL) for mingw64
Using os-specific seed configuration
Creating configdata.pm
Creating Makefile
@@ -1730,7 +1730,7 @@ rm -f test/clienthellotest.exe
${LDCMD:-gcc} -m64 -Wall -O3 -L. \
-o test/clienthellotest.exe test/clienthellotest.o \
-lssl test/libtestutil.a -lcrypto -lz -lws2_32 -lgdi32 -lcrypt32
-gcc -Iinclude -Iapps/include -I../include -I../apps/include -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DZLIB -DNDEBUG -MMD -MF test/cmactest.d.tmp -MT test/cmactest.o -c -o test/cmactest.o ../test/cmactest.c
+gcc -Iinclude -I../include -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DZLIB -DNDEBUG -MMD -MF test/cmactest.d.tmp -MT test/cmactest.o -c -o test/cmactest.o ../test/cmactest.c
rm -f test/cmactest.exe
${LDCMD:-gcc} -m64 -Wall -O3 -L. \
-o test/cmactest.exe test/cmactest.o \
diff --git a/upstream-build/build-log/x86_64-win32-msvc b/upstream-build/build-log/x86_64-win32-msvc
index 98088d0..3a9764b 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.1i (0x1010109fL) for VC-WIN64A
+Configuring OpenSSL version 1.1.1j (0x101010afL) for VC-WIN64A
Using os-specific seed configuration
It looks like you don't have either nmake.exe or dmake.exe on your PATH,
@@ -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\nmFAAE.tmp
+ lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nm2860.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
@@ -736,9 +736,9 @@ conf_api.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\conf\conf_api.c" 2>&1 > crypto\conf\conf_api.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\conf\conf_def.obj "..\crypto\conf\conf_def.c"
conf_def.c
-..\crypto\conf\conf_def.c(235): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
-..\crypto\conf\conf_def.c(521): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
-..\crypto\conf\conf_def.c(643): warning C4244: '-=': conversion from '__int64' to 'int', possible loss of data
+..\crypto\conf\conf_def.c(236): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
+..\crypto\conf\conf_def.c(535): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
+..\crypto\conf\conf_def.c(657): 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\conf\conf_def.c" 2>&1 > crypto\conf\conf_def.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\conf\conf_err.obj "..\crypto\conf\conf_err.c"
conf_err.c
@@ -907,6 +907,7 @@ dh_kdf.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\dh\dh_kdf.c" 2>&1 > crypto\dh\dh_kdf.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\dh\dh_key.obj "..\crypto\dh\dh_key.c"
dh_key.c
+..\crypto\dh\dh_key.c(48): warning C4267: '-=': conversion from 'size_t' to 'int', possible loss of data
cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\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\dh\dh_key.c" 2>&1 > crypto\dh\dh_key.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\dh\dh_lib.obj "..\crypto\dh\dh_lib.c"
dh_lib.c
@@ -2402,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\nmBC35.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\nm253A.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
@@ -2414,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\nmBF14.tmp
+ lib /nologo /out:libcrypto_static.lib @C:\Users\build\AppData\Local\Temp\nm28F4.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
@@ -2425,7 +2426,7 @@ bio_ssl.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\bio_ssl.c" 2>&1 > ssl\bio_ssl.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\d1_lib.obj "..\ssl\d1_lib.c"
d1_lib.c
-..\ssl\d1_lib.c(801): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
+..\ssl\d1_lib.c(802): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\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\d1_lib.c" 2>&1 > ssl\d1_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\d1_msg.obj "..\ssl\d1_msg.c"
d1_msg.c
@@ -2534,8 +2535,8 @@ ssl_utst.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(970): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *'
..\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 *'
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
@@ -2556,7 +2557,6 @@ statem.c
statem_clnt.c
..\ssl\statem\statem_clnt.c(1203): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
..\ssl\statem\statem_clnt.c(1611): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *'
-..\ssl\statem\statem_clnt.c(1963): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\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_clnt.c" 2>&1 > ssl\statem\statem_clnt.d
cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\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_dtls.obj "..\ssl\statem\statem_dtls.c"
statem_dtls.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\nm96D.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\nm8A40.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\nmB23.tmp
+ lib /nologo /out:libssl_static.lib @C:\Users\build\AppData\Local\Temp\nm8BC7.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\nm11EA.tmp
+ lib /nologo /out:test\libtestutil.lib @C:\Users\build\AppData\Local\Temp\nm9454.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\nm13C0.tmp @C:\Users\build\AppData\Local\Temp\nm13C1.tmp
+ 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
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\nm1672.tmp @C:\Users\build\AppData\Local\Temp\nm1673.tmp
+ 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
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\nm17FA.tmp @C:\Users\build\AppData\Local\Temp\nm17FB.tmp
+ 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
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\nm1944.tmp @C:\Users\build\AppData\Local\Temp\nm1945.tmp
+ 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
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
@@ -2878,11 +2878,11 @@ version.c
x509.c
..\apps\x509.c(922): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -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\x509.c" 2>&1 > apps\x509.d
- cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "apps" /I "." /I "include" /I "..\apps" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -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 /Foms\applink.obj "..\ms\applink.c"
+ cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -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 /Foms\applink.obj "..\ms\applink.c"
applink.c
- cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "apps" /I "." /I "include" /I "..\apps" /I ".." /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -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
+ 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\nm640B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:apps\openssl.exe @C:\Users\build\AppData\Local\Temp\nm20B.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\nm6787.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1-test.exe @C:\Users\build\AppData\Local\Temp\nm509.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\nm68EF.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1parse-test.exe @C:\Users\build\AppData\Local\Temp\nm672.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\nm6A38.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bignum-test.exe @C:\Users\build\AppData\Local\Temp\nm79C.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\nm6B81.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bndiv-test.exe @C:\Users\build\AppData\Local\Temp\nm8E5.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\nm6CF9.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\client-test.exe @C:\Users\build\AppData\Local\Temp\nmA3E.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\nm6E62.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\cms-test.exe @C:\Users\build\AppData\Local\Temp\nmBB6.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\nm6F7C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\conf-test.exe @C:\Users\build\AppData\Local\Temp\nmCEF.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\nm7123.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\crl-test.exe @C:\Users\build\AppData\Local\Temp\nmE77.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\nm72AA.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\ct-test.exe @C:\Users\build\AppData\Local\Temp\nmFDF.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\nm7413.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\server-test.exe @C:\Users\build\AppData\Local\Temp\nm1176.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\nm757B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\x509-test.exe @C:\Users\build\AppData\Local\Temp\nm12FE.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\nm7712.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\aborttest.exe @C:\Users\build\AppData\Local\Temp\nm1457.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\nm785C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\afalgtest.exe @C:\Users\build\AppData\Local\Temp\nm15CF.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\nm79B4.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_decode_test.exe @C:\Users\build\AppData\Local\Temp\nm1727.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\nm7AEE.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_encode_test.exe @C:\Users\build\AppData\Local\Temp\nm18CE.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\nm7C47.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm1A27.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\nm7E0D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_string_table_test.exe @C:\Users\build\AppData\Local\Temp\nm1BFD.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\nm7F37.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_time_test.exe @C:\Users\build\AppData\Local\Temp\nm1D65.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\nm8206.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynciotest.exe @C:\Users\build\AppData\Local\Temp\nm2110.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\nm83CC.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynctest.exe @C:\Users\build\AppData\Local\Temp\nm2314.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\nm8554.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bad_dtls_test.exe @C:\Users\build\AppData\Local\Temp\nm24DA.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\nm869D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bftest.exe @C:\Users\build\AppData\Local\Temp\nm2614.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\nm87C7.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_callback_test.exe @C:\Users\build\AppData\Local\Temp\nm273E.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\nm88B2.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_enc_test.exe @C:\Users\build\AppData\Local\Temp\nm2914.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\nm89AD.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_memleak_test.exe @C:\Users\build\AppData\Local\Temp\nm2A2E.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\nm8AC8.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bioprinttest.exe @C:\Users\build\AppData\Local\Temp\nm2B58.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,543 +3104,543 @@ 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\nm8C01.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bntest.exe @C:\Users\build\AppData\Local\Temp\nm2CD0.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\nm8D0C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_aes.exe @C:\Users\build\AppData\Local\Temp\nm2E09.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\nm8E36.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1.exe @C:\Users\build\AppData\Local\Temp\nm2F52.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\nm8F60.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1t.exe @C:\Users\build\AppData\Local\Temp\nm30AB.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\nm90A9.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_async.exe @C:\Users\build\AppData\Local\Temp\nm31C5.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\nm91C3.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bio.exe @C:\Users\build\AppData\Local\Temp\nm331E.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\nm92ED.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_blowfish.exe @C:\Users\build\AppData\Local\Temp\nm3448.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\nm9426.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bn.exe @C:\Users\build\AppData\Local\Temp\nm3553.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\nm9541.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_buffer.exe @C:\Users\build\AppData\Local\Temp\nm366D.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\nm964B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_camellia.exe @C:\Users\build\AppData\Local\Temp\nm3777.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\nm9737.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cast.exe @C:\Users\build\AppData\Local\Temp\nm38A1.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\nm9860.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cmac.exe @C:\Users\build\AppData\Local\Temp\nm39BC.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\nm997B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cms.exe @C:\Users\build\AppData\Local\Temp\nm3B34.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\nm9A95.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_comp.exe @C:\Users\build\AppData\Local\Temp\nm3C4E.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\nm9BFD.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf.exe @C:\Users\build\AppData\Local\Temp\nm3D97.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\nm9D18.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf_api.exe @C:\Users\build\AppData\Local\Temp\nm3EE0.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\nm9E41.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_crypto.exe @C:\Users\build\AppData\Local\Temp\nm3FFA.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\nm9F5C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ct.exe @C:\Users\build\AppData\Local\Temp\nm4163.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\nmA0D4.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_des.exe @C:\Users\build\AppData\Local\Temp\nm427D.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\nmA1FE.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dh.exe @C:\Users\build\AppData\Local\Temp\nm43B6.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\nmA327.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dsa.exe @C:\Users\build\AppData\Local\Temp\nm44F0.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\nmA403.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dtls1.exe @C:\Users\build\AppData\Local\Temp\nm45FB.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\nmA50E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_e_os2.exe @C:\Users\build\AppData\Local\Temp\nm4715.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\nmA638.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ebcdic.exe @C:\Users\build\AppData\Local\Temp\nm482F.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\nmA742.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ec.exe @C:\Users\build\AppData\Local\Temp\nm4969.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\nmA85D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdh.exe @C:\Users\build\AppData\Local\Temp\nm4AB2.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\nmA9A6.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdsa.exe @C:\Users\build\AppData\Local\Temp\nm4BEB.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\nmAAC0.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_engine.exe @C:\Users\build\AppData\Local\Temp\nm4D54.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\nmAC28.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_evp.exe @C:\Users\build\AppData\Local\Temp\nm4EAC.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\nmAD43.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_hmac.exe @C:\Users\build\AppData\Local\Temp\nm4FF5.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\nmAE5D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_idea.exe @C:\Users\build\AppData\Local\Temp\nm5100.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\nmAF58.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_kdf.exe @C:\Users\build\AppData\Local\Temp\nm521A.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\nmB072.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_lhash.exe @C:\Users\build\AppData\Local\Temp\nm5354.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\nmB19C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md2.exe @C:\Users\build\AppData\Local\Temp\nm545E.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\nmB297.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md4.exe @C:\Users\build\AppData\Local\Temp\nm5588.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\nmB3A2.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md5.exe @C:\Users\build\AppData\Local\Temp\nm5693.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\nmB47D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_modes.exe @C:\Users\build\AppData\Local\Temp\nm579E.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\nmB5A7.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_obj_mac.exe @C:\Users\build\AppData\Local\Temp\nm58C7.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\nmB6A2.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_objects.exe @C:\Users\build\AppData\Local\Temp\nm5A01.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\nmB7FB.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ocsp.exe @C:\Users\build\AppData\Local\Temp\nm5B79.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\nmB915.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_opensslv.exe @C:\Users\build\AppData\Local\Temp\nm5C93.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\nmB9F1.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ossl_typ.exe @C:\Users\build\AppData\Local\Temp\nm5DCD.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\nmBB0B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem.exe @C:\Users\build\AppData\Local\Temp\nm5F45.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\nmBC25.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem2.exe @C:\Users\build\AppData\Local\Temp\nm605F.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\nmBD7E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs12.exe @C:\Users\build\AppData\Local\Temp\nm61D7.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\nmBEA8.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs7.exe @C:\Users\build\AppData\Local\Temp\nm633F.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\nmBFD2.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand.exe @C:\Users\build\AppData\Local\Temp\nm645A.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\nmC0FC.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand_drbg.exe @C:\Users\build\AppData\Local\Temp\nm6593.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\nmC235.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc2.exe @C:\Users\build\AppData\Local\Temp\nm669E.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\nmC350.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc4.exe @C:\Users\build\AppData\Local\Temp\nm67B8.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\nmC46A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc5.exe @C:\Users\build\AppData\Local\Temp\nm68E2.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\nmC5A3.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ripemd.exe @C:\Users\build\AppData\Local\Temp\nm69EC.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\nmC6BE.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rsa.exe @C:\Users\build\AppData\Local\Temp\nm6B16.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\nmC7A9.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_safestack.exe @C:\Users\build\AppData\Local\Temp\nm6C21.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\nmC8C3.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_seed.exe @C:\Users\build\AppData\Local\Temp\nm6D2C.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\nmC9BE.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_sha.exe @C:\Users\build\AppData\Local\Temp\nm6E55.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\nmCAC9.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srp.exe @C:\Users\build\AppData\Local\Temp\nm6F70.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\nmCC22.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srtp.exe @C:\Users\build\AppData\Local\Temp\nm70E8.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\nmCD5B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl.exe @C:\Users\build\AppData\Local\Temp\nm726F.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\nmCE27.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl2.exe @C:\Users\build\AppData\Local\Temp\nm738A.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\nmCF80.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl3.exe @C:\Users\build\AppData\Local\Temp\nm74F2.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\nmD0F8.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_stack.exe @C:\Users\build\AppData\Local\Temp\nm75FD.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\nmD251.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_store.exe @C:\Users\build\AppData\Local\Temp\nm7755.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\nmD33C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_symhacks.exe @C:\Users\build\AppData\Local\Temp\nm788F.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\nmD456.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_tls1.exe @C:\Users\build\AppData\Local\Temp\nm79E8.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\nmD5AF.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ts.exe @C:\Users\build\AppData\Local\Temp\nm7B60.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\nmD6D9.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_txt_db.exe @C:\Users\build\AppData\Local\Temp\nm7C99.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\nmD832.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ui.exe @C:\Users\build\AppData\Local\Temp\nm7E21.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\nmD93C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_whrlpool.exe @C:\Users\build\AppData\Local\Temp\nm7F4B.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\nmDA66.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509.exe @C:\Users\build\AppData\Local\Temp\nm80A3.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\nmDBBF.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509_vfy.exe @C:\Users\build\AppData\Local\Temp\nm821B.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\nmDD27.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509v3.exe @C:\Users\build\AppData\Local\Temp\nm8393.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\nmDE32.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\casttest.exe @C:\Users\build\AppData\Local\Temp\nm849E.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\nmDF4C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\chacha_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm85B8.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\nmE122.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherbytes_test.exe @C:\Users\build\AppData\Local\Temp\nm87CC.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\nmE25B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherlist_test.exe @C:\Users\build\AppData\Local\Temp\nm8944.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\nmE3D3.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ciphername_test.exe @C:\Users\build\AppData\Local\Temp\nm8ABC.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\nmE52C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\clienthellotest.exe @C:\Users\build\AppData\Local\Temp\nm8C34.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 "apps\include" /I "..\include" /I "..\apps\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -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"
+ cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -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
..\test\cmactest.c(116): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
..\test\cmactest.c(126): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
@@ -3648,9 +3648,9 @@ cmactest.c
..\test\cmactest.c(142): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
..\test\cmactest.c(152): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
..\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 "apps\include" /I "..\include" /I "..\apps\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -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
+ cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -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\nmE656.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmactest.exe @C:\Users\build\AppData\Local\Temp\nm8D7E.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\nmE84B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmsapitest.exe @C:\Users\build\AppData\Local\Temp\nm8FC1.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\nmE975.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\conf_include_test.exe @C:\Users\build\AppData\Local\Temp\nm90CB.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\nmEA8F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\constant_time_test.exe @C:\Users\build\AppData\Local\Temp\nm91F5.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\nmEBE8.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\crltest.exe @C:\Users\build\AppData\Local\Temp\nm938C.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\nmED50.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ct_test.exe @C:\Users\build\AppData\Local\Temp\nm94E5.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\nmEE2C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ctype_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm960F.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\nmEFE3.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\curve448_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm9814.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\nmF1E7.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\d2i_test.exe @C:\Users\build\AppData\Local\Temp\nm9A57.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\nmF330.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\danetest.exe @C:\Users\build\AppData\Local\Temp\nm9BCF.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\nmF44B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\destest.exe @C:\Users\build\AppData\Local\Temp\nm9D08.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\nmF574.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dhtest.exe @C:\Users\build\AppData\Local\Temp\nm9E71.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\nmFBA0.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbg_cavs_test.exe @C:\Users\build\AppData\Local\Temp\nmA74B.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\nmFE40.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbgtest.exe @C:\Users\build\AppData\Local\Temp\nmAA5A.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\nm55.tmp
+ 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
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\nm24A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsatest.exe @C:\Users\build\AppData\Local\Temp\nmADD6.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\nm4AC.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtls_mtu_test.exe @C:\Users\build\AppData\Local\Temp\nmB058.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\nm614.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlstest.exe @C:\Users\build\AppData\Local\Temp\nmB1DF.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\nm76D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlsv1listentest.exe @C:\Users\build\AppData\Local\Temp\nmB386.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\nm859.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ec_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmB4CF.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\nm9FF.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecdsatest.exe @C:\Users\build\AppData\Local\Temp\nmB741.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\nmB58.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecstresstest.exe @C:\Users\build\AppData\Local\Temp\nmB89A.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\nmC82.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ectest.exe @C:\Users\build\AppData\Local\Temp\nmBA31.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\nmDAC.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\enginetest.exe @C:\Users\build\AppData\Local\Temp\nmBB9A.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\nmF72.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\errtest.exe @C:\Users\build\AppData\Local\Temp\nmBDCD.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\nm108C.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_extra_test.exe @C:\Users\build\AppData\Local\Temp\nmBF55.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\nm1214.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_test.exe @C:\Users\build\AppData\Local\Temp\nmC0EC.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\nm130F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exdatatest.exe @C:\Users\build\AppData\Local\Temp\nmC206.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\nm13EB.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exptest.exe @C:\Users\build\AppData\Local\Temp\nmC321.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\nm1543.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\fatalerrtest.exe @C:\Users\build\AppData\Local\Temp\nmC479.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\nm165E.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gmdifftest.exe @C:\Users\build\AppData\Local\Temp\nmC584.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\nm1778.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gosttest.exe @C:\Users\build\AppData\Local\Temp\nmC6CD.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\nm18C1.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\hmactest.exe @C:\Users\build\AppData\Local\Temp\nmC826.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\nm19DB.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ideatest.exe @C:\Users\build\AppData\Local\Temp\nmC96F.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\nm1B15.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\igetest.exe @C:\Users\build\AppData\Local\Temp\nmCA89.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\nm1C10.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\lhash_test.exe @C:\Users\build\AppData\Local\Temp\nmCBB3.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\nm1D2A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\md2test.exe @C:\Users\build\AppData\Local\Temp\nmCCED.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\nm1E44.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\mdc2test.exe @C:\Users\build\AppData\Local\Temp\nmCE36.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\nm1F5F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\memleaktest.exe @C:\Users\build\AppData\Local\Temp\nmCF60.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\nm2088.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\modes_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmD07A.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\nm22AC.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ocspapitest.exe @C:\Users\build\AppData\Local\Temp\nmD28E.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\nm2405.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\packettest.exe @C:\Users\build\AppData\Local\Temp\nmD3F7.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\nm252F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pbelutest.exe @C:\Users\build\AppData\Local\Temp\nmD520.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\nm26D6.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pemtest.exe @C:\Users\build\AppData\Local\Temp\nmD679.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\nm280F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_kdf_test.exe @C:\Users\build\AppData\Local\Temp\nmD7B3.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\nm2939.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_test.exe @C:\Users\build\AppData\Local\Temp\nmD8EC.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\nm2A53.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\poly1305_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmDA26.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\nm2C48.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc2test.exe @C:\Users\build\AppData\Local\Temp\nmDBFB.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\nm2D53.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc4test.exe @C:\Users\build\AppData\Local\Temp\nmDD16.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\nm2E7D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc5test.exe @C:\Users\build\AppData\Local\Temp\nmDE4F.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\nm2F88.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rdrand_sanitytest.exe @C:\Users\build\AppData\Local\Temp\nmDF79.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\nm315D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\recordlentest.exe @C:\Users\build\AppData\Local\Temp\nmE19D.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\nm3287.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_complex.exe @C:\Users\build\AppData\Local\Temp\nmE334.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\nm33B1.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_mp_test.exe @C:\Users\build\AppData\Local\Temp\nmE46E.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\nm34EB.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_test.exe @C:\Users\build\AppData\Local\Temp\nmE598.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\nm3614.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sanitytest.exe @C:\Users\build\AppData\Local\Temp\nmE6B2.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\nm37FA.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\secmemtest.exe @C:\Users\build\AppData\Local\Temp\nmE8A7.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\nm3933.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\servername_test.exe @C:\Users\build\AppData\Local\Temp\nmEA1F.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\nm3B38.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\shlibloadtest.exe @C:\Users\build\AppData\Local\Temp\nmEC72.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\nm3C62.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\siphash_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmED9B.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\nm3E47.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm2_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmEFBF.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\nm400D.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm4_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmF195.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\nm41F3.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\srptest.exe @C:\Users\build\AppData\Local\Temp\nmF38A.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\nm4407.tmp
+ 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
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\nm4540.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nmF774.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\nm4939.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test.exe @C:\Users\build\AppData\Local\Temp\nmFC38.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\nm4AC1.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nmFDCF.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\nm4D42.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslapitest.exe @C:\Users\build\AppData\Local\Temp\nm10C.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\nm4EE9.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslbuffertest.exe @C:\Users\build\AppData\Local\Temp\nm2B3.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\nm5003.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslcorrupttest.exe @C:\Users\build\AppData\Local\Temp\nm45A.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\nm5247.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssltest_old.exe @C:\Users\build\AppData\Local\Temp\nm6FB.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\nm5380.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\stack_test.exe @C:\Users\build\AppData\Local\Temp\nm873.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\nm54D9.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sysdefaulttest.exe @C:\Users\build\AppData\Local\Temp\nmA0A.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\nm55C4.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\test_test.exe @C:\Users\build\AppData\Local\Temp\nmB44.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\nm57B9.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\threadstest.exe @C:\Users\build\AppData\Local\Temp\nmD58.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\nm58F3.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\time_offset_test.exe @C:\Users\build\AppData\Local\Temp\nmEDF.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\nm5A4B.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13ccstest.exe @C:\Users\build\AppData\Local\Temp\nm1038.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\nm5CDD.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13encryptiontest.exe @C:\Users\build\AppData\Local\Temp\nm12BA.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\nm5F2F.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13secretstest.exe @C:\Users\build\AppData\Local\Temp\nm156A.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\nm6153.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\uitest.exe @C:\Users\build\AppData\Local\Temp\nm17EC.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\nm630A.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3ext.exe @C:\Users\build\AppData\Local\Temp\nm19A2.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\nm6472.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3nametest.exe @C:\Users\build\AppData\Local\Temp\nm1B0B.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\nm65BB.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\verify_extra_test.exe @C:\Users\build\AppData\Local\Temp\nm1C54.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\nm66E5.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\versions.exe @C:\Users\build\AppData\Local\Temp\nm1D6E.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\nm67FF.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\wpackettest.exe @C:\Users\build\AppData\Local\Temp\nm1EB7.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\nm6939.tmp
+ 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
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\nm6A82.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_dup_cert_test.exe @C:\Users\build\AppData\Local\Temp\nm214A.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\nm6C19.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm22D1.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\nm6DEF.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_time_test.exe @C:\Users\build\AppData\Local\Temp\nm24F5.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\nm6F38.tmp
+ link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509aux.exe @C:\Users\build\AppData\Local\Temp\nm264E.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"