From bd73937e5c2e18b7516dfaf3986e9c8dccf65f65 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 21 Oct 2021 16:58:03 +0300 Subject: Release version 1.1.1+15 Upgrade to 1.1.1l Add support for arm64 architecture for MacOS Cleanup comments in headers --- libcrypto/build/bootstrap.build | 2 +- libcrypto/libcrypto/downstream/crypto/bn_conf.h | 3 +- .../downstream/crypto/bn_conf/arm64-macos.h | 28 + libcrypto/libcrypto/downstream/crypto/buildinf.h | 3 +- libcrypto/libcrypto/downstream/crypto/dso_conf.h | 3 +- .../downstream/crypto/dso_conf/arm64-macos.h | 17 + libcrypto/libcrypto/downstream/crypto/platform.h | 18 +- .../libcrypto/downstream/openssl/opensslconf.h | 9 +- .../downstream/openssl/opensslconf/arm64-macos.h | 194 + libcrypto/manifest | 4 +- libssl/build/bootstrap.build | 2 +- libssl/manifest | 4 +- openssl/build/bootstrap.build | 2 +- openssl/manifest | 4 +- upstream | 2 +- upstream-build/build-log/arm64-macos | 1884 ++ upstream-build/build-log/i686-linux | 2 +- upstream-build/build-log/i686-win32-mingw32 | 2 +- upstream-build/build-log/i686-win32-msvc | 420 +- upstream-build/build-log/x86_64-freebsd | 2 +- upstream-build/build-log/x86_64-linux | 36 +- upstream-build/build-log/x86_64-macos | 2 +- upstream-build/build-log/x86_64-win32-mingw32 | 10 +- upstream-build/build-log/x86_64-win32-msvc | 625 +- upstream-build/buildinf.h/arm64-macos | 28 + upstream-build/buildinf.h/i686-linux | 2 +- upstream-build/buildinf.h/i686-win32-mingw32 | 2 +- upstream-build/buildinf.h/i686-win32-msvc | 2 +- upstream-build/buildinf.h/x86_64-freebsd | 2 +- upstream-build/buildinf.h/x86_64-linux | 2 +- upstream-build/buildinf.h/x86_64-macos | 2 +- upstream-build/buildinf.h/x86_64-win32-mingw32 | 2 +- upstream-build/buildinf.h/x86_64-win32-msvc | 2 +- upstream-build/configdata.pm/arm64-macos | 17352 +++++++++++++++++++ upstream-build/configdata.pm/i686-linux | 4 +- upstream-build/configdata.pm/i686-win32-mingw32 | 10 +- upstream-build/configdata.pm/i686-win32-msvc | 12 +- upstream-build/configdata.pm/x86_64-freebsd | 4 +- upstream-build/configdata.pm/x86_64-linux | 10 +- upstream-build/configdata.pm/x86_64-macos | 8 +- upstream-build/configdata.pm/x86_64-win32-mingw32 | 8 +- upstream-build/configdata.pm/x86_64-win32-msvc | 6 +- upstream-build/makefile/arm64-macos | 9619 ++++++++++ upstream-build/makefile/i686-linux | 5 +- upstream-build/makefile/i686-win32-mingw32 | 9 +- upstream-build/makefile/i686-win32-msvc | 28 +- upstream-build/makefile/x86_64-freebsd | 5 +- upstream-build/makefile/x86_64-linux | 106 +- upstream-build/makefile/x86_64-macos | 7 +- upstream-build/makefile/x86_64-win32-mingw32 | 7 +- upstream-build/makefile/x86_64-win32-msvc | 24 +- 51 files changed, 29851 insertions(+), 695 deletions(-) create mode 100644 libcrypto/libcrypto/downstream/crypto/bn_conf/arm64-macos.h create mode 100644 libcrypto/libcrypto/downstream/crypto/dso_conf/arm64-macos.h create mode 100644 libcrypto/libcrypto/downstream/openssl/opensslconf/arm64-macos.h create mode 100644 upstream-build/build-log/arm64-macos create mode 100644 upstream-build/buildinf.h/arm64-macos create mode 100644 upstream-build/configdata.pm/arm64-macos create mode 100644 upstream-build/makefile/arm64-macos diff --git a/libcrypto/build/bootstrap.build b/libcrypto/build/bootstrap.build index 8fca9f0..53c39e2 100644 --- a/libcrypto/build/bootstrap.build +++ b/libcrypto/build/bootstrap.build @@ -1,4 +1,4 @@ -# file : build/root.build +# file : build/bootstrap.build # license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file project = libcrypto diff --git a/libcrypto/libcrypto/downstream/crypto/bn_conf.h b/libcrypto/libcrypto/downstream/crypto/bn_conf.h index e56ebf1..243a451 100644 --- a/libcrypto/libcrypto/downstream/crypto/bn_conf.h +++ b/libcrypto/libcrypto/downstream/crypto/bn_conf.h @@ -5,8 +5,7 @@ #ifndef LIBCRYPTO_DOWNSTREAM_CRYPTO_BN_CONF_H #define LIBCRYPTO_DOWNSTREAM_CRYPTO_BN_CONF_H -/* - * Include upstream's auto-generated platform-specific bn_conf.h. +/* Include upstream's auto-generated platform-specific bn_conf.h. */ #include diff --git a/libcrypto/libcrypto/downstream/crypto/bn_conf/arm64-macos.h b/libcrypto/libcrypto/downstream/crypto/bn_conf/arm64-macos.h new file mode 100644 index 0000000..0bacac0 --- /dev/null +++ b/libcrypto/libcrypto/downstream/crypto/bn_conf/arm64-macos.h @@ -0,0 +1,28 @@ +/* WARNING: do not edit! */ +/* Generated by Makefile from ../include/crypto/bn_conf.h.in */ +/* + * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at + * https://www.openssl.org/source/license.html + */ + +#ifndef OSSL_CRYPTO_BN_CONF_H +# define OSSL_CRYPTO_BN_CONF_H + +/* + * The contents of this file are not used in the UEFI build, as + * both 32-bit and 64-bit builds are supported from a single run + * of the Configure script. + */ + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#define SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#undef THIRTY_TWO_BIT + +#endif diff --git a/libcrypto/libcrypto/downstream/crypto/buildinf.h b/libcrypto/libcrypto/downstream/crypto/buildinf.h index 938b93f..ea7d178 100644 --- a/libcrypto/libcrypto/downstream/crypto/buildinf.h +++ b/libcrypto/libcrypto/downstream/crypto/buildinf.h @@ -2,8 +2,7 @@ * license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file */ -/* - * Replace upstream's auto-generated buildinf.h with our own auto-generated +/* Replace upstream's auto-generated buildinf.h with our own auto-generated * version of it. Note that upstream source files include it as follows: * * #include "buildinf.h" diff --git a/libcrypto/libcrypto/downstream/crypto/dso_conf.h b/libcrypto/libcrypto/downstream/crypto/dso_conf.h index 1802916..5f01c81 100644 --- a/libcrypto/libcrypto/downstream/crypto/dso_conf.h +++ b/libcrypto/libcrypto/downstream/crypto/dso_conf.h @@ -5,8 +5,7 @@ #ifndef LIBCRYPTO_DOWNSTREAM_CRYPTO_DSO_CONF_H #define LIBCRYPTO_DOWNSTREAM_CRYPTO_DSO_CONF_H -/* - * Include upstream's auto-generated platform-specific dso_conf.h. +/* Include upstream's auto-generated platform-specific dso_conf.h. */ #include diff --git a/libcrypto/libcrypto/downstream/crypto/dso_conf/arm64-macos.h b/libcrypto/libcrypto/downstream/crypto/dso_conf/arm64-macos.h new file mode 100644 index 0000000..d2e22e2 --- /dev/null +++ b/libcrypto/libcrypto/downstream/crypto/dso_conf/arm64-macos.h @@ -0,0 +1,17 @@ +/* WARNING: do not edit! */ +/* Generated by Makefile from ../include/crypto/dso_conf.h.in */ +/* + * Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at + * https://www.openssl.org/source/license.html + */ + +#ifndef OSSL_CRYPTO_DSO_CONF_H +# define OSSL_CRYPTO_DSO_CONF_H +# define DSO_DLFCN +# define HAVE_DLFCN_H +# define DSO_EXTENSION ".dylib" +#endif diff --git a/libcrypto/libcrypto/downstream/crypto/platform.h b/libcrypto/libcrypto/downstream/crypto/platform.h index 1ec5c81..c5f0984 100644 --- a/libcrypto/libcrypto/downstream/crypto/platform.h +++ b/libcrypto/libcrypto/downstream/crypto/platform.h @@ -2,8 +2,7 @@ * license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file */ -/* - * This header is used for inclusion of upstream's auto-generated +/* This header is used for inclusion of upstream's auto-generated * platform-specific header. * * If there is the auto-generated header foo.h, then the workflow is normally @@ -33,6 +32,21 @@ # else # error x86_64 architecture is not supported for this OS # endif +# elif defined(__arm64__) /* POSIX arm64 */ +# if defined(__APPLE__) +# include "arm64-macos.h" +/* + * arm64 architecture is not currently supported for Linux and FreeBSD. + */ +/* +# elif defined(__linux__) +# include "arm64-linux.h" +# elif defined(__FreeBSD__) +# include "arm64-freebsd.h" +*/ +# else +# error arm64 architecture is not supported for this OS +# endif # elif defined(__i386__) /* POSIX i386 */ # if defined(__linux__) # include "i686-linux.h" diff --git a/libcrypto/libcrypto/downstream/openssl/opensslconf.h b/libcrypto/libcrypto/downstream/openssl/opensslconf.h index e9eb1cb..ffb128e 100644 --- a/libcrypto/libcrypto/downstream/openssl/opensslconf.h +++ b/libcrypto/libcrypto/downstream/openssl/opensslconf.h @@ -5,16 +5,14 @@ #ifndef LIBCRYPTO_DOWNSTREAM_OPENSSL_OPENSSLCONF_H #define LIBCRYPTO_DOWNSTREAM_OPENSSL_OPENSSLCONF_H -/* - * Define OPENSSL_PIC and {L|B}_ENDIAN macros (that upstream defines on the +/* Define OPENSSL_PIC and {L|B}_ENDIAN macros (that upstream defines on the * command line via -D) if we are building libcrypto (see ../../buildfile for * details). */ #ifdef LIBCRYPTO_BUILD # define OPENSSL_PIC -/* - * Endianess. +/* Endianess. */ # ifdef __FreeBSD__ # include /* BYTE_ORDER */ @@ -46,8 +44,7 @@ # endif #endif -/* - * Include upstream's auto-generated platform-specific opensslconf.h. +/* Include upstream's auto-generated platform-specific opensslconf.h. */ #include diff --git a/libcrypto/libcrypto/downstream/openssl/opensslconf/arm64-macos.h b/libcrypto/libcrypto/downstream/openssl/opensslconf/arm64-macos.h new file mode 100644 index 0000000..05f8464 --- /dev/null +++ b/libcrypto/libcrypto/downstream/openssl/opensslconf/arm64-macos.h @@ -0,0 +1,194 @@ +/* + * WARNING: do not edit! + * Generated by Makefile from ../include/openssl/opensslconf.h.in + * + * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at + * https://www.openssl.org/source/license.html + */ + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef OPENSSL_ALGORITHM_DEFINES +# error OPENSSL_ALGORITHM_DEFINES no longer supported +#endif + +/* + * OpenSSL was configured with the following options: + */ + +#ifndef OPENSSL_SYS_MACOSX +# define OPENSSL_SYS_MACOSX 1 +#endif +#ifndef OPENSSL_NO_MDC2 +# define OPENSSL_NO_MDC2 +#endif +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_RAND_SEED_OS +# define OPENSSL_RAND_SEED_OS +#endif +#ifndef OPENSSL_NO_AFALGENG +# define OPENSSL_NO_AFALGENG +#endif +#ifndef OPENSSL_NO_ASAN +# define OPENSSL_NO_ASAN +#endif +#ifndef OPENSSL_NO_ASM +# define OPENSSL_NO_ASM +#endif +#ifndef OPENSSL_NO_CRYPTO_MDEBUG +# define OPENSSL_NO_CRYPTO_MDEBUG +#endif +#ifndef OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE +# define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE +#endif +#ifndef OPENSSL_NO_DEVCRYPTOENG +# define OPENSSL_NO_DEVCRYPTOENG +#endif +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_EGD +# define OPENSSL_NO_EGD +#endif +#ifndef OPENSSL_NO_EXTERNAL_TESTS +# define OPENSSL_NO_EXTERNAL_TESTS +#endif +#ifndef OPENSSL_NO_FUZZ_AFL +# define OPENSSL_NO_FUZZ_AFL +#endif +#ifndef OPENSSL_NO_FUZZ_LIBFUZZER +# define OPENSSL_NO_FUZZ_LIBFUZZER +#endif +#ifndef OPENSSL_NO_HEARTBEATS +# define OPENSSL_NO_HEARTBEATS +#endif +#ifndef OPENSSL_NO_MSAN +# define OPENSSL_NO_MSAN +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_UBSAN +# define OPENSSL_NO_UBSAN +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_STATIC_ENGINE +# define OPENSSL_NO_STATIC_ENGINE +#endif + + +/* + * Sometimes OPENSSSL_NO_xxx ends up with an empty file and some compilers + * don't like that. This will hopefully silence them. + */ +#define NON_EMPTY_TRANSLATION_UNIT static void *dummy = &dummy; + +/* + * Applications should use -DOPENSSL_API_COMPAT= to suppress the + * declarations of functions deprecated in or before . Otherwise, they + * still won't see them if the library has been built to disable deprecated + * functions. + */ +#ifndef DECLARE_DEPRECATED +# define DECLARE_DEPRECATED(f) f; +# ifdef __GNUC__ +# if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 0) +# undef DECLARE_DEPRECATED +# define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); +# endif +# elif defined(__SUNPRO_C) +# if (__SUNPRO_C >= 0x5130) +# undef DECLARE_DEPRECATED +# define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); +# endif +# endif +#endif + +#ifndef OPENSSL_FILE +# ifdef OPENSSL_NO_FILENAMES +# define OPENSSL_FILE "" +# define OPENSSL_LINE 0 +# else +# define OPENSSL_FILE __FILE__ +# define OPENSSL_LINE __LINE__ +# endif +#endif + +#ifndef OPENSSL_MIN_API +# define OPENSSL_MIN_API 0 +#endif + +#if !defined(OPENSSL_API_COMPAT) || OPENSSL_API_COMPAT < OPENSSL_MIN_API +# undef OPENSSL_API_COMPAT +# define OPENSSL_API_COMPAT OPENSSL_MIN_API +#endif + +/* + * Do not deprecate things to be deprecated in version 1.2.0 before the + * OpenSSL version number matches. + */ +#if OPENSSL_VERSION_NUMBER < 0x10200000L +# define DEPRECATEDIN_1_2_0(f) f; +#elif OPENSSL_API_COMPAT < 0x10200000L +# define DEPRECATEDIN_1_2_0(f) DECLARE_DEPRECATED(f) +#else +# define DEPRECATEDIN_1_2_0(f) +#endif + +#if OPENSSL_API_COMPAT < 0x10100000L +# define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f) +#else +# define DEPRECATEDIN_1_1_0(f) +#endif + +#if OPENSSL_API_COMPAT < 0x10000000L +# define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) +#else +# define DEPRECATEDIN_1_0_0(f) +#endif + +#if OPENSSL_API_COMPAT < 0x00908000L +# define DEPRECATEDIN_0_9_8(f) DECLARE_DEPRECATED(f) +#else +# define DEPRECATEDIN_0_9_8(f) +#endif + +/* Generate 80386 code? */ +#undef I386_ONLY + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +/* + * The following are cipher-specific, but are part of the public API. + */ +#if !defined(OPENSSL_SYS_UEFI) +# undef BN_LLONG +/* Only one for the following should be defined */ +# define SIXTY_FOUR_BIT_LONG +# undef SIXTY_FOUR_BIT +# undef THIRTY_TWO_BIT +#endif + +#define RC4_INT unsigned int + +#ifdef __cplusplus +} +#endif diff --git a/libcrypto/manifest b/libcrypto/manifest index 5b333eb..f8b4614 100644 --- a/libcrypto/manifest +++ b/libcrypto/manifest @@ -3,8 +3,8 @@ name: libcrypto # Note: remember to update doc-url below! # -version: 1.1.1+14 -upstream-version: 1.1.1k +version: 1.1.1+15 +upstream-version: 1.1.1l project: openssl priority: security diff --git a/libssl/build/bootstrap.build b/libssl/build/bootstrap.build index 4c95e4c..08873f2 100644 --- a/libssl/build/bootstrap.build +++ b/libssl/build/bootstrap.build @@ -1,4 +1,4 @@ -# file : build/root.build +# file : build/bootstrap.build # license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file project = libssl diff --git a/libssl/manifest b/libssl/manifest index 4ce39b7..be1ba02 100644 --- a/libssl/manifest +++ b/libssl/manifest @@ -3,8 +3,8 @@ name: libssl # Note: remember to update doc-url below! # -version: 1.1.1+14 -upstream-version: 1.1.1k +version: 1.1.1+15 +upstream-version: 1.1.1l project: openssl priority: security diff --git a/openssl/build/bootstrap.build b/openssl/build/bootstrap.build index b01f823..d2b34c8 100644 --- a/openssl/build/bootstrap.build +++ b/openssl/build/bootstrap.build @@ -1,4 +1,4 @@ -# file : build/root.build +# file : build/bootstrap.build # license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file project = openssl diff --git a/openssl/manifest b/openssl/manifest index 4b0b56e..fe90622 100644 --- a/openssl/manifest +++ b/openssl/manifest @@ -3,8 +3,8 @@ name: openssl # Note: remember to update doc-url below! # -version: 1.1.1+14 -upstream-version: 1.1.1k +version: 1.1.1+15 +upstream-version: 1.1.1l priority: security summary: Command line tool providing various cryptography functions diff --git a/upstream b/upstream index fd78df5..fb047eb 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit fd78df59b0f656aefe96e39533130454aa957c00 +Subproject commit fb047ebc87b18bdc4cf9ddee9ee1f5ed93e56aff diff --git a/upstream-build/build-log/arm64-macos b/upstream-build/build-log/arm64-macos new file mode 100644 index 0000000..7185535 --- /dev/null +++ b/upstream-build/build-log/arm64-macos @@ -0,0 +1,1884 @@ +Operating system: arm64-apple-darwinDarwin Kernel Version 20.6.0: Mon Aug 30 06:12:20 PDT 2021; root:xnu-7195.141.6~3/RELEASE_ARM64_T8101 +Configuring OpenSSL version 1.1.1l (0x101010cfL) for darwin64-arm64-cc +Using os-specific seed configuration +Creating configdata.pm +Creating Makefile + +********************************************************************** +*** *** +*** OpenSSL has been successfully configured *** +*** *** +*** If you encounter a problem while building, please open an *** +*** issue on GitHub *** +*** and include the output from the following command: *** +*** *** +*** perl configdata.pm --dump *** +*** *** +*** (If you are new to OpenSSL, you might want to consult the *** +*** 'Troubleshooting' section in the INSTALL file first) *** +*** *** +********************************************************************** +/usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ + "-oMakefile" ../include/crypto/bn_conf.h.in > include/crypto/bn_conf.h +/usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ + "-oMakefile" ../include/crypto/dso_conf.h.in > include/crypto/dso_conf.h +/usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ + "-oMakefile" ../include/openssl/opensslconf.h.in > include/openssl/opensslconf.h +/Library/Developer/CommandLineTools/usr/bin/make depend && /Library/Developer/CommandLineTools/usr/bin/make _all +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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: creating archive apps/libapps.a +ranlib -c apps/libapps.a || echo Never mind. +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/aes/aes_ecb.d.tmp -MT crypto/aes/aes_ecb.o -c -o crypto/aes/aes_ecb.o ../crypto/aes/aes_ecb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/aes/aes_ige.d.tmp -MT crypto/aes/aes_ige.o -c -o crypto/aes/aes_ige.o ../crypto/aes/aes_ige.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/aes/aes_misc.d.tmp -MT crypto/aes/aes_misc.o -c -o crypto/aes/aes_misc.o ../crypto/aes/aes_misc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/aes/aes_ofb.d.tmp -MT crypto/aes/aes_ofb.o -c -o crypto/aes/aes_ofb.o ../crypto/aes/aes_ofb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/aes/aes_wrap.d.tmp -MT crypto/aes/aes_wrap.o -c -o crypto/aes/aes_wrap.o ../crypto/aes/aes_wrap.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/aria/aria.d.tmp -MT crypto/aria/aria.o -c -o crypto/aria/aria.o ../crypto/aria/aria.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_bitstr.d.tmp -MT crypto/asn1/a_bitstr.o -c -o crypto/asn1/a_bitstr.o ../crypto/asn1/a_bitstr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_d2i_fp.d.tmp -MT crypto/asn1/a_d2i_fp.o -c -o crypto/asn1/a_d2i_fp.o ../crypto/asn1/a_d2i_fp.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_digest.d.tmp -MT crypto/asn1/a_digest.o -c -o crypto/asn1/a_digest.o ../crypto/asn1/a_digest.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_dup.d.tmp -MT crypto/asn1/a_dup.o -c -o crypto/asn1/a_dup.o ../crypto/asn1/a_dup.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_gentm.d.tmp -MT crypto/asn1/a_gentm.o -c -o crypto/asn1/a_gentm.o ../crypto/asn1/a_gentm.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_i2d_fp.d.tmp -MT crypto/asn1/a_i2d_fp.o -c -o crypto/asn1/a_i2d_fp.o ../crypto/asn1/a_i2d_fp.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_int.d.tmp -MT crypto/asn1/a_int.o -c -o crypto/asn1/a_int.o ../crypto/asn1/a_int.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_mbstr.d.tmp -MT crypto/asn1/a_mbstr.o -c -o crypto/asn1/a_mbstr.o ../crypto/asn1/a_mbstr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_object.d.tmp -MT crypto/asn1/a_object.o -c -o crypto/asn1/a_object.o ../crypto/asn1/a_object.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_octet.d.tmp -MT crypto/asn1/a_octet.o -c -o crypto/asn1/a_octet.o ../crypto/asn1/a_octet.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_print.d.tmp -MT crypto/asn1/a_print.o -c -o crypto/asn1/a_print.o ../crypto/asn1/a_print.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_sign.d.tmp -MT crypto/asn1/a_sign.o -c -o crypto/asn1/a_sign.o ../crypto/asn1/a_sign.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_strex.d.tmp -MT crypto/asn1/a_strex.o -c -o crypto/asn1/a_strex.o ../crypto/asn1/a_strex.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_strnid.d.tmp -MT crypto/asn1/a_strnid.o -c -o crypto/asn1/a_strnid.o ../crypto/asn1/a_strnid.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_time.d.tmp -MT crypto/asn1/a_time.o -c -o crypto/asn1/a_time.o ../crypto/asn1/a_time.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_type.d.tmp -MT crypto/asn1/a_type.o -c -o crypto/asn1/a_type.o ../crypto/asn1/a_type.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_utctm.d.tmp -MT crypto/asn1/a_utctm.o -c -o crypto/asn1/a_utctm.o ../crypto/asn1/a_utctm.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_utf8.d.tmp -MT crypto/asn1/a_utf8.o -c -o crypto/asn1/a_utf8.o ../crypto/asn1/a_utf8.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/a_verify.d.tmp -MT crypto/asn1/a_verify.o -c -o crypto/asn1/a_verify.o ../crypto/asn1/a_verify.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/ameth_lib.d.tmp -MT crypto/asn1/ameth_lib.o -c -o crypto/asn1/ameth_lib.o ../crypto/asn1/ameth_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/asn1_err.d.tmp -MT crypto/asn1/asn1_err.o -c -o crypto/asn1/asn1_err.o ../crypto/asn1/asn1_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/asn1_gen.d.tmp -MT crypto/asn1/asn1_gen.o -c -o crypto/asn1/asn1_gen.o ../crypto/asn1/asn1_gen.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/asn1_item_list.d.tmp -MT crypto/asn1/asn1_item_list.o -c -o crypto/asn1/asn1_item_list.o ../crypto/asn1/asn1_item_list.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/asn1_lib.d.tmp -MT crypto/asn1/asn1_lib.o -c -o crypto/asn1/asn1_lib.o ../crypto/asn1/asn1_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/asn1_par.d.tmp -MT crypto/asn1/asn1_par.o -c -o crypto/asn1/asn1_par.o ../crypto/asn1/asn1_par.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/asn_mime.d.tmp -MT crypto/asn1/asn_mime.o -c -o crypto/asn1/asn_mime.o ../crypto/asn1/asn_mime.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/asn_moid.d.tmp -MT crypto/asn1/asn_moid.o -c -o crypto/asn1/asn_moid.o ../crypto/asn1/asn_moid.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/asn_mstbl.d.tmp -MT crypto/asn1/asn_mstbl.o -c -o crypto/asn1/asn_mstbl.o ../crypto/asn1/asn_mstbl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/asn_pack.d.tmp -MT crypto/asn1/asn_pack.o -c -o crypto/asn1/asn_pack.o ../crypto/asn1/asn_pack.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/bio_asn1.d.tmp -MT crypto/asn1/bio_asn1.o -c -o crypto/asn1/bio_asn1.o ../crypto/asn1/bio_asn1.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/bio_ndef.d.tmp -MT crypto/asn1/bio_ndef.o -c -o crypto/asn1/bio_ndef.o ../crypto/asn1/bio_ndef.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/d2i_pr.d.tmp -MT crypto/asn1/d2i_pr.o -c -o crypto/asn1/d2i_pr.o ../crypto/asn1/d2i_pr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/d2i_pu.d.tmp -MT crypto/asn1/d2i_pu.o -c -o crypto/asn1/d2i_pu.o ../crypto/asn1/d2i_pu.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/evp_asn1.d.tmp -MT crypto/asn1/evp_asn1.o -c -o crypto/asn1/evp_asn1.o ../crypto/asn1/evp_asn1.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/f_int.d.tmp -MT crypto/asn1/f_int.o -c -o crypto/asn1/f_int.o ../crypto/asn1/f_int.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/f_string.d.tmp -MT crypto/asn1/f_string.o -c -o crypto/asn1/f_string.o ../crypto/asn1/f_string.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/i2d_pr.d.tmp -MT crypto/asn1/i2d_pr.o -c -o crypto/asn1/i2d_pr.o ../crypto/asn1/i2d_pr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/i2d_pu.d.tmp -MT crypto/asn1/i2d_pu.o -c -o crypto/asn1/i2d_pu.o ../crypto/asn1/i2d_pu.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/n_pkey.d.tmp -MT crypto/asn1/n_pkey.o -c -o crypto/asn1/n_pkey.o ../crypto/asn1/n_pkey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/nsseq.d.tmp -MT crypto/asn1/nsseq.o -c -o crypto/asn1/nsseq.o ../crypto/asn1/nsseq.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/p5_pbe.d.tmp -MT crypto/asn1/p5_pbe.o -c -o crypto/asn1/p5_pbe.o ../crypto/asn1/p5_pbe.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/p5_pbev2.d.tmp -MT crypto/asn1/p5_pbev2.o -c -o crypto/asn1/p5_pbev2.o ../crypto/asn1/p5_pbev2.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/p5_scrypt.d.tmp -MT crypto/asn1/p5_scrypt.o -c -o crypto/asn1/p5_scrypt.o ../crypto/asn1/p5_scrypt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/p8_pkey.d.tmp -MT crypto/asn1/p8_pkey.o -c -o crypto/asn1/p8_pkey.o ../crypto/asn1/p8_pkey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/t_bitst.d.tmp -MT crypto/asn1/t_bitst.o -c -o crypto/asn1/t_bitst.o ../crypto/asn1/t_bitst.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/t_pkey.d.tmp -MT crypto/asn1/t_pkey.o -c -o crypto/asn1/t_pkey.o ../crypto/asn1/t_pkey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/t_spki.d.tmp -MT crypto/asn1/t_spki.o -c -o crypto/asn1/t_spki.o ../crypto/asn1/t_spki.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/tasn_dec.d.tmp -MT crypto/asn1/tasn_dec.o -c -o crypto/asn1/tasn_dec.o ../crypto/asn1/tasn_dec.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/tasn_enc.d.tmp -MT crypto/asn1/tasn_enc.o -c -o crypto/asn1/tasn_enc.o ../crypto/asn1/tasn_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/tasn_fre.d.tmp -MT crypto/asn1/tasn_fre.o -c -o crypto/asn1/tasn_fre.o ../crypto/asn1/tasn_fre.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/tasn_new.d.tmp -MT crypto/asn1/tasn_new.o -c -o crypto/asn1/tasn_new.o ../crypto/asn1/tasn_new.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/tasn_prn.d.tmp -MT crypto/asn1/tasn_prn.o -c -o crypto/asn1/tasn_prn.o ../crypto/asn1/tasn_prn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/tasn_scn.d.tmp -MT crypto/asn1/tasn_scn.o -c -o crypto/asn1/tasn_scn.o ../crypto/asn1/tasn_scn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/tasn_typ.d.tmp -MT crypto/asn1/tasn_typ.o -c -o crypto/asn1/tasn_typ.o ../crypto/asn1/tasn_typ.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/tasn_utl.d.tmp -MT crypto/asn1/tasn_utl.o -c -o crypto/asn1/tasn_utl.o ../crypto/asn1/tasn_utl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/x_algor.d.tmp -MT crypto/asn1/x_algor.o -c -o crypto/asn1/x_algor.o ../crypto/asn1/x_algor.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/x_bignum.d.tmp -MT crypto/asn1/x_bignum.o -c -o crypto/asn1/x_bignum.o ../crypto/asn1/x_bignum.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/x_info.d.tmp -MT crypto/asn1/x_info.o -c -o crypto/asn1/x_info.o ../crypto/asn1/x_info.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/x_int64.d.tmp -MT crypto/asn1/x_int64.o -c -o crypto/asn1/x_int64.o ../crypto/asn1/x_int64.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/x_long.d.tmp -MT crypto/asn1/x_long.o -c -o crypto/asn1/x_long.o ../crypto/asn1/x_long.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/x_pkey.d.tmp -MT crypto/asn1/x_pkey.o -c -o crypto/asn1/x_pkey.o ../crypto/asn1/x_pkey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/x_sig.d.tmp -MT crypto/asn1/x_sig.o -c -o crypto/asn1/x_sig.o ../crypto/asn1/x_sig.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/x_spki.d.tmp -MT crypto/asn1/x_spki.o -c -o crypto/asn1/x_spki.o ../crypto/asn1/x_spki.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/asn1/x_val.d.tmp -MT crypto/asn1/x_val.o -c -o crypto/asn1/x_val.o ../crypto/asn1/x_val.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/async/arch/async_null.d.tmp -MT crypto/async/arch/async_null.o -c -o crypto/async/arch/async_null.o ../crypto/async/arch/async_null.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/async/arch/async_posix.d.tmp -MT crypto/async/arch/async_posix.o -c -o crypto/async/arch/async_posix.o ../crypto/async/arch/async_posix.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/async/arch/async_win.d.tmp -MT crypto/async/arch/async_win.o -c -o crypto/async/arch/async_win.o ../crypto/async/arch/async_win.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/async/async.d.tmp -MT crypto/async/async.o -c -o crypto/async/async.o ../crypto/async/async.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/async/async_err.d.tmp -MT crypto/async/async_err.o -c -o crypto/async/async_err.o ../crypto/async/async_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/async/async_wait.d.tmp -MT crypto/async/async_wait.o -c -o crypto/async/async_wait.o ../crypto/async/async_wait.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bf/bf_cfb64.d.tmp -MT crypto/bf/bf_cfb64.o -c -o crypto/bf/bf_cfb64.o ../crypto/bf/bf_cfb64.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bf/bf_ecb.d.tmp -MT crypto/bf/bf_ecb.o -c -o crypto/bf/bf_ecb.o ../crypto/bf/bf_ecb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bf/bf_enc.d.tmp -MT crypto/bf/bf_enc.o -c -o crypto/bf/bf_enc.o ../crypto/bf/bf_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bf/bf_ofb64.d.tmp -MT crypto/bf/bf_ofb64.o -c -o crypto/bf/bf_ofb64.o ../crypto/bf/bf_ofb64.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bf/bf_skey.d.tmp -MT crypto/bf/bf_skey.o -c -o crypto/bf/bf_skey.o ../crypto/bf/bf_skey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/b_addr.d.tmp -MT crypto/bio/b_addr.o -c -o crypto/bio/b_addr.o ../crypto/bio/b_addr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/b_dump.d.tmp -MT crypto/bio/b_dump.o -c -o crypto/bio/b_dump.o ../crypto/bio/b_dump.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/b_print.d.tmp -MT crypto/bio/b_print.o -c -o crypto/bio/b_print.o ../crypto/bio/b_print.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/b_sock.d.tmp -MT crypto/bio/b_sock.o -c -o crypto/bio/b_sock.o ../crypto/bio/b_sock.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/b_sock2.d.tmp -MT crypto/bio/b_sock2.o -c -o crypto/bio/b_sock2.o ../crypto/bio/b_sock2.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bf_buff.d.tmp -MT crypto/bio/bf_buff.o -c -o crypto/bio/bf_buff.o ../crypto/bio/bf_buff.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bf_lbuf.d.tmp -MT crypto/bio/bf_lbuf.o -c -o crypto/bio/bf_lbuf.o ../crypto/bio/bf_lbuf.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bf_nbio.d.tmp -MT crypto/bio/bf_nbio.o -c -o crypto/bio/bf_nbio.o ../crypto/bio/bf_nbio.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bf_null.d.tmp -MT crypto/bio/bf_null.o -c -o crypto/bio/bf_null.o ../crypto/bio/bf_null.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bio_cb.d.tmp -MT crypto/bio/bio_cb.o -c -o crypto/bio/bio_cb.o ../crypto/bio/bio_cb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bio_err.d.tmp -MT crypto/bio/bio_err.o -c -o crypto/bio/bio_err.o ../crypto/bio/bio_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bio_lib.d.tmp -MT crypto/bio/bio_lib.o -c -o crypto/bio/bio_lib.o ../crypto/bio/bio_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bio_meth.d.tmp -MT crypto/bio/bio_meth.o -c -o crypto/bio/bio_meth.o ../crypto/bio/bio_meth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bss_acpt.d.tmp -MT crypto/bio/bss_acpt.o -c -o crypto/bio/bss_acpt.o ../crypto/bio/bss_acpt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bss_bio.d.tmp -MT crypto/bio/bss_bio.o -c -o crypto/bio/bss_bio.o ../crypto/bio/bss_bio.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bss_conn.d.tmp -MT crypto/bio/bss_conn.o -c -o crypto/bio/bss_conn.o ../crypto/bio/bss_conn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bss_dgram.d.tmp -MT crypto/bio/bss_dgram.o -c -o crypto/bio/bss_dgram.o ../crypto/bio/bss_dgram.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bss_fd.d.tmp -MT crypto/bio/bss_fd.o -c -o crypto/bio/bss_fd.o ../crypto/bio/bss_fd.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bss_file.d.tmp -MT crypto/bio/bss_file.o -c -o crypto/bio/bss_file.o ../crypto/bio/bss_file.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bss_log.d.tmp -MT crypto/bio/bss_log.o -c -o crypto/bio/bss_log.o ../crypto/bio/bss_log.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bss_mem.d.tmp -MT crypto/bio/bss_mem.o -c -o crypto/bio/bss_mem.o ../crypto/bio/bss_mem.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bss_null.d.tmp -MT crypto/bio/bss_null.o -c -o crypto/bio/bss_null.o ../crypto/bio/bss_null.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bss_sock.d.tmp -MT crypto/bio/bss_sock.o -c -o crypto/bio/bss_sock.o ../crypto/bio/bss_sock.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/blake2/blake2b.d.tmp -MT crypto/blake2/blake2b.o -c -o crypto/blake2/blake2b.o ../crypto/blake2/blake2b.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/blake2/blake2s.d.tmp -MT crypto/blake2/blake2s.o -c -o crypto/blake2/blake2s.o ../crypto/blake2/blake2s.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/blake2/m_blake2b.d.tmp -MT crypto/blake2/m_blake2b.o -c -o crypto/blake2/m_blake2b.o ../crypto/blake2/m_blake2b.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/blake2/m_blake2s.d.tmp -MT crypto/blake2/m_blake2s.o -c -o crypto/blake2/m_blake2s.o ../crypto/blake2/m_blake2s.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_add.d.tmp -MT crypto/bn/bn_add.o -c -o crypto/bn/bn_add.o ../crypto/bn/bn_add.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_asm.d.tmp -MT crypto/bn/bn_asm.o -c -o crypto/bn/bn_asm.o ../crypto/bn/bn_asm.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_blind.d.tmp -MT crypto/bn/bn_blind.o -c -o crypto/bn/bn_blind.o ../crypto/bn/bn_blind.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_const.d.tmp -MT crypto/bn/bn_const.o -c -o crypto/bn/bn_const.o ../crypto/bn/bn_const.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_ctx.d.tmp -MT crypto/bn/bn_ctx.o -c -o crypto/bn/bn_ctx.o ../crypto/bn/bn_ctx.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_depr.d.tmp -MT crypto/bn/bn_depr.o -c -o crypto/bn/bn_depr.o ../crypto/bn/bn_depr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_dh.d.tmp -MT crypto/bn/bn_dh.o -c -o crypto/bn/bn_dh.o ../crypto/bn/bn_dh.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_div.d.tmp -MT crypto/bn/bn_div.o -c -o crypto/bn/bn_div.o ../crypto/bn/bn_div.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_err.d.tmp -MT crypto/bn/bn_err.o -c -o crypto/bn/bn_err.o ../crypto/bn/bn_err.c +cc -I. -Iinclude -Icrypto -I.. -I../include -I../crypto -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_exp.d.tmp -MT crypto/bn/bn_exp.o -c -o crypto/bn/bn_exp.o ../crypto/bn/bn_exp.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_exp2.d.tmp -MT crypto/bn/bn_exp2.o -c -o crypto/bn/bn_exp2.o ../crypto/bn/bn_exp2.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_gcd.d.tmp -MT crypto/bn/bn_gcd.o -c -o crypto/bn/bn_gcd.o ../crypto/bn/bn_gcd.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_gf2m.d.tmp -MT crypto/bn/bn_gf2m.o -c -o crypto/bn/bn_gf2m.o ../crypto/bn/bn_gf2m.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_intern.d.tmp -MT crypto/bn/bn_intern.o -c -o crypto/bn/bn_intern.o ../crypto/bn/bn_intern.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_kron.d.tmp -MT crypto/bn/bn_kron.o -c -o crypto/bn/bn_kron.o ../crypto/bn/bn_kron.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_lib.d.tmp -MT crypto/bn/bn_lib.o -c -o crypto/bn/bn_lib.o ../crypto/bn/bn_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_mod.d.tmp -MT crypto/bn/bn_mod.o -c -o crypto/bn/bn_mod.o ../crypto/bn/bn_mod.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_mont.d.tmp -MT crypto/bn/bn_mont.o -c -o crypto/bn/bn_mont.o ../crypto/bn/bn_mont.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_mpi.d.tmp -MT crypto/bn/bn_mpi.o -c -o crypto/bn/bn_mpi.o ../crypto/bn/bn_mpi.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_mul.d.tmp -MT crypto/bn/bn_mul.o -c -o crypto/bn/bn_mul.o ../crypto/bn/bn_mul.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_nist.d.tmp -MT crypto/bn/bn_nist.o -c -o crypto/bn/bn_nist.o ../crypto/bn/bn_nist.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_prime.d.tmp -MT crypto/bn/bn_prime.o -c -o crypto/bn/bn_prime.o ../crypto/bn/bn_prime.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_print.d.tmp -MT crypto/bn/bn_print.o -c -o crypto/bn/bn_print.o ../crypto/bn/bn_print.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_rand.d.tmp -MT crypto/bn/bn_rand.o -c -o crypto/bn/bn_rand.o ../crypto/bn/bn_rand.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_recp.d.tmp -MT crypto/bn/bn_recp.o -c -o crypto/bn/bn_recp.o ../crypto/bn/bn_recp.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_shift.d.tmp -MT crypto/bn/bn_shift.o -c -o crypto/bn/bn_shift.o ../crypto/bn/bn_shift.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_sqr.d.tmp -MT crypto/bn/bn_sqr.o -c -o crypto/bn/bn_sqr.o ../crypto/bn/bn_sqr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_sqrt.d.tmp -MT crypto/bn/bn_sqrt.o -c -o crypto/bn/bn_sqrt.o ../crypto/bn/bn_sqrt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_srp.d.tmp -MT crypto/bn/bn_srp.o -c -o crypto/bn/bn_srp.o ../crypto/bn/bn_srp.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_word.d.tmp -MT crypto/bn/bn_word.o -c -o crypto/bn/bn_word.o ../crypto/bn/bn_word.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/bn/bn_x931p.d.tmp -MT crypto/bn/bn_x931p.o -c -o crypto/bn/bn_x931p.o ../crypto/bn/bn_x931p.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/buffer/buf_err.d.tmp -MT crypto/buffer/buf_err.o -c -o crypto/buffer/buf_err.o ../crypto/buffer/buf_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/buffer/buffer.d.tmp -MT crypto/buffer/buffer.o -c -o crypto/buffer/buffer.o ../crypto/buffer/buffer.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/camellia/camellia.d.tmp -MT crypto/camellia/camellia.o -c -o crypto/camellia/camellia.o ../crypto/camellia/camellia.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/camellia/cmll_cbc.d.tmp -MT crypto/camellia/cmll_cbc.o -c -o crypto/camellia/cmll_cbc.o ../crypto/camellia/cmll_cbc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/camellia/cmll_cfb.d.tmp -MT crypto/camellia/cmll_cfb.o -c -o crypto/camellia/cmll_cfb.o ../crypto/camellia/cmll_cfb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/camellia/cmll_ctr.d.tmp -MT crypto/camellia/cmll_ctr.o -c -o crypto/camellia/cmll_ctr.o ../crypto/camellia/cmll_ctr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/camellia/cmll_ecb.d.tmp -MT crypto/camellia/cmll_ecb.o -c -o crypto/camellia/cmll_ecb.o ../crypto/camellia/cmll_ecb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/camellia/cmll_misc.d.tmp -MT crypto/camellia/cmll_misc.o -c -o crypto/camellia/cmll_misc.o ../crypto/camellia/cmll_misc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/camellia/cmll_ofb.d.tmp -MT crypto/camellia/cmll_ofb.o -c -o crypto/camellia/cmll_ofb.o ../crypto/camellia/cmll_ofb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cast/c_cfb64.d.tmp -MT crypto/cast/c_cfb64.o -c -o crypto/cast/c_cfb64.o ../crypto/cast/c_cfb64.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cast/c_ecb.d.tmp -MT crypto/cast/c_ecb.o -c -o crypto/cast/c_ecb.o ../crypto/cast/c_ecb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cast/c_enc.d.tmp -MT crypto/cast/c_enc.o -c -o crypto/cast/c_enc.o ../crypto/cast/c_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cast/c_ofb64.d.tmp -MT crypto/cast/c_ofb64.o -c -o crypto/cast/c_ofb64.o ../crypto/cast/c_ofb64.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cast/c_skey.d.tmp -MT crypto/cast/c_skey.o -c -o crypto/cast/c_skey.o ../crypto/cast/c_skey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/chacha/chacha_enc.d.tmp -MT crypto/chacha/chacha_enc.o -c -o crypto/chacha/chacha_enc.o ../crypto/chacha/chacha_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cmac/cm_ameth.d.tmp -MT crypto/cmac/cm_ameth.o -c -o crypto/cmac/cm_ameth.o ../crypto/cmac/cm_ameth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cmac/cm_pmeth.d.tmp -MT crypto/cmac/cm_pmeth.o -c -o crypto/cmac/cm_pmeth.o ../crypto/cmac/cm_pmeth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cmac/cmac.d.tmp -MT crypto/cmac/cmac.o -c -o crypto/cmac/cmac.o ../crypto/cmac/cmac.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_asn1.d.tmp -MT crypto/cms/cms_asn1.o -c -o crypto/cms/cms_asn1.o ../crypto/cms/cms_asn1.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_att.d.tmp -MT crypto/cms/cms_att.o -c -o crypto/cms/cms_att.o ../crypto/cms/cms_att.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_cd.d.tmp -MT crypto/cms/cms_cd.o -c -o crypto/cms/cms_cd.o ../crypto/cms/cms_cd.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_dd.d.tmp -MT crypto/cms/cms_dd.o -c -o crypto/cms/cms_dd.o ../crypto/cms/cms_dd.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_enc.d.tmp -MT crypto/cms/cms_enc.o -c -o crypto/cms/cms_enc.o ../crypto/cms/cms_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_env.d.tmp -MT crypto/cms/cms_env.o -c -o crypto/cms/cms_env.o ../crypto/cms/cms_env.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_err.d.tmp -MT crypto/cms/cms_err.o -c -o crypto/cms/cms_err.o ../crypto/cms/cms_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_ess.d.tmp -MT crypto/cms/cms_ess.o -c -o crypto/cms/cms_ess.o ../crypto/cms/cms_ess.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_io.d.tmp -MT crypto/cms/cms_io.o -c -o crypto/cms/cms_io.o ../crypto/cms/cms_io.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_kari.d.tmp -MT crypto/cms/cms_kari.o -c -o crypto/cms/cms_kari.o ../crypto/cms/cms_kari.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_lib.d.tmp -MT crypto/cms/cms_lib.o -c -o crypto/cms/cms_lib.o ../crypto/cms/cms_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_pwri.d.tmp -MT crypto/cms/cms_pwri.o -c -o crypto/cms/cms_pwri.o ../crypto/cms/cms_pwri.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_sd.d.tmp -MT crypto/cms/cms_sd.o -c -o crypto/cms/cms_sd.o ../crypto/cms/cms_sd.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cms/cms_smime.d.tmp -MT crypto/cms/cms_smime.o -c -o crypto/cms/cms_smime.o ../crypto/cms/cms_smime.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/comp/c_zlib.d.tmp -MT crypto/comp/c_zlib.o -c -o crypto/comp/c_zlib.o ../crypto/comp/c_zlib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/comp/comp_err.d.tmp -MT crypto/comp/comp_err.o -c -o crypto/comp/comp_err.o ../crypto/comp/comp_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/comp/comp_lib.d.tmp -MT crypto/comp/comp_lib.o -c -o crypto/comp/comp_lib.o ../crypto/comp/comp_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/conf/conf_api.d.tmp -MT crypto/conf/conf_api.o -c -o crypto/conf/conf_api.o ../crypto/conf/conf_api.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/conf/conf_def.d.tmp -MT crypto/conf/conf_def.o -c -o crypto/conf/conf_def.o ../crypto/conf/conf_def.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/conf/conf_err.d.tmp -MT crypto/conf/conf_err.o -c -o crypto/conf/conf_err.o ../crypto/conf/conf_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/conf/conf_lib.d.tmp -MT crypto/conf/conf_lib.o -c -o crypto/conf/conf_lib.o ../crypto/conf/conf_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/conf/conf_mall.d.tmp -MT crypto/conf/conf_mall.o -c -o crypto/conf/conf_mall.o ../crypto/conf/conf_mall.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/conf/conf_mod.d.tmp -MT crypto/conf/conf_mod.o -c -o crypto/conf/conf_mod.o ../crypto/conf/conf_mod.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/conf/conf_sap.d.tmp -MT crypto/conf/conf_sap.o -c -o crypto/conf/conf_sap.o ../crypto/conf/conf_sap.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/conf/conf_ssl.d.tmp -MT crypto/conf/conf_ssl.o -c -o crypto/conf/conf_ssl.o ../crypto/conf/conf_ssl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cpt_err.d.tmp -MT crypto/cpt_err.o -c -o crypto/cpt_err.o ../crypto/cpt_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/cryptlib.d.tmp -MT crypto/cryptlib.o -c -o crypto/cryptlib.o ../crypto/cryptlib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ct/ct_b64.d.tmp -MT crypto/ct/ct_b64.o -c -o crypto/ct/ct_b64.o ../crypto/ct/ct_b64.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ct/ct_err.d.tmp -MT crypto/ct/ct_err.o -c -o crypto/ct/ct_err.o ../crypto/ct/ct_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ct/ct_log.d.tmp -MT crypto/ct/ct_log.o -c -o crypto/ct/ct_log.o ../crypto/ct/ct_log.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ct/ct_oct.d.tmp -MT crypto/ct/ct_oct.o -c -o crypto/ct/ct_oct.o ../crypto/ct/ct_oct.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ct/ct_policy.d.tmp -MT crypto/ct/ct_policy.o -c -o crypto/ct/ct_policy.o ../crypto/ct/ct_policy.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ct/ct_prn.d.tmp -MT crypto/ct/ct_prn.o -c -o crypto/ct/ct_prn.o ../crypto/ct/ct_prn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ct/ct_sct.d.tmp -MT crypto/ct/ct_sct.o -c -o crypto/ct/ct_sct.o ../crypto/ct/ct_sct.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ct/ct_sct_ctx.d.tmp -MT crypto/ct/ct_sct_ctx.o -c -o crypto/ct/ct_sct_ctx.o ../crypto/ct/ct_sct_ctx.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ctype.d.tmp -MT crypto/ctype.o -c -o crypto/ctype.o ../crypto/ctype.c +/usr/bin/perl ../util/mkbuildinf.pl "cc -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -D_REENTRANT -DZLIB -DNDEBUG" "darwin64-arm64-cc" > crypto/buildinf.h +cc -I. -Iinclude -Icrypto -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/cfb64enc.d.tmp -MT crypto/des/cfb64enc.o -c -o crypto/des/cfb64enc.o ../crypto/des/cfb64enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/cfb_enc.d.tmp -MT crypto/des/cfb_enc.o -c -o crypto/des/cfb_enc.o ../crypto/des/cfb_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/des_enc.d.tmp -MT crypto/des/des_enc.o -c -o crypto/des/des_enc.o ../crypto/des/des_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/ecb3_enc.d.tmp -MT crypto/des/ecb3_enc.o -c -o crypto/des/ecb3_enc.o ../crypto/des/ecb3_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/ecb_enc.d.tmp -MT crypto/des/ecb_enc.o -c -o crypto/des/ecb_enc.o ../crypto/des/ecb_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/fcrypt.d.tmp -MT crypto/des/fcrypt.o -c -o crypto/des/fcrypt.o ../crypto/des/fcrypt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/fcrypt_b.d.tmp -MT crypto/des/fcrypt_b.o -c -o crypto/des/fcrypt_b.o ../crypto/des/fcrypt_b.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/ofb64ede.d.tmp -MT crypto/des/ofb64ede.o -c -o crypto/des/ofb64ede.o ../crypto/des/ofb64ede.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/ofb64enc.d.tmp -MT crypto/des/ofb64enc.o -c -o crypto/des/ofb64enc.o ../crypto/des/ofb64enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/ofb_enc.d.tmp -MT crypto/des/ofb_enc.o -c -o crypto/des/ofb_enc.o ../crypto/des/ofb_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/pcbc_enc.d.tmp -MT crypto/des/pcbc_enc.o -c -o crypto/des/pcbc_enc.o ../crypto/des/pcbc_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/qud_cksm.d.tmp -MT crypto/des/qud_cksm.o -c -o crypto/des/qud_cksm.o ../crypto/des/qud_cksm.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/rand_key.d.tmp -MT crypto/des/rand_key.o -c -o crypto/des/rand_key.o ../crypto/des/rand_key.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/set_key.d.tmp -MT crypto/des/set_key.o -c -o crypto/des/set_key.o ../crypto/des/set_key.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/str2key.d.tmp -MT crypto/des/str2key.o -c -o crypto/des/str2key.o ../crypto/des/str2key.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/des/xcbc_enc.d.tmp -MT crypto/des/xcbc_enc.o -c -o crypto/des/xcbc_enc.o ../crypto/des/xcbc_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_ameth.d.tmp -MT crypto/dh/dh_ameth.o -c -o crypto/dh/dh_ameth.o ../crypto/dh/dh_ameth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_asn1.d.tmp -MT crypto/dh/dh_asn1.o -c -o crypto/dh/dh_asn1.o ../crypto/dh/dh_asn1.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_check.d.tmp -MT crypto/dh/dh_check.o -c -o crypto/dh/dh_check.o ../crypto/dh/dh_check.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_depr.d.tmp -MT crypto/dh/dh_depr.o -c -o crypto/dh/dh_depr.o ../crypto/dh/dh_depr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_err.d.tmp -MT crypto/dh/dh_err.o -c -o crypto/dh/dh_err.o ../crypto/dh/dh_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_gen.d.tmp -MT crypto/dh/dh_gen.o -c -o crypto/dh/dh_gen.o ../crypto/dh/dh_gen.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_kdf.d.tmp -MT crypto/dh/dh_kdf.o -c -o crypto/dh/dh_kdf.o ../crypto/dh/dh_kdf.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_key.d.tmp -MT crypto/dh/dh_key.o -c -o crypto/dh/dh_key.o ../crypto/dh/dh_key.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_lib.d.tmp -MT crypto/dh/dh_lib.o -c -o crypto/dh/dh_lib.o ../crypto/dh/dh_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_meth.d.tmp -MT crypto/dh/dh_meth.o -c -o crypto/dh/dh_meth.o ../crypto/dh/dh_meth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_pmeth.d.tmp -MT crypto/dh/dh_pmeth.o -c -o crypto/dh/dh_pmeth.o ../crypto/dh/dh_pmeth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_prn.d.tmp -MT crypto/dh/dh_prn.o -c -o crypto/dh/dh_prn.o ../crypto/dh/dh_prn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_rfc5114.d.tmp -MT crypto/dh/dh_rfc5114.o -c -o crypto/dh/dh_rfc5114.o ../crypto/dh/dh_rfc5114.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dh/dh_rfc7919.d.tmp -MT crypto/dh/dh_rfc7919.o -c -o crypto/dh/dh_rfc7919.o ../crypto/dh/dh_rfc7919.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dsa/dsa_ameth.d.tmp -MT crypto/dsa/dsa_ameth.o -c -o crypto/dsa/dsa_ameth.o ../crypto/dsa/dsa_ameth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dsa/dsa_asn1.d.tmp -MT crypto/dsa/dsa_asn1.o -c -o crypto/dsa/dsa_asn1.o ../crypto/dsa/dsa_asn1.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dsa/dsa_depr.d.tmp -MT crypto/dsa/dsa_depr.o -c -o crypto/dsa/dsa_depr.o ../crypto/dsa/dsa_depr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dsa/dsa_err.d.tmp -MT crypto/dsa/dsa_err.o -c -o crypto/dsa/dsa_err.o ../crypto/dsa/dsa_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dsa/dsa_gen.d.tmp -MT crypto/dsa/dsa_gen.o -c -o crypto/dsa/dsa_gen.o ../crypto/dsa/dsa_gen.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dsa/dsa_key.d.tmp -MT crypto/dsa/dsa_key.o -c -o crypto/dsa/dsa_key.o ../crypto/dsa/dsa_key.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dsa/dsa_lib.d.tmp -MT crypto/dsa/dsa_lib.o -c -o crypto/dsa/dsa_lib.o ../crypto/dsa/dsa_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dsa/dsa_meth.d.tmp -MT crypto/dsa/dsa_meth.o -c -o crypto/dsa/dsa_meth.o ../crypto/dsa/dsa_meth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dsa/dsa_ossl.d.tmp -MT crypto/dsa/dsa_ossl.o -c -o crypto/dsa/dsa_ossl.o ../crypto/dsa/dsa_ossl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dsa/dsa_pmeth.d.tmp -MT crypto/dsa/dsa_pmeth.o -c -o crypto/dsa/dsa_pmeth.o ../crypto/dsa/dsa_pmeth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dsa/dsa_prn.d.tmp -MT crypto/dsa/dsa_prn.o -c -o crypto/dsa/dsa_prn.o ../crypto/dsa/dsa_prn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dsa/dsa_sign.d.tmp -MT crypto/dsa/dsa_sign.o -c -o crypto/dsa/dsa_sign.o ../crypto/dsa/dsa_sign.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dsa/dsa_vrf.d.tmp -MT crypto/dsa/dsa_vrf.o -c -o crypto/dsa/dsa_vrf.o ../crypto/dsa/dsa_vrf.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dso/dso_dl.d.tmp -MT crypto/dso/dso_dl.o -c -o crypto/dso/dso_dl.o ../crypto/dso/dso_dl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dso/dso_dlfcn.d.tmp -MT crypto/dso/dso_dlfcn.o -c -o crypto/dso/dso_dlfcn.o ../crypto/dso/dso_dlfcn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dso/dso_err.d.tmp -MT crypto/dso/dso_err.o -c -o crypto/dso/dso_err.o ../crypto/dso/dso_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dso/dso_lib.d.tmp -MT crypto/dso/dso_lib.o -c -o crypto/dso/dso_lib.o ../crypto/dso/dso_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dso/dso_openssl.d.tmp -MT crypto/dso/dso_openssl.o -c -o crypto/dso/dso_openssl.o ../crypto/dso/dso_openssl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dso/dso_vms.d.tmp -MT crypto/dso/dso_vms.o -c -o crypto/dso/dso_vms.o ../crypto/dso/dso_vms.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/dso/dso_win32.d.tmp -MT crypto/dso/dso_win32.o -c -o crypto/dso/dso_win32.o ../crypto/dso/dso_win32.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ebcdic.d.tmp -MT crypto/ebcdic.o -c -o crypto/ebcdic.o ../crypto/ebcdic.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/curve25519.d.tmp -MT crypto/ec/curve25519.o -c -o crypto/ec/curve25519.o ../crypto/ec/curve25519.c +cc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/curve448/arch_32/f_impl.d.tmp -MT crypto/ec/curve448/arch_32/f_impl.o -c -o crypto/ec/curve448/arch_32/f_impl.o ../crypto/ec/curve448/arch_32/f_impl.c +cc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/curve448/curve448.d.tmp -MT crypto/ec/curve448/curve448.o -c -o crypto/ec/curve448/curve448.o ../crypto/ec/curve448/curve448.c +cc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/curve448/curve448_tables.d.tmp -MT crypto/ec/curve448/curve448_tables.o -c -o crypto/ec/curve448/curve448_tables.o ../crypto/ec/curve448/curve448_tables.c +cc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/curve448/eddsa.d.tmp -MT crypto/ec/curve448/eddsa.o -c -o crypto/ec/curve448/eddsa.o ../crypto/ec/curve448/eddsa.c +cc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/curve448/f_generic.d.tmp -MT crypto/ec/curve448/f_generic.o -c -o crypto/ec/curve448/f_generic.o ../crypto/ec/curve448/f_generic.c +cc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/curve448/scalar.d.tmp -MT crypto/ec/curve448/scalar.o -c -o crypto/ec/curve448/scalar.o ../crypto/ec/curve448/scalar.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec2_oct.d.tmp -MT crypto/ec/ec2_oct.o -c -o crypto/ec/ec2_oct.o ../crypto/ec/ec2_oct.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec2_smpl.d.tmp -MT crypto/ec/ec2_smpl.o -c -o crypto/ec/ec2_smpl.o ../crypto/ec/ec2_smpl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec_ameth.d.tmp -MT crypto/ec/ec_ameth.o -c -o crypto/ec/ec_ameth.o ../crypto/ec/ec_ameth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec_asn1.d.tmp -MT crypto/ec/ec_asn1.o -c -o crypto/ec/ec_asn1.o ../crypto/ec/ec_asn1.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec_check.d.tmp -MT crypto/ec/ec_check.o -c -o crypto/ec/ec_check.o ../crypto/ec/ec_check.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec_curve.d.tmp -MT crypto/ec/ec_curve.o -c -o crypto/ec/ec_curve.o ../crypto/ec/ec_curve.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec_cvt.d.tmp -MT crypto/ec/ec_cvt.o -c -o crypto/ec/ec_cvt.o ../crypto/ec/ec_cvt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec_err.d.tmp -MT crypto/ec/ec_err.o -c -o crypto/ec/ec_err.o ../crypto/ec/ec_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec_key.d.tmp -MT crypto/ec/ec_key.o -c -o crypto/ec/ec_key.o ../crypto/ec/ec_key.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec_kmeth.d.tmp -MT crypto/ec/ec_kmeth.o -c -o crypto/ec/ec_kmeth.o ../crypto/ec/ec_kmeth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec_lib.d.tmp -MT crypto/ec/ec_lib.o -c -o crypto/ec/ec_lib.o ../crypto/ec/ec_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec_mult.d.tmp -MT crypto/ec/ec_mult.o -c -o crypto/ec/ec_mult.o ../crypto/ec/ec_mult.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec_oct.d.tmp -MT crypto/ec/ec_oct.o -c -o crypto/ec/ec_oct.o ../crypto/ec/ec_oct.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec_pmeth.d.tmp -MT crypto/ec/ec_pmeth.o -c -o crypto/ec/ec_pmeth.o ../crypto/ec/ec_pmeth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ec_print.d.tmp -MT crypto/ec/ec_print.o -c -o crypto/ec/ec_print.o ../crypto/ec/ec_print.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecdh_kdf.d.tmp -MT crypto/ec/ecdh_kdf.o -c -o crypto/ec/ecdh_kdf.o ../crypto/ec/ecdh_kdf.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecdh_ossl.d.tmp -MT crypto/ec/ecdh_ossl.o -c -o crypto/ec/ecdh_ossl.o ../crypto/ec/ecdh_ossl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecdsa_ossl.d.tmp -MT crypto/ec/ecdsa_ossl.o -c -o crypto/ec/ecdsa_ossl.o ../crypto/ec/ecdsa_ossl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecdsa_sign.d.tmp -MT crypto/ec/ecdsa_sign.o -c -o crypto/ec/ecdsa_sign.o ../crypto/ec/ecdsa_sign.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecdsa_vrf.d.tmp -MT crypto/ec/ecdsa_vrf.o -c -o crypto/ec/ecdsa_vrf.o ../crypto/ec/ecdsa_vrf.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/eck_prn.d.tmp -MT crypto/ec/eck_prn.o -c -o crypto/ec/eck_prn.o ../crypto/ec/eck_prn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecp_mont.d.tmp -MT crypto/ec/ecp_mont.o -c -o crypto/ec/ecp_mont.o ../crypto/ec/ecp_mont.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecp_nist.d.tmp -MT crypto/ec/ecp_nist.o -c -o crypto/ec/ecp_nist.o ../crypto/ec/ecp_nist.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecp_nistp224.d.tmp -MT crypto/ec/ecp_nistp224.o -c -o crypto/ec/ecp_nistp224.o ../crypto/ec/ecp_nistp224.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecp_nistp256.d.tmp -MT crypto/ec/ecp_nistp256.o -c -o crypto/ec/ecp_nistp256.o ../crypto/ec/ecp_nistp256.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecp_nistp521.d.tmp -MT crypto/ec/ecp_nistp521.o -c -o crypto/ec/ecp_nistp521.o ../crypto/ec/ecp_nistp521.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecp_nistputil.d.tmp -MT crypto/ec/ecp_nistputil.o -c -o crypto/ec/ecp_nistputil.o ../crypto/ec/ecp_nistputil.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecp_oct.d.tmp -MT crypto/ec/ecp_oct.o -c -o crypto/ec/ecp_oct.o ../crypto/ec/ecp_oct.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecp_smpl.d.tmp -MT crypto/ec/ecp_smpl.o -c -o crypto/ec/ecp_smpl.o ../crypto/ec/ecp_smpl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ec/ecx_meth.d.tmp -MT crypto/ec/ecx_meth.o -c -o crypto/ec/ecx_meth.o ../crypto/ec/ecx_meth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/eng_all.d.tmp -MT crypto/engine/eng_all.o -c -o crypto/engine/eng_all.o ../crypto/engine/eng_all.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/eng_cnf.d.tmp -MT crypto/engine/eng_cnf.o -c -o crypto/engine/eng_cnf.o ../crypto/engine/eng_cnf.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/eng_ctrl.d.tmp -MT crypto/engine/eng_ctrl.o -c -o crypto/engine/eng_ctrl.o ../crypto/engine/eng_ctrl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/eng_dyn.d.tmp -MT crypto/engine/eng_dyn.o -c -o crypto/engine/eng_dyn.o ../crypto/engine/eng_dyn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/eng_err.d.tmp -MT crypto/engine/eng_err.o -c -o crypto/engine/eng_err.o ../crypto/engine/eng_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/eng_fat.d.tmp -MT crypto/engine/eng_fat.o -c -o crypto/engine/eng_fat.o ../crypto/engine/eng_fat.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/eng_init.d.tmp -MT crypto/engine/eng_init.o -c -o crypto/engine/eng_init.o ../crypto/engine/eng_init.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/eng_lib.d.tmp -MT crypto/engine/eng_lib.o -c -o crypto/engine/eng_lib.o ../crypto/engine/eng_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/eng_list.d.tmp -MT crypto/engine/eng_list.o -c -o crypto/engine/eng_list.o ../crypto/engine/eng_list.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/eng_openssl.d.tmp -MT crypto/engine/eng_openssl.o -c -o crypto/engine/eng_openssl.o ../crypto/engine/eng_openssl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/eng_pkey.d.tmp -MT crypto/engine/eng_pkey.o -c -o crypto/engine/eng_pkey.o ../crypto/engine/eng_pkey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/eng_rdrand.d.tmp -MT crypto/engine/eng_rdrand.o -c -o crypto/engine/eng_rdrand.o ../crypto/engine/eng_rdrand.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/eng_table.d.tmp -MT crypto/engine/eng_table.o -c -o crypto/engine/eng_table.o ../crypto/engine/eng_table.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/tb_asnmth.d.tmp -MT crypto/engine/tb_asnmth.o -c -o crypto/engine/tb_asnmth.o ../crypto/engine/tb_asnmth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/tb_cipher.d.tmp -MT crypto/engine/tb_cipher.o -c -o crypto/engine/tb_cipher.o ../crypto/engine/tb_cipher.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/tb_dh.d.tmp -MT crypto/engine/tb_dh.o -c -o crypto/engine/tb_dh.o ../crypto/engine/tb_dh.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/tb_digest.d.tmp -MT crypto/engine/tb_digest.o -c -o crypto/engine/tb_digest.o ../crypto/engine/tb_digest.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/tb_dsa.d.tmp -MT crypto/engine/tb_dsa.o -c -o crypto/engine/tb_dsa.o ../crypto/engine/tb_dsa.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/tb_eckey.d.tmp -MT crypto/engine/tb_eckey.o -c -o crypto/engine/tb_eckey.o ../crypto/engine/tb_eckey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/tb_pkmeth.d.tmp -MT crypto/engine/tb_pkmeth.o -c -o crypto/engine/tb_pkmeth.o ../crypto/engine/tb_pkmeth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/tb_rand.d.tmp -MT crypto/engine/tb_rand.o -c -o crypto/engine/tb_rand.o ../crypto/engine/tb_rand.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/engine/tb_rsa.d.tmp -MT crypto/engine/tb_rsa.o -c -o crypto/engine/tb_rsa.o ../crypto/engine/tb_rsa.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/err/err.d.tmp -MT crypto/err/err.o -c -o crypto/err/err.o ../crypto/err/err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/err/err_all.d.tmp -MT crypto/err/err_all.o -c -o crypto/err/err_all.o ../crypto/err/err_all.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/err/err_prn.d.tmp -MT crypto/err/err_prn.o -c -o crypto/err/err_prn.o ../crypto/err/err_prn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/bio_b64.d.tmp -MT crypto/evp/bio_b64.o -c -o crypto/evp/bio_b64.o ../crypto/evp/bio_b64.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/bio_enc.d.tmp -MT crypto/evp/bio_enc.o -c -o crypto/evp/bio_enc.o ../crypto/evp/bio_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/bio_md.d.tmp -MT crypto/evp/bio_md.o -c -o crypto/evp/bio_md.o ../crypto/evp/bio_md.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/bio_ok.d.tmp -MT crypto/evp/bio_ok.o -c -o crypto/evp/bio_ok.o ../crypto/evp/bio_ok.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/c_allc.d.tmp -MT crypto/evp/c_allc.o -c -o crypto/evp/c_allc.o ../crypto/evp/c_allc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/c_alld.d.tmp -MT crypto/evp/c_alld.o -c -o crypto/evp/c_alld.o ../crypto/evp/c_alld.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/cmeth_lib.d.tmp -MT crypto/evp/cmeth_lib.o -c -o crypto/evp/cmeth_lib.o ../crypto/evp/cmeth_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/digest.d.tmp -MT crypto/evp/digest.o -c -o crypto/evp/digest.o ../crypto/evp/digest.c +cc -I. -Iinclude -Icrypto -Icrypto/modes -I.. -I../include -I../crypto -I../crypto/modes -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_aes.d.tmp -MT crypto/evp/e_aes.o -c -o crypto/evp/e_aes.o ../crypto/evp/e_aes.c +cc -I. -Iinclude -Icrypto/modes -I.. -I../include -I../crypto/modes -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_aes_cbc_hmac_sha1.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha1.o -c -o crypto/evp/e_aes_cbc_hmac_sha1.o ../crypto/evp/e_aes_cbc_hmac_sha1.c +cc -I. -Iinclude -Icrypto/modes -I.. -I../include -I../crypto/modes -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_aes_cbc_hmac_sha256.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha256.o -c -o crypto/evp/e_aes_cbc_hmac_sha256.o ../crypto/evp/e_aes_cbc_hmac_sha256.c +cc -I. -Iinclude -Icrypto -Icrypto/modes -I.. -I../include -I../crypto -I../crypto/modes -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_aria.d.tmp -MT crypto/evp/e_aria.o -c -o crypto/evp/e_aria.o ../crypto/evp/e_aria.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_bf.d.tmp -MT crypto/evp/e_bf.o -c -o crypto/evp/e_bf.o ../crypto/evp/e_bf.c +cc -I. -Iinclude -Icrypto -Icrypto/modes -I.. -I../include -I../crypto -I../crypto/modes -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_camellia.d.tmp -MT crypto/evp/e_camellia.o -c -o crypto/evp/e_camellia.o ../crypto/evp/e_camellia.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_cast.d.tmp -MT crypto/evp/e_cast.o -c -o crypto/evp/e_cast.o ../crypto/evp/e_cast.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_chacha20_poly1305.d.tmp -MT crypto/evp/e_chacha20_poly1305.o -c -o crypto/evp/e_chacha20_poly1305.o ../crypto/evp/e_chacha20_poly1305.c +cc -I. -Iinclude -Icrypto -I.. -I../include -I../crypto -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_des.d.tmp -MT crypto/evp/e_des.o -c -o crypto/evp/e_des.o ../crypto/evp/e_des.c +cc -I. -Iinclude -Icrypto -I.. -I../include -I../crypto -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_des3.d.tmp -MT crypto/evp/e_des3.o -c -o crypto/evp/e_des3.o ../crypto/evp/e_des3.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_idea.d.tmp -MT crypto/evp/e_idea.o -c -o crypto/evp/e_idea.o ../crypto/evp/e_idea.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_null.d.tmp -MT crypto/evp/e_null.o -c -o crypto/evp/e_null.o ../crypto/evp/e_null.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_old.d.tmp -MT crypto/evp/e_old.o -c -o crypto/evp/e_old.o ../crypto/evp/e_old.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_rc2.d.tmp -MT crypto/evp/e_rc2.o -c -o crypto/evp/e_rc2.o ../crypto/evp/e_rc2.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_rc4.d.tmp -MT crypto/evp/e_rc4.o -c -o crypto/evp/e_rc4.o ../crypto/evp/e_rc4.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_rc4_hmac_md5.d.tmp -MT crypto/evp/e_rc4_hmac_md5.o -c -o crypto/evp/e_rc4_hmac_md5.o ../crypto/evp/e_rc4_hmac_md5.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_rc5.d.tmp -MT crypto/evp/e_rc5.o -c -o crypto/evp/e_rc5.o ../crypto/evp/e_rc5.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_seed.d.tmp -MT crypto/evp/e_seed.o -c -o crypto/evp/e_seed.o ../crypto/evp/e_seed.c +cc -I. -Iinclude -Icrypto -Icrypto/modes -I.. -I../include -I../crypto -I../crypto/modes -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_sm4.d.tmp -MT crypto/evp/e_sm4.o -c -o crypto/evp/e_sm4.o ../crypto/evp/e_sm4.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/e_xcbc_d.d.tmp -MT crypto/evp/e_xcbc_d.o -c -o crypto/evp/e_xcbc_d.o ../crypto/evp/e_xcbc_d.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/encode.d.tmp -MT crypto/evp/encode.o -c -o crypto/evp/encode.o ../crypto/evp/encode.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/evp_cnf.d.tmp -MT crypto/evp/evp_cnf.o -c -o crypto/evp/evp_cnf.o ../crypto/evp/evp_cnf.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/evp_enc.d.tmp -MT crypto/evp/evp_enc.o -c -o crypto/evp/evp_enc.o ../crypto/evp/evp_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/evp_err.d.tmp -MT crypto/evp/evp_err.o -c -o crypto/evp/evp_err.o ../crypto/evp/evp_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/evp_key.d.tmp -MT crypto/evp/evp_key.o -c -o crypto/evp/evp_key.o ../crypto/evp/evp_key.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/evp_lib.d.tmp -MT crypto/evp/evp_lib.o -c -o crypto/evp/evp_lib.o ../crypto/evp/evp_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/evp_pbe.d.tmp -MT crypto/evp/evp_pbe.o -c -o crypto/evp/evp_pbe.o ../crypto/evp/evp_pbe.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/evp_pkey.d.tmp -MT crypto/evp/evp_pkey.o -c -o crypto/evp/evp_pkey.o ../crypto/evp/evp_pkey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/m_md2.d.tmp -MT crypto/evp/m_md2.o -c -o crypto/evp/m_md2.o ../crypto/evp/m_md2.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/m_md4.d.tmp -MT crypto/evp/m_md4.o -c -o crypto/evp/m_md4.o ../crypto/evp/m_md4.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/m_md5.d.tmp -MT crypto/evp/m_md5.o -c -o crypto/evp/m_md5.o ../crypto/evp/m_md5.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/m_md5_sha1.d.tmp -MT crypto/evp/m_md5_sha1.o -c -o crypto/evp/m_md5_sha1.o ../crypto/evp/m_md5_sha1.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/m_mdc2.d.tmp -MT crypto/evp/m_mdc2.o -c -o crypto/evp/m_mdc2.o ../crypto/evp/m_mdc2.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/m_null.d.tmp -MT crypto/evp/m_null.o -c -o crypto/evp/m_null.o ../crypto/evp/m_null.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/m_ripemd.d.tmp -MT crypto/evp/m_ripemd.o -c -o crypto/evp/m_ripemd.o ../crypto/evp/m_ripemd.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/m_sha1.d.tmp -MT crypto/evp/m_sha1.o -c -o crypto/evp/m_sha1.o ../crypto/evp/m_sha1.c +cc -I. -Iinclude -Icrypto -I.. -I../include -I../crypto -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/m_sha3.d.tmp -MT crypto/evp/m_sha3.o -c -o crypto/evp/m_sha3.o ../crypto/evp/m_sha3.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/m_sigver.d.tmp -MT crypto/evp/m_sigver.o -c -o crypto/evp/m_sigver.o ../crypto/evp/m_sigver.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/m_wp.d.tmp -MT crypto/evp/m_wp.o -c -o crypto/evp/m_wp.o ../crypto/evp/m_wp.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/names.d.tmp -MT crypto/evp/names.o -c -o crypto/evp/names.o ../crypto/evp/names.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/p5_crpt.d.tmp -MT crypto/evp/p5_crpt.o -c -o crypto/evp/p5_crpt.o ../crypto/evp/p5_crpt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/p5_crpt2.d.tmp -MT crypto/evp/p5_crpt2.o -c -o crypto/evp/p5_crpt2.o ../crypto/evp/p5_crpt2.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/p_dec.d.tmp -MT crypto/evp/p_dec.o -c -o crypto/evp/p_dec.o ../crypto/evp/p_dec.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/p_enc.d.tmp -MT crypto/evp/p_enc.o -c -o crypto/evp/p_enc.o ../crypto/evp/p_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/p_lib.d.tmp -MT crypto/evp/p_lib.o -c -o crypto/evp/p_lib.o ../crypto/evp/p_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/p_open.d.tmp -MT crypto/evp/p_open.o -c -o crypto/evp/p_open.o ../crypto/evp/p_open.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/p_seal.d.tmp -MT crypto/evp/p_seal.o -c -o crypto/evp/p_seal.o ../crypto/evp/p_seal.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/p_sign.d.tmp -MT crypto/evp/p_sign.o -c -o crypto/evp/p_sign.o ../crypto/evp/p_sign.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/p_verify.d.tmp -MT crypto/evp/p_verify.o -c -o crypto/evp/p_verify.o ../crypto/evp/p_verify.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/pbe_scrypt.d.tmp -MT crypto/evp/pbe_scrypt.o -c -o crypto/evp/pbe_scrypt.o ../crypto/evp/pbe_scrypt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/pmeth_fn.d.tmp -MT crypto/evp/pmeth_fn.o -c -o crypto/evp/pmeth_fn.o ../crypto/evp/pmeth_fn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/pmeth_gn.d.tmp -MT crypto/evp/pmeth_gn.o -c -o crypto/evp/pmeth_gn.o ../crypto/evp/pmeth_gn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/evp/pmeth_lib.d.tmp -MT crypto/evp/pmeth_lib.o -c -o crypto/evp/pmeth_lib.o ../crypto/evp/pmeth_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ex_data.d.tmp -MT crypto/ex_data.o -c -o crypto/ex_data.o ../crypto/ex_data.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/getenv.d.tmp -MT crypto/getenv.o -c -o crypto/getenv.o ../crypto/getenv.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/hmac/hm_ameth.d.tmp -MT crypto/hmac/hm_ameth.o -c -o crypto/hmac/hm_ameth.o ../crypto/hmac/hm_ameth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/hmac/hm_pmeth.d.tmp -MT crypto/hmac/hm_pmeth.o -c -o crypto/hmac/hm_pmeth.o ../crypto/hmac/hm_pmeth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/hmac/hmac.d.tmp -MT crypto/hmac/hmac.o -c -o crypto/hmac/hmac.o ../crypto/hmac/hmac.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/idea/i_cbc.d.tmp -MT crypto/idea/i_cbc.o -c -o crypto/idea/i_cbc.o ../crypto/idea/i_cbc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/idea/i_cfb64.d.tmp -MT crypto/idea/i_cfb64.o -c -o crypto/idea/i_cfb64.o ../crypto/idea/i_cfb64.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/idea/i_ecb.d.tmp -MT crypto/idea/i_ecb.o -c -o crypto/idea/i_ecb.o ../crypto/idea/i_ecb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/idea/i_ofb64.d.tmp -MT crypto/idea/i_ofb64.o -c -o crypto/idea/i_ofb64.o ../crypto/idea/i_ofb64.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/idea/i_skey.d.tmp -MT crypto/idea/i_skey.o -c -o crypto/idea/i_skey.o ../crypto/idea/i_skey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/init.d.tmp -MT crypto/init.o -c -o crypto/init.o ../crypto/init.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/kdf/hkdf.d.tmp -MT crypto/kdf/hkdf.o -c -o crypto/kdf/hkdf.o ../crypto/kdf/hkdf.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/kdf/kdf_err.d.tmp -MT crypto/kdf/kdf_err.o -c -o crypto/kdf/kdf_err.o ../crypto/kdf/kdf_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/kdf/scrypt.d.tmp -MT crypto/kdf/scrypt.o -c -o crypto/kdf/scrypt.o ../crypto/kdf/scrypt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/kdf/tls1_prf.d.tmp -MT crypto/kdf/tls1_prf.o -c -o crypto/kdf/tls1_prf.o ../crypto/kdf/tls1_prf.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/lhash/lh_stats.d.tmp -MT crypto/lhash/lh_stats.o -c -o crypto/lhash/lh_stats.o ../crypto/lhash/lh_stats.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/lhash/lhash.d.tmp -MT crypto/lhash/lhash.o -c -o crypto/lhash/lhash.o ../crypto/lhash/lhash.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/md2/md2_dgst.d.tmp -MT crypto/md2/md2_dgst.o -c -o crypto/md2/md2_dgst.o ../crypto/md2/md2_dgst.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/md2/md2_one.d.tmp -MT crypto/md2/md2_one.o -c -o crypto/md2/md2_one.o ../crypto/md2/md2_one.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/md4/md4_dgst.d.tmp -MT crypto/md4/md4_dgst.o -c -o crypto/md4/md4_dgst.o ../crypto/md4/md4_dgst.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/md4/md4_one.d.tmp -MT crypto/md4/md4_one.o -c -o crypto/md4/md4_one.o ../crypto/md4/md4_one.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/md5/md5_dgst.d.tmp -MT crypto/md5/md5_dgst.o -c -o crypto/md5/md5_dgst.o ../crypto/md5/md5_dgst.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/md5/md5_one.d.tmp -MT crypto/md5/md5_one.o -c -o crypto/md5/md5_one.o ../crypto/md5/md5_one.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/mem.d.tmp -MT crypto/mem.o -c -o crypto/mem.o ../crypto/mem.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/mem_clr.d.tmp -MT crypto/mem_clr.o -c -o crypto/mem_clr.o ../crypto/mem_clr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/mem_dbg.d.tmp -MT crypto/mem_dbg.o -c -o crypto/mem_dbg.o ../crypto/mem_dbg.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/mem_sec.d.tmp -MT crypto/mem_sec.o -c -o crypto/mem_sec.o ../crypto/mem_sec.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/modes/cbc128.d.tmp -MT crypto/modes/cbc128.o -c -o crypto/modes/cbc128.o ../crypto/modes/cbc128.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/modes/ccm128.d.tmp -MT crypto/modes/ccm128.o -c -o crypto/modes/ccm128.o ../crypto/modes/ccm128.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/modes/cfb128.d.tmp -MT crypto/modes/cfb128.o -c -o crypto/modes/cfb128.o ../crypto/modes/cfb128.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/modes/ctr128.d.tmp -MT crypto/modes/ctr128.o -c -o crypto/modes/ctr128.o ../crypto/modes/ctr128.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/modes/cts128.d.tmp -MT crypto/modes/cts128.o -c -o crypto/modes/cts128.o ../crypto/modes/cts128.c +cc -I. -Iinclude -Icrypto -I.. -I../include -I../crypto -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/modes/gcm128.d.tmp -MT crypto/modes/gcm128.o -c -o crypto/modes/gcm128.o ../crypto/modes/gcm128.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/modes/ocb128.d.tmp -MT crypto/modes/ocb128.o -c -o crypto/modes/ocb128.o ../crypto/modes/ocb128.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/modes/ofb128.d.tmp -MT crypto/modes/ofb128.o -c -o crypto/modes/ofb128.o ../crypto/modes/ofb128.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/modes/wrap128.d.tmp -MT crypto/modes/wrap128.o -c -o crypto/modes/wrap128.o ../crypto/modes/wrap128.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/modes/xts128.d.tmp -MT crypto/modes/xts128.o -c -o crypto/modes/xts128.o ../crypto/modes/xts128.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/o_dir.d.tmp -MT crypto/o_dir.o -c -o crypto/o_dir.o ../crypto/o_dir.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/o_fips.d.tmp -MT crypto/o_fips.o -c -o crypto/o_fips.o ../crypto/o_fips.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/o_fopen.d.tmp -MT crypto/o_fopen.o -c -o crypto/o_fopen.o ../crypto/o_fopen.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/o_init.d.tmp -MT crypto/o_init.o -c -o crypto/o_init.o ../crypto/o_init.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/o_str.d.tmp -MT crypto/o_str.o -c -o crypto/o_str.o ../crypto/o_str.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/o_time.d.tmp -MT crypto/o_time.o -c -o crypto/o_time.o ../crypto/o_time.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/objects/o_names.d.tmp -MT crypto/objects/o_names.o -c -o crypto/objects/o_names.o ../crypto/objects/o_names.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/objects/obj_dat.d.tmp -MT crypto/objects/obj_dat.o -c -o crypto/objects/obj_dat.o ../crypto/objects/obj_dat.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/objects/obj_err.d.tmp -MT crypto/objects/obj_err.o -c -o crypto/objects/obj_err.o ../crypto/objects/obj_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/objects/obj_lib.d.tmp -MT crypto/objects/obj_lib.o -c -o crypto/objects/obj_lib.o ../crypto/objects/obj_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/objects/obj_xref.d.tmp -MT crypto/objects/obj_xref.o -c -o crypto/objects/obj_xref.o ../crypto/objects/obj_xref.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ocsp/ocsp_asn.d.tmp -MT crypto/ocsp/ocsp_asn.o -c -o crypto/ocsp/ocsp_asn.o ../crypto/ocsp/ocsp_asn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ocsp/ocsp_cl.d.tmp -MT crypto/ocsp/ocsp_cl.o -c -o crypto/ocsp/ocsp_cl.o ../crypto/ocsp/ocsp_cl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ocsp/ocsp_err.d.tmp -MT crypto/ocsp/ocsp_err.o -c -o crypto/ocsp/ocsp_err.o ../crypto/ocsp/ocsp_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ocsp/ocsp_ext.d.tmp -MT crypto/ocsp/ocsp_ext.o -c -o crypto/ocsp/ocsp_ext.o ../crypto/ocsp/ocsp_ext.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ocsp/ocsp_ht.d.tmp -MT crypto/ocsp/ocsp_ht.o -c -o crypto/ocsp/ocsp_ht.o ../crypto/ocsp/ocsp_ht.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ocsp/ocsp_lib.d.tmp -MT crypto/ocsp/ocsp_lib.o -c -o crypto/ocsp/ocsp_lib.o ../crypto/ocsp/ocsp_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ocsp/ocsp_prn.d.tmp -MT crypto/ocsp/ocsp_prn.o -c -o crypto/ocsp/ocsp_prn.o ../crypto/ocsp/ocsp_prn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ocsp/ocsp_srv.d.tmp -MT crypto/ocsp/ocsp_srv.o -c -o crypto/ocsp/ocsp_srv.o ../crypto/ocsp/ocsp_srv.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ocsp/ocsp_vfy.d.tmp -MT crypto/ocsp/ocsp_vfy.o -c -o crypto/ocsp/ocsp_vfy.o ../crypto/ocsp/ocsp_vfy.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ocsp/v3_ocsp.d.tmp -MT crypto/ocsp/v3_ocsp.o -c -o crypto/ocsp/v3_ocsp.o ../crypto/ocsp/v3_ocsp.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pem/pem_all.d.tmp -MT crypto/pem/pem_all.o -c -o crypto/pem/pem_all.o ../crypto/pem/pem_all.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pem/pem_err.d.tmp -MT crypto/pem/pem_err.o -c -o crypto/pem/pem_err.o ../crypto/pem/pem_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pem/pem_info.d.tmp -MT crypto/pem/pem_info.o -c -o crypto/pem/pem_info.o ../crypto/pem/pem_info.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pem/pem_lib.d.tmp -MT crypto/pem/pem_lib.o -c -o crypto/pem/pem_lib.o ../crypto/pem/pem_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pem/pem_oth.d.tmp -MT crypto/pem/pem_oth.o -c -o crypto/pem/pem_oth.o ../crypto/pem/pem_oth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pem/pem_pk8.d.tmp -MT crypto/pem/pem_pk8.o -c -o crypto/pem/pem_pk8.o ../crypto/pem/pem_pk8.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pem/pem_pkey.d.tmp -MT crypto/pem/pem_pkey.o -c -o crypto/pem/pem_pkey.o ../crypto/pem/pem_pkey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pem/pem_sign.d.tmp -MT crypto/pem/pem_sign.o -c -o crypto/pem/pem_sign.o ../crypto/pem/pem_sign.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pem/pem_x509.d.tmp -MT crypto/pem/pem_x509.o -c -o crypto/pem/pem_x509.o ../crypto/pem/pem_x509.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pem/pem_xaux.d.tmp -MT crypto/pem/pem_xaux.o -c -o crypto/pem/pem_xaux.o ../crypto/pem/pem_xaux.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pem/pvkfmt.d.tmp -MT crypto/pem/pvkfmt.o -c -o crypto/pem/pvkfmt.o ../crypto/pem/pvkfmt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_add.d.tmp -MT crypto/pkcs12/p12_add.o -c -o crypto/pkcs12/p12_add.o ../crypto/pkcs12/p12_add.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_asn.d.tmp -MT crypto/pkcs12/p12_asn.o -c -o crypto/pkcs12/p12_asn.o ../crypto/pkcs12/p12_asn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_attr.d.tmp -MT crypto/pkcs12/p12_attr.o -c -o crypto/pkcs12/p12_attr.o ../crypto/pkcs12/p12_attr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_crpt.d.tmp -MT crypto/pkcs12/p12_crpt.o -c -o crypto/pkcs12/p12_crpt.o ../crypto/pkcs12/p12_crpt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_crt.d.tmp -MT crypto/pkcs12/p12_crt.o -c -o crypto/pkcs12/p12_crt.o ../crypto/pkcs12/p12_crt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_decr.d.tmp -MT crypto/pkcs12/p12_decr.o -c -o crypto/pkcs12/p12_decr.o ../crypto/pkcs12/p12_decr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_init.d.tmp -MT crypto/pkcs12/p12_init.o -c -o crypto/pkcs12/p12_init.o ../crypto/pkcs12/p12_init.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_key.d.tmp -MT crypto/pkcs12/p12_key.o -c -o crypto/pkcs12/p12_key.o ../crypto/pkcs12/p12_key.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_kiss.d.tmp -MT crypto/pkcs12/p12_kiss.o -c -o crypto/pkcs12/p12_kiss.o ../crypto/pkcs12/p12_kiss.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_mutl.d.tmp -MT crypto/pkcs12/p12_mutl.o -c -o crypto/pkcs12/p12_mutl.o ../crypto/pkcs12/p12_mutl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_npas.d.tmp -MT crypto/pkcs12/p12_npas.o -c -o crypto/pkcs12/p12_npas.o ../crypto/pkcs12/p12_npas.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_p8d.d.tmp -MT crypto/pkcs12/p12_p8d.o -c -o crypto/pkcs12/p12_p8d.o ../crypto/pkcs12/p12_p8d.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_p8e.d.tmp -MT crypto/pkcs12/p12_p8e.o -c -o crypto/pkcs12/p12_p8e.o ../crypto/pkcs12/p12_p8e.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_sbag.d.tmp -MT crypto/pkcs12/p12_sbag.o -c -o crypto/pkcs12/p12_sbag.o ../crypto/pkcs12/p12_sbag.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/p12_utl.d.tmp -MT crypto/pkcs12/p12_utl.o -c -o crypto/pkcs12/p12_utl.o ../crypto/pkcs12/p12_utl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs12/pk12err.d.tmp -MT crypto/pkcs12/pk12err.o -c -o crypto/pkcs12/pk12err.o ../crypto/pkcs12/pk12err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs7/bio_pk7.d.tmp -MT crypto/pkcs7/bio_pk7.o -c -o crypto/pkcs7/bio_pk7.o ../crypto/pkcs7/bio_pk7.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs7/pk7_asn1.d.tmp -MT crypto/pkcs7/pk7_asn1.o -c -o crypto/pkcs7/pk7_asn1.o ../crypto/pkcs7/pk7_asn1.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs7/pk7_attr.d.tmp -MT crypto/pkcs7/pk7_attr.o -c -o crypto/pkcs7/pk7_attr.o ../crypto/pkcs7/pk7_attr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs7/pk7_doit.d.tmp -MT crypto/pkcs7/pk7_doit.o -c -o crypto/pkcs7/pk7_doit.o ../crypto/pkcs7/pk7_doit.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs7/pk7_lib.d.tmp -MT crypto/pkcs7/pk7_lib.o -c -o crypto/pkcs7/pk7_lib.o ../crypto/pkcs7/pk7_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs7/pk7_mime.d.tmp -MT crypto/pkcs7/pk7_mime.o -c -o crypto/pkcs7/pk7_mime.o ../crypto/pkcs7/pk7_mime.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs7/pk7_smime.d.tmp -MT crypto/pkcs7/pk7_smime.o -c -o crypto/pkcs7/pk7_smime.o ../crypto/pkcs7/pk7_smime.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/pkcs7/pkcs7err.d.tmp -MT crypto/pkcs7/pkcs7err.o -c -o crypto/pkcs7/pkcs7err.o ../crypto/pkcs7/pkcs7err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/poly1305/poly1305.d.tmp -MT crypto/poly1305/poly1305.o -c -o crypto/poly1305/poly1305.o ../crypto/poly1305/poly1305.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/poly1305/poly1305_ameth.d.tmp -MT crypto/poly1305/poly1305_ameth.o -c -o crypto/poly1305/poly1305_ameth.o ../crypto/poly1305/poly1305_ameth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/poly1305/poly1305_pmeth.d.tmp -MT crypto/poly1305/poly1305_pmeth.o -c -o crypto/poly1305/poly1305_pmeth.o ../crypto/poly1305/poly1305_pmeth.c +cc -I. -Iinclude -Icrypto/modes -I.. -I../include -I../crypto/modes -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rand/drbg_ctr.d.tmp -MT crypto/rand/drbg_ctr.o -c -o crypto/rand/drbg_ctr.o ../crypto/rand/drbg_ctr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rand/drbg_lib.d.tmp -MT crypto/rand/drbg_lib.o -c -o crypto/rand/drbg_lib.o ../crypto/rand/drbg_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rand/rand_egd.d.tmp -MT crypto/rand/rand_egd.o -c -o crypto/rand/rand_egd.o ../crypto/rand/rand_egd.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rand/rand_err.d.tmp -MT crypto/rand/rand_err.o -c -o crypto/rand/rand_err.o ../crypto/rand/rand_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rand/rand_lib.d.tmp -MT crypto/rand/rand_lib.o -c -o crypto/rand/rand_lib.o ../crypto/rand/rand_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rand/rand_unix.d.tmp -MT crypto/rand/rand_unix.o -c -o crypto/rand/rand_unix.o ../crypto/rand/rand_unix.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rand/rand_vms.d.tmp -MT crypto/rand/rand_vms.o -c -o crypto/rand/rand_vms.o ../crypto/rand/rand_vms.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rand/rand_win.d.tmp -MT crypto/rand/rand_win.o -c -o crypto/rand/rand_win.o ../crypto/rand/rand_win.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rand/randfile.d.tmp -MT crypto/rand/randfile.o -c -o crypto/rand/randfile.o ../crypto/rand/randfile.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rc2/rc2_cbc.d.tmp -MT crypto/rc2/rc2_cbc.o -c -o crypto/rc2/rc2_cbc.o ../crypto/rc2/rc2_cbc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rc2/rc2_ecb.d.tmp -MT crypto/rc2/rc2_ecb.o -c -o crypto/rc2/rc2_ecb.o ../crypto/rc2/rc2_ecb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rc2/rc2_skey.d.tmp -MT crypto/rc2/rc2_skey.o -c -o crypto/rc2/rc2_skey.o ../crypto/rc2/rc2_skey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rc2/rc2cfb64.d.tmp -MT crypto/rc2/rc2cfb64.o -c -o crypto/rc2/rc2cfb64.o ../crypto/rc2/rc2cfb64.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rc2/rc2ofb64.d.tmp -MT crypto/rc2/rc2ofb64.o -c -o crypto/rc2/rc2ofb64.o ../crypto/rc2/rc2ofb64.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rc4/rc4_enc.d.tmp -MT crypto/rc4/rc4_enc.o -c -o crypto/rc4/rc4_enc.o ../crypto/rc4/rc4_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rc4/rc4_skey.d.tmp -MT crypto/rc4/rc4_skey.o -c -o crypto/rc4/rc4_skey.o ../crypto/rc4/rc4_skey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rc5/rc5_ecb.d.tmp -MT crypto/rc5/rc5_ecb.o -c -o crypto/rc5/rc5_ecb.o ../crypto/rc5/rc5_ecb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rc5/rc5_enc.d.tmp -MT crypto/rc5/rc5_enc.o -c -o crypto/rc5/rc5_enc.o ../crypto/rc5/rc5_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rc5/rc5_skey.d.tmp -MT crypto/rc5/rc5_skey.o -c -o crypto/rc5/rc5_skey.o ../crypto/rc5/rc5_skey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rc5/rc5cfb64.d.tmp -MT crypto/rc5/rc5cfb64.o -c -o crypto/rc5/rc5cfb64.o ../crypto/rc5/rc5cfb64.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rc5/rc5ofb64.d.tmp -MT crypto/rc5/rc5ofb64.o -c -o crypto/rc5/rc5ofb64.o ../crypto/rc5/rc5ofb64.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ripemd/rmd_dgst.d.tmp -MT crypto/ripemd/rmd_dgst.o -c -o crypto/ripemd/rmd_dgst.o ../crypto/ripemd/rmd_dgst.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ripemd/rmd_one.d.tmp -MT crypto/ripemd/rmd_one.o -c -o crypto/ripemd/rmd_one.o ../crypto/ripemd/rmd_one.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_ameth.d.tmp -MT crypto/rsa/rsa_ameth.o -c -o crypto/rsa/rsa_ameth.o ../crypto/rsa/rsa_ameth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_asn1.d.tmp -MT crypto/rsa/rsa_asn1.o -c -o crypto/rsa/rsa_asn1.o ../crypto/rsa/rsa_asn1.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_chk.d.tmp -MT crypto/rsa/rsa_chk.o -c -o crypto/rsa/rsa_chk.o ../crypto/rsa/rsa_chk.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_crpt.d.tmp -MT crypto/rsa/rsa_crpt.o -c -o crypto/rsa/rsa_crpt.o ../crypto/rsa/rsa_crpt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_depr.d.tmp -MT crypto/rsa/rsa_depr.o -c -o crypto/rsa/rsa_depr.o ../crypto/rsa/rsa_depr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_err.d.tmp -MT crypto/rsa/rsa_err.o -c -o crypto/rsa/rsa_err.o ../crypto/rsa/rsa_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_gen.d.tmp -MT crypto/rsa/rsa_gen.o -c -o crypto/rsa/rsa_gen.o ../crypto/rsa/rsa_gen.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_lib.d.tmp -MT crypto/rsa/rsa_lib.o -c -o crypto/rsa/rsa_lib.o ../crypto/rsa/rsa_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_meth.d.tmp -MT crypto/rsa/rsa_meth.o -c -o crypto/rsa/rsa_meth.o ../crypto/rsa/rsa_meth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_mp.d.tmp -MT crypto/rsa/rsa_mp.o -c -o crypto/rsa/rsa_mp.o ../crypto/rsa/rsa_mp.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_none.d.tmp -MT crypto/rsa/rsa_none.o -c -o crypto/rsa/rsa_none.o ../crypto/rsa/rsa_none.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_oaep.d.tmp -MT crypto/rsa/rsa_oaep.o -c -o crypto/rsa/rsa_oaep.o ../crypto/rsa/rsa_oaep.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_ossl.d.tmp -MT crypto/rsa/rsa_ossl.o -c -o crypto/rsa/rsa_ossl.o ../crypto/rsa/rsa_ossl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_pk1.d.tmp -MT crypto/rsa/rsa_pk1.o -c -o crypto/rsa/rsa_pk1.o ../crypto/rsa/rsa_pk1.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_pmeth.d.tmp -MT crypto/rsa/rsa_pmeth.o -c -o crypto/rsa/rsa_pmeth.o ../crypto/rsa/rsa_pmeth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_prn.d.tmp -MT crypto/rsa/rsa_prn.o -c -o crypto/rsa/rsa_prn.o ../crypto/rsa/rsa_prn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_pss.d.tmp -MT crypto/rsa/rsa_pss.o -c -o crypto/rsa/rsa_pss.o ../crypto/rsa/rsa_pss.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_saos.d.tmp -MT crypto/rsa/rsa_saos.o -c -o crypto/rsa/rsa_saos.o ../crypto/rsa/rsa_saos.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_sign.d.tmp -MT crypto/rsa/rsa_sign.o -c -o crypto/rsa/rsa_sign.o ../crypto/rsa/rsa_sign.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_ssl.d.tmp -MT crypto/rsa/rsa_ssl.o -c -o crypto/rsa/rsa_ssl.o ../crypto/rsa/rsa_ssl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_x931.d.tmp -MT crypto/rsa/rsa_x931.o -c -o crypto/rsa/rsa_x931.o ../crypto/rsa/rsa_x931.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/rsa/rsa_x931g.d.tmp -MT crypto/rsa/rsa_x931g.o -c -o crypto/rsa/rsa_x931g.o ../crypto/rsa/rsa_x931g.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/seed/seed.d.tmp -MT crypto/seed/seed.o -c -o crypto/seed/seed.o ../crypto/seed/seed.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/seed/seed_cbc.d.tmp -MT crypto/seed/seed_cbc.o -c -o crypto/seed/seed_cbc.o ../crypto/seed/seed_cbc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/seed/seed_cfb.d.tmp -MT crypto/seed/seed_cfb.o -c -o crypto/seed/seed_cfb.o ../crypto/seed/seed_cfb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/seed/seed_ecb.d.tmp -MT crypto/seed/seed_ecb.o -c -o crypto/seed/seed_ecb.o ../crypto/seed/seed_ecb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/seed/seed_ofb.d.tmp -MT crypto/seed/seed_ofb.o -c -o crypto/seed/seed_ofb.o ../crypto/seed/seed_ofb.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/sha/keccak1600.d.tmp -MT crypto/sha/keccak1600.o -c -o crypto/sha/keccak1600.o ../crypto/sha/keccak1600.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/sha/sha1_one.d.tmp -MT crypto/sha/sha1_one.o -c -o crypto/sha/sha1_one.o ../crypto/sha/sha1_one.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/sha/sha1dgst.d.tmp -MT crypto/sha/sha1dgst.o -c -o crypto/sha/sha1dgst.o ../crypto/sha/sha1dgst.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/sha/sha256.d.tmp -MT crypto/sha/sha256.o -c -o crypto/sha/sha256.o ../crypto/sha/sha256.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/sha/sha512.d.tmp -MT crypto/sha/sha512.o -c -o crypto/sha/sha512.o ../crypto/sha/sha512.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/siphash/siphash.d.tmp -MT crypto/siphash/siphash.o -c -o crypto/siphash/siphash.o ../crypto/siphash/siphash.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/siphash/siphash_ameth.d.tmp -MT crypto/siphash/siphash_ameth.o -c -o crypto/siphash/siphash_ameth.o ../crypto/siphash/siphash_ameth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/siphash/siphash_pmeth.d.tmp -MT crypto/siphash/siphash_pmeth.o -c -o crypto/siphash/siphash_pmeth.o ../crypto/siphash/siphash_pmeth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/sm2/sm2_crypt.d.tmp -MT crypto/sm2/sm2_crypt.o -c -o crypto/sm2/sm2_crypt.o ../crypto/sm2/sm2_crypt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/sm2/sm2_err.d.tmp -MT crypto/sm2/sm2_err.o -c -o crypto/sm2/sm2_err.o ../crypto/sm2/sm2_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/sm2/sm2_pmeth.d.tmp -MT crypto/sm2/sm2_pmeth.o -c -o crypto/sm2/sm2_pmeth.o ../crypto/sm2/sm2_pmeth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/sm2/sm2_sign.d.tmp -MT crypto/sm2/sm2_sign.o -c -o crypto/sm2/sm2_sign.o ../crypto/sm2/sm2_sign.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/sm3/m_sm3.d.tmp -MT crypto/sm3/m_sm3.o -c -o crypto/sm3/m_sm3.o ../crypto/sm3/m_sm3.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/sm3/sm3.d.tmp -MT crypto/sm3/sm3.o -c -o crypto/sm3/sm3.o ../crypto/sm3/sm3.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/sm4/sm4.d.tmp -MT crypto/sm4/sm4.o -c -o crypto/sm4/sm4.o ../crypto/sm4/sm4.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/srp/srp_lib.d.tmp -MT crypto/srp/srp_lib.o -c -o crypto/srp/srp_lib.o ../crypto/srp/srp_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/srp/srp_vfy.d.tmp -MT crypto/srp/srp_vfy.o -c -o crypto/srp/srp_vfy.o ../crypto/srp/srp_vfy.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/stack/stack.d.tmp -MT crypto/stack/stack.o -c -o crypto/stack/stack.o ../crypto/stack/stack.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/store/loader_file.d.tmp -MT crypto/store/loader_file.o -c -o crypto/store/loader_file.o ../crypto/store/loader_file.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/store/store_err.d.tmp -MT crypto/store/store_err.o -c -o crypto/store/store_err.o ../crypto/store/store_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/store/store_init.d.tmp -MT crypto/store/store_init.o -c -o crypto/store/store_init.o ../crypto/store/store_init.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/store/store_lib.d.tmp -MT crypto/store/store_lib.o -c -o crypto/store/store_lib.o ../crypto/store/store_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/store/store_register.d.tmp -MT crypto/store/store_register.o -c -o crypto/store/store_register.o ../crypto/store/store_register.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/store/store_strings.d.tmp -MT crypto/store/store_strings.o -c -o crypto/store/store_strings.o ../crypto/store/store_strings.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/threads_none.d.tmp -MT crypto/threads_none.o -c -o crypto/threads_none.o ../crypto/threads_none.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/threads_pthread.d.tmp -MT crypto/threads_pthread.o -c -o crypto/threads_pthread.o ../crypto/threads_pthread.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/threads_win.d.tmp -MT crypto/threads_win.o -c -o crypto/threads_win.o ../crypto/threads_win.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ts/ts_asn1.d.tmp -MT crypto/ts/ts_asn1.o -c -o crypto/ts/ts_asn1.o ../crypto/ts/ts_asn1.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ts/ts_conf.d.tmp -MT crypto/ts/ts_conf.o -c -o crypto/ts/ts_conf.o ../crypto/ts/ts_conf.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ts/ts_err.d.tmp -MT crypto/ts/ts_err.o -c -o crypto/ts/ts_err.o ../crypto/ts/ts_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ts/ts_lib.d.tmp -MT crypto/ts/ts_lib.o -c -o crypto/ts/ts_lib.o ../crypto/ts/ts_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ts/ts_req_print.d.tmp -MT crypto/ts/ts_req_print.o -c -o crypto/ts/ts_req_print.o ../crypto/ts/ts_req_print.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ts/ts_req_utils.d.tmp -MT crypto/ts/ts_req_utils.o -c -o crypto/ts/ts_req_utils.o ../crypto/ts/ts_req_utils.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ts/ts_rsp_print.d.tmp -MT crypto/ts/ts_rsp_print.o -c -o crypto/ts/ts_rsp_print.o ../crypto/ts/ts_rsp_print.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ts/ts_rsp_sign.d.tmp -MT crypto/ts/ts_rsp_sign.o -c -o crypto/ts/ts_rsp_sign.o ../crypto/ts/ts_rsp_sign.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ts/ts_rsp_utils.d.tmp -MT crypto/ts/ts_rsp_utils.o -c -o crypto/ts/ts_rsp_utils.o ../crypto/ts/ts_rsp_utils.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ts/ts_rsp_verify.d.tmp -MT crypto/ts/ts_rsp_verify.o -c -o crypto/ts/ts_rsp_verify.o ../crypto/ts/ts_rsp_verify.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ts/ts_verify_ctx.d.tmp -MT crypto/ts/ts_verify_ctx.o -c -o crypto/ts/ts_verify_ctx.o ../crypto/ts/ts_verify_ctx.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/txt_db/txt_db.d.tmp -MT crypto/txt_db/txt_db.o -c -o crypto/txt_db/txt_db.o ../crypto/txt_db/txt_db.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ui/ui_err.d.tmp -MT crypto/ui/ui_err.o -c -o crypto/ui/ui_err.o ../crypto/ui/ui_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ui/ui_lib.d.tmp -MT crypto/ui/ui_lib.o -c -o crypto/ui/ui_lib.o ../crypto/ui/ui_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ui/ui_null.d.tmp -MT crypto/ui/ui_null.o -c -o crypto/ui/ui_null.o ../crypto/ui/ui_null.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ui/ui_openssl.d.tmp -MT crypto/ui/ui_openssl.o -c -o crypto/ui/ui_openssl.o ../crypto/ui/ui_openssl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/ui/ui_util.d.tmp -MT crypto/ui/ui_util.o -c -o crypto/ui/ui_util.o ../crypto/ui/ui_util.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/uid.d.tmp -MT crypto/uid.o -c -o crypto/uid.o ../crypto/uid.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/whrlpool/wp_block.d.tmp -MT crypto/whrlpool/wp_block.o -c -o crypto/whrlpool/wp_block.o ../crypto/whrlpool/wp_block.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/whrlpool/wp_dgst.d.tmp -MT crypto/whrlpool/wp_dgst.o -c -o crypto/whrlpool/wp_dgst.o ../crypto/whrlpool/wp_dgst.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/by_dir.d.tmp -MT crypto/x509/by_dir.o -c -o crypto/x509/by_dir.o ../crypto/x509/by_dir.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/by_file.d.tmp -MT crypto/x509/by_file.o -c -o crypto/x509/by_file.o ../crypto/x509/by_file.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/t_crl.d.tmp -MT crypto/x509/t_crl.o -c -o crypto/x509/t_crl.o ../crypto/x509/t_crl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/t_req.d.tmp -MT crypto/x509/t_req.o -c -o crypto/x509/t_req.o ../crypto/x509/t_req.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/t_x509.d.tmp -MT crypto/x509/t_x509.o -c -o crypto/x509/t_x509.o ../crypto/x509/t_x509.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_att.d.tmp -MT crypto/x509/x509_att.o -c -o crypto/x509/x509_att.o ../crypto/x509/x509_att.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_cmp.d.tmp -MT crypto/x509/x509_cmp.o -c -o crypto/x509/x509_cmp.o ../crypto/x509/x509_cmp.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_d2.d.tmp -MT crypto/x509/x509_d2.o -c -o crypto/x509/x509_d2.o ../crypto/x509/x509_d2.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_def.d.tmp -MT crypto/x509/x509_def.o -c -o crypto/x509/x509_def.o ../crypto/x509/x509_def.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_err.d.tmp -MT crypto/x509/x509_err.o -c -o crypto/x509/x509_err.o ../crypto/x509/x509_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_ext.d.tmp -MT crypto/x509/x509_ext.o -c -o crypto/x509/x509_ext.o ../crypto/x509/x509_ext.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_lu.d.tmp -MT crypto/x509/x509_lu.o -c -o crypto/x509/x509_lu.o ../crypto/x509/x509_lu.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_meth.d.tmp -MT crypto/x509/x509_meth.o -c -o crypto/x509/x509_meth.o ../crypto/x509/x509_meth.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_obj.d.tmp -MT crypto/x509/x509_obj.o -c -o crypto/x509/x509_obj.o ../crypto/x509/x509_obj.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_r2x.d.tmp -MT crypto/x509/x509_r2x.o -c -o crypto/x509/x509_r2x.o ../crypto/x509/x509_r2x.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_req.d.tmp -MT crypto/x509/x509_req.o -c -o crypto/x509/x509_req.o ../crypto/x509/x509_req.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_set.d.tmp -MT crypto/x509/x509_set.o -c -o crypto/x509/x509_set.o ../crypto/x509/x509_set.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_trs.d.tmp -MT crypto/x509/x509_trs.o -c -o crypto/x509/x509_trs.o ../crypto/x509/x509_trs.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_txt.d.tmp -MT crypto/x509/x509_txt.o -c -o crypto/x509/x509_txt.o ../crypto/x509/x509_txt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_v3.d.tmp -MT crypto/x509/x509_v3.o -c -o crypto/x509/x509_v3.o ../crypto/x509/x509_v3.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_vfy.d.tmp -MT crypto/x509/x509_vfy.o -c -o crypto/x509/x509_vfy.o ../crypto/x509/x509_vfy.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509_vpm.d.tmp -MT crypto/x509/x509_vpm.o -c -o crypto/x509/x509_vpm.o ../crypto/x509/x509_vpm.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509cset.d.tmp -MT crypto/x509/x509cset.o -c -o crypto/x509/x509cset.o ../crypto/x509/x509cset.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509name.d.tmp -MT crypto/x509/x509name.o -c -o crypto/x509/x509name.o ../crypto/x509/x509name.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509rset.d.tmp -MT crypto/x509/x509rset.o -c -o crypto/x509/x509rset.o ../crypto/x509/x509rset.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509spki.d.tmp -MT crypto/x509/x509spki.o -c -o crypto/x509/x509spki.o ../crypto/x509/x509spki.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x509type.d.tmp -MT crypto/x509/x509type.o -c -o crypto/x509/x509type.o ../crypto/x509/x509type.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x_all.d.tmp -MT crypto/x509/x_all.o -c -o crypto/x509/x_all.o ../crypto/x509/x_all.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x_attrib.d.tmp -MT crypto/x509/x_attrib.o -c -o crypto/x509/x_attrib.o ../crypto/x509/x_attrib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x_crl.d.tmp -MT crypto/x509/x_crl.o -c -o crypto/x509/x_crl.o ../crypto/x509/x_crl.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x_exten.d.tmp -MT crypto/x509/x_exten.o -c -o crypto/x509/x_exten.o ../crypto/x509/x_exten.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x_name.d.tmp -MT crypto/x509/x_name.o -c -o crypto/x509/x_name.o ../crypto/x509/x_name.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x_pubkey.d.tmp -MT crypto/x509/x_pubkey.o -c -o crypto/x509/x_pubkey.o ../crypto/x509/x_pubkey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x_req.d.tmp -MT crypto/x509/x_req.o -c -o crypto/x509/x_req.o ../crypto/x509/x_req.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x_x509.d.tmp -MT crypto/x509/x_x509.o -c -o crypto/x509/x_x509.o ../crypto/x509/x_x509.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509/x_x509a.d.tmp -MT crypto/x509/x_x509a.o -c -o crypto/x509/x_x509a.o ../crypto/x509/x_x509a.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/pcy_cache.d.tmp -MT crypto/x509v3/pcy_cache.o -c -o crypto/x509v3/pcy_cache.o ../crypto/x509v3/pcy_cache.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/pcy_data.d.tmp -MT crypto/x509v3/pcy_data.o -c -o crypto/x509v3/pcy_data.o ../crypto/x509v3/pcy_data.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/pcy_lib.d.tmp -MT crypto/x509v3/pcy_lib.o -c -o crypto/x509v3/pcy_lib.o ../crypto/x509v3/pcy_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/pcy_map.d.tmp -MT crypto/x509v3/pcy_map.o -c -o crypto/x509v3/pcy_map.o ../crypto/x509v3/pcy_map.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/pcy_node.d.tmp -MT crypto/x509v3/pcy_node.o -c -o crypto/x509v3/pcy_node.o ../crypto/x509v3/pcy_node.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/pcy_tree.d.tmp -MT crypto/x509v3/pcy_tree.o -c -o crypto/x509v3/pcy_tree.o ../crypto/x509v3/pcy_tree.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_addr.d.tmp -MT crypto/x509v3/v3_addr.o -c -o crypto/x509v3/v3_addr.o ../crypto/x509v3/v3_addr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_admis.d.tmp -MT crypto/x509v3/v3_admis.o -c -o crypto/x509v3/v3_admis.o ../crypto/x509v3/v3_admis.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_akey.d.tmp -MT crypto/x509v3/v3_akey.o -c -o crypto/x509v3/v3_akey.o ../crypto/x509v3/v3_akey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_akeya.d.tmp -MT crypto/x509v3/v3_akeya.o -c -o crypto/x509v3/v3_akeya.o ../crypto/x509v3/v3_akeya.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_alt.d.tmp -MT crypto/x509v3/v3_alt.o -c -o crypto/x509v3/v3_alt.o ../crypto/x509v3/v3_alt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_asid.d.tmp -MT crypto/x509v3/v3_asid.o -c -o crypto/x509v3/v3_asid.o ../crypto/x509v3/v3_asid.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_bcons.d.tmp -MT crypto/x509v3/v3_bcons.o -c -o crypto/x509v3/v3_bcons.o ../crypto/x509v3/v3_bcons.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_bitst.d.tmp -MT crypto/x509v3/v3_bitst.o -c -o crypto/x509v3/v3_bitst.o ../crypto/x509v3/v3_bitst.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_conf.d.tmp -MT crypto/x509v3/v3_conf.o -c -o crypto/x509v3/v3_conf.o ../crypto/x509v3/v3_conf.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_cpols.d.tmp -MT crypto/x509v3/v3_cpols.o -c -o crypto/x509v3/v3_cpols.o ../crypto/x509v3/v3_cpols.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_crld.d.tmp -MT crypto/x509v3/v3_crld.o -c -o crypto/x509v3/v3_crld.o ../crypto/x509v3/v3_crld.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_enum.d.tmp -MT crypto/x509v3/v3_enum.o -c -o crypto/x509v3/v3_enum.o ../crypto/x509v3/v3_enum.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_extku.d.tmp -MT crypto/x509v3/v3_extku.o -c -o crypto/x509v3/v3_extku.o ../crypto/x509v3/v3_extku.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_genn.d.tmp -MT crypto/x509v3/v3_genn.o -c -o crypto/x509v3/v3_genn.o ../crypto/x509v3/v3_genn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_ia5.d.tmp -MT crypto/x509v3/v3_ia5.o -c -o crypto/x509v3/v3_ia5.o ../crypto/x509v3/v3_ia5.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_info.d.tmp -MT crypto/x509v3/v3_info.o -c -o crypto/x509v3/v3_info.o ../crypto/x509v3/v3_info.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_int.d.tmp -MT crypto/x509v3/v3_int.o -c -o crypto/x509v3/v3_int.o ../crypto/x509v3/v3_int.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_lib.d.tmp -MT crypto/x509v3/v3_lib.o -c -o crypto/x509v3/v3_lib.o ../crypto/x509v3/v3_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_ncons.d.tmp -MT crypto/x509v3/v3_ncons.o -c -o crypto/x509v3/v3_ncons.o ../crypto/x509v3/v3_ncons.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_pci.d.tmp -MT crypto/x509v3/v3_pci.o -c -o crypto/x509v3/v3_pci.o ../crypto/x509v3/v3_pci.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_pcia.d.tmp -MT crypto/x509v3/v3_pcia.o -c -o crypto/x509v3/v3_pcia.o ../crypto/x509v3/v3_pcia.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_pcons.d.tmp -MT crypto/x509v3/v3_pcons.o -c -o crypto/x509v3/v3_pcons.o ../crypto/x509v3/v3_pcons.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_pku.d.tmp -MT crypto/x509v3/v3_pku.o -c -o crypto/x509v3/v3_pku.o ../crypto/x509v3/v3_pku.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_pmaps.d.tmp -MT crypto/x509v3/v3_pmaps.o -c -o crypto/x509v3/v3_pmaps.o ../crypto/x509v3/v3_pmaps.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_prn.d.tmp -MT crypto/x509v3/v3_prn.o -c -o crypto/x509v3/v3_prn.o ../crypto/x509v3/v3_prn.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_purp.d.tmp -MT crypto/x509v3/v3_purp.o -c -o crypto/x509v3/v3_purp.o ../crypto/x509v3/v3_purp.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_skey.d.tmp -MT crypto/x509v3/v3_skey.o -c -o crypto/x509v3/v3_skey.o ../crypto/x509v3/v3_skey.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF crypto/x509v3/v3_sxnet.d.tmp -MT crypto/x509v3/v3_sxnet.o -c -o crypto/x509v3/v3_sxnet.o ../crypto/x509v3/v3_sxnet.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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: creating archive libcrypto.a +ranlib -c libcrypto.a || echo Never mind. +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/d1_srtp.d.tmp -MT ssl/d1_srtp.o -c -o ssl/d1_srtp.o ../ssl/d1_srtp.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/methods.d.tmp -MT ssl/methods.o -c -o ssl/methods.o ../ssl/methods.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/packet.d.tmp -MT ssl/packet.o -c -o ssl/packet.o ../ssl/packet.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/pqueue.d.tmp -MT ssl/pqueue.o -c -o ssl/pqueue.o ../ssl/pqueue.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/record/dtls1_bitmap.d.tmp -MT ssl/record/dtls1_bitmap.o -c -o ssl/record/dtls1_bitmap.o ../ssl/record/dtls1_bitmap.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/record/rec_layer_d1.d.tmp -MT ssl/record/rec_layer_d1.o -c -o ssl/record/rec_layer_d1.o ../ssl/record/rec_layer_d1.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/record/rec_layer_s3.d.tmp -MT ssl/record/rec_layer_s3.o -c -o ssl/record/rec_layer_s3.o ../ssl/record/rec_layer_s3.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/record/ssl3_buffer.d.tmp -MT ssl/record/ssl3_buffer.o -c -o ssl/record/ssl3_buffer.o ../ssl/record/ssl3_buffer.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/record/ssl3_record.d.tmp -MT ssl/record/ssl3_record.o -c -o ssl/record/ssl3_record.o ../ssl/record/ssl3_record.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/record/ssl3_record_tls13.d.tmp -MT ssl/record/ssl3_record_tls13.o -c -o ssl/record/ssl3_record_tls13.o ../ssl/record/ssl3_record_tls13.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/s3_cbc.d.tmp -MT ssl/s3_cbc.o -c -o ssl/s3_cbc.o ../ssl/s3_cbc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/s3_enc.d.tmp -MT ssl/s3_enc.o -c -o ssl/s3_enc.o ../ssl/s3_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/s3_lib.d.tmp -MT ssl/s3_lib.o -c -o ssl/s3_lib.o ../ssl/s3_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/s3_msg.d.tmp -MT ssl/s3_msg.o -c -o ssl/s3_msg.o ../ssl/s3_msg.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/ssl_asn1.d.tmp -MT ssl/ssl_asn1.o -c -o ssl/ssl_asn1.o ../ssl/ssl_asn1.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/ssl_cert.d.tmp -MT ssl/ssl_cert.o -c -o ssl/ssl_cert.o ../ssl/ssl_cert.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/ssl_ciph.d.tmp -MT ssl/ssl_ciph.o -c -o ssl/ssl_ciph.o ../ssl/ssl_ciph.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/ssl_conf.d.tmp -MT ssl/ssl_conf.o -c -o ssl/ssl_conf.o ../ssl/ssl_conf.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/ssl_err.d.tmp -MT ssl/ssl_err.o -c -o ssl/ssl_err.o ../ssl/ssl_err.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/ssl_init.d.tmp -MT ssl/ssl_init.o -c -o ssl/ssl_init.o ../ssl/ssl_init.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/ssl_lib.d.tmp -MT ssl/ssl_lib.o -c -o ssl/ssl_lib.o ../ssl/ssl_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/ssl_mcnf.d.tmp -MT ssl/ssl_mcnf.o -c -o ssl/ssl_mcnf.o ../ssl/ssl_mcnf.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/ssl_rsa.d.tmp -MT ssl/ssl_rsa.o -c -o ssl/ssl_rsa.o ../ssl/ssl_rsa.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/ssl_sess.d.tmp -MT ssl/ssl_sess.o -c -o ssl/ssl_sess.o ../ssl/ssl_sess.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/ssl_stat.d.tmp -MT ssl/ssl_stat.o -c -o ssl/ssl_stat.o ../ssl/ssl_stat.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/ssl_txt.d.tmp -MT ssl/ssl_txt.o -c -o ssl/ssl_txt.o ../ssl/ssl_txt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/ssl_utst.d.tmp -MT ssl/ssl_utst.o -c -o ssl/ssl_utst.o ../ssl/ssl_utst.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/statem/extensions.d.tmp -MT ssl/statem/extensions.o -c -o ssl/statem/extensions.o ../ssl/statem/extensions.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/statem/extensions_clnt.d.tmp -MT ssl/statem/extensions_clnt.o -c -o ssl/statem/extensions_clnt.o ../ssl/statem/extensions_clnt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/statem/extensions_cust.d.tmp -MT ssl/statem/extensions_cust.o -c -o ssl/statem/extensions_cust.o ../ssl/statem/extensions_cust.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/statem/extensions_srvr.d.tmp -MT ssl/statem/extensions_srvr.o -c -o ssl/statem/extensions_srvr.o ../ssl/statem/extensions_srvr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/statem/statem.d.tmp -MT ssl/statem/statem.o -c -o ssl/statem/statem.o ../ssl/statem/statem.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/statem/statem_clnt.d.tmp -MT ssl/statem/statem_clnt.o -c -o ssl/statem/statem_clnt.o ../ssl/statem/statem_clnt.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/statem/statem_dtls.d.tmp -MT ssl/statem/statem_dtls.o -c -o ssl/statem/statem_dtls.o ../ssl/statem/statem_dtls.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/statem/statem_lib.d.tmp -MT ssl/statem/statem_lib.o -c -o ssl/statem/statem_lib.o ../ssl/statem/statem_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/statem/statem_srvr.d.tmp -MT ssl/statem/statem_srvr.o -c -o ssl/statem/statem_srvr.o ../ssl/statem/statem_srvr.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/t1_enc.d.tmp -MT ssl/t1_enc.o -c -o ssl/t1_enc.o ../ssl/t1_enc.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF ssl/t1_lib.d.tmp -MT ssl/t1_lib.o -c -o ssl/t1_lib.o ../ssl/t1_lib.c +cc -I. -Iinclude -I.. -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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: creating archive libssl.a +ranlib -c libssl.a || echo Never mind. +cc -Iinclude -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 +cc -Iinclude -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/testutil/format_output.d.tmp -MT test/testutil/format_output.o -c -o test/testutil/format_output.o ../test/testutil/format_output.c +cc -Iinclude -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/testutil/main.d.tmp -MT test/testutil/main.o -c -o test/testutil/main.o ../test/testutil/main.c +cc -Iinclude -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/testutil/output_helpers.d.tmp -MT test/testutil/output_helpers.o -c -o test/testutil/output_helpers.o ../test/testutil/output_helpers.c +cc -Iinclude -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/testutil/random.d.tmp -MT test/testutil/random.o -c -o test/testutil/random.o ../test/testutil/random.c +cc -Iinclude -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/testutil/stanza.d.tmp -MT test/testutil/stanza.o -c -o test/testutil/stanza.o ../test/testutil/stanza.c +cc -Iinclude -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF test/testutil/tap_bio.d.tmp -MT test/testutil/tap_bio.o -c -o test/testutil/tap_bio.o ../test/testutil/tap_bio.c +cc -Iinclude -I../include -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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 -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -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: creating archive test/libtestutil.a +ranlib -c test/libtestutil.a || echo Never mind. +cc -fPIC -arch arm64 -O3 -Wall -L. -dynamiclib -current_version 1.1 -compatibility_version 1.1 -Wl,-search_paths_first -install_name /usr/local/lib/libcrypto.1.1.dylib \ + -o libcrypto.1.1.dylib 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 +if [ 'libcrypto.dylib' != 'libcrypto.1.1.dylib' ]; then \ + rm -f libcrypto.dylib; \ + ln -s libcrypto.1.1.dylib libcrypto.dylib; \ + fi +cc -fPIC -arch arm64 -O3 -Wall -L. -dynamiclib -current_version 1.1 -compatibility_version 1.1 -Wl,-search_paths_first -install_name /usr/local/lib/libssl.1.1.dylib \ + -o libssl.1.1.dylib 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 +if [ 'libssl.dylib' != 'libssl.1.1.dylib' ]; then \ + rm -f libssl.dylib; \ + ln -s libssl.1.1.dylib libssl.dylib; \ + fi +cc -Iinclude -I../include -fPIC -arch arm64 -O3 -Wall -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 -arch arm64 -O3 -Wall -L. -bundle -Wl,-search_paths_first \ + -o engines/capi.dylib engines/e_capi.o \ + -lcrypto -lz +cc -Iinclude -I../include -fPIC -arch arm64 -O3 -Wall -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 -arch arm64 -O3 -Wall -L. -bundle -Wl,-search_paths_first \ + -o engines/dasync.dylib engines/e_dasync.o \ + -lcrypto -lz +cc -Iinclude -I../include -fPIC -arch arm64 -O3 -Wall -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 -arch arm64 -O3 -Wall -L. -bundle -Wl,-search_paths_first \ + -o engines/ossltest.dylib engines/e_ossltest.o \ + -lcrypto -lz +cc -Iinclude -I../include -fPIC -arch arm64 -O3 -Wall -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 -arch arm64 -O3 -Wall -L. -bundle -Wl,-search_paths_first \ + -o engines/padlock.dylib engines/e_padlock.o \ + -lcrypto -lz +/usr/bin/perl ../apps/progs.pl apps/openssl > apps/progs.h +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -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 -arch arm64 -O3 -Wall -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 -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/ciphers.d.tmp -MT apps/ciphers.o -c -o apps/ciphers.o ../apps/ciphers.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/cms.d.tmp -MT apps/cms.o -c -o apps/cms.o ../apps/cms.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/crl.d.tmp -MT apps/crl.o -c -o apps/crl.o ../apps/crl.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/crl2p7.d.tmp -MT apps/crl2p7.o -c -o apps/crl2p7.o ../apps/crl2p7.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/dgst.d.tmp -MT apps/dgst.o -c -o apps/dgst.o ../apps/dgst.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/dhparam.d.tmp -MT apps/dhparam.o -c -o apps/dhparam.o ../apps/dhparam.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/dsa.d.tmp -MT apps/dsa.o -c -o apps/dsa.o ../apps/dsa.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/dsaparam.d.tmp -MT apps/dsaparam.o -c -o apps/dsaparam.o ../apps/dsaparam.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/ec.d.tmp -MT apps/ec.o -c -o apps/ec.o ../apps/ec.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/ecparam.d.tmp -MT apps/ecparam.o -c -o apps/ecparam.o ../apps/ecparam.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/enc.d.tmp -MT apps/enc.o -c -o apps/enc.o ../apps/enc.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/engine.d.tmp -MT apps/engine.o -c -o apps/engine.o ../apps/engine.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/errstr.d.tmp -MT apps/errstr.o -c -o apps/errstr.o ../apps/errstr.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/gendsa.d.tmp -MT apps/gendsa.o -c -o apps/gendsa.o ../apps/gendsa.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/genpkey.d.tmp -MT apps/genpkey.o -c -o apps/genpkey.o ../apps/genpkey.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/genrsa.d.tmp -MT apps/genrsa.o -c -o apps/genrsa.o ../apps/genrsa.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/nseq.d.tmp -MT apps/nseq.o -c -o apps/nseq.o ../apps/nseq.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/ocsp.d.tmp -MT apps/ocsp.o -c -o apps/ocsp.o ../apps/ocsp.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/openssl.d.tmp -MT apps/openssl.o -c -o apps/openssl.o ../apps/openssl.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/passwd.d.tmp -MT apps/passwd.o -c -o apps/passwd.o ../apps/passwd.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/pkcs12.d.tmp -MT apps/pkcs12.o -c -o apps/pkcs12.o ../apps/pkcs12.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/pkcs7.d.tmp -MT apps/pkcs7.o -c -o apps/pkcs7.o ../apps/pkcs7.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/pkcs8.d.tmp -MT apps/pkcs8.o -c -o apps/pkcs8.o ../apps/pkcs8.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/pkey.d.tmp -MT apps/pkey.o -c -o apps/pkey.o ../apps/pkey.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/pkeyparam.d.tmp -MT apps/pkeyparam.o -c -o apps/pkeyparam.o ../apps/pkeyparam.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/pkeyutl.d.tmp -MT apps/pkeyutl.o -c -o apps/pkeyutl.o ../apps/pkeyutl.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/prime.d.tmp -MT apps/prime.o -c -o apps/prime.o ../apps/prime.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/rand.d.tmp -MT apps/rand.o -c -o apps/rand.o ../apps/rand.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/rehash.d.tmp -MT apps/rehash.o -c -o apps/rehash.o ../apps/rehash.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/req.d.tmp -MT apps/req.o -c -o apps/req.o ../apps/req.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/rsa.d.tmp -MT apps/rsa.o -c -o apps/rsa.o ../apps/rsa.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/rsautl.d.tmp -MT apps/rsautl.o -c -o apps/rsautl.o ../apps/rsautl.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/s_client.d.tmp -MT apps/s_client.o -c -o apps/s_client.o ../apps/s_client.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/s_server.d.tmp -MT apps/s_server.o -c -o apps/s_server.o ../apps/s_server.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/s_time.d.tmp -MT apps/s_time.o -c -o apps/s_time.o ../apps/s_time.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/sess_id.d.tmp -MT apps/sess_id.o -c -o apps/sess_id.o ../apps/sess_id.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/smime.d.tmp -MT apps/smime.o -c -o apps/smime.o ../apps/smime.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/speed.d.tmp -MT apps/speed.o -c -o apps/speed.o ../apps/speed.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/spkac.d.tmp -MT apps/spkac.o -c -o apps/spkac.o ../apps/spkac.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/srp.d.tmp -MT apps/srp.o -c -o apps/srp.o ../apps/srp.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/storeutl.d.tmp -MT apps/storeutl.o -c -o apps/storeutl.o ../apps/storeutl.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF apps/ts.d.tmp -MT apps/ts.o -c -o apps/ts.o ../apps/ts.c +cc -I. -Iinclude -Iapps -I.. -I../include -arch arm64 -O3 -Wall -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 -arch arm64 -O3 -Wall -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 -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -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 +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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 -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o fuzz/asn1-test fuzz/asn1.o fuzz/test-corpus.o \ + -lssl -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -D_REENTRANT -DZLIB -DNDEBUG -MMD -MF fuzz/asn1parse.d.tmp -MT fuzz/asn1parse.o -c -o fuzz/asn1parse.o ../fuzz/asn1parse.c +rm -f fuzz/asn1parse-test +${LDCMD:-cc} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o fuzz/asn1parse-test fuzz/asn1parse.o fuzz/test-corpus.o \ + -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o fuzz/bignum-test fuzz/bignum.o fuzz/test-corpus.o \ + -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o fuzz/bndiv-test fuzz/bndiv.o fuzz/test-corpus.o \ + -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o fuzz/client-test fuzz/client.o fuzz/test-corpus.o \ + -lssl -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o fuzz/cms-test fuzz/cms.o fuzz/test-corpus.o \ + -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o fuzz/conf-test fuzz/conf.o fuzz/test-corpus.o \ + -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o fuzz/crl-test fuzz/crl.o fuzz/test-corpus.o \ + -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o fuzz/ct-test fuzz/ct.o fuzz/test-corpus.o \ + -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o fuzz/server-test fuzz/server.o fuzz/test-corpus.o \ + -lssl -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o fuzz/x509-test fuzz/test-corpus.o fuzz/x509.o \ + -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/aborttest test/aborttest.o \ + -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/afalgtest test/afalgtest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/asn1_decode_test test/asn1_decode_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/asn1_encode_test test/asn1_encode_test.o \ + test/libtestutil.a -lcrypto -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/asn1_internal_test test/asn1_internal_test.o \ + test/libtestutil.a libcrypto.a -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/asn1_string_table_test test/asn1_string_table_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/asn1_time_test test/asn1_time_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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 -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/asynciotest test/asynciotest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/asynctest test/asynctest.o \ + -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/bad_dtls_test test/bad_dtls_test.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/bftest test/bftest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/bio_callback_test test/bio_callback_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/bio_enc_test test/bio_enc_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/bio_memleak_test test/bio_memleak_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/bioprinttest test/bioprinttest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/bntest test/bntest.o \ + test/libtestutil.a -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl aes > test/buildtest_aes.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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/buildtest_c_aes +${LDCMD:-cc} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_aes test/buildtest_aes.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl asn1 > test/buildtest_asn1.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_asn1 test/buildtest_asn1.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl asn1t > test/buildtest_asn1t.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_asn1t test/buildtest_asn1t.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl async > test/buildtest_async.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_async test/buildtest_async.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl bio > test/buildtest_bio.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_bio test/buildtest_bio.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl blowfish > test/buildtest_blowfish.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_blowfish test/buildtest_blowfish.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl bn > test/buildtest_bn.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_bn test/buildtest_bn.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl buffer > test/buildtest_buffer.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_buffer test/buildtest_buffer.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl camellia > test/buildtest_camellia.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_camellia test/buildtest_camellia.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl cast > test/buildtest_cast.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_cast test/buildtest_cast.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl cmac > test/buildtest_cmac.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_cmac test/buildtest_cmac.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl cms > test/buildtest_cms.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_cms test/buildtest_cms.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl comp > test/buildtest_comp.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_comp test/buildtest_comp.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl conf > test/buildtest_conf.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_conf test/buildtest_conf.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl conf_api > test/buildtest_conf_api.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_conf_api test/buildtest_conf_api.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl crypto > test/buildtest_crypto.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_crypto test/buildtest_crypto.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl ct > test/buildtest_ct.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_ct test/buildtest_ct.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl des > test/buildtest_des.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_des test/buildtest_des.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl dh > test/buildtest_dh.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_dh test/buildtest_dh.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl dsa > test/buildtest_dsa.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_dsa test/buildtest_dsa.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl dtls1 > test/buildtest_dtls1.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_dtls1 test/buildtest_dtls1.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl e_os2 > test/buildtest_e_os2.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_e_os2 test/buildtest_e_os2.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl ebcdic > test/buildtest_ebcdic.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_ebcdic test/buildtest_ebcdic.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl ec > test/buildtest_ec.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_ec test/buildtest_ec.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl ecdh > test/buildtest_ecdh.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_ecdh test/buildtest_ecdh.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl ecdsa > test/buildtest_ecdsa.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_ecdsa test/buildtest_ecdsa.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl engine > test/buildtest_engine.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_engine test/buildtest_engine.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl evp > test/buildtest_evp.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_evp test/buildtest_evp.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl hmac > test/buildtest_hmac.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_hmac test/buildtest_hmac.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl idea > test/buildtest_idea.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_idea test/buildtest_idea.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl kdf > test/buildtest_kdf.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_kdf test/buildtest_kdf.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl lhash > test/buildtest_lhash.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_lhash test/buildtest_lhash.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl md2 > test/buildtest_md2.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_md2 test/buildtest_md2.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl md4 > test/buildtest_md4.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_md4 test/buildtest_md4.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl md5 > test/buildtest_md5.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_md5 test/buildtest_md5.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl modes > test/buildtest_modes.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_modes test/buildtest_modes.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl obj_mac > test/buildtest_obj_mac.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_obj_mac test/buildtest_obj_mac.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl objects > test/buildtest_objects.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_objects test/buildtest_objects.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl ocsp > test/buildtest_ocsp.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_ocsp test/buildtest_ocsp.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl opensslv > test/buildtest_opensslv.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_opensslv test/buildtest_opensslv.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl ossl_typ > test/buildtest_ossl_typ.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_ossl_typ test/buildtest_ossl_typ.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl pem > test/buildtest_pem.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_pem test/buildtest_pem.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl pem2 > test/buildtest_pem2.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_pem2 test/buildtest_pem2.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl pkcs12 > test/buildtest_pkcs12.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_pkcs12 test/buildtest_pkcs12.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl pkcs7 > test/buildtest_pkcs7.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_pkcs7 test/buildtest_pkcs7.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl rand > test/buildtest_rand.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_rand test/buildtest_rand.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl rand_drbg > test/buildtest_rand_drbg.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_rand_drbg test/buildtest_rand_drbg.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl rc2 > test/buildtest_rc2.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_rc2 test/buildtest_rc2.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl rc4 > test/buildtest_rc4.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_rc4 test/buildtest_rc4.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl rc5 > test/buildtest_rc5.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_rc5 test/buildtest_rc5.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl ripemd > test/buildtest_ripemd.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_ripemd test/buildtest_ripemd.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl rsa > test/buildtest_rsa.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_rsa test/buildtest_rsa.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl safestack > test/buildtest_safestack.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_safestack test/buildtest_safestack.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl seed > test/buildtest_seed.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_seed test/buildtest_seed.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl sha > test/buildtest_sha.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_sha test/buildtest_sha.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl srp > test/buildtest_srp.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_srp test/buildtest_srp.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl srtp > test/buildtest_srtp.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_srtp test/buildtest_srtp.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl ssl > test/buildtest_ssl.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_ssl test/buildtest_ssl.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl ssl2 > test/buildtest_ssl2.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_ssl2 test/buildtest_ssl2.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl ssl3 > test/buildtest_ssl3.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_ssl3 test/buildtest_ssl3.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl stack > test/buildtest_stack.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_stack test/buildtest_stack.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl store > test/buildtest_store.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_store test/buildtest_store.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl symhacks > test/buildtest_symhacks.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_symhacks test/buildtest_symhacks.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl tls1 > test/buildtest_tls1.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_tls1 test/buildtest_tls1.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl ts > test/buildtest_ts.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_ts test/buildtest_ts.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl txt_db > test/buildtest_txt_db.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_txt_db test/buildtest_txt_db.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl ui > test/buildtest_ui.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_ui test/buildtest_ui.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl whrlpool > test/buildtest_whrlpool.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_whrlpool test/buildtest_whrlpool.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl x509 > test/buildtest_x509.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_x509 test/buildtest_x509.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl x509_vfy > test/buildtest_x509_vfy.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_x509_vfy test/buildtest_x509_vfy.o \ + -lssl -lcrypto -lz +/usr/bin/perl ../test/generate_buildtest.pl x509v3 > test/buildtest_x509v3.c +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/buildtest_c_x509v3 test/buildtest_x509v3.o \ + -lssl -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/casttest test/casttest.o \ + test/libtestutil.a -lcrypto -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/chacha_internal_test test/chacha_internal_test.o \ + test/libtestutil.a libcrypto.a -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/cipherbytes_test test/cipherbytes_test.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/cipherlist_test test/cipherlist_test.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ciphername_test test/ciphername_test.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/clienthellotest test/clienthellotest.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -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 arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/cmactest test/cmactest.o \ + test/libtestutil.a libcrypto.a -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/cmsapitest test/cmsapitest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/conf_include_test test/conf_include_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/constant_time_test test/constant_time_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/crltest test/crltest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ct_test test/ct_test.o \ + test/libtestutil.a -lcrypto -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ctype_internal_test test/ctype_internal_test.o \ + test/libtestutil.a libcrypto.a -lz +cc -I. -Iinclude -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448 -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/curve448_internal_test test/curve448_internal_test.o \ + test/libtestutil.a libcrypto.a -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/d2i_test test/d2i_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/danetest test/danetest.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/destest test/destest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/dhtest test/dhtest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -Itest -I. -I../include -I../test -I.. -arch arm64 -O3 -Wall -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.. -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/drbg_cavs_test test/drbg_cavs_data.o test/drbg_cavs_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/drbgtest test/drbgtest.o \ + test/libtestutil.a libcrypto.a -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/dsa_no_digest_size_test test/dsa_no_digest_size_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/dsatest test/dsatest.o \ + test/libtestutil.a -lcrypto -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/dtls_mtu_test test/dtls_mtu_test.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/dtlstest test/dtlstest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/dtlsv1listentest test/dtlsv1listentest.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -Icrypto/ec -I../include -I../crypto/ec -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ec_internal_test test/ec_internal_test.o \ + test/libtestutil.a libcrypto.a -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ecdsatest test/ecdsatest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ecstresstest test/ecstresstest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ectest test/ectest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/enginetest test/enginetest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/errtest test/errtest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/evp_extra_test test/evp_extra_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/evp_test test/evp_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/exdatatest test/exdatatest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/exptest test/exptest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/fatalerrtest test/fatalerrtest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/gmdifftest test/gmdifftest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I. -I../include -I.. -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/gosttest test/gosttest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/hmactest test/hmactest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ideatest test/ideatest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/igetest test/igetest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/lhash_test test/lhash_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/md2test test/md2test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/mdc2test test/mdc2test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/memleaktest test/memleaktest.o \ + test/libtestutil.a -lcrypto -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/modes_internal_test test/modes_internal_test.o \ + test/libtestutil.a libcrypto.a -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ocspapitest test/ocspapitest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/packettest test/packettest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/pbelutest test/pbelutest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/pemtest test/pemtest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/pkey_meth_kdf_test test/pkey_meth_kdf_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/pkey_meth_test test/pkey_meth_test.o \ + test/libtestutil.a -lcrypto -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/poly1305_internal_test test/poly1305_internal_test.o \ + test/libtestutil.a libcrypto.a -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/rc2test test/rc2test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/rc4test test/rc4test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/rc5test test/rc5test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/rdrand_sanitytest test/rdrand_sanitytest.o \ + test/libtestutil.a libcrypto.a -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/recordlentest test/recordlentest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/rsa_complex test/rsa_complex.o \ + -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/rsa_mp_test test/rsa_mp_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/rsa_test test/rsa_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/sanitytest test/sanitytest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/secmemtest test/secmemtest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/servername_test test/servername_test.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/shlibloadtest test/shlibloadtest.o \ + -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/siphash_internal_test test/siphash_internal_test.o \ + test/libtestutil.a libcrypto.a -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/sm2_internal_test test/sm2_internal_test.o \ + test/libtestutil.a libcrypto.a -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/sm4_internal_test test/sm4_internal_test.o \ + test/libtestutil.a libcrypto.a -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/srptest test/srptest.o \ + test/libtestutil.a -lcrypto -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ssl_cert_table_internal_test test/ssl_cert_table_internal_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ssl_ctx_test test/ssl_ctx_test.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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 -arch arm64 -O3 -Wall -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 -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ssl_test test/handshake_helper.o test/ssl_test.o test/ssl_test_ctx.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ssl_test_ctx_test test/ssl_test_ctx.o test/ssl_test_ctx_test.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I. -I../include -I.. -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/sslapitest test/sslapitest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/sslbuffertest test/sslbuffertest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/sslcorrupttest test/sslcorrupttest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/ssltest_old test/ssltest_old.o \ + -lssl -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/stack_test test/stack_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/sysdefaulttest test/sysdefaulttest.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/test_test test/test_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/threadstest test/threadstest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/time_offset_test test/time_offset_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/tls13ccstest test/ssltestlib.o test/tls13ccstest.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/tls13encryptiontest test/tls13encryptiontest.o \ + libssl.a test/libtestutil.a -lcrypto -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/tls13secretstest ssl/packet.o ssl/tls13_enc.o test/tls13secretstest.o \ + -lssl test/libtestutil.a -lcrypto -lz +cc -I. -Iinclude -Iapps -I.. -I../include -I../apps -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/uitest test/uitest.o \ + apps/libapps.a -lssl test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/v3ext test/v3ext.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/v3nametest test/v3nametest.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/verify_extra_test test/verify_extra_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/versions test/versions.o \ + -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/wpackettest test/wpackettest.o \ + libssl.a test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/x509_check_cert_pkey_test test/x509_check_cert_pkey_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/x509_dup_cert_test test/x509_dup_cert_test.o \ + test/libtestutil.a -lcrypto -lz +cc -I. -Iinclude -I.. -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/x509_internal_test test/x509_internal_test.o \ + test/libtestutil.a libcrypto.a -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/x509_time_test test/x509_time_test.o \ + test/libtestutil.a -lcrypto -lz +cc -Iinclude -I../include -arch arm64 -O3 -Wall -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} -arch arm64 -O3 -Wall -L. -Wl,-search_paths_first \ + -o test/x509aux test/x509aux.o \ + test/libtestutil.a -lcrypto -lz +/usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ + "-oMakefile" ../apps/CA.pl.in > "apps/CA.pl" +chmod a+x apps/CA.pl +/usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ + "-oMakefile" ../apps/tsget.in > "apps/tsget.pl" +chmod a+x apps/tsget.pl +/usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ + "-oMakefile" ../tools/c_rehash.in > "tools/c_rehash" +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 diff --git a/upstream-build/build-log/i686-linux b/upstream-build/build-log/i686-linux index caac233..cdc4b24 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.1k (0x101010bfL) for linux-x86 +Configuring OpenSSL version 1.1.1l (0x101010cfL) for linux-x86 Using os-specific seed configuration Creating configdata.pm Creating Makefile diff --git a/upstream-build/build-log/i686-win32-mingw32 b/upstream-build/build-log/i686-win32-mingw32 index c5fea4d..994098c 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.1k (0x101010bfL) for mingw +Configuring OpenSSL version 1.1.1l (0x101010cfL) for mingw Using os-specific seed configuration Creating configdata.pm Creating Makefile diff --git a/upstream-build/build-log/i686-win32-msvc b/upstream-build/build-log/i686-win32-msvc index 83bf15d..343764a 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.1k (0x101010bfL) for VC-WIN32 +Configuring OpenSSL version 1.1.1l (0x101010cfL) for VC-WIN32 Using os-specific seed configuration It looks like you don't have either nmake.exe or dmake.exe on your PATH, @@ -25,19 +25,19 @@ Creating makefile *** *** ********************************************************************** -Microsoft (R) Program Maintenance Utility Version 14.28.29913.0 +Microsoft (R) Program Maintenance Utility Version 14.29.30136.0 Copyright (C) Microsoft Corporation. All rights reserved. "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\include\crypto\bn_conf.h.in" > include\crypto\bn_conf.h "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\include\crypto\dso_conf.h.in" > include\crypto\dso_conf.h "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\include\openssl\opensslconf.h.in" > include\openssl\opensslconf.h - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x86\nmake.exe" / depend && "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x86\nmake.exe" / _all + "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\nmake.exe" / depend && "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\nmake.exe" / _all -Microsoft (R) Program Maintenance Utility Version 14.28.29913.0 +Microsoft (R) Program Maintenance Utility Version 14.29.30136.0 Copyright (C) Microsoft Corporation. All rights reserved. -Microsoft (R) Program Maintenance Utility Version 14.28.29913.0 +Microsoft (R) Program Maintenance Utility Version 14.29.30136.0 Copyright (C) Microsoft Corporation. All rights reserved. cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Foapps\app_rand.obj "..\apps\app_rand.c" @@ -61,7 +61,7 @@ s_socket.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Foapps\win32_init.obj "..\apps\win32_init.c" win32_init.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files (x86)\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\Program Files (x86)\\OpenSSL\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /Zs /showIncludes "..\apps\win32_init.c" 2>&1 > apps\win32_init.d - lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nm9DFD.tmp + lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nm33A0.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\nmAE9E.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\nm67A8.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\nmB6AE.tmp + lib /nologo /out:libcrypto_static.lib @C:\Users\build\AppData\Local\Temp\nm6F79.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\nm124C.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\nmCFAB.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\nm1441.tmp + lib /nologo /out:libssl_static.lib @C:\Users\build\AppData\Local\Temp\nmD2B9.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\nm1C51.tmp + lib /nologo /out:test\libtestutil.lib @C:\Users\build\AppData\Local\Temp\nmDBB3.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\nm1F01.tmp @C:\Users\build\AppData\Local\Temp\nm1F02.tmp + link /nologo /debug /dll /nologo /debug /out:engines\capi.dll /def:C:\Users\build\AppData\Local\Temp\nmDE16.tmp @C:\Users\build\AppData\Local\Temp\nmDE17.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\nm227E.tmp @C:\Users\build\AppData\Local\Temp\nm227F.tmp + link /nologo /debug /dll /nologo /debug /out:engines\dasync.dll /def:C:\Users\build\AppData\Local\Temp\nmE0A8.tmp @C:\Users\build\AppData\Local\Temp\nmE0A9.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\nm24C2.tmp @C:\Users\build\AppData\Local\Temp\nm24C3.tmp + link /nologo /debug /dll /nologo /debug /out:engines\ossltest.dll /def:C:\Users\build\AppData\Local\Temp\nmE240.tmp @C:\Users\build\AppData\Local\Temp\nmE241.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\nm2716.tmp @C:\Users\build\AppData\Local\Temp\nm2717.tmp + link /nologo /debug /dll /nologo /debug /out:engines\padlock.dll /def:C:\Users\build\AppData\Local\Temp\nmE3B9.tmp @C:\Users\build\AppData\Local\Temp\nmE3BA.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\nm85D2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:apps\openssl.exe @C:\Users\build\AppData\Local\Temp\nm4728.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\nm89AB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1-test.exe @C:\Users\build\AppData\Local\Temp\nm4B30.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\nm8B23.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1parse-test.exe @C:\Users\build\AppData\Local\Temp\nm4CC8.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\nm8C4D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bignum-test.exe @C:\Users\build\AppData\Local\Temp\nm4DE2.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\nm8D77.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bndiv-test.exe @C:\Users\build\AppData\Local\Temp\nm4F1B.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\nm8EDF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\client-test.exe @C:\Users\build\AppData\Local\Temp\nm50C2.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\nm9057.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\cms-test.exe @C:\Users\build\AppData\Local\Temp\nm523A.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\nm9171.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\conf-test.exe @C:\Users\build\AppData\Local\Temp\nm5355.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\nm92BA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\crl-test.exe @C:\Users\build\AppData\Local\Temp\nm54AD.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\nm9404.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\ct-test.exe @C:\Users\build\AppData\Local\Temp\nm5625.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\nm957C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\server-test.exe @C:\Users\build\AppData\Local\Temp\nm579D.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\nm96C5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\x509-test.exe @C:\Users\build\AppData\Local\Temp\nm5935.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\nm97DF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\aborttest.exe @C:\Users\build\AppData\Local\Temp\nm5A4F.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\nm9938.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\afalgtest.exe @C:\Users\build\AppData\Local\Temp\nm5BB7.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\nm9A71.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_decode_test.exe @C:\Users\build\AppData\Local\Temp\nm5D10.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\nm9BCA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_encode_test.exe @C:\Users\build\AppData\Local\Temp\nm5E78.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\nm9D23.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm5FE1.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\nmA10C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_string_table_test.exe @C:\Users\build\AppData\Local\Temp\nm63F9.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\nmA264.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_time_test.exe @C:\Users\build\AppData\Local\Temp\nm6542.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\nmA5E0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynciotest.exe @C:\Users\build\AppData\Local\Temp\nm68EC.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\nmA7F4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynctest.exe @C:\Users\build\AppData\Local\Temp\nm6B3F.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\nmA96C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bad_dtls_test.exe @C:\Users\build\AppData\Local\Temp\nm6CE6.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\nmAAD5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bftest.exe @C:\Users\build\AppData\Local\Temp\nm6E3F.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\nmAC2D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_callback_test.exe @C:\Users\build\AppData\Local\Temp\nm6F78.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\nmAD77.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_enc_test.exe @C:\Users\build\AppData\Local\Temp\nm70F0.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\nmAEC0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_memleak_test.exe @C:\Users\build\AppData\Local\Temp\nm7249.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\nmB018.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bioprinttest.exe @C:\Users\build\AppData\Local\Temp\nm7392.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\nmB190.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bntest.exe @C:\Users\build\AppData\Local\Temp\nm751A.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\nmB2DA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_aes.exe @C:\Users\build\AppData\Local\Temp\nm7672.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\nmB413.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1.exe @C:\Users\build\AppData\Local\Temp\nm77CB.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\nmB56C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1t.exe @C:\Users\build\AppData\Local\Temp\nm7924.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\nmB696.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_async.exe @C:\Users\build\AppData\Local\Temp\nm7A4E.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\nmB7CF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bio.exe @C:\Users\build\AppData\Local\Temp\nm7B97.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\nmB8E9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_blowfish.exe @C:\Users\build\AppData\Local\Temp\nm7CD0.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\nmBA23.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bn.exe @C:\Users\build\AppData\Local\Temp\nm7E0A.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\nmBB6C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_buffer.exe @C:\Users\build\AppData\Local\Temp\nm7F53.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\nmBC86.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_camellia.exe @C:\Users\build\AppData\Local\Temp\nm807D.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\nmBDB0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cast.exe @C:\Users\build\AppData\Local\Temp\nm81A7.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\nmBEF9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cmac.exe @C:\Users\build\AppData\Local\Temp\nm830F.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\nmC0A0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cms.exe @C:\Users\build\AppData\Local\Temp\nm84A6.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\nmC1CA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_comp.exe @C:\Users\build\AppData\Local\Temp\nm85FF.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\nmC313.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf.exe @C:\Users\build\AppData\Local\Temp\nm8739.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\nmC44D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf_api.exe @C:\Users\build\AppData\Local\Temp\nm8891.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\nmC596.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_crypto.exe @C:\Users\build\AppData\Local\Temp\nm89CB.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\nmC71D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ct.exe @C:\Users\build\AppData\Local\Temp\nm8B52.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\nmC838.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_des.exe @C:\Users\build\AppData\Local\Temp\nm8C8C.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\nmC981.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dh.exe @C:\Users\build\AppData\Local\Temp\nm8DE5.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\nmCACA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dsa.exe @C:\Users\build\AppData\Local\Temp\nm8F1E.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\nmCBE4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dtls1.exe @C:\Users\build\AppData\Local\Temp\nm9067.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\nmCD0E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_e_os2.exe @C:\Users\build\AppData\Local\Temp\nm9182.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\nmCE28.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ebcdic.exe @C:\Users\build\AppData\Local\Temp\nm929C.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\nmCF91.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ec.exe @C:\Users\build\AppData\Local\Temp\nm93F5.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\nmD0DA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdh.exe @C:\Users\build\AppData\Local\Temp\nm952E.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\nmD213.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdsa.exe @C:\Users\build\AppData\Local\Temp\nm9677.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\nmD37C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_engine.exe @C:\Users\build\AppData\Local\Temp\nm980E.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\nmD4C5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_evp.exe @C:\Users\build\AppData\Local\Temp\nm9967.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\nmD61E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_hmac.exe @C:\Users\build\AppData\Local\Temp\nm9AC0.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\nmD747.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_idea.exe @C:\Users\build\AppData\Local\Temp\nm9BEA.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\nmD871.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_kdf.exe @C:\Users\build\AppData\Local\Temp\nm9D04.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\nmD99B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_lhash.exe @C:\Users\build\AppData\Local\Temp\nm9E2E.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\nmDAD5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md2.exe @C:\Users\build\AppData\Local\Temp\nm9F48.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\nmDBEF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md4.exe @C:\Users\build\AppData\Local\Temp\nmA091.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\nmDD28.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md5.exe @C:\Users\build\AppData\Local\Temp\nmA1AC.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\nmDE43.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_modes.exe @C:\Users\build\AppData\Local\Temp\nmA2D5.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\nmDF6D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_obj_mac.exe @C:\Users\build\AppData\Local\Temp\nmA3F0.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\nmE0B6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_objects.exe @C:\Users\build\AppData\Local\Temp\nmA548.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\nmE22E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ocsp.exe @C:\Users\build\AppData\Local\Temp\nmA6D0.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\nmE348.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_opensslv.exe @C:\Users\build\AppData\Local\Temp\nmA7EA.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\nmE472.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ossl_typ.exe @C:\Users\build\AppData\Local\Temp\nmA914.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\nmE5EA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem.exe @C:\Users\build\AppData\Local\Temp\nmAA8C.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\nmE704.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem2.exe @C:\Users\build\AppData\Local\Temp\nmABB6.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\nmE86C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs12.exe @C:\Users\build\AppData\Local\Temp\nmAD1E.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\nmE9C5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs7.exe @C:\Users\build\AppData\Local\Temp\nmAE58.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\nmEB1E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand.exe @C:\Users\build\AppData\Local\Temp\nmAF82.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\nmEC48.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand_drbg.exe @C:\Users\build\AppData\Local\Temp\nmB0CB.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\nmED81.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc2.exe @C:\Users\build\AppData\Local\Temp\nmB204.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\nmEE9C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc4.exe @C:\Users\build\AppData\Local\Temp\nmB32E.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\nmEFD5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc5.exe @C:\Users\build\AppData\Local\Temp\nmB458.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\nmF11E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ripemd.exe @C:\Users\build\AppData\Local\Temp\nmB572.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\nmF258.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rsa.exe @C:\Users\build\AppData\Local\Temp\nmB6CB.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\nmF382.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_safestack.exe @C:\Users\build\AppData\Local\Temp\nmB7E5.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\nmF4DA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_seed.exe @C:\Users\build\AppData\Local\Temp\nmB90F.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\nmF623.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_sha.exe @C:\Users\build\AppData\Local\Temp\nmBA39.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\nmF76D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srp.exe @C:\Users\build\AppData\Local\Temp\nmBB82.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\nmF8F4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srtp.exe @C:\Users\build\AppData\Local\Temp\nmBD1A.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\nmFA7C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl.exe @C:\Users\build\AppData\Local\Temp\nmBEA1.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\nmFBB5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl2.exe @C:\Users\build\AppData\Local\Temp\nmBFCB.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\nmFD4D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl3.exe @C:\Users\build\AppData\Local\Temp\nmC172.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\nmFE96.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_stack.exe @C:\Users\build\AppData\Local\Temp\nmC28C.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\nm2D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_store.exe @C:\Users\build\AppData\Local\Temp\nmC414.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\nm166.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_symhacks.exe @C:\Users\build\AppData\Local\Temp\nmC52E.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\nm2DE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_tls1.exe @C:\Users\build\AppData\Local\Temp\nmC6C5.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\nm485.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ts.exe @C:\Users\build\AppData\Local\Temp\nmC85D.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\nm5EE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_txt_db.exe @C:\Users\build\AppData\Local\Temp\nmC986.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\nm795.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ui.exe @C:\Users\build\AppData\Local\Temp\nmCAFE.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\nm8CE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_whrlpool.exe @C:\Users\build\AppData\Local\Temp\nmCC28.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\nmA27.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509.exe @C:\Users\build\AppData\Local\Temp\nmCDA0.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\nmB8F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509_vfy.exe @C:\Users\build\AppData\Local\Temp\nmCF09.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\nmD36.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509v3.exe @C:\Users\build\AppData\Local\Temp\nmD081.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\nmE41.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\casttest.exe @C:\Users\build\AppData\Local\Temp\nmD1BA.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\nmF5B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\chacha_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmD2F4.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\nm1373.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherbytes_test.exe @C:\Users\build\AppData\Local\Temp\nmD6DD.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\nm14EB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherlist_test.exe @C:\Users\build\AppData\Local\Temp\nmD874.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\nm16D0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ciphername_test.exe @C:\Users\build\AppData\Local\Temp\nmDA1B.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\nm1867.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\clienthellotest.exe @C:\Users\build\AppData\Local\Temp\nmDBB2.tmp IF EXIST test\clienthellotest.exe.manifest mt -nologo -manifest test\clienthellotest.exe.manifest -outputresource:test\clienthellotest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" -c /Fotest\cmactest.obj "..\test\cmactest.c" cmactest.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib32\include" /Zs /showIncludes "..\test\cmactest.c" 2>&1 > test\cmactest.d IF EXIST test\cmactest.exe.manifest DEL /F /Q test\cmactest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmactest.exe @C:\Users\build\AppData\Local\Temp\nm19D0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmactest.exe @C:\Users\build\AppData\Local\Temp\nmDD0B.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\nm1E36.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmsapitest.exe @C:\Users\build\AppData\Local\Temp\nmE161.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\nm1F8F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\conf_include_test.exe @C:\Users\build\AppData\Local\Temp\nmE29B.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\nm20E7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\constant_time_test.exe @C:\Users\build\AppData\Local\Temp\nmE3D4.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\nm2280.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\crltest.exe @C:\Users\build\AppData\Local\Temp\nmE54C.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\nm2454.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ct_test.exe @C:\Users\build\AppData\Local\Temp\nmE6F3.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\nm25CC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ctype_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmE84C.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\nm29E4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\curve448_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmEC25.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\nm2E1B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\d2i_test.exe @C:\Users\build\AppData\Local\Temp\nmEFFF.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\nm2FA3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\danetest.exe @C:\Users\build\AppData\Local\Temp\nmF1C5.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\nm311B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\destest.exe @C:\Users\build\AppData\Local\Temp\nmF2FE.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\nm3264.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dhtest.exe @C:\Users\build\AppData\Local\Temp\nmF457.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\nm3AB2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbg_cavs_test.exe @C:\Users\build\AppData\Local\Temp\nmFC86.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\nm3E1E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbgtest.exe @C:\Users\build\AppData\Local\Temp\nmFFA4.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\nm42A3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsa_no_digest_size_test.exe @C:\Users\build\AppData\Local\Temp\nm504.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\nm445A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsatest.exe @C:\Users\build\AppData\Local\Temp\nm756.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\nm47C6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtls_mtu_test.exe @C:\Users\build\AppData\Local\Temp\nmB9D.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\nm49BB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlstest.exe @C:\Users\build\AppData\Local\Temp\nmE1F.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\nm4CE8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlsv1listentest.exe @C:\Users\build\AppData\Local\Temp\nm1014.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\nm4E9F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ec_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm11E9.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\nm5334.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecdsatest.exe @C:\Users\build\AppData\Local\Temp\nm16FB.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\nm5596.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecstresstest.exe @C:\Users\build\AppData\Local\Temp\nm192F.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\nm574D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ectest.exe @C:\Users\build\AppData\Local\Temp\nm1B24.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\nm5913.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\enginetest.exe @C:\Users\build\AppData\Local\Temp\nm1D19.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\nm5B27.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\errtest.exe @C:\Users\build\AppData\Local\Temp\nm1F4C.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\nm5CBE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_extra_test.exe @C:\Users\build\AppData\Local\Temp\nm2141.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\nm5E65.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_test.exe @C:\Users\build\AppData\Local\Temp\nm2307.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\nm5F9F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exdatatest.exe @C:\Users\build\AppData\Local\Temp\nm247F.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\nm60E8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exptest.exe @C:\Users\build\AppData\Local\Temp\nm2636.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\nm6260.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\fatalerrtest.exe @C:\Users\build\AppData\Local\Temp\nm27BE.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\nm6399.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gmdifftest.exe @C:\Users\build\AppData\Local\Temp\nm28F7.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\nm6511.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gosttest.exe @C:\Users\build\AppData\Local\Temp\nm2A5F.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\nm667A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\hmactest.exe @C:\Users\build\AppData\Local\Temp\nm2BC8.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\nm67B3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ideatest.exe @C:\Users\build\AppData\Local\Temp\nm2D01.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\nm68DD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\igetest.exe @C:\Users\build\AppData\Local\Temp\nm2E3B.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\nm6A16.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\lhash_test.exe @C:\Users\build\AppData\Local\Temp\nm2F65.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\nm6B7F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\md2test.exe @C:\Users\build\AppData\Local\Temp\nm30DD.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\nm6CC8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\mdc2test.exe @C:\Users\build\AppData\Local\Temp\nm3207.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\nm6DE2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\memleaktest.exe @C:\Users\build\AppData\Local\Temp\nm3330.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\nm6F0C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\modes_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm346A.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\nm7353.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ocspapitest.exe @C:\Users\build\AppData\Local\Temp\nm3863.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\nm748C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\packettest.exe @C:\Users\build\AppData\Local\Temp\nm39BB.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\nm75E5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pbelutest.exe @C:\Users\build\AppData\Local\Temp\nm3B04.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\nm773E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pemtest.exe @C:\Users\build\AppData\Local\Temp\nm3C7C.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\nm7877.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_kdf_test.exe @C:\Users\build\AppData\Local\Temp\nm3DE5.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\nm79C0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_test.exe @C:\Users\build\AppData\Local\Temp\nm3F2E.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\nm7B58.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\poly1305_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm4087.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\nm7F60.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc2test.exe @C:\Users\build\AppData\Local\Temp\nm4470.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\nm80A9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc4test.exe @C:\Users\build\AppData\Local\Temp\nm45B9.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\nm81F2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc5test.exe @C:\Users\build\AppData\Local\Temp\nm4721.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\nm832C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rdrand_sanitytest.exe @C:\Users\build\AppData\Local\Temp\nm484B.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\nm8792.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\recordlentest.exe @C:\Users\build\AppData\Local\Temp\nm4C82.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\nm88FA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_complex.exe @C:\Users\build\AppData\Local\Temp\nm4DDB.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\nm8A62.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_mp_test.exe @C:\Users\build\AppData\Local\Temp\nm4F05.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\nm8BDA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_test.exe @C:\Users\build\AppData\Local\Temp\nm506D.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\nm8D33.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sanitytest.exe @C:\Users\build\AppData\Local\Temp\nm51C6.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\nm8F86.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\secmemtest.exe @C:\Users\build\AppData\Local\Temp\nm53DA.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\nm914C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\servername_test.exe @C:\Users\build\AppData\Local\Temp\nm5562.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\nm93BE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\shlibloadtest.exe @C:\Users\build\AppData\Local\Temp\nm57D4.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\nm94F8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\siphash_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm58FE.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\nm98D1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm2_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm5CC7.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\nm9C5C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm4_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm6072.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\nm9FF7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\srptest.exe @C:\Users\build\AppData\Local\Temp\nm644B.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\nmA259.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_cert_table_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm66BD.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\nmA3B2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nm6845.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\nmA847.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test.exe @C:\Users\build\AppData\Local\Temp\nm6C9B.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\nmA9EE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nm6E52.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\nmACFC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslapitest.exe @C:\Users\build\AppData\Local\Temp\nm717F.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\nmAEB3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslbuffertest.exe @C:\Users\build\AppData\Local\Temp\nm73A3.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\nmB069.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslcorrupttest.exe @C:\Users\build\AppData\Local\Temp\nm7569.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\nmB2FA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssltest_old.exe @C:\Users\build\AppData\Local\Temp\nm7858.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\nmB424.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\stack_test.exe @C:\Users\build\AppData\Local\Temp\nm79B1.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\nmB5CB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sysdefaulttest.exe @C:\Users\build\AppData\Local\Temp\nm7B58.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\nmB743.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\test_test.exe @C:\Users\build\AppData\Local\Temp\nm7CC0.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\nmB967.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\threadstest.exe @C:\Users\build\AppData\Local\Temp\nm7F03.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\nmBADF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\time_offset_test.exe @C:\Users\build\AppData\Local\Temp\nm809B.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\nmBC67.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13ccstest.exe @C:\Users\build\AppData\Local\Temp\nm8251.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\nmBEF8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13encryptiontest.exe @C:\Users\build\AppData\Local\Temp\nm84E2.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\nmC235.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13secretstest.exe @C:\Users\build\AppData\Local\Temp\nm887D.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\nmC4A7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\uitest.exe @C:\Users\build\AppData\Local\Temp\nm8B3D.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\nmC65E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3ext.exe @C:\Users\build\AppData\Local\Temp\nm8D23.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\nmC7D6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3nametest.exe @C:\Users\build\AppData\Local\Temp\nm8EBA.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\nmC94E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\verify_extra_test.exe @C:\Users\build\AppData\Local\Temp\nm9071.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\nmCA87.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\versions.exe @C:\Users\build\AppData\Local\Temp\nm91D9.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\nmCBB1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\wpackettest.exe @C:\Users\build\AppData\Local\Temp\nm9312.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\nmCD19.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_check_cert_pkey_test.exe @C:\Users\build\AppData\Local\Temp\nm948A.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\nmCE72.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_dup_cert_test.exe @C:\Users\build\AppData\Local\Temp\nm9622.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\nmCFEA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm97B9.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\nmD421.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_time_test.exe @C:\Users\build\AppData\Local\Temp\nm9C00.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\nmD5D8.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509aux.exe @C:\Users\build\AppData\Local\Temp\nm9DA7.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 363d063..dd413c4 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.1k (0x101010bfL) for BSD-x86_64 +Configuring OpenSSL version 1.1.1l (0x101010cfL) for BSD-x86_64 Using os-specific seed configuration Creating configdata.pm Creating Makefile diff --git a/upstream-build/build-log/x86_64-linux b/upstream-build/build-log/x86_64-linux index cd71f33..ee315a9 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.1k (0x101010bfL) for linux-x86_64 +Configuring OpenSSL version 1.1.1l (0x101010cfL) 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.1k/openssl/out-fedora.64' -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/openssl/out-fedora.64' gcc -I. -Iinclude -I.. -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/home/karen/install/ssl\"" -DENGINESDIR="\"/home/karen/install/lib/engines-1.1\"" -DZLIB -DNDEBUG -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o ../apps/app_rand.c gcc -I. -Iinclude -I.. -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/home/karen/install/ssl\"" -DENGINESDIR="\"/home/karen/install/lib/engines-1.1\"" -DZLIB -DNDEBUG -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o ../apps/apps.c gcc -I. -Iinclude -I.. -I../include -fPIC -pthread -m64 -Wall -O3 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/home/karen/install/ssl\"" -DENGINESDIR="\"/home/karen/install/lib/engines-1.1\"" -DZLIB -DNDEBUG -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o ../apps/bf_prefix.c @@ -1891,13 +1891,13 @@ chmod a+x tools/c_rehash /usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" \ "-oMakefile" ../util/shlib_wrap.sh.in > "util/shlib_wrap.sh" chmod a+x util/shlib_wrap.sh -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/openssl/out-fedora.64' make depend && make _build_libs -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/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.1k/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/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.1k/openssl/out-fedora.64' -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/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.1k/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/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.1k/openssl/out-fedora.64' -make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' -make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1k/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/openssl/out-fedora.64' +make[1]: Entering directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/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.1k/openssl/out-fedora.64' +make[1]: Leaving directory '/home/karen/work/build2/packaging.orig/openssl/1.1.1l/openssl/out-fedora.64' created directory `/home/karen/install/bin' *** Installing runtime programs install apps/openssl -> /home/karen/install/bin/openssl @@ -2566,6 +2566,7 @@ install ../apps/ct_log_list.cnf -> /home/karen/install/ssl/ct_log_list.cnf /home/karen/install/share/man/man3/BN_is_zero.3 -> /home/karen/install/share/man/man3/BN_cmp.3 /home/karen/install/share/man/man3/BN_is_one.3 -> /home/karen/install/share/man/man3/BN_cmp.3 /home/karen/install/share/man/man3/BN_is_word.3 -> /home/karen/install/share/man/man3/BN_cmp.3 +/home/karen/install/share/man/man3/BN_abs_is_word.3 -> /home/karen/install/share/man/man3/BN_cmp.3 /home/karen/install/share/man/man3/BN_is_odd.3 -> /home/karen/install/share/man/man3/BN_cmp.3 /home/karen/install/share/man/man3/BN_copy.3 /home/karen/install/share/man/man3/BN_dup.3 -> /home/karen/install/share/man/man3/BN_copy.3 @@ -6539,6 +6540,7 @@ install ../apps/ct_log_list.cnf -> /home/karen/install/ssl/ct_log_list.cnf /home/karen/install/share/doc/openssl/html/man3/BN_is_zero.html -> /home/karen/install/share/doc/openssl/html/man3/BN_cmp.html /home/karen/install/share/doc/openssl/html/man3/BN_is_one.html -> /home/karen/install/share/doc/openssl/html/man3/BN_cmp.html /home/karen/install/share/doc/openssl/html/man3/BN_is_word.html -> /home/karen/install/share/doc/openssl/html/man3/BN_cmp.html +/home/karen/install/share/doc/openssl/html/man3/BN_abs_is_word.html -> /home/karen/install/share/doc/openssl/html/man3/BN_cmp.html /home/karen/install/share/doc/openssl/html/man3/BN_is_odd.html -> /home/karen/install/share/doc/openssl/html/man3/BN_cmp.html /home/karen/install/share/doc/openssl/html/man3/BN_copy.html /home/karen/install/share/doc/openssl/html/man3/BN_dup.html -> /home/karen/install/share/doc/openssl/html/man3/BN_copy.html diff --git a/upstream-build/build-log/x86_64-macos b/upstream-build/build-log/x86_64-macos index d1a0054..f974a3d 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.1k (0x101010bfL) for darwin64-x86_64-cc +Configuring OpenSSL version 1.1.1l (0x101010cfL) for darwin64-x86_64-cc Using os-specific seed configuration Creating configdata.pm Creating Makefile diff --git a/upstream-build/build-log/x86_64-win32-mingw32 b/upstream-build/build-log/x86_64-win32-mingw32 index b992772..e1f9300 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.1k (0x101010bfL) for mingw64 +Configuring OpenSSL version 1.1.1l (0x101010cfL) for mingw64 Using os-specific seed configuration Creating configdata.pm Creating Makefile @@ -158,11 +158,11 @@ gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DO 51 | return INVALID_SOCKET; | ^~~~~~~~~~~~~~ ../crypto/bio/b_sock2.c: In function 'BIO_accept_ex': -../crypto/bio/b_sock2.c:296:16: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] - 296 | return INVALID_SOCKET; +../crypto/bio/b_sock2.c:297:16: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] + 297 | return INVALID_SOCKET; | ^~~~~~~~~~~~~~ -../crypto/bio/b_sock2.c:301:16: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] - 301 | return INVALID_SOCKET; +../crypto/bio/b_sock2.c:302:16: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] + 302 | return INVALID_SOCKET; | ^~~~~~~~~~~~~~ gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bf_buff.d.tmp -MT crypto/bio/bf_buff.o -c -o crypto/bio/bf_buff.o ../crypto/bio/bf_buff.c gcc -I. -Iinclude -I.. -I../include -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"C:/Program Files/OpenSSL/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DZLIB -DNDEBUG -MMD -MF crypto/bio/bf_lbuf.d.tmp -MT crypto/bio/bf_lbuf.o -c -o crypto/bio/bf_lbuf.o ../crypto/bio/bf_lbuf.c diff --git a/upstream-build/build-log/x86_64-win32-msvc b/upstream-build/build-log/x86_64-win32-msvc index 0d8732e..1d663f4 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.1k (0x101010bfL) for VC-WIN64A +Configuring OpenSSL version 1.1.1l (0x101010cfL) for VC-WIN64A Using os-specific seed configuration It looks like you don't have either nmake.exe or dmake.exe on your PATH, @@ -25,19 +25,19 @@ Creating makefile *** *** ********************************************************************** -Microsoft (R) Program Maintenance Utility Version 14.28.29913.0 +Microsoft (R) Program Maintenance Utility Version 14.29.30136.0 Copyright (C) Microsoft Corporation. All rights reserved. "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\include\crypto\bn_conf.h.in" > include\crypto\bn_conf.h "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\include\crypto\dso_conf.h.in" > include\crypto\dso_conf.h "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\include\openssl\opensslconf.h.in" > include\openssl\opensslconf.h - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX64\x64\nmake.exe" / depend && "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX64\x64\nmake.exe" / _all + "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe" / depend && "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe" / _all -Microsoft (R) Program Maintenance Utility Version 14.28.29913.0 +Microsoft (R) Program Maintenance Utility Version 14.29.30136.0 Copyright (C) Microsoft Corporation. All rights reserved. -Microsoft (R) Program Maintenance Utility Version 14.28.29913.0 +Microsoft (R) Program Maintenance Utility Version 14.29.30136.0 Copyright (C) Microsoft Corporation. All rights reserved. cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Foapps\app_rand.obj "..\apps\app_rand.c" @@ -73,7 +73,7 @@ win32_init.c ..\apps\win32_init.c(226): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data ..\apps\win32_init.c(251): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\apps\win32_init.c" 2>&1 > apps\win32_init.d - lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nm19F5.tmp + lib /nologo /out:apps\libapps.lib @C:\Users\build\AppData\Local\Temp\nmC148.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 @@ -164,8 +164,8 @@ a_sign.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\crypto\asn1\a_sign.c" 2>&1 > crypto\asn1\a_sign.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Focrypto\asn1\a_strex.obj "..\crypto\asn1\a_strex.c" a_strex.c -..\crypto\asn1\a_strex.c(347): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\asn1\a_strex.c(528): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\asn1\a_strex.c(349): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\asn1\a_strex.c(530): 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\asn1\a_strex.c" 2>&1 > crypto\asn1\a_strex.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Focrypto\asn1\a_strnid.obj "..\crypto\asn1\a_strnid.c" a_strnid.c @@ -207,7 +207,7 @@ asn1_item_list.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\crypto\asn1\asn1_item_list.c" 2>&1 > crypto\asn1\asn1_item_list.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Focrypto\asn1\asn1_lib.obj "..\crypto\asn1\asn1_lib.c" asn1_lib.c -..\crypto\asn1\asn1_lib.c(302): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\asn1\asn1_lib.c(307): 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\asn1\asn1_lib.c" 2>&1 > crypto\asn1\asn1_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 /Focrypto\asn1\asn1_par.obj "..\crypto\asn1\asn1_par.c" asn1_par.c @@ -234,12 +234,12 @@ asn_pack.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\crypto\asn1\asn_pack.c" 2>&1 > crypto\asn1\asn_pack.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Focrypto\asn1\bio_asn1.obj "..\crypto\asn1\bio_asn1.c" bio_asn1.c -..\crypto\asn1\bio_asn1.c(300): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\asn1\bio_asn1.c(305): 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 "..\crypto\asn1\bio_asn1.c" 2>&1 > crypto\asn1\bio_asn1.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Focrypto\asn1\bio_ndef.obj "..\crypto\asn1\bio_ndef.c" bio_ndef.c ..\crypto\asn1\bio_ndef.c(130): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data -..\crypto\asn1\bio_ndef.c(200): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data +..\crypto\asn1\bio_ndef.c(203): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\crypto\asn1\bio_ndef.c" 2>&1 > crypto\asn1\bio_ndef.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Focrypto\asn1\d2i_pr.obj "..\crypto\asn1\d2i_pr.c" d2i_pr.c @@ -1028,8 +1028,8 @@ scalar.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\ec\curve448\arch_32" /I "crypto\ec\curve448" /I ".." /I "..\include" /I "..\crypto\ec\curve448\arch_32" /I "..\crypto\ec\curve448" -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\ec\curve448\scalar.c" 2>&1 > crypto\ec\curve448\scalar.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\ec\ec2_oct.obj "..\crypto\ec\ec2_oct.c" ec2_oct.c -..\crypto\ec\ec2_oct.c(297): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\ec\ec2_oct.c(308): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\ec\ec2_oct.c(310): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\ec\ec2_oct.c(321): 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 "..\crypto\ec\ec2_oct.c" 2>&1 > crypto\ec\ec2_oct.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\ec\ec2_smpl.obj "..\crypto\ec\ec2_smpl.c" ec2_smpl.c @@ -1045,10 +1045,10 @@ ec_asn1.c ..\crypto\ec\ec_asn1.c(411): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data ..\crypto\ec\ec_asn1.c(412): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data ..\crypto\ec\ec_asn1.c(498): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\ec\ec_asn1.c(1101): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\ec\ec_asn1.c(1129): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\ec\ec_asn1.c(1219): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\ec\ec_asn1.c(1239): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\ec\ec_asn1.c(1104): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\ec\ec_asn1.c(1132): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\ec\ec_asn1.c(1222): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\ec\ec_asn1.c(1242): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "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\ec\ec_asn1.c" 2>&1 > crypto\ec\ec_asn1.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "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\ec\ec_check.obj "..\crypto\ec\ec_check.c" ec_check.c @@ -1261,22 +1261,22 @@ digest.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\evp\digest.c" 2>&1 > crypto\evp\digest.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto" /I "crypto\modes" /I ".." /I "..\include" /I "..\crypto" /I "..\crypto\modes" -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\evp\e_aes.obj "..\crypto\evp\e_aes.c" e_aes.c -..\crypto\evp\e_aes.c(3136): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3181): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3296): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3683): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3691): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3130): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3175): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3290): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3677): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3685): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3718): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data ..\crypto\evp\e_aes.c(3724): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3730): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3750): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3760): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3832): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3842): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(3849): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(4159): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(4175): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(4222): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\evp\e_aes.c(4229): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3744): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3754): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3826): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3836): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(3843): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(4153): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(4169): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(4216): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\evp\e_aes.c(4223): 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 "crypto" /I "crypto\modes" /I ".." /I "..\include" /I "..\crypto" /I "..\crypto\modes" -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\evp\e_aes.c" 2>&1 > crypto\evp\e_aes.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "crypto\modes" /I ".." /I "..\include" /I "..\crypto\modes" -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\evp\e_aes_cbc_hmac_sha1.obj "..\crypto\evp\e_aes_cbc_hmac_sha1.c" e_aes_cbc_hmac_sha1.c @@ -1473,7 +1473,7 @@ getenv.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\getenv.c" 2>&1 > crypto\getenv.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\hmac\hm_ameth.obj "..\crypto\hmac\hm_ameth.c" hm_ameth.c -..\crypto\hmac\hm_ameth.c(66): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\hmac\hm_ameth.c(67): 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 "..\crypto\hmac\hm_ameth.c" 2>&1 > crypto\hmac\hm_ameth.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\hmac\hm_pmeth.obj "..\crypto\hmac\hm_pmeth.c" hm_pmeth.c @@ -1991,15 +1991,16 @@ siphash_pmeth.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\siphash\siphash_pmeth.c" 2>&1 > crypto\siphash\siphash_pmeth.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\sm2\sm2_crypt.obj "..\crypto\sm2\sm2_crypt.c" sm2_crypt.c -..\crypto\sm2\sm2_crypt.c(101): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\sm2\sm2_crypt.c(103): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\sm2\sm2_crypt.c(105): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\sm2\sm2_crypt.c(194): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\sm2\sm2_crypt.c(195): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\sm2\sm2_crypt.c(235): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\sm2\sm2_crypt.c(291): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\crypto\sm2\sm2_crypt.c(346): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\sm2\sm2_crypt.c(347): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\sm2\sm2_crypt.c(68): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\crypto\sm2\sm2_crypt.c(92): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\sm2\sm2_crypt.c(94): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\sm2\sm2_crypt.c(96): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\sm2\sm2_crypt.c(185): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\sm2\sm2_crypt.c(186): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\sm2\sm2_crypt.c(226): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\sm2\sm2_crypt.c(282): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\crypto\sm2\sm2_crypt.c(341): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\sm2\sm2_crypt.c(342): 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 "..\crypto\sm2\sm2_crypt.c" 2>&1 > crypto\sm2\sm2_crypt.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\sm2\sm2_err.obj "..\crypto\sm2\sm2_err.c" sm2_err.c @@ -2040,16 +2041,16 @@ loader_file.c ..\crypto\store\loader_file.c(67): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data ..\crypto\store\loader_file.c(215): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data ..\crypto\store\loader_file.c(347): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\crypto\store\loader_file.c(414): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\crypto\store\loader_file.c(427): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\crypto\store\loader_file.c(455): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\crypto\store\loader_file.c(477): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\crypto\store\loader_file.c(529): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\crypto\store\loader_file.c(575): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\store\loader_file.c(596): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\store\loader_file.c(658): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\crypto\store\loader_file.c(415): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\crypto\store\loader_file.c(428): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\crypto\store\loader_file.c(456): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\crypto\store\loader_file.c(478): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\crypto\store\loader_file.c(530): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\crypto\store\loader_file.c(576): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\store\loader_file.c(597): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data ..\crypto\store\loader_file.c(659): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\crypto\store\loader_file.c(696): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\crypto\store\loader_file.c(660): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\crypto\store\loader_file.c(697): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\crypto\store\loader_file.c" 2>&1 > crypto\store\loader_file.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\store\store_err.obj "..\crypto\store\store_err.c" store_err.c @@ -2298,8 +2299,8 @@ v3_akeya.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\x509v3\v3_akeya.c" 2>&1 > crypto\x509v3\v3_akeya.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "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\x509v3\v3_alt.obj "..\crypto\x509v3\v3_alt.c" v3_alt.c -..\crypto\x509v3\v3_alt.c(501): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\crypto\x509v3\v3_alt.c(573): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data +..\crypto\x509v3\v3_alt.c(505): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\crypto\x509v3\v3_alt.c(577): 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\x509v3\v3_alt.c" 2>&1 > crypto\x509v3\v3_alt.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "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\x509v3\v3_asid.obj "..\crypto\x509v3\v3_asid.c" v3_asid.c @@ -2353,13 +2354,13 @@ v3_lib.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\crypto\x509v3\v3_lib.c" 2>&1 > crypto\x509v3\v3_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 /Focrypto\x509v3\v3_ncons.obj "..\crypto\x509v3\v3_ncons.c" v3_ncons.c -..\crypto\x509v3\v3_ncons.c(428): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\x509v3\v3_ncons.c(621): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\crypto\x509v3\v3_ncons.c(623): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data +..\crypto\x509v3\v3_ncons.c(443): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data +..\crypto\x509v3\v3_ncons.c(648): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data +..\crypto\x509v3\v3_ncons.c(650): 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\x509v3\v3_ncons.c" 2>&1 > crypto\x509v3\v3_ncons.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\x509v3\v3_pci.obj "..\crypto\x509v3\v3_pci.c" v3_pci.c -..\crypto\x509v3\v3_pci.c(201): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data +..\crypto\x509v3\v3_pci.c(202): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\crypto\x509v3\v3_pci.c" 2>&1 > crypto\x509v3\v3_pci.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\x509v3\v3_pcia.obj "..\crypto\x509v3\v3_pcia.c" v3_pcia.c @@ -2403,7 +2404,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\nmF1A4.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\nmE09F.tmp || (DEL /Q libcrypto-1_1-x64.* libcrypto.lib && EXIT 1) Creating library libcrypto.lib and object libcrypto.exp IF EXIST libcrypto-1_1-x64.dll.manifest mt -nologo -manifest libcrypto-1_1-x64.dll.manifest -outputresource:libcrypto-1_1-x64.dll IF EXIST apps\libcrypto-1_1-x64.dll DEL /Q /F apps\libcrypto-1_1-x64.dll @@ -2415,7 +2416,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\nmF493.tmp + lib /nologo /out:libcrypto_static.lib @C:\Users\build\AppData\Local\Temp\nmE497.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 @@ -2426,7 +2427,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(802): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\d1_lib.c(801): 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 @@ -2503,9 +2504,9 @@ ssl_init.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\ssl\ssl_init.c" 2>&1 > ssl\ssl_init.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fossl\ssl_lib.obj "..\ssl\ssl_lib.c" ssl_lib.c -..\ssl\ssl_lib.c(5523): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data -..\ssl\ssl_lib.c(5535): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data -..\ssl\ssl_lib.c(5538): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data +..\ssl\ssl_lib.c(5568): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data +..\ssl\ssl_lib.c(5580): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data +..\ssl\ssl_lib.c(5583): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\ssl\ssl_lib.c" 2>&1 > ssl\ssl_lib.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fossl\ssl_mcnf.obj "..\ssl\ssl_mcnf.c" ssl_mcnf.c @@ -2533,10 +2534,10 @@ ssl_utst.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\ssl\ssl_utst.c" 2>&1 > ssl\ssl_utst.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fossl\statem\extensions.obj "..\ssl\statem\extensions.c" extensions.c -..\ssl\statem\extensions.c(608): warning C4244: '=': conversion from '__int64' to 'unsigned int', possible loss of data -..\ssl\statem\extensions.c(648): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\ssl\statem\extensions.c(973): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' -..\ssl\statem\extensions.c(974): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' +..\ssl\statem\extensions.c(610): warning C4244: '=': conversion from '__int64' to 'unsigned int', possible loss of data +..\ssl\statem\extensions.c(650): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\statem\extensions.c(975): warning C4133: 'function': incompatible types - from 'volatile int *' to 'volatile LONG64 *' +..\ssl\statem\extensions.c(976): 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 @@ -2555,8 +2556,8 @@ statem.c cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\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.c" 2>&1 > ssl\statem\statem.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\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_clnt.obj "..\ssl\statem\statem_clnt.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(1204): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\ssl\statem\statem_clnt.c(1612): 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\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 @@ -2589,8 +2590,8 @@ t1_lib.c ..\ssl\t1_lib.c(1269): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data ..\ssl\t1_lib.c(1489): warning C4244: '-=': conversion from '__int64' to 'int', possible loss of data ..\ssl\t1_lib.c(2202): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data -..\ssl\t1_lib.c(2760): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data -..\ssl\t1_lib.c(2789): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data +..\ssl\t1_lib.c(2767): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data +..\ssl\t1_lib.c(2796): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\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\t1_lib.c" 2>&1 > ssl\t1_lib.d cl /Zi /Fdossl_static.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I ".." /I "..\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Program Files\\Common Files\\SSL\"" -D"ENGINESDIR=\"C:\\install\\lib\\engines-1_1\"" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fossl\t1_trce.obj "..\ssl\t1_trce.c" t1_trce.c @@ -2611,7 +2612,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\nm4534.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\nm3875.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 +2624,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\nm46EB.tmp + lib /nologo /out:libssl_static.lib @C:\Users\build\AppData\Local\Temp\nm3E14.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 +2668,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\nm4D74.tmp + lib /nologo /out:test\libtestutil.lib @C:\Users\build\AppData\Local\Temp\nm4548.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\nm4FA7.tmp @C:\Users\build\AppData\Local\Temp\nm4FA8.tmp + link /nologo /debug /dll /nologo /debug /out:engines\capi.dll /def:C:\Users\build\AppData\Local\Temp\nm4818.tmp @C:\Users\build\AppData\Local\Temp\nm4819.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\nm51FB.tmp @C:\Users\build\AppData\Local\Temp\nm51FC.tmp + link /nologo /debug /dll /nologo /debug /out:engines\dasync.dll /def:C:\Users\build\AppData\Local\Temp\nm4AAA.tmp @C:\Users\build\AppData\Local\Temp\nm4AAB.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 +2688,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\nm5345.tmp @C:\Users\build\AppData\Local\Temp\nm5346.tmp + link /nologo /debug /dll /nologo /debug /out:engines\ossltest.dll /def:C:\Users\build\AppData\Local\Temp\nm4C23.tmp @C:\Users\build\AppData\Local\Temp\nm4C24.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\nm54CE.tmp @C:\Users\build\AppData\Local\Temp\nm54CF.tmp + link /nologo /debug /dll /nologo /debug /out:engines\padlock.dll /def:C:\Users\build\AppData\Local\Temp\nm4DBC.tmp @C:\Users\build\AppData\Local\Temp\nm4DBD.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 @@ -2839,8 +2840,8 @@ s_client.c 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\s_client.c" 2>&1 > apps\s_client.d 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" -c /Foapps\s_server.obj "..\apps\s_server.c" s_server.c -..\apps\s_server.c(675): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data -..\apps\s_server.c(706): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data +..\apps\s_server.c(686): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data +..\apps\s_server.c(717): 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 "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\s_server.c" 2>&1 > apps\s_server.d 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" -c /Foapps\s_time.obj "..\apps\s_time.c" s_time.c @@ -2882,7 +2883,7 @@ x509.c applink.c cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "." /I "include" /I "apps" /I ".." /I "..\include" /I "..\apps" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\ms\applink.c" 2>&1 > ms\applink.d IF EXIST apps\openssl.exe.manifest DEL /F /Q apps\openssl.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:apps\openssl.exe @C:\Users\build\AppData\Local\Temp\nmA8FB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:apps\openssl.exe @C:\Users\build\AppData\Local\Temp\nmA2C3.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 +2916,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\nmAC38.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1-test.exe @C:\Users\build\AppData\Local\Temp\nmA62F.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\nmADB0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\asn1parse-test.exe @C:\Users\build\AppData\Local\Temp\nmA7C6.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 +2932,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\nmAECA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bignum-test.exe @C:\Users\build\AppData\Local\Temp\nmA8E1.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 +2940,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\nmAFD5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\bndiv-test.exe @C:\Users\build\AppData\Local\Temp\nmA9FB.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\nmB16C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\client-test.exe @C:\Users\build\AppData\Local\Temp\nmAB34.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\nmB2C5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\cms-test.exe @C:\Users\build\AppData\Local\Temp\nmAC9D.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\nmB3DF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\conf-test.exe @C:\Users\build\AppData\Local\Temp\nmADA7.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\nmB538.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\crl-test.exe @C:\Users\build\AppData\Local\Temp\nmAEC2.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\nmB6A0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\ct-test.exe @C:\Users\build\AppData\Local\Temp\nmAFEC.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\nmB7E9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\server-test.exe @C:\Users\build\AppData\Local\Temp\nmB125.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\nmB923.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:fuzz\x509-test.exe @C:\Users\build\AppData\Local\Temp\nmB23F.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\nmBA1E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\aborttest.exe @C:\Users\build\AppData\Local\Temp\nmB32B.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\nmBB48.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\afalgtest.exe @C:\Users\build\AppData\Local\Temp\nmB455.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\nmBC62.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_decode_test.exe @C:\Users\build\AppData\Local\Temp\nmB56F.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 +3015,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\nmBD6C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_encode_test.exe @C:\Users\build\AppData\Local\Temp\nmB699.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\nmBE87.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmB7E2.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\nmC06C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_string_table_test.exe @C:\Users\build\AppData\Local\Temp\nmB9C7.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\nmC186.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asn1_time_test.exe @C:\Users\build\AppData\Local\Temp\nmBB10.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 +3048,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\nmC466.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynciotest.exe @C:\Users\build\AppData\Local\Temp\nmBDFF.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\nmC62C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\asynctest.exe @C:\Users\build\AppData\Local\Temp\nmBFC5.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 +3062,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\nmC756.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bad_dtls_test.exe @C:\Users\build\AppData\Local\Temp\nmC11E.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,574 +3072,574 @@ bftest.c ..\test\bftest.c(412): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_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\nmC860.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bftest.exe @C:\Users\build\AppData\Local\Temp\nmC219.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\nmC95B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_callback_test.exe @C:\Users\build\AppData\Local\Temp\nmC343.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\nmCA76.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_enc_test.exe @C:\Users\build\AppData\Local\Temp\nmC44E.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\nmCB71.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bio_memleak_test.exe @C:\Users\build\AppData\Local\Temp\nmC558.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\nmCC6C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bioprinttest.exe @C:\Users\build\AppData\Local\Temp\nmC682.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 ..\test\bntest.c(121): warning C4244: 'function': conversion from 'unsigned __int64' to 'const unsigned long', possible loss of data -..\test\bntest.c(1940): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\bntest.c(2754): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data +..\test\bntest.c(2011): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\bntest.c(2825): 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\nmCD86.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\bntest.exe @C:\Users\build\AppData\Local\Temp\nmC7BC.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\nmCE90.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_aes.exe @C:\Users\build\AppData\Local\Temp\nmC8C6.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\nmCF8B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1.exe @C:\Users\build\AppData\Local\Temp\nmC9D1.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\nmD0A6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_asn1t.exe @C:\Users\build\AppData\Local\Temp\nmCAEB.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\nmD191.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_async.exe @C:\Users\build\AppData\Local\Temp\nmCBD7.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\nmD2BB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bio.exe @C:\Users\build\AppData\Local\Temp\nmCCD2.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\nmD397.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_blowfish.exe @C:\Users\build\AppData\Local\Temp\nmCDFB.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\nmD492.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_bn.exe @C:\Users\build\AppData\Local\Temp\nmCF16.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\nmD5DB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_buffer.exe @C:\Users\build\AppData\Local\Temp\nmD011.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\nmD6C6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_camellia.exe @C:\Users\build\AppData\Local\Temp\nmD0FC.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\nmD7B2.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cast.exe @C:\Users\build\AppData\Local\Temp\nmD1E7.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\nmD8AD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cmac.exe @C:\Users\build\AppData\Local\Temp\nmD331.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\nmD9E6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_cms.exe @C:\Users\build\AppData\Local\Temp\nmD499.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\nmDB00.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_comp.exe @C:\Users\build\AppData\Local\Temp\nmD5D2.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\nmDC0B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf.exe @C:\Users\build\AppData\Local\Temp\nmD6CD.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\nmDD06.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_conf_api.exe @C:\Users\build\AppData\Local\Temp\nmD7D8.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\nmDE20.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_crypto.exe @C:\Users\build\AppData\Local\Temp\nmD902.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\nmDF4A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ct.exe @C:\Users\build\AppData\Local\Temp\nmDA5B.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\nmE074.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_des.exe @C:\Users\build\AppData\Local\Temp\nmDB46.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\nmE17F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dh.exe @C:\Users\build\AppData\Local\Temp\nmDC80.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\nmE289.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dsa.exe @C:\Users\build\AppData\Local\Temp\nmDDA9.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\nmE375.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_dtls1.exe @C:\Users\build\AppData\Local\Temp\nmDEB4.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\nmE450.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_e_os2.exe @C:\Users\build\AppData\Local\Temp\nmDFAF.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\nmE55B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ebcdic.exe @C:\Users\build\AppData\Local\Temp\nmE0BA.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\nmE685.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ec.exe @C:\Users\build\AppData\Local\Temp\nmE1E4.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\nmE79F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdh.exe @C:\Users\build\AppData\Local\Temp\nmE32D.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\nmE89A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ecdsa.exe @C:\Users\build\AppData\Local\Temp\nmE476.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\nmE9D4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_engine.exe @C:\Users\build\AppData\Local\Temp\nmE5CF.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\nmEB0D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_evp.exe @C:\Users\build\AppData\Local\Temp\nmE6E9.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\nmEC27.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_hmac.exe @C:\Users\build\AppData\Local\Temp\nmE813.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\nmED03.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_idea.exe @C:\Users\build\AppData\Local\Temp\nmE91D.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\nmEDEE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_kdf.exe @C:\Users\build\AppData\Local\Temp\nmEA09.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\nmEEE9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_lhash.exe @C:\Users\build\AppData\Local\Temp\nmEB13.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\nmEFD5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md2.exe @C:\Users\build\AppData\Local\Temp\nmEC1E.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\nmF0D0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md4.exe @C:\Users\build\AppData\Local\Temp\nmED29.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\nmF1BB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_md5.exe @C:\Users\build\AppData\Local\Temp\nmEE33.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\nmF2B6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_modes.exe @C:\Users\build\AppData\Local\Temp\nmEF3E.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\nmF3B1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_obj_mac.exe @C:\Users\build\AppData\Local\Temp\nmF029.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\nmF4DB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_objects.exe @C:\Users\build\AppData\Local\Temp\nmF134.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\nmF634.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ocsp.exe @C:\Users\build\AppData\Local\Temp\nmF27D.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\nmF71F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_opensslv.exe @C:\Users\build\AppData\Local\Temp\nmF388.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\nmF81A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ossl_typ.exe @C:\Users\build\AppData\Local\Temp\nmF4A2.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\nmF963.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem.exe @C:\Users\build\AppData\Local\Temp\nmF5CC.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\nmFA4F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pem2.exe @C:\Users\build\AppData\Local\Temp\nmF6D6.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\nmFB79.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs12.exe @C:\Users\build\AppData\Local\Temp\nmF81F.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\nmFC83.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_pkcs7.exe @C:\Users\build\AppData\Local\Temp\nmF949.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\nmFD6F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand.exe @C:\Users\build\AppData\Local\Temp\nmFA35.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\nmFE5A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rand_drbg.exe @C:\Users\build\AppData\Local\Temp\nmFB20.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\nmFF65.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc2.exe @C:\Users\build\AppData\Local\Temp\nmFC2B.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\nmBD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc4.exe @C:\Users\build\AppData\Local\Temp\nmFD16.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\nm1A9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rc5.exe @C:\Users\build\AppData\Local\Temp\nmFE30.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\nm2A4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ripemd.exe @C:\Users\build\AppData\Local\Temp\nmFF2B.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\nm3AE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_rsa.exe @C:\Users\build\AppData\Local\Temp\nm36.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\nm49A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_safestack.exe @C:\Users\build\AppData\Local\Temp\nm141.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\nm585.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_seed.exe @C:\Users\build\AppData\Local\Temp\nm25B.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\nm69F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_sha.exe @C:\Users\build\AppData\Local\Temp\nm365.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\nm79A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srp.exe @C:\Users\build\AppData\Local\Temp\nm48F.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\nm8E3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_srtp.exe @C:\Users\build\AppData\Local\Temp\nm5D8.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\nmA1D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl.exe @C:\Users\build\AppData\Local\Temp\nm722.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\nmB28.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl2.exe @C:\Users\build\AppData\Local\Temp\nm83C.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\nmC51.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ssl3.exe @C:\Users\build\AppData\Local\Temp\nm9B4.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\nmD3D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_stack.exe @C:\Users\build\AppData\Local\Temp\nmAAF.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\nmE57.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_store.exe @C:\Users\build\AppData\Local\Temp\nmBE8.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\nmF42.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_symhacks.exe @C:\Users\build\AppData\Local\Temp\nmCF3.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\nm109B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_tls1.exe @C:\Users\build\AppData\Local\Temp\nmE3C.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\nm11D5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ts.exe @C:\Users\build\AppData\Local\Temp\nmF85.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\nm12D0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_txt_db.exe @C:\Users\build\AppData\Local\Temp\nm1080.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\nm13FA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_ui.exe @C:\Users\build\AppData\Local\Temp\nm11D9.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\nm14E5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_whrlpool.exe @C:\Users\build\AppData\Local\Temp\nm12E4.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\nm161E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509.exe @C:\Users\build\AppData\Local\Temp\nm142D.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\nm1748.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509_vfy.exe @C:\Users\build\AppData\Local\Temp\nm1576.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\nm1882.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\buildtest_c_x509v3.exe @C:\Users\build\AppData\Local\Temp\nm16EE.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\nm196D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\casttest.exe @C:\Users\build\AppData\Local\Temp\nm17E9.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\nm1A78.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\chacha_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm18F3.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\nm1C6D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherbytes_test.exe @C:\Users\build\AppData\Local\Temp\nm1AD9.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\nm1D97.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cipherlist_test.exe @C:\Users\build\AppData\Local\Temp\nm1C12.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\nm1EE0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ciphername_test.exe @C:\Users\build\AppData\Local\Temp\nm1D4C.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 +..\test\clienthellotest.c(180): 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\nm2019.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\clienthellotest.exe @C:\Users\build\AppData\Local\Temp\nm1EC4.tmp IF EXIST test\clienthellotest.exe.manifest mt -nologo -manifest test\clienthellotest.exe.manifest -outputresource:test\clienthellotest.exe cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" -c /Fotest\cmactest.obj "..\test\cmactest.c" cmactest.c @@ -3650,7 +3651,7 @@ cmactest.c ..\test\cmactest.c(182): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data cl /Zi /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /I "include" /I "..\include" -D"ZLIB" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG" -I"c:\zlib64\include" /Zs /showIncludes "..\test\cmactest.c" 2>&1 > test\cmactest.d IF EXIST test\cmactest.exe.manifest DEL /F /Q test\cmactest.exe.manifest - link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmactest.exe @C:\Users\build\AppData\Local\Temp\nm2143.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmactest.exe @C:\Users\build\AppData\Local\Temp\nm1FFD.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 +3659,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\nm2329.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\cmsapitest.exe @C:\Users\build\AppData\Local\Temp\nm21F2.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\nm2424.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\conf_include_test.exe @C:\Users\build\AppData\Local\Temp\nm231C.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 +3676,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\nm251F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\constant_time_test.exe @C:\Users\build\AppData\Local\Temp\nm2436.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\nm2668.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\crltest.exe @C:\Users\build\AppData\Local\Temp\nm2560.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\nm27B1.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ct_test.exe @C:\Users\build\AppData\Local\Temp\nm26B9.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\nm28AC.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ctype_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm27E3.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\nm2A72.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\curve448_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm29C8.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\nm2C67.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\d2i_test.exe @C:\Users\build\AppData\Local\Temp\nm2BDD.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 +3715,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\nm2DC0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\danetest.exe @C:\Users\build\AppData\Local\Temp\nm2D45.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 +3731,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\nm2ECA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\destest.exe @C:\Users\build\AppData\Local\Temp\nm2E6F.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 +3744,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\nm2FF4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dhtest.exe @C:\Users\build\AppData\Local\Temp\nm2F89.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 +3754,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\nm3610.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbg_cavs_test.exe @C:\Users\build\AppData\Local\Temp\nm35E3.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 +3762,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\nm3824.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\drbgtest.exe @C:\Users\build\AppData\Local\Temp\nm3807.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 +3770,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\nm39CB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsa_no_digest_size_test.exe @C:\Users\build\AppData\Local\Temp\nm39FC.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\nm3AF5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dsatest.exe @C:\Users\build\AppData\Local\Temp\nm3B07.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\nm3D47.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtls_mtu_test.exe @C:\Users\build\AppData\Local\Temp\nm3D1B.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\nm3EB0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlstest.exe @C:\Users\build\AppData\Local\Temp\nm3E93.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\nm4018.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\dtlsv1listentest.exe @C:\Users\build\AppData\Local\Temp\nm3FFB.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\nm4123.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ec_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm4115.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,58 +3811,68 @@ 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\nm4318.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecdsatest.exe @C:\Users\build\AppData\Local\Temp\nm4368.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\nm4432.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ecstresstest.exe @C:\Users\build\AppData\Local\Temp\nm4482.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 ..\test\ectest.c(631): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data -..\test\ectest.c(1684): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data -..\test\ectest.c(1701): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data -..\test\ectest.c(2142): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data -..\test\ectest.c(2146): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data -..\test\ectest.c(2159): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data -..\test\ectest.c(2163): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data -..\test\ectest.c(2195): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\ectest.c(2205): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\ectest.c(2206): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\ectest.c(2208): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\ectest.c(2209): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\ectest.c(2210): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\ectest.c(1733): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data +..\test\ectest.c(1750): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data +..\test\ectest.c(2191): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data +..\test\ectest.c(2195): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data +..\test\ectest.c(2208): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data +..\test\ectest.c(2212): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data +..\test\ectest.c(2244): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\ectest.c(2255): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\ectest.c(2256): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\ectest.c(2258): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\ectest.c(2259): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\ectest.c(2260): 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\nm457B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ectest.exe @C:\Users\build\AppData\Local\Temp\nm45DB.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\nm46E4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\enginetest.exe @C:\Users\build\AppData\Local\Temp\nm4724.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\nm489A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\errtest.exe @C:\Users\build\AppData\Local\Temp\nm4939.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 -..\test\evp_extra_test.c(500): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\test\evp_extra_test.c(562): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_extra_test.c(641): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_extra_test.c(937): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\test\evp_extra_test.c(944): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data -..\test\evp_extra_test.c(951): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\test\evp_extra_test.c(1050): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\test\evp_extra_test.c(1059): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\test\evp_extra_test.c(491): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_extra_test.c(551): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_extra_test.c(558): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_extra_test.c(572): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_extra_test.c(638): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_extra_test.c(654): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_extra_test.c(724): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_extra_test.c(750): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_extra_test.c(759): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_extra_test.c(784): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_extra_test.c(1078): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\test\evp_extra_test.c(1140): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_extra_test.c(1219): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_extra_test.c(1524): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\test\evp_extra_test.c(1531): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data +..\test\evp_extra_test.c(1538): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\test\evp_extra_test.c(1637): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\test\evp_extra_test.c(1646): 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\nm49C4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_extra_test.exe @C:\Users\build\AppData\Local\Temp\nm4A82.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 +3899,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\nm4B2C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\evp_test.exe @C:\Users\build\AppData\Local\Temp\nm4BEA.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\nm4C47.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exdatatest.exe @C:\Users\build\AppData\Local\Temp\nm4CF5.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\nm4D51.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\exptest.exe @C:\Users\build\AppData\Local\Temp\nm4DF0.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\nm4E9A.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\fatalerrtest.exe @C:\Users\build\AppData\Local\Temp\nm4F39.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\nm4F86.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gmdifftest.exe @C:\Users\build\AppData\Local\Temp\nm5024.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\nm50CF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\gosttest.exe @C:\Users\build\AppData\Local\Temp\nm516D.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\nm51D9.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\hmactest.exe @C:\Users\build\AppData\Local\Temp\nm5297.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 +3944,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\nm52D4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ideatest.exe @C:\Users\build\AppData\Local\Temp\nm53B1.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 +3956,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\nm53DF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\igetest.exe @C:\Users\build\AppData\Local\Temp\nm54AC.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\nm54DA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\lhash_test.exe @C:\Users\build\AppData\Local\Temp\nm55B7.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\nm55F4.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\md2test.exe @C:\Users\build\AppData\Local\Temp\nm56D1.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\nm56E0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\mdc2test.exe @C:\Users\build\AppData\Local\Temp\nm57EC.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\nm57EA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\memleaktest.exe @C:\Users\build\AppData\Local\Temp\nm58F6.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\nm58D6.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\modes_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm5A01.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\nm5ABB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ocspapitest.exe @C:\Users\build\AppData\Local\Temp\nm5BF6.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\nm5BF5.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\packettest.exe @C:\Users\build\AppData\Local\Temp\nm5D20.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\nm5CFF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pbelutest.exe @C:\Users\build\AppData\Local\Temp\nm5E69.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\nm5E39.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pemtest.exe @C:\Users\build\AppData\Local\Temp\nm5F93.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\nm5F53.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_kdf_test.exe @C:\Users\build\AppData\Local\Temp\nm60AD.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\nm606D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\pkey_meth_test.exe @C:\Users\build\AppData\Local\Temp\nm61C7.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\nm6187.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\poly1305_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm6320.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\nm634E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc2test.exe @C:\Users\build\AppData\Local\Temp\nm64B7.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\nm6458.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc4test.exe @C:\Users\build\AppData\Local\Temp\nm65B2.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\nm6553.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rc5test.exe @C:\Users\build\AppData\Local\Temp\nm66CC.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\nm667D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rdrand_sanitytest.exe @C:\Users\build\AppData\Local\Temp\nm67C7.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\nm6862.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\recordlentest.exe @C:\Users\build\AppData\Local\Temp\nm69BC.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\nm696D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_complex.exe @C:\Users\build\AppData\Local\Temp\nm6AD7.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\nm6A68.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_mp_test.exe @C:\Users\build\AppData\Local\Temp\nm6BC2.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\nm6B82.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\rsa_test.exe @C:\Users\build\AppData\Local\Temp\nm6CCD.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\nm6C7D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sanitytest.exe @C:\Users\build\AppData\Local\Temp\nm6E45.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\nm6E34.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\secmemtest.exe @C:\Users\build\AppData\Local\Temp\nm701A.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 +4098,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\nm6F6D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\servername_test.exe @C:\Users\build\AppData\Local\Temp\nm7183.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\nm71DF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\shlibloadtest.exe @C:\Users\build\AppData\Local\Temp\nm7397.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\nm72CB.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\siphash_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm74C1.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 +4119,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\nm7491.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm2_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm7668.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\nm7657.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sm4_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm787C.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\nm77EE.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\srptest.exe @C:\Users\build\AppData\Local\Temp\nm7A52.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\nm7A02.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_cert_table_internal_test.exe @C:\Users\build\AppData\Local\Temp\nm7C85.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\nm7B2C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nm7DEE.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,41 +4162,41 @@ 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\nm7F15.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test.exe @C:\Users\build\AppData\Local\Temp\nm8263.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\nm808D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssl_test_ctx_test.exe @C:\Users\build\AppData\Local\Temp\nm83DB.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 -..\test\sslapitest.c(361): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data ..\test\sslapitest.c(362): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data -..\test\sslapitest.c(666): warning C4267: 'function': conversion from 'size_t' to 'const unsigned long', possible loss of data -..\test\sslapitest.c(673): warning C4267: 'function': conversion from 'size_t' to 'const unsigned long', possible loss of data -..\test\sslapitest.c(1948): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\test\sslapitest.c(1973): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data -..\test\sslapitest.c(2062): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data -..\test\sslapitest.c(2118): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data -..\test\sslapitest.c(3906): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data -..\test\sslapitest.c(4854): warning C4267: 'function': conversion from 'size_t' to 'const unsigned int', possible loss of data +..\test\sslapitest.c(363): warning C4267: 'function': conversion from 'size_t' to 'const int', possible loss of data +..\test\sslapitest.c(667): warning C4267: 'function': conversion from 'size_t' to 'const unsigned long', possible loss of data +..\test\sslapitest.c(674): warning C4267: 'function': conversion from 'size_t' to 'const unsigned long', possible loss of data +..\test\sslapitest.c(1951): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\test\sslapitest.c(1976): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data +..\test\sslapitest.c(2065): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data +..\test\sslapitest.c(2121): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data +..\test\sslapitest.c(3909): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data +..\test\sslapitest.c(4857): 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\nm82FF.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslapitest.exe @C:\Users\build\AppData\Local\Temp\nm866D.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\nm8468.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslbuffertest.exe @C:\Users\build\AppData\Local\Temp\nm87C5.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\nm85D0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sslcorrupttest.exe @C:\Users\build\AppData\Local\Temp\nm892E.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 +4204,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\nm8842.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\ssltest_old.exe @C:\Users\build\AppData\Local\Temp\nm8B61.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\nm893D.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\stack_test.exe @C:\Users\build\AppData\Local\Temp\nm8C6C.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\nm8A77.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\sysdefaulttest.exe @C:\Users\build\AppData\Local\Temp\nm8DE4.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\nm8BA0.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\test_test.exe @C:\Users\build\AppData\Local\Temp\nm8EFE.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\nm8D67.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\threadstest.exe @C:\Users\build\AppData\Local\Temp\nm90D4.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\nm8E90.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\time_offset_test.exe @C:\Users\build\AppData\Local\Temp\nm921D.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\nm8FDA.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13ccstest.exe @C:\Users\build\AppData\Local\Temp\nm9395.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\nm923C.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13encryptiontest.exe @C:\Users\build\AppData\Local\Temp\nm95E8.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\nm948F.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\tls13secretstest.exe @C:\Users\build\AppData\Local\Temp\nm9869.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\nm96A3.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\uitest.exe @C:\Users\build\AppData\Local\Temp\nm9AAC.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\nm982B.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3ext.exe @C:\Users\build\AppData\Local\Temp\nm9C53.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 +4275,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\nm9964.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\v3nametest.exe @C:\Users\build\AppData\Local\Temp\nm9DBC.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\nm9A8E.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\verify_extra_test.exe @C:\Users\build\AppData\Local\Temp\nm9EE6.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\nm9B99.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\versions.exe @C:\Users\build\AppData\Local\Temp\nm9FD1.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\nm9C94.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\wpackettest.exe @C:\Users\build\AppData\Local\Temp\nmA0BC.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\nm9DCD.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_check_cert_pkey_test.exe @C:\Users\build\AppData\Local\Temp\nmA1F6.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 +4307,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\nm9EF7.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_dup_cert_test.exe @C:\Users\build\AppData\Local\Temp\nmA34F.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\nmA030.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_internal_test.exe @C:\Users\build\AppData\Local\Temp\nmA4A7.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\nmA216.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509_time_test.exe @C:\Users\build\AppData\Local\Temp\nmA69C.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\nmA340.tmp + link /nologo /debug /subsystem:console /opt:ref /nologo /debug /out:test\x509aux.exe @C:\Users\build\AppData\Local\Temp\nmA7D6.tmp IF EXIST test\x509aux.exe.manifest mt -nologo -manifest test\x509aux.exe.manifest -outputresource:test\x509aux.exe "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\apps\CA.pl.in" > "apps\CA.pl" "C:\Perl64\bin\perl.exe" "-I." -Mconfigdata "..\util\dofile.pl" "-omakefile" "..\apps\tsget.in" > "apps\tsget.pl" diff --git a/upstream-build/buildinf.h/arm64-macos b/upstream-build/buildinf.h/arm64-macos new file mode 100644 index 0000000..a1df55c --- /dev/null +++ b/upstream-build/buildinf.h/arm64-macos @@ -0,0 +1,28 @@ +/* + * WARNING: do not edit! + * Generated by util/mkbuildinf.pl + * + * Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at + * https://www.openssl.org/source/license.html + */ + +#define PLATFORM "platform: darwin64-arm64-cc" +#define DATE "built on: Thu Oct 21 09:37:55 2021 UTC" + +/* + * Generate compiler_flags as an array of individual characters. This is a + * workaround for the situation where CFLAGS gets too long for a C90 string + * literal + */ +static const char compiler_flags[] = { + 'c','o','m','p','i','l','e','r',':',' ','c','c',' ','-','f','P', + 'I','C',' ','-','a','r','c','h',' ','a','r','m','6','4',' ','-', + 'O','3',' ','-','W','a','l','l',' ','-','D','L','_','E','N','D', + 'I','A','N',' ','-','D','O','P','E','N','S','S','L','_','P','I', + 'C',' ','-','D','_','R','E','E','N','T','R','A','N','T',' ','-', + 'D','Z','L','I','B',' ','-','D','N','D','E','B','U','G','\0' +}; diff --git a/upstream-build/buildinf.h/i686-linux b/upstream-build/buildinf.h/i686-linux index c39f85c..995e175 100644 --- a/upstream-build/buildinf.h/i686-linux +++ b/upstream-build/buildinf.h/i686-linux @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: linux-x86" -#define DATE "built on: Mon Mar 29 13:15:02 2021 UTC" +#define DATE "built on: Wed Oct 20 17:35:24 2021 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/i686-win32-mingw32 b/upstream-build/buildinf.h/i686-win32-mingw32 index 6aadf33..6cc5381 100644 --- a/upstream-build/buildinf.h/i686-win32-mingw32 +++ b/upstream-build/buildinf.h/i686-win32-mingw32 @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: mingw" -#define DATE "built on: Mon Mar 29 16:00:04 2021 UTC" +#define DATE "built on: Thu Oct 21 15:21:41 2021 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/i686-win32-msvc b/upstream-build/buildinf.h/i686-win32-msvc index 27943a0..fcd8082 100644 --- a/upstream-build/buildinf.h/i686-win32-msvc +++ b/upstream-build/buildinf.h/i686-win32-msvc @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: VC-WIN32" -#define DATE "built on: Mon Mar 29 15:31:23 2021 UTC" +#define DATE "built on: Thu Oct 21 14:43:18 2021 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/x86_64-freebsd b/upstream-build/buildinf.h/x86_64-freebsd index 94e10e7..e540a54 100644 --- a/upstream-build/buildinf.h/x86_64-freebsd +++ b/upstream-build/buildinf.h/x86_64-freebsd @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: BSD-x86_64" -#define DATE "built on: Mon Mar 29 13:31:56 2021 UTC" +#define DATE "built on: Wed Oct 20 18:11:40 2021 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/x86_64-linux b/upstream-build/buildinf.h/x86_64-linux index c853ebd..672364f 100644 --- a/upstream-build/buildinf.h/x86_64-linux +++ b/upstream-build/buildinf.h/x86_64-linux @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: linux-x86_64" -#define DATE "built on: Mon Mar 29 11:47:47 2021 UTC" +#define DATE "built on: Wed Oct 20 16:40:58 2021 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/x86_64-macos b/upstream-build/buildinf.h/x86_64-macos index 65b0633..e5a0097 100644 --- a/upstream-build/buildinf.h/x86_64-macos +++ b/upstream-build/buildinf.h/x86_64-macos @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: darwin64-x86_64-cc" -#define DATE "built on: Mon Mar 29 14:01:57 2021 UTC" +#define DATE "built on: Wed Oct 20 18:30:39 2021 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/x86_64-win32-mingw32 b/upstream-build/buildinf.h/x86_64-win32-mingw32 index c12edb8..67c8a9e 100644 --- a/upstream-build/buildinf.h/x86_64-win32-mingw32 +++ b/upstream-build/buildinf.h/x86_64-win32-mingw32 @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: mingw64" -#define DATE "built on: Mon Mar 29 15:46:11 2021 UTC" +#define DATE "built on: Thu Oct 21 14:58:45 2021 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/buildinf.h/x86_64-win32-msvc b/upstream-build/buildinf.h/x86_64-win32-msvc index 390e5e2..3595cb4 100644 --- a/upstream-build/buildinf.h/x86_64-win32-msvc +++ b/upstream-build/buildinf.h/x86_64-win32-msvc @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: VC-WIN64A" -#define DATE "built on: Mon Mar 29 21:44:51 2021 UTC" +#define DATE "built on: Thu Oct 21 14:26:24 2021 UTC" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/upstream-build/configdata.pm/arm64-macos b/upstream-build/configdata.pm/arm64-macos new file mode 100644 index 0000000..5461972 --- /dev/null +++ b/upstream-build/configdata.pm/arm64-macos @@ -0,0 +1,17352 @@ +#! /usr/bin/env perl + +package configdata; + +use strict; +use warnings; + +use Exporter; +#use vars qw(@ISA @EXPORT); +our @ISA = qw(Exporter); +our @EXPORT = qw(%config %target %disabled %withargs %unified_info @disablables); + +our %config = ( + AR => "ar", + ARFLAGS => [ "r" ], + CC => "cc", + CFLAGS => [ "-O3 -Wall" ], + CPPDEFINES => [ ], + CPPFLAGS => [ ], + CPPINCLUDES => [ ], + CXXFLAGS => [ ], + HASHBANGPERL => "/usr/bin/env perl", + LDFLAGS => [ ], + LDLIBS => [ ], + PERL => "/usr/bin/perl", + RANLIB => "ranlib -c", + RC => "windres", + RCFLAGS => [ ], + afalgeng => "", + b32 => "0", + b64 => "0", + b64l => "1", + bn_ll => "0", + build_file => "Makefile", + build_file_templates => [ "../Configurations/common0.tmpl", "../Configurations/unix-Makefile.tmpl", "../Configurations/common.tmpl" ], + build_infos => [ "../build.info", "../crypto/build.info", "../ssl/build.info", "../engines/build.info", "../apps/build.info", "../test/build.info", "../util/build.info", "../tools/build.info", "../fuzz/build.info", "../crypto/objects/build.info", "../crypto/md2/build.info", "../crypto/md4/build.info", "../crypto/md5/build.info", "../crypto/sha/build.info", "../crypto/hmac/build.info", "../crypto/ripemd/build.info", "../crypto/whrlpool/build.info", "../crypto/poly1305/build.info", "../crypto/blake2/build.info", "../crypto/siphash/build.info", "../crypto/sm3/build.info", "../crypto/des/build.info", "../crypto/aes/build.info", "../crypto/rc2/build.info", "../crypto/rc4/build.info", "../crypto/rc5/build.info", "../crypto/idea/build.info", "../crypto/aria/build.info", "../crypto/bf/build.info", "../crypto/cast/build.info", "../crypto/camellia/build.info", "../crypto/seed/build.info", "../crypto/sm4/build.info", "../crypto/chacha/build.info", "../crypto/modes/build.info", "../crypto/bn/build.info", "../crypto/ec/build.info", "../crypto/rsa/build.info", "../crypto/dsa/build.info", "../crypto/dh/build.info", "../crypto/sm2/build.info", "../crypto/dso/build.info", "../crypto/engine/build.info", "../crypto/buffer/build.info", "../crypto/bio/build.info", "../crypto/stack/build.info", "../crypto/lhash/build.info", "../crypto/rand/build.info", "../crypto/err/build.info", "../crypto/evp/build.info", "../crypto/asn1/build.info", "../crypto/pem/build.info", "../crypto/x509/build.info", "../crypto/x509v3/build.info", "../crypto/conf/build.info", "../crypto/txt_db/build.info", "../crypto/pkcs7/build.info", "../crypto/pkcs12/build.info", "../crypto/comp/build.info", "../crypto/ocsp/build.info", "../crypto/ui/build.info", "../crypto/cms/build.info", "../crypto/ts/build.info", "../crypto/srp/build.info", "../crypto/cmac/build.info", "../crypto/ct/build.info", "../crypto/async/build.info", "../crypto/kdf/build.info", "../crypto/store/build.info", "../test/ossl_shim/build.info" ], + build_type => "release", + builddir => ".", + cflags => [ ], + conf_files => [ "../Configurations/00-base-templates.conf", "../Configurations/10-main.conf" ], + cppflags => [ ], + cxxflags => [ ], + defines => [ "NDEBUG" ], + dirs => [ "crypto", "ssl", "engines", "apps", "test", "util", "tools", "fuzz" ], + dynamic_engines => "1", + engdirs => [ ], + ex_libs => [ ], + export_var_as_fn => "0", + includes => [ ], + lflags => [ ], + lib_defines => [ "OPENSSL_PIC" ], + libdir => "", + major => "1", + makedepprog => "\$(CROSS_COMPILE)cc", + minor => "1.1", + openssl_algorithm_defines => [ "OPENSSL_NO_MDC2" ], + openssl_api_defines => [ ], + openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_STATIC_ENGINE" ], + openssl_sys_defines => [ "OPENSSL_SYS_MACOSX" ], + openssl_thread_defines => [ "OPENSSL_THREADS" ], + openssldir => "", + options => "enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-zlib no-afalgeng no-asan no-asm no-buildtest-c++ no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-mdc2 no-msan no-sctp no-ssl-trace no-ubsan no-unit-test no-zlib-dynamic", + perl_archname => "darwin-thread-multi-2level", + perl_cmd => "/usr/bin/perl", + perl_version => "5.30.2", + perlargv => [ "darwin64-arm64-cc", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng", "enable-zlib" ], + perlenv => { + "AR" => undef, + "ARFLAGS" => undef, + "AS" => undef, + "ASFLAGS" => undef, + "BUILDFILE" => undef, + "CC" => undef, + "CFLAGS" => undef, + "CPP" => undef, + "CPPDEFINES" => undef, + "CPPFLAGS" => undef, + "CPPINCLUDES" => undef, + "CROSS_COMPILE" => undef, + "CXX" => undef, + "CXXFLAGS" => undef, + "HASHBANGPERL" => undef, + "LD" => undef, + "LDFLAGS" => undef, + "LDLIBS" => undef, + "MT" => undef, + "MTFLAGS" => undef, + "OPENSSL_LOCAL_CONFIG_DIR" => undef, + "PERL" => undef, + "RANLIB" => undef, + "RC" => undef, + "RCFLAGS" => undef, + "RM" => undef, + "WINDRES" => undef, + "__CNF_CFLAGS" => "", + "__CNF_CPPDEFINES" => "", + "__CNF_CPPFLAGS" => "", + "__CNF_CPPINCLUDES" => "", + "__CNF_CXXFLAGS" => "", + "__CNF_LDFLAGS" => "", + "__CNF_LDLIBS" => "", + }, + prefix => "", + processor => "", + rc4_int => "unsigned int", + sdirs => [ "objects", "md2", "md4", "md5", "sha", "hmac", "ripemd", "whrlpool", "poly1305", "blake2", "siphash", "sm3", "des", "aes", "rc2", "rc4", "rc5", "idea", "aria", "bf", "cast", "camellia", "seed", "sm4", "chacha", "modes", "bn", "ec", "rsa", "dsa", "dh", "sm2", "dso", "engine", "buffer", "bio", "stack", "lhash", "rand", "err", "evp", "asn1", "pem", "x509", "x509v3", "conf", "txt_db", "pkcs7", "pkcs12", "comp", "ocsp", "ui", "cms", "ts", "srp", "cmac", "ct", "async", "kdf", "store" ], + shlib_major => "1", + shlib_minor => "1", + shlib_version_history => "", + shlib_version_number => "1.1", + sourcedir => "..", + target => "darwin64-arm64-cc", + tdirs => [ "ossl_shim" ], + version => "1.1.1l", + version_num => "0x101010cfL", +); + +our %target = ( + AR => "ar", + ARFLAGS => "r", + CC => "cc", + CFLAGS => "-O3 -Wall", + HASHBANGPERL => "/usr/bin/env perl", + RANLIB => "ranlib -c", + RC => "windres", + _conf_fname_int => [ "../Configurations/00-base-templates.conf", "../Configurations/00-base-templates.conf", "../Configurations/10-main.conf", "../Configurations/10-main.conf", "../Configurations/shared-info.pl" ], + aes_asm_src => "aes_core.c aes_cbc.c", + aes_obj => "aes_core.o aes_cbc.o", + apps_aux_src => "", + apps_init_src => "", + apps_obj => "", + bf_asm_src => "bf_enc.c", + bf_obj => "bf_enc.o", + bn_asm_src => "bn_asm.c", + bn_obj => "bn_asm.o", + bn_ops => "SIXTY_FOUR_BIT_LONG", + build_file => "Makefile", + build_scheme => [ "unified", "unix" ], + cast_asm_src => "c_enc.c", + cast_obj => "c_enc.o", + cflags => "-arch arm64", + chacha_asm_src => "chacha_enc.c", + chacha_obj => "chacha_enc.o", + cmll_asm_src => "camellia.c cmll_misc.c cmll_cbc.c", + cmll_obj => "camellia.o cmll_misc.o cmll_cbc.o", + cppflags => "-D_REENTRANT", + cpuid_asm_src => "mem_clr.c", + cpuid_obj => "mem_clr.o", + defines => [ "ZLIB" ], + des_asm_src => "des_enc.c fcrypt_b.c", + des_obj => "des_enc.o fcrypt_b.o", + disable => [ ], + dso_extension => ".dylib", + dso_scheme => "dlfcn", + ec_asm_src => "", + ec_obj => "", + enable => [ ], + ex_libs => "-lz", + exe_extension => "", + includes => [ ], + keccak1600_asm_src => "keccak1600.c", + keccak1600_obj => "keccak1600.o", + lflags => "-Wl,-search_paths_first", + lib_cflags => "", + lib_cppflags => "-DL_ENDIAN", + lib_defines => [ ], + md5_asm_src => "", + md5_obj => "", + modes_asm_src => "", + modes_obj => "", + module_cflags => "-fPIC", + module_cxxflags => "", + module_ldflags => "-bundle", + padlock_asm_src => "", + padlock_obj => "", + perlasm_scheme => "ios64", + poly1305_asm_src => "", + poly1305_obj => "", + rc4_asm_src => "rc4_enc.c rc4_skey.c", + rc4_obj => "rc4_enc.o rc4_skey.o", + rc5_asm_src => "rc5_enc.c", + rc5_obj => "rc5_enc.o", + rmd160_asm_src => "", + rmd160_obj => "", + shared_cflag => "-fPIC", + shared_defines => [ ], + shared_extension => ".\$(SHLIB_VERSION_NUMBER).dylib", + shared_extension_simple => ".dylib", + shared_ldflag => "-dynamiclib -current_version \$(SHLIB_VERSION_NUMBER) -compatibility_version \$(SHLIB_VERSION_NUMBER)", + shared_rcflag => "", + shared_sonameflag => "-install_name \$(INSTALLTOP)/\$(LIBDIR)/", + shared_target => "darwin-shared", + sys_id => "MACOSX", + template => "1", + thread_defines => [ ], + thread_scheme => "pthreads", + unistd => "", + uplink_aux_src => "", + uplink_obj => "", + wp_asm_src => "wp_block.c", + wp_obj => "wp_block.o", +); + +our %available_protocols = ( + tls => [ "ssl3", "tls1", "tls1_1", "tls1_2", "tls1_3" ], + dtls => [ "dtls1", "dtls1_2" ], +); + +our @disablables = ( + "afalgeng", + "aria", + "asan", + "asm", + "async", + "autoalginit", + "autoerrinit", + "autoload-config", + "bf", + "blake2", + "buildtest-c\\+\\+", + "camellia", + "capieng", + "cast", + "chacha", + "cmac", + "cms", + "comp", + "crypto-mdebug", + "crypto-mdebug-backtrace", + "ct", + "deprecated", + "des", + "devcryptoeng", + "dgram", + "dh", + "dsa", + "dso", + "dtls", + "dynamic-engine", + "ec", + "ec2m", + "ecdh", + "ecdsa", + "ec_nistp_64_gcc_128", + "egd", + "engine", + "err", + "external-tests", + "filenames", + "fuzz-libfuzzer", + "fuzz-afl", + "gost", + "heartbeats", + "hw(-.+)?", + "idea", + "makedepend", + "md2", + "md4", + "mdc2", + "msan", + "multiblock", + "nextprotoneg", + "pinshared", + "ocb", + "ocsp", + "pic", + "poly1305", + "posix-io", + "psk", + "rc2", + "rc4", + "rc5", + "rdrand", + "rfc3779", + "rmd160", + "scrypt", + "sctp", + "seed", + "shared", + "siphash", + "sm2", + "sm3", + "sm4", + "sock", + "srp", + "srtp", + "sse2", + "ssl", + "ssl-trace", + "static-engine", + "stdio", + "tests", + "threads", + "tls", + "ts", + "ubsan", + "ui-console", + "unit-test", + "whirlpool", + "weak-ssl-ciphers", + "zlib", + "zlib-dynamic", + "ssl3", + "ssl3-method", + "tls1", + "tls1-method", + "tls1_1", + "tls1_1-method", + "tls1_2", + "tls1_2-method", + "tls1_3", + "dtls1", + "dtls1-method", + "dtls1_2", + "dtls1_2-method", +); + +our %disabled = ( + "afalgeng" => "not-linux", + "asan" => "default", + "asm" => "option", + "buildtest-c++" => "default", + "crypto-mdebug" => "default", + "crypto-mdebug-backtrace" => "default", + "devcryptoeng" => "option", + "ec_nistp_64_gcc_128" => "default", + "egd" => "default", + "external-tests" => "default", + "fuzz-afl" => "default", + "fuzz-libfuzzer" => "default", + "heartbeats" => "default", + "mdc2" => "option", + "msan" => "default", + "sctp" => "default", + "ssl-trace" => "default", + "ubsan" => "default", + "unit-test" => "default", + "zlib-dynamic" => "default", +); + +our %withargs = ( +); + +our %unified_info = ( + "depends" => + { + "" => + [ + "include/crypto/bn_conf.h", + "include/crypto/dso_conf.h", + "include/openssl/opensslconf.h", + ], + "apps/asn1pars.o" => + [ + "apps/progs.h", + ], + "apps/ca.o" => + [ + "apps/progs.h", + ], + "apps/ciphers.o" => + [ + "apps/progs.h", + ], + "apps/cms.o" => + [ + "apps/progs.h", + ], + "apps/crl.o" => + [ + "apps/progs.h", + ], + "apps/crl2p7.o" => + [ + "apps/progs.h", + ], + "apps/dgst.o" => + [ + "apps/progs.h", + ], + "apps/dhparam.o" => + [ + "apps/progs.h", + ], + "apps/dsa.o" => + [ + "apps/progs.h", + ], + "apps/dsaparam.o" => + [ + "apps/progs.h", + ], + "apps/ec.o" => + [ + "apps/progs.h", + ], + "apps/ecparam.o" => + [ + "apps/progs.h", + ], + "apps/enc.o" => + [ + "apps/progs.h", + ], + "apps/engine.o" => + [ + "apps/progs.h", + ], + "apps/errstr.o" => + [ + "apps/progs.h", + ], + "apps/gendsa.o" => + [ + "apps/progs.h", + ], + "apps/genpkey.o" => + [ + "apps/progs.h", + ], + "apps/genrsa.o" => + [ + "apps/progs.h", + ], + "apps/nseq.o" => + [ + "apps/progs.h", + ], + "apps/ocsp.o" => + [ + "apps/progs.h", + ], + "apps/openssl" => + [ + "apps/libapps.a", + "libssl", + ], + "apps/openssl.o" => + [ + "apps/progs.h", + ], + "apps/passwd.o" => + [ + "apps/progs.h", + ], + "apps/pkcs12.o" => + [ + "apps/progs.h", + ], + "apps/pkcs7.o" => + [ + "apps/progs.h", + ], + "apps/pkcs8.o" => + [ + "apps/progs.h", + ], + "apps/pkey.o" => + [ + "apps/progs.h", + ], + "apps/pkeyparam.o" => + [ + "apps/progs.h", + ], + "apps/pkeyutl.o" => + [ + "apps/progs.h", + ], + "apps/prime.o" => + [ + "apps/progs.h", + ], + "apps/progs.h" => + [ + "configdata.pm", + ], + "apps/rand.o" => + [ + "apps/progs.h", + ], + "apps/rehash.o" => + [ + "apps/progs.h", + ], + "apps/req.o" => + [ + "apps/progs.h", + ], + "apps/rsa.o" => + [ + "apps/progs.h", + ], + "apps/rsautl.o" => + [ + "apps/progs.h", + ], + "apps/s_client.o" => + [ + "apps/progs.h", + ], + "apps/s_server.o" => + [ + "apps/progs.h", + ], + "apps/s_time.o" => + [ + "apps/progs.h", + ], + "apps/sess_id.o" => + [ + "apps/progs.h", + ], + "apps/smime.o" => + [ + "apps/progs.h", + ], + "apps/speed.o" => + [ + "apps/progs.h", + ], + "apps/spkac.o" => + [ + "apps/progs.h", + ], + "apps/srp.o" => + [ + "apps/progs.h", + ], + "apps/storeutl.o" => + [ + "apps/progs.h", + ], + "apps/ts.o" => + [ + "apps/progs.h", + ], + "apps/verify.o" => + [ + "apps/progs.h", + ], + "apps/version.o" => + [ + "apps/progs.h", + ], + "apps/x509.o" => + [ + "apps/progs.h", + ], + "crypto/aes/aes-586.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/aes/aesni-586.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/aes/aest4-sparcv9.S" => + [ + "../crypto/perlasm/sparcv9_modes.pl", + ], + "crypto/aes/vpaes-586.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/bf/bf-586.s" => + [ + "../crypto/perlasm/cbc.pl", + "../crypto/perlasm/x86asm.pl", + ], + "crypto/bn/bn-586.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/bn/co-586.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/bn/x86-gf2m.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/bn/x86-mont.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/buildinf.h" => + [ + "configdata.pm", + ], + "crypto/camellia/cmll-x86.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/camellia/cmllt4-sparcv9.S" => + [ + "../crypto/perlasm/sparcv9_modes.pl", + ], + "crypto/cast/cast-586.s" => + [ + "../crypto/perlasm/cbc.pl", + "../crypto/perlasm/x86asm.pl", + ], + "crypto/cversion.o" => + [ + "crypto/buildinf.h", + ], + "crypto/des/crypt586.s" => + [ + "../crypto/perlasm/cbc.pl", + "../crypto/perlasm/x86asm.pl", + ], + "crypto/des/des-586.s" => + [ + "../crypto/perlasm/cbc.pl", + "../crypto/perlasm/x86asm.pl", + ], + "crypto/rc4/rc4-586.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/rc5/rc5-586.s" => + [ + "../crypto/perlasm/cbc.pl", + "../crypto/perlasm/x86asm.pl", + ], + "crypto/ripemd/rmd-586.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/sha/sha1-586.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/sha/sha256-586.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/sha/sha512-586.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/whrlpool/wp-mmx.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "crypto/x86cpuid.s" => + [ + "../crypto/perlasm/x86asm.pl", + ], + "engines/capi" => + [ + "libcrypto", + ], + "engines/dasync" => + [ + "libcrypto", + ], + "engines/ossltest" => + [ + "libcrypto", + ], + "engines/padlock" => + [ + "libcrypto", + ], + "fuzz/asn1-test" => + [ + "libcrypto", + "libssl", + ], + "fuzz/asn1parse-test" => + [ + "libcrypto", + ], + "fuzz/bignum-test" => + [ + "libcrypto", + ], + "fuzz/bndiv-test" => + [ + "libcrypto", + ], + "fuzz/client-test" => + [ + "libcrypto", + "libssl", + ], + "fuzz/cms-test" => + [ + "libcrypto", + ], + "fuzz/conf-test" => + [ + "libcrypto", + ], + "fuzz/crl-test" => + [ + "libcrypto", + ], + "fuzz/ct-test" => + [ + "libcrypto", + ], + "fuzz/server-test" => + [ + "libcrypto", + "libssl", + ], + "fuzz/x509-test" => + [ + "libcrypto", + ], + "include/crypto/bn_conf.h" => + [ + "configdata.pm", + ], + "include/crypto/dso_conf.h" => + [ + "configdata.pm", + ], + "include/openssl/opensslconf.h" => + [ + "configdata.pm", + ], + "libssl" => + [ + "libcrypto", + ], + "test/aborttest" => + [ + "libcrypto", + ], + "test/afalgtest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/asn1_decode_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/asn1_encode_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/asn1_internal_test" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/asn1_string_table_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/asn1_time_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/asynciotest" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/asynctest" => + [ + "libcrypto", + ], + "test/bad_dtls_test" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/bftest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/bio_callback_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/bio_enc_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/bio_memleak_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/bioprinttest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/bntest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/buildtest_c_aes" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_asn1" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_asn1t" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_async" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_bio" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_blowfish" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_bn" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_buffer" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_camellia" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_cast" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_cmac" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_cms" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_comp" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_conf" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_conf_api" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_crypto" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_ct" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_des" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_dh" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_dsa" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_dtls1" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_e_os2" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_ebcdic" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_ec" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_ecdh" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_ecdsa" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_engine" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_evp" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_hmac" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_idea" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_kdf" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_lhash" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_md2" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_md4" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_md5" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_modes" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_obj_mac" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_objects" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_ocsp" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_opensslv" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_ossl_typ" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_pem" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_pem2" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_pkcs12" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_pkcs7" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_rand" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_rand_drbg" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_rc2" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_rc4" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_rc5" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_ripemd" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_rsa" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_safestack" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_seed" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_sha" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_srp" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_srtp" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_ssl" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_ssl2" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_ssl3" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_stack" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_store" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_symhacks" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_tls1" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_ts" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_txt_db" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_ui" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_whrlpool" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_x509" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_x509_vfy" => + [ + "libcrypto", + "libssl", + ], + "test/buildtest_c_x509v3" => + [ + "libcrypto", + "libssl", + ], + "test/casttest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/chacha_internal_test" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/cipherbytes_test" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/cipherlist_test" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/ciphername_test" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/clienthellotest" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/cmactest" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/cmsapitest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/conf_include_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/constant_time_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/crltest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/ct_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/ctype_internal_test" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/curve448_internal_test" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/d2i_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/danetest" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/destest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/dhtest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/drbg_cavs_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/drbgtest" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/dsa_no_digest_size_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/dsatest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/dtls_mtu_test" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/dtlstest" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/dtlsv1listentest" => + [ + "libssl", + "test/libtestutil.a", + ], + "test/ec_internal_test" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/ecdsatest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/ecstresstest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/ectest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/enginetest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/errtest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/evp_extra_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/evp_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/exdatatest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/exptest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/fatalerrtest" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/gmdifftest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/gosttest" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/hmactest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/ideatest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/igetest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/lhash_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/libtestutil.a" => + [ + "libcrypto", + ], + "test/md2test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/mdc2_internal_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/mdc2test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/memleaktest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/modes_internal_test" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/ocspapitest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/packettest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/pbelutest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/pemtest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/pkey_meth_kdf_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/pkey_meth_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/poly1305_internal_test" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/rc2test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/rc4test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/rc5test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/rdrand_sanitytest" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/recordlentest" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/rsa_mp_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/rsa_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/sanitytest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/secmemtest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/servername_test" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/siphash_internal_test" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/sm2_internal_test" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/sm4_internal_test" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/srptest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/ssl_cert_table_internal_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/ssl_ctx_test" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/ssl_test" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/ssl_test_ctx_test" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/sslapitest" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/sslbuffertest" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/sslcorrupttest" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/ssltest_old" => + [ + "libcrypto", + "libssl", + ], + "test/stack_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/sysdefaulttest" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/test_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/threadstest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/time_offset_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/tls13ccstest" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/tls13encryptiontest" => + [ + "libcrypto", + "libssl.a", + "test/libtestutil.a", + ], + "test/tls13secretstest" => + [ + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/uitest" => + [ + "apps/libapps.a", + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "test/v3ext" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/v3nametest" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/verify_extra_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/versions" => + [ + "libcrypto", + ], + "test/wpackettest" => + [ + "libcrypto", + "libssl.a", + "test/libtestutil.a", + ], + "test/x509_check_cert_pkey_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/x509_dup_cert_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/x509_internal_test" => + [ + "libcrypto.a", + "test/libtestutil.a", + ], + "test/x509_time_test" => + [ + "libcrypto", + "test/libtestutil.a", + ], + "test/x509aux" => + [ + "libcrypto", + "test/libtestutil.a", + ], + }, + "dirinfo" => + { + "apps" => + { + "products" => + { + "bin" => + [ + "apps/openssl", + ], + "lib" => + [ + "apps/libapps.a", + ], + }, + }, + "crypto" => + { + "deps" => + [ + "crypto/cpt_err.o", + "crypto/cryptlib.o", + "crypto/ctype.o", + "crypto/cversion.o", + "crypto/ebcdic.o", + "crypto/ex_data.o", + "crypto/getenv.o", + "crypto/init.o", + "crypto/mem.o", + "crypto/mem_clr.o", + "crypto/mem_dbg.o", + "crypto/mem_sec.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/threads_none.o", + "crypto/threads_pthread.o", + "crypto/threads_win.o", + "crypto/uid.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/aes" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/aria" => + { + "deps" => + [ + "crypto/aria/aria.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/asn1" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/async" => + { + "deps" => + [ + "crypto/async/async.o", + "crypto/async/async_err.o", + "crypto/async/async_wait.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/async/arch" => + { + "deps" => + [ + "crypto/async/arch/async_null.o", + "crypto/async/arch/async_posix.o", + "crypto/async/arch/async_win.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/bf" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/bio" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/blake2" => + { + "deps" => + [ + "crypto/blake2/blake2b.o", + "crypto/blake2/blake2s.o", + "crypto/blake2/m_blake2b.o", + "crypto/blake2/m_blake2s.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/bn" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/buffer" => + { + "deps" => + [ + "crypto/buffer/buf_err.o", + "crypto/buffer/buffer.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/camellia" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/cast" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/chacha" => + { + "deps" => + [ + "crypto/chacha/chacha_enc.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/cmac" => + { + "deps" => + [ + "crypto/cmac/cm_ameth.o", + "crypto/cmac/cm_pmeth.o", + "crypto/cmac/cmac.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/cms" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/comp" => + { + "deps" => + [ + "crypto/comp/c_zlib.o", + "crypto/comp/comp_err.o", + "crypto/comp/comp_lib.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/conf" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/ct" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/des" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/dh" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/dsa" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/dso" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/ec" => + { + "deps" => + [ + "crypto/ec/curve25519.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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/ec/curve448" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/ec/curve448/arch_32" => + { + "deps" => + [ + "crypto/ec/curve448/arch_32/f_impl.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/engine" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/err" => + { + "deps" => + [ + "crypto/err/err.o", + "crypto/err/err_all.o", + "crypto/err/err_prn.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/evp" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/hmac" => + { + "deps" => + [ + "crypto/hmac/hm_ameth.o", + "crypto/hmac/hm_pmeth.o", + "crypto/hmac/hmac.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/idea" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/kdf" => + { + "deps" => + [ + "crypto/kdf/hkdf.o", + "crypto/kdf/kdf_err.o", + "crypto/kdf/scrypt.o", + "crypto/kdf/tls1_prf.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/lhash" => + { + "deps" => + [ + "crypto/lhash/lh_stats.o", + "crypto/lhash/lhash.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/md2" => + { + "deps" => + [ + "crypto/md2/md2_dgst.o", + "crypto/md2/md2_one.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/md4" => + { + "deps" => + [ + "crypto/md4/md4_dgst.o", + "crypto/md4/md4_one.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/md5" => + { + "deps" => + [ + "crypto/md5/md5_dgst.o", + "crypto/md5/md5_one.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/modes" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/objects" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/ocsp" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/pem" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/pkcs12" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/pkcs7" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/poly1305" => + { + "deps" => + [ + "crypto/poly1305/poly1305.o", + "crypto/poly1305/poly1305_ameth.o", + "crypto/poly1305/poly1305_pmeth.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/rand" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/rc2" => + { + "deps" => + [ + "crypto/rc2/rc2_cbc.o", + "crypto/rc2/rc2_ecb.o", + "crypto/rc2/rc2_skey.o", + "crypto/rc2/rc2cfb64.o", + "crypto/rc2/rc2ofb64.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/rc4" => + { + "deps" => + [ + "crypto/rc4/rc4_enc.o", + "crypto/rc4/rc4_skey.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/rc5" => + { + "deps" => + [ + "crypto/rc5/rc5_ecb.o", + "crypto/rc5/rc5_enc.o", + "crypto/rc5/rc5_skey.o", + "crypto/rc5/rc5cfb64.o", + "crypto/rc5/rc5ofb64.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/ripemd" => + { + "deps" => + [ + "crypto/ripemd/rmd_dgst.o", + "crypto/ripemd/rmd_one.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/rsa" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/seed" => + { + "deps" => + [ + "crypto/seed/seed.o", + "crypto/seed/seed_cbc.o", + "crypto/seed/seed_cfb.o", + "crypto/seed/seed_ecb.o", + "crypto/seed/seed_ofb.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/sha" => + { + "deps" => + [ + "crypto/sha/keccak1600.o", + "crypto/sha/sha1_one.o", + "crypto/sha/sha1dgst.o", + "crypto/sha/sha256.o", + "crypto/sha/sha512.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/siphash" => + { + "deps" => + [ + "crypto/siphash/siphash.o", + "crypto/siphash/siphash_ameth.o", + "crypto/siphash/siphash_pmeth.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/sm2" => + { + "deps" => + [ + "crypto/sm2/sm2_crypt.o", + "crypto/sm2/sm2_err.o", + "crypto/sm2/sm2_pmeth.o", + "crypto/sm2/sm2_sign.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/sm3" => + { + "deps" => + [ + "crypto/sm3/m_sm3.o", + "crypto/sm3/sm3.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/sm4" => + { + "deps" => + [ + "crypto/sm4/sm4.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/srp" => + { + "deps" => + [ + "crypto/srp/srp_lib.o", + "crypto/srp/srp_vfy.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/stack" => + { + "deps" => + [ + "crypto/stack/stack.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/store" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/ts" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/txt_db" => + { + "deps" => + [ + "crypto/txt_db/txt_db.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/ui" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/whrlpool" => + { + "deps" => + [ + "crypto/whrlpool/wp_block.o", + "crypto/whrlpool/wp_dgst.o", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/x509" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "crypto/x509v3" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libcrypto", + ], + }, + }, + "engines" => + { + "products" => + { + "dso" => + [ + "engines/capi", + "engines/dasync", + "engines/ossltest", + "engines/padlock", + ], + }, + }, + "fuzz" => + { + "products" => + { + "bin" => + [ + "fuzz/asn1-test", + "fuzz/asn1parse-test", + "fuzz/bignum-test", + "fuzz/bndiv-test", + "fuzz/client-test", + "fuzz/cms-test", + "fuzz/conf-test", + "fuzz/crl-test", + "fuzz/ct-test", + "fuzz/server-test", + "fuzz/x509-test", + ], + }, + }, + "ssl" => + { + "deps" => + [ + "ssl/packet.o", + "ssl/tls13_enc.o", + "ssl/bio_ssl.o", + "ssl/d1_lib.o", + "ssl/d1_msg.o", + "ssl/d1_srtp.o", + "ssl/methods.o", + "ssl/packet.o", + "ssl/pqueue.o", + "ssl/s3_cbc.o", + "ssl/s3_enc.o", + "ssl/s3_lib.o", + "ssl/s3_msg.o", + "ssl/ssl_asn1.o", + "ssl/ssl_cert.o", + "ssl/ssl_ciph.o", + "ssl/ssl_conf.o", + "ssl/ssl_err.o", + "ssl/ssl_init.o", + "ssl/ssl_lib.o", + "ssl/ssl_mcnf.o", + "ssl/ssl_rsa.o", + "ssl/ssl_sess.o", + "ssl/ssl_stat.o", + "ssl/ssl_txt.o", + "ssl/ssl_utst.o", + "ssl/t1_enc.o", + "ssl/t1_lib.o", + "ssl/t1_trce.o", + "ssl/tls13_enc.o", + "ssl/tls_srp.o", + ], + "products" => + { + "bin" => + [ + "test/tls13secretstest", + ], + "lib" => + [ + "libssl", + ], + }, + }, + "ssl/record" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libssl", + ], + }, + }, + "ssl/statem" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "libssl", + ], + }, + }, + "test/testutil" => + { + "deps" => + [ + "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", + ], + "products" => + { + "lib" => + [ + "test/libtestutil.a", + ], + }, + }, + }, + "engines" => + [ + "engines/capi", + "engines/dasync", + "engines/ossltest", + "engines/padlock", + ], + "extra" => + [ + "crypto/alphacpuid.pl", + "crypto/arm64cpuid.pl", + "crypto/armv4cpuid.pl", + "crypto/ia64cpuid.S", + "crypto/pariscid.pl", + "crypto/ppccpuid.pl", + "crypto/x86_64cpuid.pl", + "crypto/x86cpuid.pl", + "ms/applink.c", + "ms/uplink-x86.pl", + "ms/uplink.c", + ], + "generate" => + { + "apps/progs.h" => + [ + "../apps/progs.pl", + "\$(APPS_OPENSSL)", + ], + "crypto/aes/aes-586.s" => + [ + "../crypto/aes/asm/aes-586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/aes/aes-armv4.S" => + [ + "../crypto/aes/asm/aes-armv4.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aes-ia64.s" => + [ + "../crypto/aes/asm/aes-ia64.S", + ], + "crypto/aes/aes-mips.S" => + [ + "../crypto/aes/asm/aes-mips.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aes-parisc.s" => + [ + "../crypto/aes/asm/aes-parisc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aes-ppc.s" => + [ + "../crypto/aes/asm/aes-ppc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aes-s390x.S" => + [ + "../crypto/aes/asm/aes-s390x.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aes-sparcv9.S" => + [ + "../crypto/aes/asm/aes-sparcv9.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aes-x86_64.s" => + [ + "../crypto/aes/asm/aes-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aesfx-sparcv9.S" => + [ + "../crypto/aes/asm/aesfx-sparcv9.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aesni-mb-x86_64.s" => + [ + "../crypto/aes/asm/aesni-mb-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aesni-sha1-x86_64.s" => + [ + "../crypto/aes/asm/aesni-sha1-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aesni-sha256-x86_64.s" => + [ + "../crypto/aes/asm/aesni-sha256-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aesni-x86.s" => + [ + "../crypto/aes/asm/aesni-x86.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/aes/aesni-x86_64.s" => + [ + "../crypto/aes/asm/aesni-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aesp8-ppc.s" => + [ + "../crypto/aes/asm/aesp8-ppc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aest4-sparcv9.S" => + [ + "../crypto/aes/asm/aest4-sparcv9.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/aesv8-armx.S" => + [ + "../crypto/aes/asm/aesv8-armx.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/bsaes-armv7.S" => + [ + "../crypto/aes/asm/bsaes-armv7.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/bsaes-x86_64.s" => + [ + "../crypto/aes/asm/bsaes-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/vpaes-armv8.S" => + [ + "../crypto/aes/asm/vpaes-armv8.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/vpaes-ppc.s" => + [ + "../crypto/aes/asm/vpaes-ppc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/aes/vpaes-x86.s" => + [ + "../crypto/aes/asm/vpaes-x86.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/aes/vpaes-x86_64.s" => + [ + "../crypto/aes/asm/vpaes-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/alphacpuid.s" => + [ + "../crypto/alphacpuid.pl", + ], + "crypto/arm64cpuid.S" => + [ + "../crypto/arm64cpuid.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/armv4cpuid.S" => + [ + "../crypto/armv4cpuid.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bf/bf-586.s" => + [ + "../crypto/bf/asm/bf-586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/bn/alpha-mont.S" => + [ + "../crypto/bn/asm/alpha-mont.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/armv4-gf2m.S" => + [ + "../crypto/bn/asm/armv4-gf2m.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/armv4-mont.S" => + [ + "../crypto/bn/asm/armv4-mont.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/armv8-mont.S" => + [ + "../crypto/bn/asm/armv8-mont.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/bn-586.s" => + [ + "../crypto/bn/asm/bn-586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/bn/bn-ia64.s" => + [ + "../crypto/bn/asm/ia64.S", + ], + "crypto/bn/bn-mips.S" => + [ + "../crypto/bn/asm/mips.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/bn-ppc.s" => + [ + "../crypto/bn/asm/ppc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/co-586.s" => + [ + "../crypto/bn/asm/co-586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/bn/ia64-mont.s" => + [ + "../crypto/bn/asm/ia64-mont.pl", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + ], + "crypto/bn/mips-mont.S" => + [ + "../crypto/bn/asm/mips-mont.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/parisc-mont.s" => + [ + "../crypto/bn/asm/parisc-mont.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/ppc-mont.s" => + [ + "../crypto/bn/asm/ppc-mont.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/ppc64-mont.s" => + [ + "../crypto/bn/asm/ppc64-mont.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/rsaz-avx2.s" => + [ + "../crypto/bn/asm/rsaz-avx2.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/rsaz-x86_64.s" => + [ + "../crypto/bn/asm/rsaz-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/s390x-gf2m.s" => + [ + "../crypto/bn/asm/s390x-gf2m.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/s390x-mont.S" => + [ + "../crypto/bn/asm/s390x-mont.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/sparct4-mont.S" => + [ + "../crypto/bn/asm/sparct4-mont.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/sparcv9-gf2m.S" => + [ + "../crypto/bn/asm/sparcv9-gf2m.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/sparcv9-mont.S" => + [ + "../crypto/bn/asm/sparcv9-mont.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/sparcv9a-mont.S" => + [ + "../crypto/bn/asm/sparcv9a-mont.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/vis3-mont.S" => + [ + "../crypto/bn/asm/vis3-mont.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/x86-gf2m.s" => + [ + "../crypto/bn/asm/x86-gf2m.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/bn/x86-mont.s" => + [ + "../crypto/bn/asm/x86-mont.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/bn/x86_64-gf2m.s" => + [ + "../crypto/bn/asm/x86_64-gf2m.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/x86_64-mont.s" => + [ + "../crypto/bn/asm/x86_64-mont.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/bn/x86_64-mont5.s" => + [ + "../crypto/bn/asm/x86_64-mont5.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/buildinf.h" => + [ + "../util/mkbuildinf.pl", + "\"\$(CC)", + "\$(LIB_CFLAGS)", + "\$(CPPFLAGS_Q)\"", + "\"\$(PLATFORM)\"", + ], + "crypto/camellia/cmll-x86.s" => + [ + "../crypto/camellia/asm/cmll-x86.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/camellia/cmll-x86_64.s" => + [ + "../crypto/camellia/asm/cmll-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/camellia/cmllt4-sparcv9.S" => + [ + "../crypto/camellia/asm/cmllt4-sparcv9.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/cast/cast-586.s" => + [ + "../crypto/cast/asm/cast-586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/chacha/chacha-armv4.S" => + [ + "../crypto/chacha/asm/chacha-armv4.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/chacha/chacha-armv8.S" => + [ + "../crypto/chacha/asm/chacha-armv8.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/chacha/chacha-ppc.s" => + [ + "../crypto/chacha/asm/chacha-ppc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/chacha/chacha-s390x.S" => + [ + "../crypto/chacha/asm/chacha-s390x.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/chacha/chacha-x86.s" => + [ + "../crypto/chacha/asm/chacha-x86.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/chacha/chacha-x86_64.s" => + [ + "../crypto/chacha/asm/chacha-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/des/crypt586.s" => + [ + "../crypto/des/asm/crypt586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + ], + "crypto/des/des-586.s" => + [ + "../crypto/des/asm/des-586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + ], + "crypto/des/des_enc-sparc.S" => + [ + "../crypto/des/asm/des_enc.m4", + ], + "crypto/des/dest4-sparcv9.S" => + [ + "../crypto/des/asm/dest4-sparcv9.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/ec/ecp_nistz256-armv4.S" => + [ + "../crypto/ec/asm/ecp_nistz256-armv4.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/ec/ecp_nistz256-armv8.S" => + [ + "../crypto/ec/asm/ecp_nistz256-armv8.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/ec/ecp_nistz256-avx2.s" => + [ + "../crypto/ec/asm/ecp_nistz256-avx2.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/ec/ecp_nistz256-ppc64.s" => + [ + "../crypto/ec/asm/ecp_nistz256-ppc64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/ec/ecp_nistz256-sparcv9.S" => + [ + "../crypto/ec/asm/ecp_nistz256-sparcv9.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/ec/ecp_nistz256-x86.s" => + [ + "../crypto/ec/asm/ecp_nistz256-x86.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/ec/ecp_nistz256-x86_64.s" => + [ + "../crypto/ec/asm/ecp_nistz256-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/ec/x25519-ppc64.s" => + [ + "../crypto/ec/asm/x25519-ppc64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/ec/x25519-x86_64.s" => + [ + "../crypto/ec/asm/x25519-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/ia64cpuid.s" => + [ + "../crypto/ia64cpuid.S", + ], + "crypto/md5/md5-586.s" => + [ + "../crypto/md5/asm/md5-586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + ], + "crypto/md5/md5-sparcv9.S" => + [ + "../crypto/md5/asm/md5-sparcv9.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/md5/md5-x86_64.s" => + [ + "../crypto/md5/asm/md5-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/modes/aesni-gcm-x86_64.s" => + [ + "../crypto/modes/asm/aesni-gcm-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/modes/ghash-alpha.S" => + [ + "../crypto/modes/asm/ghash-alpha.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/modes/ghash-armv4.S" => + [ + "../crypto/modes/asm/ghash-armv4.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/modes/ghash-ia64.s" => + [ + "../crypto/modes/asm/ghash-ia64.pl", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + ], + "crypto/modes/ghash-parisc.s" => + [ + "../crypto/modes/asm/ghash-parisc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/modes/ghash-s390x.S" => + [ + "../crypto/modes/asm/ghash-s390x.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/modes/ghash-sparcv9.S" => + [ + "../crypto/modes/asm/ghash-sparcv9.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/modes/ghash-x86.s" => + [ + "../crypto/modes/asm/ghash-x86.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/modes/ghash-x86_64.s" => + [ + "../crypto/modes/asm/ghash-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/modes/ghashp8-ppc.s" => + [ + "../crypto/modes/asm/ghashp8-ppc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/modes/ghashv8-armx.S" => + [ + "../crypto/modes/asm/ghashv8-armx.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/pariscid.s" => + [ + "../crypto/pariscid.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/poly1305/poly1305-armv4.S" => + [ + "../crypto/poly1305/asm/poly1305-armv4.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/poly1305/poly1305-armv8.S" => + [ + "../crypto/poly1305/asm/poly1305-armv8.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/poly1305/poly1305-mips.S" => + [ + "../crypto/poly1305/asm/poly1305-mips.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/poly1305/poly1305-ppc.s" => + [ + "../crypto/poly1305/asm/poly1305-ppc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/poly1305/poly1305-ppcfp.s" => + [ + "../crypto/poly1305/asm/poly1305-ppcfp.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/poly1305/poly1305-s390x.S" => + [ + "../crypto/poly1305/asm/poly1305-s390x.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/poly1305/poly1305-sparcv9.S" => + [ + "../crypto/poly1305/asm/poly1305-sparcv9.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/poly1305/poly1305-x86.s" => + [ + "../crypto/poly1305/asm/poly1305-x86.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/poly1305/poly1305-x86_64.s" => + [ + "../crypto/poly1305/asm/poly1305-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/ppccpuid.s" => + [ + "../crypto/ppccpuid.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/rc4/rc4-586.s" => + [ + "../crypto/rc4/asm/rc4-586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/rc4/rc4-md5-x86_64.s" => + [ + "../crypto/rc4/asm/rc4-md5-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/rc4/rc4-parisc.s" => + [ + "../crypto/rc4/asm/rc4-parisc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/rc4/rc4-s390x.s" => + [ + "../crypto/rc4/asm/rc4-s390x.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/rc4/rc4-x86_64.s" => + [ + "../crypto/rc4/asm/rc4-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/rc5/rc5-586.s" => + [ + "../crypto/rc5/asm/rc5-586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + ], + "crypto/ripemd/rmd-586.s" => + [ + "../crypto/ripemd/asm/rmd-586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + ], + "crypto/s390xcpuid.S" => + [ + "../crypto/s390xcpuid.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/keccak1600-armv4.S" => + [ + "../crypto/sha/asm/keccak1600-armv4.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/keccak1600-armv8.S" => + [ + "../crypto/sha/asm/keccak1600-armv8.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/keccak1600-ppc64.s" => + [ + "../crypto/sha/asm/keccak1600-ppc64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/keccak1600-s390x.S" => + [ + "../crypto/sha/asm/keccak1600-s390x.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/keccak1600-x86_64.s" => + [ + "../crypto/sha/asm/keccak1600-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha1-586.s" => + [ + "../crypto/sha/asm/sha1-586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/sha/sha1-alpha.S" => + [ + "../crypto/sha/asm/sha1-alpha.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha1-armv4-large.S" => + [ + "../crypto/sha/asm/sha1-armv4-large.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha1-armv8.S" => + [ + "../crypto/sha/asm/sha1-armv8.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha1-ia64.s" => + [ + "../crypto/sha/asm/sha1-ia64.pl", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + ], + "crypto/sha/sha1-mb-x86_64.s" => + [ + "../crypto/sha/asm/sha1-mb-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha1-mips.S" => + [ + "../crypto/sha/asm/sha1-mips.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha1-parisc.s" => + [ + "../crypto/sha/asm/sha1-parisc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha1-ppc.s" => + [ + "../crypto/sha/asm/sha1-ppc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha1-s390x.S" => + [ + "../crypto/sha/asm/sha1-s390x.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha1-sparcv9.S" => + [ + "../crypto/sha/asm/sha1-sparcv9.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha1-x86_64.s" => + [ + "../crypto/sha/asm/sha1-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha256-586.s" => + [ + "../crypto/sha/asm/sha256-586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/sha/sha256-armv4.S" => + [ + "../crypto/sha/asm/sha256-armv4.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha256-armv8.S" => + [ + "../crypto/sha/asm/sha512-armv8.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha256-ia64.s" => + [ + "../crypto/sha/asm/sha512-ia64.pl", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + ], + "crypto/sha/sha256-mb-x86_64.s" => + [ + "../crypto/sha/asm/sha256-mb-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha256-mips.S" => + [ + "../crypto/sha/asm/sha512-mips.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha256-parisc.s" => + [ + "../crypto/sha/asm/sha512-parisc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha256-ppc.s" => + [ + "../crypto/sha/asm/sha512-ppc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha256-s390x.S" => + [ + "../crypto/sha/asm/sha512-s390x.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha256-sparcv9.S" => + [ + "../crypto/sha/asm/sha512-sparcv9.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha256-x86_64.s" => + [ + "../crypto/sha/asm/sha512-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha256p8-ppc.s" => + [ + "../crypto/sha/asm/sha512p8-ppc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha512-586.s" => + [ + "../crypto/sha/asm/sha512-586.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/sha/sha512-armv4.S" => + [ + "../crypto/sha/asm/sha512-armv4.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha512-armv8.S" => + [ + "../crypto/sha/asm/sha512-armv8.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha512-ia64.s" => + [ + "../crypto/sha/asm/sha512-ia64.pl", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + ], + "crypto/sha/sha512-mips.S" => + [ + "../crypto/sha/asm/sha512-mips.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha512-parisc.s" => + [ + "../crypto/sha/asm/sha512-parisc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha512-ppc.s" => + [ + "../crypto/sha/asm/sha512-ppc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha512-s390x.S" => + [ + "../crypto/sha/asm/sha512-s390x.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha512-sparcv9.S" => + [ + "../crypto/sha/asm/sha512-sparcv9.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha512-x86_64.s" => + [ + "../crypto/sha/asm/sha512-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/sha/sha512p8-ppc.s" => + [ + "../crypto/sha/asm/sha512p8-ppc.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/uplink-ia64.s" => + [ + "../ms/uplink-ia64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/uplink-x86.s" => + [ + "../ms/uplink-x86.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/uplink-x86_64.s" => + [ + "../ms/uplink-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/whrlpool/wp-mmx.s" => + [ + "../crypto/whrlpool/asm/wp-mmx.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "crypto/whrlpool/wp-x86_64.s" => + [ + "../crypto/whrlpool/asm/wp-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/x86_64cpuid.s" => + [ + "../crypto/x86_64cpuid.pl", + "\$(PERLASM_SCHEME)", + ], + "crypto/x86cpuid.s" => + [ + "../crypto/x86cpuid.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "engines/e_padlock-x86.s" => + [ + "../engines/asm/e_padlock-x86.pl", + "\$(PERLASM_SCHEME)", + "\$(LIB_CFLAGS)", + "\$(LIB_CPPFLAGS)", + "\$(PROCESSOR)", + ], + "engines/e_padlock-x86_64.s" => + [ + "../engines/asm/e_padlock-x86_64.pl", + "\$(PERLASM_SCHEME)", + ], + "include/crypto/bn_conf.h" => + [ + "../include/crypto/bn_conf.h.in", + ], + "include/crypto/dso_conf.h" => + [ + "../include/crypto/dso_conf.h.in", + ], + "include/openssl/opensslconf.h" => + [ + "../include/openssl/opensslconf.h.in", + ], + "test/buildtest_aes.c" => + [ + "../test/generate_buildtest.pl", + "aes", + ], + "test/buildtest_asn1.c" => + [ + "../test/generate_buildtest.pl", + "asn1", + ], + "test/buildtest_asn1t.c" => + [ + "../test/generate_buildtest.pl", + "asn1t", + ], + "test/buildtest_async.c" => + [ + "../test/generate_buildtest.pl", + "async", + ], + "test/buildtest_bio.c" => + [ + "../test/generate_buildtest.pl", + "bio", + ], + "test/buildtest_blowfish.c" => + [ + "../test/generate_buildtest.pl", + "blowfish", + ], + "test/buildtest_bn.c" => + [ + "../test/generate_buildtest.pl", + "bn", + ], + "test/buildtest_buffer.c" => + [ + "../test/generate_buildtest.pl", + "buffer", + ], + "test/buildtest_camellia.c" => + [ + "../test/generate_buildtest.pl", + "camellia", + ], + "test/buildtest_cast.c" => + [ + "../test/generate_buildtest.pl", + "cast", + ], + "test/buildtest_cmac.c" => + [ + "../test/generate_buildtest.pl", + "cmac", + ], + "test/buildtest_cms.c" => + [ + "../test/generate_buildtest.pl", + "cms", + ], + "test/buildtest_comp.c" => + [ + "../test/generate_buildtest.pl", + "comp", + ], + "test/buildtest_conf.c" => + [ + "../test/generate_buildtest.pl", + "conf", + ], + "test/buildtest_conf_api.c" => + [ + "../test/generate_buildtest.pl", + "conf_api", + ], + "test/buildtest_crypto.c" => + [ + "../test/generate_buildtest.pl", + "crypto", + ], + "test/buildtest_ct.c" => + [ + "../test/generate_buildtest.pl", + "ct", + ], + "test/buildtest_des.c" => + [ + "../test/generate_buildtest.pl", + "des", + ], + "test/buildtest_dh.c" => + [ + "../test/generate_buildtest.pl", + "dh", + ], + "test/buildtest_dsa.c" => + [ + "../test/generate_buildtest.pl", + "dsa", + ], + "test/buildtest_dtls1.c" => + [ + "../test/generate_buildtest.pl", + "dtls1", + ], + "test/buildtest_e_os2.c" => + [ + "../test/generate_buildtest.pl", + "e_os2", + ], + "test/buildtest_ebcdic.c" => + [ + "../test/generate_buildtest.pl", + "ebcdic", + ], + "test/buildtest_ec.c" => + [ + "../test/generate_buildtest.pl", + "ec", + ], + "test/buildtest_ecdh.c" => + [ + "../test/generate_buildtest.pl", + "ecdh", + ], + "test/buildtest_ecdsa.c" => + [ + "../test/generate_buildtest.pl", + "ecdsa", + ], + "test/buildtest_engine.c" => + [ + "../test/generate_buildtest.pl", + "engine", + ], + "test/buildtest_evp.c" => + [ + "../test/generate_buildtest.pl", + "evp", + ], + "test/buildtest_hmac.c" => + [ + "../test/generate_buildtest.pl", + "hmac", + ], + "test/buildtest_idea.c" => + [ + "../test/generate_buildtest.pl", + "idea", + ], + "test/buildtest_kdf.c" => + [ + "../test/generate_buildtest.pl", + "kdf", + ], + "test/buildtest_lhash.c" => + [ + "../test/generate_buildtest.pl", + "lhash", + ], + "test/buildtest_md2.c" => + [ + "../test/generate_buildtest.pl", + "md2", + ], + "test/buildtest_md4.c" => + [ + "../test/generate_buildtest.pl", + "md4", + ], + "test/buildtest_md5.c" => + [ + "../test/generate_buildtest.pl", + "md5", + ], + "test/buildtest_modes.c" => + [ + "../test/generate_buildtest.pl", + "modes", + ], + "test/buildtest_obj_mac.c" => + [ + "../test/generate_buildtest.pl", + "obj_mac", + ], + "test/buildtest_objects.c" => + [ + "../test/generate_buildtest.pl", + "objects", + ], + "test/buildtest_ocsp.c" => + [ + "../test/generate_buildtest.pl", + "ocsp", + ], + "test/buildtest_opensslv.c" => + [ + "../test/generate_buildtest.pl", + "opensslv", + ], + "test/buildtest_ossl_typ.c" => + [ + "../test/generate_buildtest.pl", + "ossl_typ", + ], + "test/buildtest_pem.c" => + [ + "../test/generate_buildtest.pl", + "pem", + ], + "test/buildtest_pem2.c" => + [ + "../test/generate_buildtest.pl", + "pem2", + ], + "test/buildtest_pkcs12.c" => + [ + "../test/generate_buildtest.pl", + "pkcs12", + ], + "test/buildtest_pkcs7.c" => + [ + "../test/generate_buildtest.pl", + "pkcs7", + ], + "test/buildtest_rand.c" => + [ + "../test/generate_buildtest.pl", + "rand", + ], + "test/buildtest_rand_drbg.c" => + [ + "../test/generate_buildtest.pl", + "rand_drbg", + ], + "test/buildtest_rc2.c" => + [ + "../test/generate_buildtest.pl", + "rc2", + ], + "test/buildtest_rc4.c" => + [ + "../test/generate_buildtest.pl", + "rc4", + ], + "test/buildtest_rc5.c" => + [ + "../test/generate_buildtest.pl", + "rc5", + ], + "test/buildtest_ripemd.c" => + [ + "../test/generate_buildtest.pl", + "ripemd", + ], + "test/buildtest_rsa.c" => + [ + "../test/generate_buildtest.pl", + "rsa", + ], + "test/buildtest_safestack.c" => + [ + "../test/generate_buildtest.pl", + "safestack", + ], + "test/buildtest_seed.c" => + [ + "../test/generate_buildtest.pl", + "seed", + ], + "test/buildtest_sha.c" => + [ + "../test/generate_buildtest.pl", + "sha", + ], + "test/buildtest_srp.c" => + [ + "../test/generate_buildtest.pl", + "srp", + ], + "test/buildtest_srtp.c" => + [ + "../test/generate_buildtest.pl", + "srtp", + ], + "test/buildtest_ssl.c" => + [ + "../test/generate_buildtest.pl", + "ssl", + ], + "test/buildtest_ssl2.c" => + [ + "../test/generate_buildtest.pl", + "ssl2", + ], + "test/buildtest_ssl3.c" => + [ + "../test/generate_buildtest.pl", + "ssl3", + ], + "test/buildtest_stack.c" => + [ + "../test/generate_buildtest.pl", + "stack", + ], + "test/buildtest_store.c" => + [ + "../test/generate_buildtest.pl", + "store", + ], + "test/buildtest_symhacks.c" => + [ + "../test/generate_buildtest.pl", + "symhacks", + ], + "test/buildtest_tls1.c" => + [ + "../test/generate_buildtest.pl", + "tls1", + ], + "test/buildtest_ts.c" => + [ + "../test/generate_buildtest.pl", + "ts", + ], + "test/buildtest_txt_db.c" => + [ + "../test/generate_buildtest.pl", + "txt_db", + ], + "test/buildtest_ui.c" => + [ + "../test/generate_buildtest.pl", + "ui", + ], + "test/buildtest_whrlpool.c" => + [ + "../test/generate_buildtest.pl", + "whrlpool", + ], + "test/buildtest_x509.c" => + [ + "../test/generate_buildtest.pl", + "x509", + ], + "test/buildtest_x509_vfy.c" => + [ + "../test/generate_buildtest.pl", + "x509_vfy", + ], + "test/buildtest_x509v3.c" => + [ + "../test/generate_buildtest.pl", + "x509v3", + ], + }, + "includes" => + { + "apps/app_rand.o" => + [ + ".", + "include", + "..", + "../include", + ], + "apps/apps.o" => + [ + ".", + "include", + "..", + "../include", + ], + "apps/asn1pars.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/bf_prefix.o" => + [ + ".", + "include", + "..", + "../include", + ], + "apps/ca.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/ciphers.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/cms.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/crl.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/crl2p7.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/dgst.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/dhparam.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/dsa.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/dsaparam.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/ec.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/ecparam.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/enc.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/engine.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/errstr.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/gendsa.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/genpkey.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/genrsa.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/nseq.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/ocsp.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/openssl.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/opt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "apps/passwd.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/pkcs12.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/pkcs7.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/pkcs8.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/pkey.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/pkeyparam.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/pkeyutl.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/prime.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/progs.h" => + [ + ".", + ], + "apps/rand.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/rehash.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/req.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/rsa.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/rsautl.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/s_cb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "apps/s_client.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/s_server.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/s_socket.o" => + [ + ".", + "include", + "..", + "../include", + ], + "apps/s_time.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/sess_id.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/smime.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/speed.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/spkac.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/srp.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/storeutl.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/ts.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/verify.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/version.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "apps/x509.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + ], + "crypto/aes/aes-armv4.o" => + [ + "crypto", + "../crypto", + ], + "crypto/aes/aes-mips.o" => + [ + "crypto", + "../crypto", + ], + "crypto/aes/aes-s390x.o" => + [ + "crypto", + "../crypto", + ], + "crypto/aes/aes-sparcv9.o" => + [ + "crypto", + "../crypto", + ], + "crypto/aes/aes_cbc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/aes/aes_cfb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/aes/aes_core.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/aes/aes_ecb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/aes/aes_ige.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/aes/aes_misc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/aes/aes_ofb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/aes/aes_wrap.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/aes/aesfx-sparcv9.o" => + [ + "crypto", + "../crypto", + ], + "crypto/aes/aest4-sparcv9.o" => + [ + "crypto", + "../crypto", + ], + "crypto/aes/aesv8-armx.o" => + [ + "crypto", + "../crypto", + ], + "crypto/aes/bsaes-armv7.o" => + [ + "crypto", + "../crypto", + ], + "crypto/aria/aria.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/arm64cpuid.o" => + [ + "crypto", + "../crypto", + ], + "crypto/armv4cpuid.o" => + [ + "crypto", + "../crypto", + ], + "crypto/asn1/a_bitstr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_d2i_fp.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_digest.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_dup.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_gentm.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_i2d_fp.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_int.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_mbstr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_object.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_octet.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_print.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_sign.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_strex.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_strnid.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_time.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_type.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_utctm.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_utf8.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/a_verify.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/ameth_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/asn1_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/asn1_gen.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/asn1_item_list.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/asn1_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/asn1_par.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/asn_mime.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/asn_moid.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/asn_mstbl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/asn_pack.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/bio_asn1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/bio_ndef.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/d2i_pr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/d2i_pu.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/evp_asn1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/f_int.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/f_string.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/i2d_pr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/i2d_pu.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/n_pkey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/nsseq.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/p5_pbe.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/p5_pbev2.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/p5_scrypt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/p8_pkey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/t_bitst.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/t_pkey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/t_spki.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/tasn_dec.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/tasn_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/tasn_fre.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/tasn_new.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/tasn_prn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/tasn_scn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/tasn_typ.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/tasn_utl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/x_algor.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/x_bignum.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/x_info.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/x_int64.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/x_long.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/x_pkey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/x_sig.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/x_spki.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/asn1/x_val.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/async/arch/async_null.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/async/arch/async_posix.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/async/arch/async_win.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/async/async.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/async/async_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/async/async_wait.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bf/bf_cfb64.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bf/bf_ecb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bf/bf_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bf/bf_ofb64.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bf/bf_skey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/b_addr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/b_dump.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/b_print.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/b_sock.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/b_sock2.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bf_buff.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bf_lbuf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bf_nbio.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bf_null.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bio_cb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bio_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bio_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bio_meth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bss_acpt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bss_bio.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bss_conn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bss_dgram.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bss_fd.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bss_file.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bss_log.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bss_mem.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bss_null.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bio/bss_sock.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/blake2/blake2b.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/blake2/blake2s.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/blake2/m_blake2b.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/blake2/m_blake2s.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/armv4-gf2m.o" => + [ + "crypto", + "../crypto", + ], + "crypto/bn/armv4-mont.o" => + [ + "crypto", + "../crypto", + ], + "crypto/bn/bn-mips.o" => + [ + "crypto", + "../crypto", + ], + "crypto/bn/bn_add.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_asm.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_blind.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_const.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_ctx.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_depr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_dh.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_div.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_exp.o" => + [ + ".", + "include", + "crypto", + "..", + "../include", + "../crypto", + ], + "crypto/bn/bn_exp2.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_gcd.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_gf2m.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_intern.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_kron.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_mod.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_mont.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_mpi.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_mul.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_nist.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_prime.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_print.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_rand.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_recp.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_shift.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_sqr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_sqrt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_srp.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_word.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/bn_x931p.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/bn/mips-mont.o" => + [ + "crypto", + "../crypto", + ], + "crypto/bn/sparct4-mont.o" => + [ + "crypto", + "../crypto", + ], + "crypto/bn/sparcv9-gf2m.o" => + [ + "crypto", + "../crypto", + ], + "crypto/bn/sparcv9-mont.o" => + [ + "crypto", + "../crypto", + ], + "crypto/bn/sparcv9a-mont.o" => + [ + "crypto", + "../crypto", + ], + "crypto/bn/vis3-mont.o" => + [ + "crypto", + "../crypto", + ], + "crypto/buffer/buf_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/buffer/buffer.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/buildinf.h" => + [ + ".", + ], + "crypto/camellia/camellia.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/camellia/cmll_cbc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/camellia/cmll_cfb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/camellia/cmll_ctr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/camellia/cmll_ecb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/camellia/cmll_misc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/camellia/cmll_ofb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/camellia/cmllt4-sparcv9.o" => + [ + "crypto", + "../crypto", + ], + "crypto/cast/c_cfb64.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cast/c_ecb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cast/c_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cast/c_ofb64.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cast/c_skey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/chacha/chacha-armv4.o" => + [ + "crypto", + "../crypto", + ], + "crypto/chacha/chacha-armv8.o" => + [ + "crypto", + "../crypto", + ], + "crypto/chacha/chacha-s390x.o" => + [ + "crypto", + "../crypto", + ], + "crypto/chacha/chacha_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cmac/cm_ameth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cmac/cm_pmeth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cmac/cmac.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_asn1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_att.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_cd.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_dd.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_env.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_ess.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_io.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_kari.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_pwri.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_sd.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cms/cms_smime.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/comp/c_zlib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/comp/comp_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/comp/comp_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/conf/conf_api.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/conf/conf_def.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/conf/conf_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/conf/conf_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/conf/conf_mall.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/conf/conf_mod.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/conf/conf_sap.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/conf/conf_ssl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cpt_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cryptlib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ct/ct_b64.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ct/ct_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ct/ct_log.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ct/ct_oct.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ct/ct_policy.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ct/ct_prn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ct/ct_sct.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ct/ct_sct_ctx.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ct/ct_vfy.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ct/ct_x509v3.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ctype.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/cversion.o" => + [ + ".", + "include", + "crypto", + "..", + "../include", + ], + "crypto/des/cbc_cksm.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/cbc_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/cfb64ede.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/cfb64enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/cfb_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/des_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/dest4-sparcv9.o" => + [ + "crypto", + "../crypto", + ], + "crypto/des/ecb3_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/ecb_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/fcrypt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/fcrypt_b.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/ofb64ede.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/ofb64enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/ofb_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/pcbc_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/qud_cksm.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/rand_key.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/set_key.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/str2key.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/des/xcbc_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_ameth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_asn1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_check.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_depr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_gen.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_kdf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_key.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_meth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_pmeth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_prn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_rfc5114.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dh/dh_rfc7919.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dsa/dsa_ameth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dsa/dsa_asn1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dsa/dsa_depr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dsa/dsa_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dsa/dsa_gen.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dsa/dsa_key.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dsa/dsa_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dsa/dsa_meth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dsa/dsa_ossl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dsa/dsa_pmeth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dsa/dsa_prn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dsa/dsa_sign.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dsa/dsa_vrf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dso/dso_dl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dso/dso_dlfcn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dso/dso_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dso/dso_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dso/dso_openssl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dso/dso_vms.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/dso/dso_win32.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ebcdic.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/curve25519.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/curve448/arch_32/f_impl.o" => + [ + ".", + "include", + "crypto/ec/curve448/arch_32", + "crypto/ec/curve448", + "..", + "../include", + "../crypto/ec/curve448/arch_32", + "../crypto/ec/curve448", + ], + "crypto/ec/curve448/curve448.o" => + [ + ".", + "include", + "crypto/ec/curve448/arch_32", + "crypto/ec/curve448", + "..", + "../include", + "../crypto/ec/curve448/arch_32", + "../crypto/ec/curve448", + ], + "crypto/ec/curve448/curve448_tables.o" => + [ + ".", + "include", + "crypto/ec/curve448/arch_32", + "crypto/ec/curve448", + "..", + "../include", + "../crypto/ec/curve448/arch_32", + "../crypto/ec/curve448", + ], + "crypto/ec/curve448/eddsa.o" => + [ + ".", + "include", + "crypto/ec/curve448/arch_32", + "crypto/ec/curve448", + "..", + "../include", + "../crypto/ec/curve448/arch_32", + "../crypto/ec/curve448", + ], + "crypto/ec/curve448/f_generic.o" => + [ + ".", + "include", + "crypto/ec/curve448/arch_32", + "crypto/ec/curve448", + "..", + "../include", + "../crypto/ec/curve448/arch_32", + "../crypto/ec/curve448", + ], + "crypto/ec/curve448/scalar.o" => + [ + ".", + "include", + "crypto/ec/curve448/arch_32", + "crypto/ec/curve448", + "..", + "../include", + "../crypto/ec/curve448/arch_32", + "../crypto/ec/curve448", + ], + "crypto/ec/ec2_oct.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec2_smpl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec_ameth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec_asn1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec_check.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec_curve.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec_cvt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec_key.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec_kmeth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec_mult.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec_oct.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec_pmeth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ec_print.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecdh_kdf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecdh_ossl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecdsa_ossl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecdsa_sign.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecdsa_vrf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/eck_prn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecp_mont.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecp_nist.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecp_nistp224.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecp_nistp256.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecp_nistp521.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecp_nistputil.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecp_nistz256-armv4.o" => + [ + "crypto", + "../crypto", + ], + "crypto/ec/ecp_nistz256-armv8.o" => + [ + "crypto", + "../crypto", + ], + "crypto/ec/ecp_nistz256-sparcv9.o" => + [ + "crypto", + "../crypto", + ], + "crypto/ec/ecp_oct.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecp_smpl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ec/ecx_meth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/eng_all.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/eng_cnf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/eng_ctrl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/eng_dyn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/eng_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/eng_fat.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/eng_init.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/eng_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/eng_list.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/eng_openssl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/eng_pkey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/eng_rdrand.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/eng_table.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/tb_asnmth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/tb_cipher.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/tb_dh.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/tb_digest.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/tb_dsa.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/tb_eckey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/tb_pkmeth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/tb_rand.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/engine/tb_rsa.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/err/err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/err/err_all.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/err/err_prn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/bio_b64.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/bio_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/bio_md.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/bio_ok.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/c_allc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/c_alld.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/cmeth_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/digest.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/e_aes.o" => + [ + ".", + "include", + "crypto", + "crypto/modes", + "..", + "../include", + "../crypto", + "../crypto/modes", + ], + "crypto/evp/e_aes_cbc_hmac_sha1.o" => + [ + ".", + "include", + "crypto/modes", + "..", + "../include", + "../crypto/modes", + ], + "crypto/evp/e_aes_cbc_hmac_sha256.o" => + [ + ".", + "include", + "crypto/modes", + "..", + "../include", + "../crypto/modes", + ], + "crypto/evp/e_aria.o" => + [ + ".", + "include", + "crypto", + "crypto/modes", + "..", + "../include", + "../crypto", + "../crypto/modes", + ], + "crypto/evp/e_bf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/e_camellia.o" => + [ + ".", + "include", + "crypto", + "crypto/modes", + "..", + "../include", + "../crypto", + "../crypto/modes", + ], + "crypto/evp/e_cast.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/e_chacha20_poly1305.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/e_des.o" => + [ + ".", + "include", + "crypto", + "..", + "../include", + "../crypto", + ], + "crypto/evp/e_des3.o" => + [ + ".", + "include", + "crypto", + "..", + "../include", + "../crypto", + ], + "crypto/evp/e_idea.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/e_null.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/e_old.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/e_rc2.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/e_rc4.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/e_rc4_hmac_md5.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/e_rc5.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/e_seed.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/e_sm4.o" => + [ + ".", + "include", + "crypto", + "crypto/modes", + "..", + "../include", + "../crypto", + "../crypto/modes", + ], + "crypto/evp/e_xcbc_d.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/encode.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/evp_cnf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/evp_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/evp_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/evp_key.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/evp_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/evp_pbe.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/evp_pkey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/m_md2.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/m_md4.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/m_md5.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/m_md5_sha1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/m_mdc2.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/m_null.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/m_ripemd.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/m_sha1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/m_sha3.o" => + [ + ".", + "include", + "crypto", + "..", + "../include", + "../crypto", + ], + "crypto/evp/m_sigver.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/m_wp.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/names.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/p5_crpt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/p5_crpt2.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/p_dec.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/p_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/p_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/p_open.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/p_seal.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/p_sign.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/p_verify.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/pbe_scrypt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/pmeth_fn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/pmeth_gn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/evp/pmeth_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ex_data.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/getenv.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/hmac/hm_ameth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/hmac/hm_pmeth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/hmac/hmac.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/idea/i_cbc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/idea/i_cfb64.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/idea/i_ecb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/idea/i_ofb64.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/idea/i_skey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/init.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/kdf/hkdf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/kdf/kdf_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/kdf/scrypt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/kdf/tls1_prf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/lhash/lh_stats.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/lhash/lhash.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/md2/md2_dgst.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/md2/md2_one.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/md4/md4_dgst.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/md4/md4_one.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/md5/md5-sparcv9.o" => + [ + "crypto", + "../crypto", + ], + "crypto/md5/md5_dgst.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/md5/md5_one.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/mem.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/mem_clr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/mem_dbg.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/mem_sec.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/modes/cbc128.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/modes/ccm128.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/modes/cfb128.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/modes/ctr128.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/modes/cts128.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/modes/gcm128.o" => + [ + ".", + "include", + "crypto", + "..", + "../include", + "../crypto", + ], + "crypto/modes/ghash-armv4.o" => + [ + "crypto", + "../crypto", + ], + "crypto/modes/ghash-s390x.o" => + [ + "crypto", + "../crypto", + ], + "crypto/modes/ghash-sparcv9.o" => + [ + "crypto", + "../crypto", + ], + "crypto/modes/ghashv8-armx.o" => + [ + "crypto", + "../crypto", + ], + "crypto/modes/ocb128.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/modes/ofb128.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/modes/wrap128.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/modes/xts128.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/o_dir.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/o_fips.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/o_fopen.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/o_init.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/o_str.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/o_time.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/objects/o_names.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/objects/obj_dat.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/objects/obj_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/objects/obj_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/objects/obj_xref.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ocsp/ocsp_asn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ocsp/ocsp_cl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ocsp/ocsp_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ocsp/ocsp_ext.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ocsp/ocsp_ht.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ocsp/ocsp_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ocsp/ocsp_prn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ocsp/ocsp_srv.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ocsp/ocsp_vfy.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ocsp/v3_ocsp.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pem/pem_all.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pem/pem_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pem/pem_info.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pem/pem_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pem/pem_oth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pem/pem_pk8.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pem/pem_pkey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pem/pem_sign.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pem/pem_x509.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pem/pem_xaux.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pem/pvkfmt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_add.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_asn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_attr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_crpt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_crt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_decr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_init.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_key.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_kiss.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_mutl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_npas.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_p8d.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_p8e.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_sbag.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/p12_utl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs12/pk12err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs7/bio_pk7.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs7/pk7_asn1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs7/pk7_attr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs7/pk7_doit.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs7/pk7_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs7/pk7_mime.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs7/pk7_smime.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/pkcs7/pkcs7err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/poly1305/poly1305-armv4.o" => + [ + "crypto", + "../crypto", + ], + "crypto/poly1305/poly1305-armv8.o" => + [ + "crypto", + "../crypto", + ], + "crypto/poly1305/poly1305-mips.o" => + [ + "crypto", + "../crypto", + ], + "crypto/poly1305/poly1305-sparcv9.o" => + [ + "crypto", + "../crypto", + ], + "crypto/poly1305/poly1305.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/poly1305/poly1305_ameth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/poly1305/poly1305_pmeth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rand/drbg_ctr.o" => + [ + ".", + "include", + "crypto/modes", + "..", + "../include", + "../crypto/modes", + ], + "crypto/rand/drbg_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rand/rand_egd.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rand/rand_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rand/rand_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rand/rand_unix.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rand/rand_vms.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rand/rand_win.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rand/randfile.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rc2/rc2_cbc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rc2/rc2_ecb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rc2/rc2_skey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rc2/rc2cfb64.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rc2/rc2ofb64.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rc4/rc4_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rc4/rc4_skey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rc5/rc5_ecb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rc5/rc5_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rc5/rc5_skey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rc5/rc5cfb64.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rc5/rc5ofb64.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ripemd/rmd_dgst.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ripemd/rmd_one.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_ameth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_asn1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_chk.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_crpt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_depr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_gen.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_meth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_mp.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_none.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_oaep.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_ossl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_pk1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_pmeth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_prn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_pss.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_saos.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_sign.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_ssl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_x931.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/rsa/rsa_x931g.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/s390xcpuid.o" => + [ + "crypto", + "../crypto", + ], + "crypto/seed/seed.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/seed/seed_cbc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/seed/seed_cfb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/seed/seed_ecb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/seed/seed_ofb.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/sha/keccak1600-armv4.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/keccak1600.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/sha/sha1-armv4-large.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha1-armv8.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha1-mips.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha1-s390x.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha1-sparcv9.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha1_one.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/sha/sha1dgst.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/sha/sha256-armv4.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha256-armv8.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha256-mips.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha256-s390x.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha256-sparcv9.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha256.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/sha/sha512-armv4.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha512-armv8.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha512-mips.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha512-s390x.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha512-sparcv9.o" => + [ + "crypto", + "../crypto", + ], + "crypto/sha/sha512.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/siphash/siphash.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/siphash/siphash_ameth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/siphash/siphash_pmeth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/sm2/sm2_crypt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/sm2/sm2_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/sm2/sm2_pmeth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/sm2/sm2_sign.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/sm3/m_sm3.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/sm3/sm3.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/sm4/sm4.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/srp/srp_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/srp/srp_vfy.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/stack/stack.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/store/loader_file.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/store/store_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/store/store_init.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/store/store_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/store/store_register.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/store/store_strings.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/threads_none.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/threads_pthread.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/threads_win.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ts/ts_asn1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ts/ts_conf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ts/ts_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ts/ts_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ts/ts_req_print.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ts/ts_req_utils.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ts/ts_rsp_print.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ts/ts_rsp_sign.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ts/ts_rsp_utils.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ts/ts_rsp_verify.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ts/ts_verify_ctx.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/txt_db/txt_db.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ui/ui_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ui/ui_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ui/ui_null.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ui/ui_openssl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/ui/ui_util.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/uid.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/whrlpool/wp_block.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/whrlpool/wp_dgst.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/by_dir.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/by_file.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/t_crl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/t_req.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/t_x509.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_att.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_cmp.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_d2.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_def.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_ext.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_lu.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_meth.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_obj.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_r2x.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_req.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_set.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_trs.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_txt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_v3.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_vfy.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509_vpm.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509cset.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509name.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509rset.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509spki.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x509type.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x_all.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x_attrib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x_crl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x_exten.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x_name.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x_pubkey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x_req.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x_x509.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509/x_x509a.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/pcy_cache.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/pcy_data.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/pcy_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/pcy_map.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/pcy_node.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/pcy_tree.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_addr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_admis.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_akey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_akeya.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_alt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_asid.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_bcons.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_bitst.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_conf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_cpols.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_crld.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_enum.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_extku.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_genn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_ia5.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_info.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_int.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_ncons.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_pci.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_pcia.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_pcons.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_pku.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_pmaps.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_prn.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_purp.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_skey.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_sxnet.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_tlsf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3_utl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "crypto/x509v3/v3err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "engines/e_capi.o" => + [ + "include", + "../include", + ], + "engines/e_dasync.o" => + [ + "include", + "../include", + ], + "engines/e_ossltest.o" => + [ + "include", + "../include", + ], + "engines/e_padlock.o" => + [ + "include", + "../include", + ], + "fuzz/asn1.o" => + [ + "include", + "../include", + ], + "fuzz/asn1parse.o" => + [ + "include", + "../include", + ], + "fuzz/bignum.o" => + [ + "include", + "../include", + ], + "fuzz/bndiv.o" => + [ + "include", + "../include", + ], + "fuzz/client.o" => + [ + "include", + "../include", + ], + "fuzz/cms.o" => + [ + "include", + "../include", + ], + "fuzz/conf.o" => + [ + "include", + "../include", + ], + "fuzz/crl.o" => + [ + "include", + "../include", + ], + "fuzz/ct.o" => + [ + "include", + "../include", + ], + "fuzz/server.o" => + [ + "include", + "../include", + ], + "fuzz/test-corpus.o" => + [ + "include", + "../include", + ], + "fuzz/x509.o" => + [ + "include", + "../include", + ], + "include/crypto/bn_conf.h" => + [ + ".", + ], + "include/crypto/dso_conf.h" => + [ + ".", + ], + "include/openssl/opensslconf.h" => + [ + ".", + ], + "ssl/bio_ssl.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/d1_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/d1_msg.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/d1_srtp.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/methods.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/packet.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/pqueue.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/record/dtls1_bitmap.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/record/rec_layer_d1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/record/rec_layer_s3.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/record/ssl3_buffer.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/record/ssl3_record.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/record/ssl3_record_tls13.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/s3_cbc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/s3_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/s3_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/s3_msg.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/ssl_asn1.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/ssl_cert.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/ssl_ciph.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/ssl_conf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/ssl_err.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/ssl_init.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/ssl_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/ssl_mcnf.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/ssl_rsa.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/ssl_sess.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/ssl_stat.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/ssl_txt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/ssl_utst.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/statem/extensions.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/statem/extensions_clnt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/statem/extensions_cust.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/statem/extensions_srvr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/statem/statem.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/statem/statem_clnt.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/statem/statem_dtls.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/statem/statem_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/statem/statem_srvr.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/t1_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/t1_lib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/t1_trce.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/tls13_enc.o" => + [ + ".", + "include", + "..", + "../include", + ], + "ssl/tls_srp.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/aborttest.o" => + [ + "include", + "../include", + ], + "test/afalgtest.o" => + [ + "include", + "../include", + ], + "test/asn1_decode_test.o" => + [ + "include", + "../include", + ], + "test/asn1_encode_test.o" => + [ + "include", + "../include", + ], + "test/asn1_internal_test.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/asn1_string_table_test.o" => + [ + "include", + "../include", + ], + "test/asn1_time_test.o" => + [ + "include", + "../include", + ], + "test/asynciotest.o" => + [ + "include", + "../include", + ], + "test/asynctest.o" => + [ + "include", + "../include", + ], + "test/bad_dtls_test.o" => + [ + "include", + "../include", + ], + "test/bftest.o" => + [ + "include", + "../include", + ], + "test/bio_callback_test.o" => + [ + "include", + "../include", + ], + "test/bio_enc_test.o" => + [ + "include", + "../include", + ], + "test/bio_memleak_test.o" => + [ + "include", + "../include", + ], + "test/bioprinttest.o" => + [ + "include", + "../include", + ], + "test/bntest.o" => + [ + "include", + "../include", + ], + "test/buildtest_aes.o" => + [ + "include", + "../include", + ], + "test/buildtest_asn1.o" => + [ + "include", + "../include", + ], + "test/buildtest_asn1t.o" => + [ + "include", + "../include", + ], + "test/buildtest_async.o" => + [ + "include", + "../include", + ], + "test/buildtest_bio.o" => + [ + "include", + "../include", + ], + "test/buildtest_blowfish.o" => + [ + "include", + "../include", + ], + "test/buildtest_bn.o" => + [ + "include", + "../include", + ], + "test/buildtest_buffer.o" => + [ + "include", + "../include", + ], + "test/buildtest_camellia.o" => + [ + "include", + "../include", + ], + "test/buildtest_cast.o" => + [ + "include", + "../include", + ], + "test/buildtest_cmac.o" => + [ + "include", + "../include", + ], + "test/buildtest_cms.o" => + [ + "include", + "../include", + ], + "test/buildtest_comp.o" => + [ + "include", + "../include", + ], + "test/buildtest_conf.o" => + [ + "include", + "../include", + ], + "test/buildtest_conf_api.o" => + [ + "include", + "../include", + ], + "test/buildtest_crypto.o" => + [ + "include", + "../include", + ], + "test/buildtest_ct.o" => + [ + "include", + "../include", + ], + "test/buildtest_des.o" => + [ + "include", + "../include", + ], + "test/buildtest_dh.o" => + [ + "include", + "../include", + ], + "test/buildtest_dsa.o" => + [ + "include", + "../include", + ], + "test/buildtest_dtls1.o" => + [ + "include", + "../include", + ], + "test/buildtest_e_os2.o" => + [ + "include", + "../include", + ], + "test/buildtest_ebcdic.o" => + [ + "include", + "../include", + ], + "test/buildtest_ec.o" => + [ + "include", + "../include", + ], + "test/buildtest_ecdh.o" => + [ + "include", + "../include", + ], + "test/buildtest_ecdsa.o" => + [ + "include", + "../include", + ], + "test/buildtest_engine.o" => + [ + "include", + "../include", + ], + "test/buildtest_evp.o" => + [ + "include", + "../include", + ], + "test/buildtest_hmac.o" => + [ + "include", + "../include", + ], + "test/buildtest_idea.o" => + [ + "include", + "../include", + ], + "test/buildtest_kdf.o" => + [ + "include", + "../include", + ], + "test/buildtest_lhash.o" => + [ + "include", + "../include", + ], + "test/buildtest_md2.o" => + [ + "include", + "../include", + ], + "test/buildtest_md4.o" => + [ + "include", + "../include", + ], + "test/buildtest_md5.o" => + [ + "include", + "../include", + ], + "test/buildtest_modes.o" => + [ + "include", + "../include", + ], + "test/buildtest_obj_mac.o" => + [ + "include", + "../include", + ], + "test/buildtest_objects.o" => + [ + "include", + "../include", + ], + "test/buildtest_ocsp.o" => + [ + "include", + "../include", + ], + "test/buildtest_opensslv.o" => + [ + "include", + "../include", + ], + "test/buildtest_ossl_typ.o" => + [ + "include", + "../include", + ], + "test/buildtest_pem.o" => + [ + "include", + "../include", + ], + "test/buildtest_pem2.o" => + [ + "include", + "../include", + ], + "test/buildtest_pkcs12.o" => + [ + "include", + "../include", + ], + "test/buildtest_pkcs7.o" => + [ + "include", + "../include", + ], + "test/buildtest_rand.o" => + [ + "include", + "../include", + ], + "test/buildtest_rand_drbg.o" => + [ + "include", + "../include", + ], + "test/buildtest_rc2.o" => + [ + "include", + "../include", + ], + "test/buildtest_rc4.o" => + [ + "include", + "../include", + ], + "test/buildtest_rc5.o" => + [ + "include", + "../include", + ], + "test/buildtest_ripemd.o" => + [ + "include", + "../include", + ], + "test/buildtest_rsa.o" => + [ + "include", + "../include", + ], + "test/buildtest_safestack.o" => + [ + "include", + "../include", + ], + "test/buildtest_seed.o" => + [ + "include", + "../include", + ], + "test/buildtest_sha.o" => + [ + "include", + "../include", + ], + "test/buildtest_srp.o" => + [ + "include", + "../include", + ], + "test/buildtest_srtp.o" => + [ + "include", + "../include", + ], + "test/buildtest_ssl.o" => + [ + "include", + "../include", + ], + "test/buildtest_ssl2.o" => + [ + "include", + "../include", + ], + "test/buildtest_ssl3.o" => + [ + "include", + "../include", + ], + "test/buildtest_stack.o" => + [ + "include", + "../include", + ], + "test/buildtest_store.o" => + [ + "include", + "../include", + ], + "test/buildtest_symhacks.o" => + [ + "include", + "../include", + ], + "test/buildtest_tls1.o" => + [ + "include", + "../include", + ], + "test/buildtest_ts.o" => + [ + "include", + "../include", + ], + "test/buildtest_txt_db.o" => + [ + "include", + "../include", + ], + "test/buildtest_ui.o" => + [ + "include", + "../include", + ], + "test/buildtest_whrlpool.o" => + [ + "include", + "../include", + ], + "test/buildtest_x509.o" => + [ + "include", + "../include", + ], + "test/buildtest_x509_vfy.o" => + [ + "include", + "../include", + ], + "test/buildtest_x509v3.o" => + [ + "include", + "../include", + ], + "test/casttest.o" => + [ + "include", + "../include", + ], + "test/chacha_internal_test.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/cipherbytes_test.o" => + [ + "include", + "../include", + ], + "test/cipherlist_test.o" => + [ + "include", + "../include", + ], + "test/ciphername_test.o" => + [ + "include", + "../include", + ], + "test/clienthellotest.o" => + [ + "include", + "../include", + ], + "test/cmactest.o" => + [ + "include", + "../include", + ], + "test/cmsapitest.o" => + [ + "include", + "../include", + ], + "test/conf_include_test.o" => + [ + "include", + "../include", + ], + "test/constant_time_test.o" => + [ + "include", + "../include", + ], + "test/crltest.o" => + [ + "include", + "../include", + ], + "test/ct_test.o" => + [ + "include", + "../include", + ], + "test/ctype_internal_test.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/curve448_internal_test.o" => + [ + ".", + "include", + "crypto/ec/curve448", + "..", + "../include", + "../crypto/ec/curve448", + ], + "test/d2i_test.o" => + [ + "include", + "../include", + ], + "test/danetest.o" => + [ + "include", + "../include", + ], + "test/destest.o" => + [ + "include", + "../include", + ], + "test/dhtest.o" => + [ + "include", + "../include", + ], + "test/drbg_cavs_data.o" => + [ + "include", + "test", + ".", + "../include", + "../test", + "..", + ], + "test/drbg_cavs_test.o" => + [ + "include", + "test", + ".", + "../include", + "../test", + "..", + ], + "test/drbgtest.o" => + [ + "include", + "../include", + ], + "test/dsa_no_digest_size_test.o" => + [ + "include", + "../include", + ], + "test/dsatest.o" => + [ + "include", + "../include", + ], + "test/dtls_mtu_test.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/dtlstest.o" => + [ + "include", + "../include", + ], + "test/dtlsv1listentest.o" => + [ + "include", + "../include", + ], + "test/ec_internal_test.o" => + [ + "include", + "crypto/ec", + "../include", + "../crypto/ec", + ], + "test/ecdsatest.o" => + [ + "include", + "../include", + ], + "test/ecstresstest.o" => + [ + "include", + "../include", + ], + "test/ectest.o" => + [ + "include", + "../include", + ], + "test/enginetest.o" => + [ + "include", + "../include", + ], + "test/errtest.o" => + [ + "include", + "../include", + ], + "test/evp_extra_test.o" => + [ + "include", + "../include", + ], + "test/evp_test.o" => + [ + "include", + "../include", + ], + "test/exdatatest.o" => + [ + "include", + "../include", + ], + "test/exptest.o" => + [ + "include", + "../include", + ], + "test/fatalerrtest.o" => + [ + "include", + "../include", + ], + "test/gmdifftest.o" => + [ + "include", + "../include", + ], + "test/gosttest.o" => + [ + "include", + ".", + "../include", + "..", + ], + "test/handshake_helper.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/hmactest.o" => + [ + "include", + "../include", + ], + "test/ideatest.o" => + [ + "include", + "../include", + ], + "test/igetest.o" => + [ + "include", + "../include", + ], + "test/lhash_test.o" => + [ + "include", + "../include", + ], + "test/md2test.o" => + [ + "include", + "../include", + ], + "test/mdc2_internal_test" => + [ + ".", + "include", + "..", + "../include", + ], + "test/mdc2test.o" => + [ + "include", + "../include", + ], + "test/memleaktest.o" => + [ + "include", + "../include", + ], + "test/modes_internal_test.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/ocspapitest.o" => + [ + "include", + "../include", + ], + "test/packettest.o" => + [ + "include", + "../include", + ], + "test/pbelutest.o" => + [ + "include", + "../include", + ], + "test/pemtest.o" => + [ + "include", + "../include", + ], + "test/pkey_meth_kdf_test.o" => + [ + "include", + "../include", + ], + "test/pkey_meth_test.o" => + [ + "include", + "../include", + ], + "test/poly1305_internal_test.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/rc2test.o" => + [ + "include", + "../include", + ], + "test/rc4test.o" => + [ + "include", + "../include", + ], + "test/rc5test.o" => + [ + "include", + "../include", + ], + "test/rdrand_sanitytest.o" => + [ + "include", + "../include", + ], + "test/recordlentest.o" => + [ + "include", + "../include", + ], + "test/rsa_complex.o" => + [ + "include", + "../include", + ], + "test/rsa_mp_test.o" => + [ + "include", + "../include", + ], + "test/rsa_test.o" => + [ + "include", + "../include", + ], + "test/sanitytest.o" => + [ + "include", + "../include", + ], + "test/secmemtest.o" => + [ + "include", + "../include", + ], + "test/servername_test.o" => + [ + "include", + "../include", + ], + "test/shlibloadtest.o" => + [ + "include", + "../include", + ], + "test/siphash_internal_test.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/sm2_internal_test.o" => + [ + "include", + "../include", + ], + "test/sm4_internal_test.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/srptest.o" => + [ + "include", + "../include", + ], + "test/ssl_cert_table_internal_test.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/ssl_ctx_test.o" => + [ + "include", + "../include", + ], + "test/ssl_test.o" => + [ + "include", + "../include", + ], + "test/ssl_test_ctx.o" => + [ + "include", + "../include", + ], + "test/ssl_test_ctx_test.o" => + [ + "include", + "../include", + ], + "test/sslapitest.o" => + [ + "include", + ".", + "../include", + "..", + ], + "test/sslbuffertest.o" => + [ + "include", + "../include", + ], + "test/sslcorrupttest.o" => + [ + "include", + "../include", + ], + "test/ssltest_old.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/ssltestlib.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/stack_test.o" => + [ + "include", + "../include", + ], + "test/sysdefaulttest.o" => + [ + "include", + "../include", + ], + "test/test_test.o" => + [ + "include", + "../include", + ], + "test/testutil/basic_output.o" => + [ + "include", + "../include", + ], + "test/testutil/cb.o" => + [ + "include", + "../include", + ], + "test/testutil/driver.o" => + [ + "include", + "../include", + ], + "test/testutil/format_output.o" => + [ + "include", + "../include", + ], + "test/testutil/main.o" => + [ + "include", + "../include", + ], + "test/testutil/output_helpers.o" => + [ + "include", + "../include", + ], + "test/testutil/random.o" => + [ + "include", + "../include", + ], + "test/testutil/stanza.o" => + [ + "include", + "../include", + ], + "test/testutil/tap_bio.o" => + [ + "include", + "../include", + ], + "test/testutil/test_cleanup.o" => + [ + "include", + "../include", + ], + "test/testutil/tests.o" => + [ + "include", + "../include", + ], + "test/testutil/testutil_init.o" => + [ + "include", + "../include", + ], + "test/threadstest.o" => + [ + "include", + "../include", + ], + "test/time_offset_test.o" => + [ + "include", + "../include", + ], + "test/tls13ccstest.o" => + [ + "include", + "../include", + ], + "test/tls13encryptiontest.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/tls13secretstest.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/uitest.o" => + [ + ".", + "include", + "apps", + "..", + "../include", + "../apps", + ], + "test/v3ext.o" => + [ + "include", + "../include", + ], + "test/v3nametest.o" => + [ + "include", + "../include", + ], + "test/verify_extra_test.o" => + [ + "include", + "../include", + ], + "test/versions.o" => + [ + "include", + "../include", + ], + "test/wpackettest.o" => + [ + "include", + "../include", + ], + "test/x509_check_cert_pkey_test.o" => + [ + "include", + "../include", + ], + "test/x509_dup_cert_test.o" => + [ + "include", + "../include", + ], + "test/x509_internal_test.o" => + [ + ".", + "include", + "..", + "../include", + ], + "test/x509_time_test.o" => + [ + "include", + "../include", + ], + "test/x509aux.o" => + [ + "include", + "../include", + ], + }, + "install" => + { + "engines" => + [ + "engines/capi", + "engines/padlock", + ], + "libraries" => + [ + "libcrypto", + "libssl", + ], + "programs" => + [ + "apps/openssl", + ], + "scripts" => + [ + "apps/CA.pl", + "apps/tsget.pl", + "tools/c_rehash", + ], + }, + "ldadd" => + { + }, + "libraries" => + [ + "apps/libapps.a", + "libcrypto", + "libssl", + "test/libtestutil.a", + ], + "overrides" => + [ + ], + "programs" => + [ + "apps/openssl", + "fuzz/asn1-test", + "fuzz/asn1parse-test", + "fuzz/bignum-test", + "fuzz/bndiv-test", + "fuzz/client-test", + "fuzz/cms-test", + "fuzz/conf-test", + "fuzz/crl-test", + "fuzz/ct-test", + "fuzz/server-test", + "fuzz/x509-test", + "test/aborttest", + "test/afalgtest", + "test/asn1_decode_test", + "test/asn1_encode_test", + "test/asn1_internal_test", + "test/asn1_string_table_test", + "test/asn1_time_test", + "test/asynciotest", + "test/asynctest", + "test/bad_dtls_test", + "test/bftest", + "test/bio_callback_test", + "test/bio_enc_test", + "test/bio_memleak_test", + "test/bioprinttest", + "test/bntest", + "test/buildtest_c_aes", + "test/buildtest_c_asn1", + "test/buildtest_c_asn1t", + "test/buildtest_c_async", + "test/buildtest_c_bio", + "test/buildtest_c_blowfish", + "test/buildtest_c_bn", + "test/buildtest_c_buffer", + "test/buildtest_c_camellia", + "test/buildtest_c_cast", + "test/buildtest_c_cmac", + "test/buildtest_c_cms", + "test/buildtest_c_comp", + "test/buildtest_c_conf", + "test/buildtest_c_conf_api", + "test/buildtest_c_crypto", + "test/buildtest_c_ct", + "test/buildtest_c_des", + "test/buildtest_c_dh", + "test/buildtest_c_dsa", + "test/buildtest_c_dtls1", + "test/buildtest_c_e_os2", + "test/buildtest_c_ebcdic", + "test/buildtest_c_ec", + "test/buildtest_c_ecdh", + "test/buildtest_c_ecdsa", + "test/buildtest_c_engine", + "test/buildtest_c_evp", + "test/buildtest_c_hmac", + "test/buildtest_c_idea", + "test/buildtest_c_kdf", + "test/buildtest_c_lhash", + "test/buildtest_c_md2", + "test/buildtest_c_md4", + "test/buildtest_c_md5", + "test/buildtest_c_modes", + "test/buildtest_c_obj_mac", + "test/buildtest_c_objects", + "test/buildtest_c_ocsp", + "test/buildtest_c_opensslv", + "test/buildtest_c_ossl_typ", + "test/buildtest_c_pem", + "test/buildtest_c_pem2", + "test/buildtest_c_pkcs12", + "test/buildtest_c_pkcs7", + "test/buildtest_c_rand", + "test/buildtest_c_rand_drbg", + "test/buildtest_c_rc2", + "test/buildtest_c_rc4", + "test/buildtest_c_rc5", + "test/buildtest_c_ripemd", + "test/buildtest_c_rsa", + "test/buildtest_c_safestack", + "test/buildtest_c_seed", + "test/buildtest_c_sha", + "test/buildtest_c_srp", + "test/buildtest_c_srtp", + "test/buildtest_c_ssl", + "test/buildtest_c_ssl2", + "test/buildtest_c_ssl3", + "test/buildtest_c_stack", + "test/buildtest_c_store", + "test/buildtest_c_symhacks", + "test/buildtest_c_tls1", + "test/buildtest_c_ts", + "test/buildtest_c_txt_db", + "test/buildtest_c_ui", + "test/buildtest_c_whrlpool", + "test/buildtest_c_x509", + "test/buildtest_c_x509_vfy", + "test/buildtest_c_x509v3", + "test/casttest", + "test/chacha_internal_test", + "test/cipherbytes_test", + "test/cipherlist_test", + "test/ciphername_test", + "test/clienthellotest", + "test/cmactest", + "test/cmsapitest", + "test/conf_include_test", + "test/constant_time_test", + "test/crltest", + "test/ct_test", + "test/ctype_internal_test", + "test/curve448_internal_test", + "test/d2i_test", + "test/danetest", + "test/destest", + "test/dhtest", + "test/drbg_cavs_test", + "test/drbgtest", + "test/dsa_no_digest_size_test", + "test/dsatest", + "test/dtls_mtu_test", + "test/dtlstest", + "test/dtlsv1listentest", + "test/ec_internal_test", + "test/ecdsatest", + "test/ecstresstest", + "test/ectest", + "test/enginetest", + "test/errtest", + "test/evp_extra_test", + "test/evp_test", + "test/exdatatest", + "test/exptest", + "test/fatalerrtest", + "test/gmdifftest", + "test/gosttest", + "test/hmactest", + "test/ideatest", + "test/igetest", + "test/lhash_test", + "test/md2test", + "test/mdc2test", + "test/memleaktest", + "test/modes_internal_test", + "test/ocspapitest", + "test/packettest", + "test/pbelutest", + "test/pemtest", + "test/pkey_meth_kdf_test", + "test/pkey_meth_test", + "test/poly1305_internal_test", + "test/rc2test", + "test/rc4test", + "test/rc5test", + "test/rdrand_sanitytest", + "test/recordlentest", + "test/rsa_complex", + "test/rsa_mp_test", + "test/rsa_test", + "test/sanitytest", + "test/secmemtest", + "test/servername_test", + "test/shlibloadtest", + "test/siphash_internal_test", + "test/sm2_internal_test", + "test/sm4_internal_test", + "test/srptest", + "test/ssl_cert_table_internal_test", + "test/ssl_ctx_test", + "test/ssl_test", + "test/ssl_test_ctx_test", + "test/sslapitest", + "test/sslbuffertest", + "test/sslcorrupttest", + "test/ssltest_old", + "test/stack_test", + "test/sysdefaulttest", + "test/test_test", + "test/threadstest", + "test/time_offset_test", + "test/tls13ccstest", + "test/tls13encryptiontest", + "test/tls13secretstest", + "test/uitest", + "test/v3ext", + "test/v3nametest", + "test/verify_extra_test", + "test/versions", + "test/wpackettest", + "test/x509_check_cert_pkey_test", + "test/x509_dup_cert_test", + "test/x509_internal_test", + "test/x509_time_test", + "test/x509aux", + ], + "rawlines" => + [ + "##### SHA assembler implementations", + "", + "# GNU make \"catch all\"", + "crypto/sha/sha1-%.S: ../crypto/sha/asm/sha1-%.pl", + " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@", + "crypto/sha/sha256-%.S: ../crypto/sha/asm/sha512-%.pl", + " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@", + "crypto/sha/sha512-%.S: ../crypto/sha/asm/sha512-%.pl", + " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@", + "crypto/poly1305/poly1305-%.S: ../crypto/poly1305/asm/poly1305-%.pl", + " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@", + "##### AES assembler implementations", + "", + "# GNU make \"catch all\"", + "crypto/aes/aes-%.S: ../crypto/aes/asm/aes-%.pl", + " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@", + "crypto/aes/bsaes-%.S: ../crypto/aes/asm/bsaes-%.pl", + " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@", + "", + "# GNU make \"catch all\"", + "crypto/rc4/rc4-%.s: ../crypto/rc4/asm/rc4-%.pl", + " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@", + "##### CHACHA assembler implementations", + "", + "crypto/chacha/chacha-%.S: ../crypto/chacha/asm/chacha-%.pl", + " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@", + "# GNU make \"catch all\"", + "crypto/modes/ghash-%.S: ../crypto/modes/asm/ghash-%.pl", + " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@", + "crypto/ec/ecp_nistz256-%.S: ../crypto/ec/asm/ecp_nistz256-%.pl", + " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@", + ], + "rename" => + { + }, + "scripts" => + [ + "apps/CA.pl", + "apps/tsget.pl", + "tools/c_rehash", + "util/shlib_wrap.sh", + ], + "shared_sources" => + { + }, + "sharednames" => + { + "libcrypto" => "libcrypto", + "libssl" => "libssl", + }, + "sources" => + { + "apps/CA.pl" => + [ + "../apps/CA.pl.in", + ], + "apps/app_rand.o" => + [ + "../apps/app_rand.c", + ], + "apps/apps.o" => + [ + "../apps/apps.c", + ], + "apps/asn1pars.o" => + [ + "../apps/asn1pars.c", + ], + "apps/bf_prefix.o" => + [ + "../apps/bf_prefix.c", + ], + "apps/ca.o" => + [ + "../apps/ca.c", + ], + "apps/ciphers.o" => + [ + "../apps/ciphers.c", + ], + "apps/cms.o" => + [ + "../apps/cms.c", + ], + "apps/crl.o" => + [ + "../apps/crl.c", + ], + "apps/crl2p7.o" => + [ + "../apps/crl2p7.c", + ], + "apps/dgst.o" => + [ + "../apps/dgst.c", + ], + "apps/dhparam.o" => + [ + "../apps/dhparam.c", + ], + "apps/dsa.o" => + [ + "../apps/dsa.c", + ], + "apps/dsaparam.o" => + [ + "../apps/dsaparam.c", + ], + "apps/ec.o" => + [ + "../apps/ec.c", + ], + "apps/ecparam.o" => + [ + "../apps/ecparam.c", + ], + "apps/enc.o" => + [ + "../apps/enc.c", + ], + "apps/engine.o" => + [ + "../apps/engine.c", + ], + "apps/errstr.o" => + [ + "../apps/errstr.c", + ], + "apps/gendsa.o" => + [ + "../apps/gendsa.c", + ], + "apps/genpkey.o" => + [ + "../apps/genpkey.c", + ], + "apps/genrsa.o" => + [ + "../apps/genrsa.c", + ], + "apps/libapps.a" => + [ + "apps/app_rand.o", + "apps/apps.o", + "apps/bf_prefix.o", + "apps/opt.o", + "apps/s_cb.o", + "apps/s_socket.o", + ], + "apps/nseq.o" => + [ + "../apps/nseq.c", + ], + "apps/ocsp.o" => + [ + "../apps/ocsp.c", + ], + "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/openssl.o" => + [ + "../apps/openssl.c", + ], + "apps/opt.o" => + [ + "../apps/opt.c", + ], + "apps/passwd.o" => + [ + "../apps/passwd.c", + ], + "apps/pkcs12.o" => + [ + "../apps/pkcs12.c", + ], + "apps/pkcs7.o" => + [ + "../apps/pkcs7.c", + ], + "apps/pkcs8.o" => + [ + "../apps/pkcs8.c", + ], + "apps/pkey.o" => + [ + "../apps/pkey.c", + ], + "apps/pkeyparam.o" => + [ + "../apps/pkeyparam.c", + ], + "apps/pkeyutl.o" => + [ + "../apps/pkeyutl.c", + ], + "apps/prime.o" => + [ + "../apps/prime.c", + ], + "apps/rand.o" => + [ + "../apps/rand.c", + ], + "apps/rehash.o" => + [ + "../apps/rehash.c", + ], + "apps/req.o" => + [ + "../apps/req.c", + ], + "apps/rsa.o" => + [ + "../apps/rsa.c", + ], + "apps/rsautl.o" => + [ + "../apps/rsautl.c", + ], + "apps/s_cb.o" => + [ + "../apps/s_cb.c", + ], + "apps/s_client.o" => + [ + "../apps/s_client.c", + ], + "apps/s_server.o" => + [ + "../apps/s_server.c", + ], + "apps/s_socket.o" => + [ + "../apps/s_socket.c", + ], + "apps/s_time.o" => + [ + "../apps/s_time.c", + ], + "apps/sess_id.o" => + [ + "../apps/sess_id.c", + ], + "apps/smime.o" => + [ + "../apps/smime.c", + ], + "apps/speed.o" => + [ + "../apps/speed.c", + ], + "apps/spkac.o" => + [ + "../apps/spkac.c", + ], + "apps/srp.o" => + [ + "../apps/srp.c", + ], + "apps/storeutl.o" => + [ + "../apps/storeutl.c", + ], + "apps/ts.o" => + [ + "../apps/ts.c", + ], + "apps/tsget.pl" => + [ + "../apps/tsget.in", + ], + "apps/verify.o" => + [ + "../apps/verify.c", + ], + "apps/version.o" => + [ + "../apps/version.c", + ], + "apps/x509.o" => + [ + "../apps/x509.c", + ], + "crypto/aes/aes_cbc.o" => + [ + "../crypto/aes/aes_cbc.c", + ], + "crypto/aes/aes_cfb.o" => + [ + "../crypto/aes/aes_cfb.c", + ], + "crypto/aes/aes_core.o" => + [ + "../crypto/aes/aes_core.c", + ], + "crypto/aes/aes_ecb.o" => + [ + "../crypto/aes/aes_ecb.c", + ], + "crypto/aes/aes_ige.o" => + [ + "../crypto/aes/aes_ige.c", + ], + "crypto/aes/aes_misc.o" => + [ + "../crypto/aes/aes_misc.c", + ], + "crypto/aes/aes_ofb.o" => + [ + "../crypto/aes/aes_ofb.c", + ], + "crypto/aes/aes_wrap.o" => + [ + "../crypto/aes/aes_wrap.c", + ], + "crypto/aria/aria.o" => + [ + "../crypto/aria/aria.c", + ], + "crypto/asn1/a_bitstr.o" => + [ + "../crypto/asn1/a_bitstr.c", + ], + "crypto/asn1/a_d2i_fp.o" => + [ + "../crypto/asn1/a_d2i_fp.c", + ], + "crypto/asn1/a_digest.o" => + [ + "../crypto/asn1/a_digest.c", + ], + "crypto/asn1/a_dup.o" => + [ + "../crypto/asn1/a_dup.c", + ], + "crypto/asn1/a_gentm.o" => + [ + "../crypto/asn1/a_gentm.c", + ], + "crypto/asn1/a_i2d_fp.o" => + [ + "../crypto/asn1/a_i2d_fp.c", + ], + "crypto/asn1/a_int.o" => + [ + "../crypto/asn1/a_int.c", + ], + "crypto/asn1/a_mbstr.o" => + [ + "../crypto/asn1/a_mbstr.c", + ], + "crypto/asn1/a_object.o" => + [ + "../crypto/asn1/a_object.c", + ], + "crypto/asn1/a_octet.o" => + [ + "../crypto/asn1/a_octet.c", + ], + "crypto/asn1/a_print.o" => + [ + "../crypto/asn1/a_print.c", + ], + "crypto/asn1/a_sign.o" => + [ + "../crypto/asn1/a_sign.c", + ], + "crypto/asn1/a_strex.o" => + [ + "../crypto/asn1/a_strex.c", + ], + "crypto/asn1/a_strnid.o" => + [ + "../crypto/asn1/a_strnid.c", + ], + "crypto/asn1/a_time.o" => + [ + "../crypto/asn1/a_time.c", + ], + "crypto/asn1/a_type.o" => + [ + "../crypto/asn1/a_type.c", + ], + "crypto/asn1/a_utctm.o" => + [ + "../crypto/asn1/a_utctm.c", + ], + "crypto/asn1/a_utf8.o" => + [ + "../crypto/asn1/a_utf8.c", + ], + "crypto/asn1/a_verify.o" => + [ + "../crypto/asn1/a_verify.c", + ], + "crypto/asn1/ameth_lib.o" => + [ + "../crypto/asn1/ameth_lib.c", + ], + "crypto/asn1/asn1_err.o" => + [ + "../crypto/asn1/asn1_err.c", + ], + "crypto/asn1/asn1_gen.o" => + [ + "../crypto/asn1/asn1_gen.c", + ], + "crypto/asn1/asn1_item_list.o" => + [ + "../crypto/asn1/asn1_item_list.c", + ], + "crypto/asn1/asn1_lib.o" => + [ + "../crypto/asn1/asn1_lib.c", + ], + "crypto/asn1/asn1_par.o" => + [ + "../crypto/asn1/asn1_par.c", + ], + "crypto/asn1/asn_mime.o" => + [ + "../crypto/asn1/asn_mime.c", + ], + "crypto/asn1/asn_moid.o" => + [ + "../crypto/asn1/asn_moid.c", + ], + "crypto/asn1/asn_mstbl.o" => + [ + "../crypto/asn1/asn_mstbl.c", + ], + "crypto/asn1/asn_pack.o" => + [ + "../crypto/asn1/asn_pack.c", + ], + "crypto/asn1/bio_asn1.o" => + [ + "../crypto/asn1/bio_asn1.c", + ], + "crypto/asn1/bio_ndef.o" => + [ + "../crypto/asn1/bio_ndef.c", + ], + "crypto/asn1/d2i_pr.o" => + [ + "../crypto/asn1/d2i_pr.c", + ], + "crypto/asn1/d2i_pu.o" => + [ + "../crypto/asn1/d2i_pu.c", + ], + "crypto/asn1/evp_asn1.o" => + [ + "../crypto/asn1/evp_asn1.c", + ], + "crypto/asn1/f_int.o" => + [ + "../crypto/asn1/f_int.c", + ], + "crypto/asn1/f_string.o" => + [ + "../crypto/asn1/f_string.c", + ], + "crypto/asn1/i2d_pr.o" => + [ + "../crypto/asn1/i2d_pr.c", + ], + "crypto/asn1/i2d_pu.o" => + [ + "../crypto/asn1/i2d_pu.c", + ], + "crypto/asn1/n_pkey.o" => + [ + "../crypto/asn1/n_pkey.c", + ], + "crypto/asn1/nsseq.o" => + [ + "../crypto/asn1/nsseq.c", + ], + "crypto/asn1/p5_pbe.o" => + [ + "../crypto/asn1/p5_pbe.c", + ], + "crypto/asn1/p5_pbev2.o" => + [ + "../crypto/asn1/p5_pbev2.c", + ], + "crypto/asn1/p5_scrypt.o" => + [ + "../crypto/asn1/p5_scrypt.c", + ], + "crypto/asn1/p8_pkey.o" => + [ + "../crypto/asn1/p8_pkey.c", + ], + "crypto/asn1/t_bitst.o" => + [ + "../crypto/asn1/t_bitst.c", + ], + "crypto/asn1/t_pkey.o" => + [ + "../crypto/asn1/t_pkey.c", + ], + "crypto/asn1/t_spki.o" => + [ + "../crypto/asn1/t_spki.c", + ], + "crypto/asn1/tasn_dec.o" => + [ + "../crypto/asn1/tasn_dec.c", + ], + "crypto/asn1/tasn_enc.o" => + [ + "../crypto/asn1/tasn_enc.c", + ], + "crypto/asn1/tasn_fre.o" => + [ + "../crypto/asn1/tasn_fre.c", + ], + "crypto/asn1/tasn_new.o" => + [ + "../crypto/asn1/tasn_new.c", + ], + "crypto/asn1/tasn_prn.o" => + [ + "../crypto/asn1/tasn_prn.c", + ], + "crypto/asn1/tasn_scn.o" => + [ + "../crypto/asn1/tasn_scn.c", + ], + "crypto/asn1/tasn_typ.o" => + [ + "../crypto/asn1/tasn_typ.c", + ], + "crypto/asn1/tasn_utl.o" => + [ + "../crypto/asn1/tasn_utl.c", + ], + "crypto/asn1/x_algor.o" => + [ + "../crypto/asn1/x_algor.c", + ], + "crypto/asn1/x_bignum.o" => + [ + "../crypto/asn1/x_bignum.c", + ], + "crypto/asn1/x_info.o" => + [ + "../crypto/asn1/x_info.c", + ], + "crypto/asn1/x_int64.o" => + [ + "../crypto/asn1/x_int64.c", + ], + "crypto/asn1/x_long.o" => + [ + "../crypto/asn1/x_long.c", + ], + "crypto/asn1/x_pkey.o" => + [ + "../crypto/asn1/x_pkey.c", + ], + "crypto/asn1/x_sig.o" => + [ + "../crypto/asn1/x_sig.c", + ], + "crypto/asn1/x_spki.o" => + [ + "../crypto/asn1/x_spki.c", + ], + "crypto/asn1/x_val.o" => + [ + "../crypto/asn1/x_val.c", + ], + "crypto/async/arch/async_null.o" => + [ + "../crypto/async/arch/async_null.c", + ], + "crypto/async/arch/async_posix.o" => + [ + "../crypto/async/arch/async_posix.c", + ], + "crypto/async/arch/async_win.o" => + [ + "../crypto/async/arch/async_win.c", + ], + "crypto/async/async.o" => + [ + "../crypto/async/async.c", + ], + "crypto/async/async_err.o" => + [ + "../crypto/async/async_err.c", + ], + "crypto/async/async_wait.o" => + [ + "../crypto/async/async_wait.c", + ], + "crypto/bf/bf_cfb64.o" => + [ + "../crypto/bf/bf_cfb64.c", + ], + "crypto/bf/bf_ecb.o" => + [ + "../crypto/bf/bf_ecb.c", + ], + "crypto/bf/bf_enc.o" => + [ + "../crypto/bf/bf_enc.c", + ], + "crypto/bf/bf_ofb64.o" => + [ + "../crypto/bf/bf_ofb64.c", + ], + "crypto/bf/bf_skey.o" => + [ + "../crypto/bf/bf_skey.c", + ], + "crypto/bio/b_addr.o" => + [ + "../crypto/bio/b_addr.c", + ], + "crypto/bio/b_dump.o" => + [ + "../crypto/bio/b_dump.c", + ], + "crypto/bio/b_print.o" => + [ + "../crypto/bio/b_print.c", + ], + "crypto/bio/b_sock.o" => + [ + "../crypto/bio/b_sock.c", + ], + "crypto/bio/b_sock2.o" => + [ + "../crypto/bio/b_sock2.c", + ], + "crypto/bio/bf_buff.o" => + [ + "../crypto/bio/bf_buff.c", + ], + "crypto/bio/bf_lbuf.o" => + [ + "../crypto/bio/bf_lbuf.c", + ], + "crypto/bio/bf_nbio.o" => + [ + "../crypto/bio/bf_nbio.c", + ], + "crypto/bio/bf_null.o" => + [ + "../crypto/bio/bf_null.c", + ], + "crypto/bio/bio_cb.o" => + [ + "../crypto/bio/bio_cb.c", + ], + "crypto/bio/bio_err.o" => + [ + "../crypto/bio/bio_err.c", + ], + "crypto/bio/bio_lib.o" => + [ + "../crypto/bio/bio_lib.c", + ], + "crypto/bio/bio_meth.o" => + [ + "../crypto/bio/bio_meth.c", + ], + "crypto/bio/bss_acpt.o" => + [ + "../crypto/bio/bss_acpt.c", + ], + "crypto/bio/bss_bio.o" => + [ + "../crypto/bio/bss_bio.c", + ], + "crypto/bio/bss_conn.o" => + [ + "../crypto/bio/bss_conn.c", + ], + "crypto/bio/bss_dgram.o" => + [ + "../crypto/bio/bss_dgram.c", + ], + "crypto/bio/bss_fd.o" => + [ + "../crypto/bio/bss_fd.c", + ], + "crypto/bio/bss_file.o" => + [ + "../crypto/bio/bss_file.c", + ], + "crypto/bio/bss_log.o" => + [ + "../crypto/bio/bss_log.c", + ], + "crypto/bio/bss_mem.o" => + [ + "../crypto/bio/bss_mem.c", + ], + "crypto/bio/bss_null.o" => + [ + "../crypto/bio/bss_null.c", + ], + "crypto/bio/bss_sock.o" => + [ + "../crypto/bio/bss_sock.c", + ], + "crypto/blake2/blake2b.o" => + [ + "../crypto/blake2/blake2b.c", + ], + "crypto/blake2/blake2s.o" => + [ + "../crypto/blake2/blake2s.c", + ], + "crypto/blake2/m_blake2b.o" => + [ + "../crypto/blake2/m_blake2b.c", + ], + "crypto/blake2/m_blake2s.o" => + [ + "../crypto/blake2/m_blake2s.c", + ], + "crypto/bn/bn_add.o" => + [ + "../crypto/bn/bn_add.c", + ], + "crypto/bn/bn_asm.o" => + [ + "../crypto/bn/bn_asm.c", + ], + "crypto/bn/bn_blind.o" => + [ + "../crypto/bn/bn_blind.c", + ], + "crypto/bn/bn_const.o" => + [ + "../crypto/bn/bn_const.c", + ], + "crypto/bn/bn_ctx.o" => + [ + "../crypto/bn/bn_ctx.c", + ], + "crypto/bn/bn_depr.o" => + [ + "../crypto/bn/bn_depr.c", + ], + "crypto/bn/bn_dh.o" => + [ + "../crypto/bn/bn_dh.c", + ], + "crypto/bn/bn_div.o" => + [ + "../crypto/bn/bn_div.c", + ], + "crypto/bn/bn_err.o" => + [ + "../crypto/bn/bn_err.c", + ], + "crypto/bn/bn_exp.o" => + [ + "../crypto/bn/bn_exp.c", + ], + "crypto/bn/bn_exp2.o" => + [ + "../crypto/bn/bn_exp2.c", + ], + "crypto/bn/bn_gcd.o" => + [ + "../crypto/bn/bn_gcd.c", + ], + "crypto/bn/bn_gf2m.o" => + [ + "../crypto/bn/bn_gf2m.c", + ], + "crypto/bn/bn_intern.o" => + [ + "../crypto/bn/bn_intern.c", + ], + "crypto/bn/bn_kron.o" => + [ + "../crypto/bn/bn_kron.c", + ], + "crypto/bn/bn_lib.o" => + [ + "../crypto/bn/bn_lib.c", + ], + "crypto/bn/bn_mod.o" => + [ + "../crypto/bn/bn_mod.c", + ], + "crypto/bn/bn_mont.o" => + [ + "../crypto/bn/bn_mont.c", + ], + "crypto/bn/bn_mpi.o" => + [ + "../crypto/bn/bn_mpi.c", + ], + "crypto/bn/bn_mul.o" => + [ + "../crypto/bn/bn_mul.c", + ], + "crypto/bn/bn_nist.o" => + [ + "../crypto/bn/bn_nist.c", + ], + "crypto/bn/bn_prime.o" => + [ + "../crypto/bn/bn_prime.c", + ], + "crypto/bn/bn_print.o" => + [ + "../crypto/bn/bn_print.c", + ], + "crypto/bn/bn_rand.o" => + [ + "../crypto/bn/bn_rand.c", + ], + "crypto/bn/bn_recp.o" => + [ + "../crypto/bn/bn_recp.c", + ], + "crypto/bn/bn_shift.o" => + [ + "../crypto/bn/bn_shift.c", + ], + "crypto/bn/bn_sqr.o" => + [ + "../crypto/bn/bn_sqr.c", + ], + "crypto/bn/bn_sqrt.o" => + [ + "../crypto/bn/bn_sqrt.c", + ], + "crypto/bn/bn_srp.o" => + [ + "../crypto/bn/bn_srp.c", + ], + "crypto/bn/bn_word.o" => + [ + "../crypto/bn/bn_word.c", + ], + "crypto/bn/bn_x931p.o" => + [ + "../crypto/bn/bn_x931p.c", + ], + "crypto/buffer/buf_err.o" => + [ + "../crypto/buffer/buf_err.c", + ], + "crypto/buffer/buffer.o" => + [ + "../crypto/buffer/buffer.c", + ], + "crypto/camellia/camellia.o" => + [ + "../crypto/camellia/camellia.c", + ], + "crypto/camellia/cmll_cbc.o" => + [ + "../crypto/camellia/cmll_cbc.c", + ], + "crypto/camellia/cmll_cfb.o" => + [ + "../crypto/camellia/cmll_cfb.c", + ], + "crypto/camellia/cmll_ctr.o" => + [ + "../crypto/camellia/cmll_ctr.c", + ], + "crypto/camellia/cmll_ecb.o" => + [ + "../crypto/camellia/cmll_ecb.c", + ], + "crypto/camellia/cmll_misc.o" => + [ + "../crypto/camellia/cmll_misc.c", + ], + "crypto/camellia/cmll_ofb.o" => + [ + "../crypto/camellia/cmll_ofb.c", + ], + "crypto/cast/c_cfb64.o" => + [ + "../crypto/cast/c_cfb64.c", + ], + "crypto/cast/c_ecb.o" => + [ + "../crypto/cast/c_ecb.c", + ], + "crypto/cast/c_enc.o" => + [ + "../crypto/cast/c_enc.c", + ], + "crypto/cast/c_ofb64.o" => + [ + "../crypto/cast/c_ofb64.c", + ], + "crypto/cast/c_skey.o" => + [ + "../crypto/cast/c_skey.c", + ], + "crypto/chacha/chacha_enc.o" => + [ + "../crypto/chacha/chacha_enc.c", + ], + "crypto/cmac/cm_ameth.o" => + [ + "../crypto/cmac/cm_ameth.c", + ], + "crypto/cmac/cm_pmeth.o" => + [ + "../crypto/cmac/cm_pmeth.c", + ], + "crypto/cmac/cmac.o" => + [ + "../crypto/cmac/cmac.c", + ], + "crypto/cms/cms_asn1.o" => + [ + "../crypto/cms/cms_asn1.c", + ], + "crypto/cms/cms_att.o" => + [ + "../crypto/cms/cms_att.c", + ], + "crypto/cms/cms_cd.o" => + [ + "../crypto/cms/cms_cd.c", + ], + "crypto/cms/cms_dd.o" => + [ + "../crypto/cms/cms_dd.c", + ], + "crypto/cms/cms_enc.o" => + [ + "../crypto/cms/cms_enc.c", + ], + "crypto/cms/cms_env.o" => + [ + "../crypto/cms/cms_env.c", + ], + "crypto/cms/cms_err.o" => + [ + "../crypto/cms/cms_err.c", + ], + "crypto/cms/cms_ess.o" => + [ + "../crypto/cms/cms_ess.c", + ], + "crypto/cms/cms_io.o" => + [ + "../crypto/cms/cms_io.c", + ], + "crypto/cms/cms_kari.o" => + [ + "../crypto/cms/cms_kari.c", + ], + "crypto/cms/cms_lib.o" => + [ + "../crypto/cms/cms_lib.c", + ], + "crypto/cms/cms_pwri.o" => + [ + "../crypto/cms/cms_pwri.c", + ], + "crypto/cms/cms_sd.o" => + [ + "../crypto/cms/cms_sd.c", + ], + "crypto/cms/cms_smime.o" => + [ + "../crypto/cms/cms_smime.c", + ], + "crypto/comp/c_zlib.o" => + [ + "../crypto/comp/c_zlib.c", + ], + "crypto/comp/comp_err.o" => + [ + "../crypto/comp/comp_err.c", + ], + "crypto/comp/comp_lib.o" => + [ + "../crypto/comp/comp_lib.c", + ], + "crypto/conf/conf_api.o" => + [ + "../crypto/conf/conf_api.c", + ], + "crypto/conf/conf_def.o" => + [ + "../crypto/conf/conf_def.c", + ], + "crypto/conf/conf_err.o" => + [ + "../crypto/conf/conf_err.c", + ], + "crypto/conf/conf_lib.o" => + [ + "../crypto/conf/conf_lib.c", + ], + "crypto/conf/conf_mall.o" => + [ + "../crypto/conf/conf_mall.c", + ], + "crypto/conf/conf_mod.o" => + [ + "../crypto/conf/conf_mod.c", + ], + "crypto/conf/conf_sap.o" => + [ + "../crypto/conf/conf_sap.c", + ], + "crypto/conf/conf_ssl.o" => + [ + "../crypto/conf/conf_ssl.c", + ], + "crypto/cpt_err.o" => + [ + "../crypto/cpt_err.c", + ], + "crypto/cryptlib.o" => + [ + "../crypto/cryptlib.c", + ], + "crypto/ct/ct_b64.o" => + [ + "../crypto/ct/ct_b64.c", + ], + "crypto/ct/ct_err.o" => + [ + "../crypto/ct/ct_err.c", + ], + "crypto/ct/ct_log.o" => + [ + "../crypto/ct/ct_log.c", + ], + "crypto/ct/ct_oct.o" => + [ + "../crypto/ct/ct_oct.c", + ], + "crypto/ct/ct_policy.o" => + [ + "../crypto/ct/ct_policy.c", + ], + "crypto/ct/ct_prn.o" => + [ + "../crypto/ct/ct_prn.c", + ], + "crypto/ct/ct_sct.o" => + [ + "../crypto/ct/ct_sct.c", + ], + "crypto/ct/ct_sct_ctx.o" => + [ + "../crypto/ct/ct_sct_ctx.c", + ], + "crypto/ct/ct_vfy.o" => + [ + "../crypto/ct/ct_vfy.c", + ], + "crypto/ct/ct_x509v3.o" => + [ + "../crypto/ct/ct_x509v3.c", + ], + "crypto/ctype.o" => + [ + "../crypto/ctype.c", + ], + "crypto/cversion.o" => + [ + "../crypto/cversion.c", + ], + "crypto/des/cbc_cksm.o" => + [ + "../crypto/des/cbc_cksm.c", + ], + "crypto/des/cbc_enc.o" => + [ + "../crypto/des/cbc_enc.c", + ], + "crypto/des/cfb64ede.o" => + [ + "../crypto/des/cfb64ede.c", + ], + "crypto/des/cfb64enc.o" => + [ + "../crypto/des/cfb64enc.c", + ], + "crypto/des/cfb_enc.o" => + [ + "../crypto/des/cfb_enc.c", + ], + "crypto/des/des_enc.o" => + [ + "../crypto/des/des_enc.c", + ], + "crypto/des/ecb3_enc.o" => + [ + "../crypto/des/ecb3_enc.c", + ], + "crypto/des/ecb_enc.o" => + [ + "../crypto/des/ecb_enc.c", + ], + "crypto/des/fcrypt.o" => + [ + "../crypto/des/fcrypt.c", + ], + "crypto/des/fcrypt_b.o" => + [ + "../crypto/des/fcrypt_b.c", + ], + "crypto/des/ofb64ede.o" => + [ + "../crypto/des/ofb64ede.c", + ], + "crypto/des/ofb64enc.o" => + [ + "../crypto/des/ofb64enc.c", + ], + "crypto/des/ofb_enc.o" => + [ + "../crypto/des/ofb_enc.c", + ], + "crypto/des/pcbc_enc.o" => + [ + "../crypto/des/pcbc_enc.c", + ], + "crypto/des/qud_cksm.o" => + [ + "../crypto/des/qud_cksm.c", + ], + "crypto/des/rand_key.o" => + [ + "../crypto/des/rand_key.c", + ], + "crypto/des/set_key.o" => + [ + "../crypto/des/set_key.c", + ], + "crypto/des/str2key.o" => + [ + "../crypto/des/str2key.c", + ], + "crypto/des/xcbc_enc.o" => + [ + "../crypto/des/xcbc_enc.c", + ], + "crypto/dh/dh_ameth.o" => + [ + "../crypto/dh/dh_ameth.c", + ], + "crypto/dh/dh_asn1.o" => + [ + "../crypto/dh/dh_asn1.c", + ], + "crypto/dh/dh_check.o" => + [ + "../crypto/dh/dh_check.c", + ], + "crypto/dh/dh_depr.o" => + [ + "../crypto/dh/dh_depr.c", + ], + "crypto/dh/dh_err.o" => + [ + "../crypto/dh/dh_err.c", + ], + "crypto/dh/dh_gen.o" => + [ + "../crypto/dh/dh_gen.c", + ], + "crypto/dh/dh_kdf.o" => + [ + "../crypto/dh/dh_kdf.c", + ], + "crypto/dh/dh_key.o" => + [ + "../crypto/dh/dh_key.c", + ], + "crypto/dh/dh_lib.o" => + [ + "../crypto/dh/dh_lib.c", + ], + "crypto/dh/dh_meth.o" => + [ + "../crypto/dh/dh_meth.c", + ], + "crypto/dh/dh_pmeth.o" => + [ + "../crypto/dh/dh_pmeth.c", + ], + "crypto/dh/dh_prn.o" => + [ + "../crypto/dh/dh_prn.c", + ], + "crypto/dh/dh_rfc5114.o" => + [ + "../crypto/dh/dh_rfc5114.c", + ], + "crypto/dh/dh_rfc7919.o" => + [ + "../crypto/dh/dh_rfc7919.c", + ], + "crypto/dsa/dsa_ameth.o" => + [ + "../crypto/dsa/dsa_ameth.c", + ], + "crypto/dsa/dsa_asn1.o" => + [ + "../crypto/dsa/dsa_asn1.c", + ], + "crypto/dsa/dsa_depr.o" => + [ + "../crypto/dsa/dsa_depr.c", + ], + "crypto/dsa/dsa_err.o" => + [ + "../crypto/dsa/dsa_err.c", + ], + "crypto/dsa/dsa_gen.o" => + [ + "../crypto/dsa/dsa_gen.c", + ], + "crypto/dsa/dsa_key.o" => + [ + "../crypto/dsa/dsa_key.c", + ], + "crypto/dsa/dsa_lib.o" => + [ + "../crypto/dsa/dsa_lib.c", + ], + "crypto/dsa/dsa_meth.o" => + [ + "../crypto/dsa/dsa_meth.c", + ], + "crypto/dsa/dsa_ossl.o" => + [ + "../crypto/dsa/dsa_ossl.c", + ], + "crypto/dsa/dsa_pmeth.o" => + [ + "../crypto/dsa/dsa_pmeth.c", + ], + "crypto/dsa/dsa_prn.o" => + [ + "../crypto/dsa/dsa_prn.c", + ], + "crypto/dsa/dsa_sign.o" => + [ + "../crypto/dsa/dsa_sign.c", + ], + "crypto/dsa/dsa_vrf.o" => + [ + "../crypto/dsa/dsa_vrf.c", + ], + "crypto/dso/dso_dl.o" => + [ + "../crypto/dso/dso_dl.c", + ], + "crypto/dso/dso_dlfcn.o" => + [ + "../crypto/dso/dso_dlfcn.c", + ], + "crypto/dso/dso_err.o" => + [ + "../crypto/dso/dso_err.c", + ], + "crypto/dso/dso_lib.o" => + [ + "../crypto/dso/dso_lib.c", + ], + "crypto/dso/dso_openssl.o" => + [ + "../crypto/dso/dso_openssl.c", + ], + "crypto/dso/dso_vms.o" => + [ + "../crypto/dso/dso_vms.c", + ], + "crypto/dso/dso_win32.o" => + [ + "../crypto/dso/dso_win32.c", + ], + "crypto/ebcdic.o" => + [ + "../crypto/ebcdic.c", + ], + "crypto/ec/curve25519.o" => + [ + "../crypto/ec/curve25519.c", + ], + "crypto/ec/curve448/arch_32/f_impl.o" => + [ + "../crypto/ec/curve448/arch_32/f_impl.c", + ], + "crypto/ec/curve448/curve448.o" => + [ + "../crypto/ec/curve448/curve448.c", + ], + "crypto/ec/curve448/curve448_tables.o" => + [ + "../crypto/ec/curve448/curve448_tables.c", + ], + "crypto/ec/curve448/eddsa.o" => + [ + "../crypto/ec/curve448/eddsa.c", + ], + "crypto/ec/curve448/f_generic.o" => + [ + "../crypto/ec/curve448/f_generic.c", + ], + "crypto/ec/curve448/scalar.o" => + [ + "../crypto/ec/curve448/scalar.c", + ], + "crypto/ec/ec2_oct.o" => + [ + "../crypto/ec/ec2_oct.c", + ], + "crypto/ec/ec2_smpl.o" => + [ + "../crypto/ec/ec2_smpl.c", + ], + "crypto/ec/ec_ameth.o" => + [ + "../crypto/ec/ec_ameth.c", + ], + "crypto/ec/ec_asn1.o" => + [ + "../crypto/ec/ec_asn1.c", + ], + "crypto/ec/ec_check.o" => + [ + "../crypto/ec/ec_check.c", + ], + "crypto/ec/ec_curve.o" => + [ + "../crypto/ec/ec_curve.c", + ], + "crypto/ec/ec_cvt.o" => + [ + "../crypto/ec/ec_cvt.c", + ], + "crypto/ec/ec_err.o" => + [ + "../crypto/ec/ec_err.c", + ], + "crypto/ec/ec_key.o" => + [ + "../crypto/ec/ec_key.c", + ], + "crypto/ec/ec_kmeth.o" => + [ + "../crypto/ec/ec_kmeth.c", + ], + "crypto/ec/ec_lib.o" => + [ + "../crypto/ec/ec_lib.c", + ], + "crypto/ec/ec_mult.o" => + [ + "../crypto/ec/ec_mult.c", + ], + "crypto/ec/ec_oct.o" => + [ + "../crypto/ec/ec_oct.c", + ], + "crypto/ec/ec_pmeth.o" => + [ + "../crypto/ec/ec_pmeth.c", + ], + "crypto/ec/ec_print.o" => + [ + "../crypto/ec/ec_print.c", + ], + "crypto/ec/ecdh_kdf.o" => + [ + "../crypto/ec/ecdh_kdf.c", + ], + "crypto/ec/ecdh_ossl.o" => + [ + "../crypto/ec/ecdh_ossl.c", + ], + "crypto/ec/ecdsa_ossl.o" => + [ + "../crypto/ec/ecdsa_ossl.c", + ], + "crypto/ec/ecdsa_sign.o" => + [ + "../crypto/ec/ecdsa_sign.c", + ], + "crypto/ec/ecdsa_vrf.o" => + [ + "../crypto/ec/ecdsa_vrf.c", + ], + "crypto/ec/eck_prn.o" => + [ + "../crypto/ec/eck_prn.c", + ], + "crypto/ec/ecp_mont.o" => + [ + "../crypto/ec/ecp_mont.c", + ], + "crypto/ec/ecp_nist.o" => + [ + "../crypto/ec/ecp_nist.c", + ], + "crypto/ec/ecp_nistp224.o" => + [ + "../crypto/ec/ecp_nistp224.c", + ], + "crypto/ec/ecp_nistp256.o" => + [ + "../crypto/ec/ecp_nistp256.c", + ], + "crypto/ec/ecp_nistp521.o" => + [ + "../crypto/ec/ecp_nistp521.c", + ], + "crypto/ec/ecp_nistputil.o" => + [ + "../crypto/ec/ecp_nistputil.c", + ], + "crypto/ec/ecp_oct.o" => + [ + "../crypto/ec/ecp_oct.c", + ], + "crypto/ec/ecp_smpl.o" => + [ + "../crypto/ec/ecp_smpl.c", + ], + "crypto/ec/ecx_meth.o" => + [ + "../crypto/ec/ecx_meth.c", + ], + "crypto/engine/eng_all.o" => + [ + "../crypto/engine/eng_all.c", + ], + "crypto/engine/eng_cnf.o" => + [ + "../crypto/engine/eng_cnf.c", + ], + "crypto/engine/eng_ctrl.o" => + [ + "../crypto/engine/eng_ctrl.c", + ], + "crypto/engine/eng_dyn.o" => + [ + "../crypto/engine/eng_dyn.c", + ], + "crypto/engine/eng_err.o" => + [ + "../crypto/engine/eng_err.c", + ], + "crypto/engine/eng_fat.o" => + [ + "../crypto/engine/eng_fat.c", + ], + "crypto/engine/eng_init.o" => + [ + "../crypto/engine/eng_init.c", + ], + "crypto/engine/eng_lib.o" => + [ + "../crypto/engine/eng_lib.c", + ], + "crypto/engine/eng_list.o" => + [ + "../crypto/engine/eng_list.c", + ], + "crypto/engine/eng_openssl.o" => + [ + "../crypto/engine/eng_openssl.c", + ], + "crypto/engine/eng_pkey.o" => + [ + "../crypto/engine/eng_pkey.c", + ], + "crypto/engine/eng_rdrand.o" => + [ + "../crypto/engine/eng_rdrand.c", + ], + "crypto/engine/eng_table.o" => + [ + "../crypto/engine/eng_table.c", + ], + "crypto/engine/tb_asnmth.o" => + [ + "../crypto/engine/tb_asnmth.c", + ], + "crypto/engine/tb_cipher.o" => + [ + "../crypto/engine/tb_cipher.c", + ], + "crypto/engine/tb_dh.o" => + [ + "../crypto/engine/tb_dh.c", + ], + "crypto/engine/tb_digest.o" => + [ + "../crypto/engine/tb_digest.c", + ], + "crypto/engine/tb_dsa.o" => + [ + "../crypto/engine/tb_dsa.c", + ], + "crypto/engine/tb_eckey.o" => + [ + "../crypto/engine/tb_eckey.c", + ], + "crypto/engine/tb_pkmeth.o" => + [ + "../crypto/engine/tb_pkmeth.c", + ], + "crypto/engine/tb_rand.o" => + [ + "../crypto/engine/tb_rand.c", + ], + "crypto/engine/tb_rsa.o" => + [ + "../crypto/engine/tb_rsa.c", + ], + "crypto/err/err.o" => + [ + "../crypto/err/err.c", + ], + "crypto/err/err_all.o" => + [ + "../crypto/err/err_all.c", + ], + "crypto/err/err_prn.o" => + [ + "../crypto/err/err_prn.c", + ], + "crypto/evp/bio_b64.o" => + [ + "../crypto/evp/bio_b64.c", + ], + "crypto/evp/bio_enc.o" => + [ + "../crypto/evp/bio_enc.c", + ], + "crypto/evp/bio_md.o" => + [ + "../crypto/evp/bio_md.c", + ], + "crypto/evp/bio_ok.o" => + [ + "../crypto/evp/bio_ok.c", + ], + "crypto/evp/c_allc.o" => + [ + "../crypto/evp/c_allc.c", + ], + "crypto/evp/c_alld.o" => + [ + "../crypto/evp/c_alld.c", + ], + "crypto/evp/cmeth_lib.o" => + [ + "../crypto/evp/cmeth_lib.c", + ], + "crypto/evp/digest.o" => + [ + "../crypto/evp/digest.c", + ], + "crypto/evp/e_aes.o" => + [ + "../crypto/evp/e_aes.c", + ], + "crypto/evp/e_aes_cbc_hmac_sha1.o" => + [ + "../crypto/evp/e_aes_cbc_hmac_sha1.c", + ], + "crypto/evp/e_aes_cbc_hmac_sha256.o" => + [ + "../crypto/evp/e_aes_cbc_hmac_sha256.c", + ], + "crypto/evp/e_aria.o" => + [ + "../crypto/evp/e_aria.c", + ], + "crypto/evp/e_bf.o" => + [ + "../crypto/evp/e_bf.c", + ], + "crypto/evp/e_camellia.o" => + [ + "../crypto/evp/e_camellia.c", + ], + "crypto/evp/e_cast.o" => + [ + "../crypto/evp/e_cast.c", + ], + "crypto/evp/e_chacha20_poly1305.o" => + [ + "../crypto/evp/e_chacha20_poly1305.c", + ], + "crypto/evp/e_des.o" => + [ + "../crypto/evp/e_des.c", + ], + "crypto/evp/e_des3.o" => + [ + "../crypto/evp/e_des3.c", + ], + "crypto/evp/e_idea.o" => + [ + "../crypto/evp/e_idea.c", + ], + "crypto/evp/e_null.o" => + [ + "../crypto/evp/e_null.c", + ], + "crypto/evp/e_old.o" => + [ + "../crypto/evp/e_old.c", + ], + "crypto/evp/e_rc2.o" => + [ + "../crypto/evp/e_rc2.c", + ], + "crypto/evp/e_rc4.o" => + [ + "../crypto/evp/e_rc4.c", + ], + "crypto/evp/e_rc4_hmac_md5.o" => + [ + "../crypto/evp/e_rc4_hmac_md5.c", + ], + "crypto/evp/e_rc5.o" => + [ + "../crypto/evp/e_rc5.c", + ], + "crypto/evp/e_seed.o" => + [ + "../crypto/evp/e_seed.c", + ], + "crypto/evp/e_sm4.o" => + [ + "../crypto/evp/e_sm4.c", + ], + "crypto/evp/e_xcbc_d.o" => + [ + "../crypto/evp/e_xcbc_d.c", + ], + "crypto/evp/encode.o" => + [ + "../crypto/evp/encode.c", + ], + "crypto/evp/evp_cnf.o" => + [ + "../crypto/evp/evp_cnf.c", + ], + "crypto/evp/evp_enc.o" => + [ + "../crypto/evp/evp_enc.c", + ], + "crypto/evp/evp_err.o" => + [ + "../crypto/evp/evp_err.c", + ], + "crypto/evp/evp_key.o" => + [ + "../crypto/evp/evp_key.c", + ], + "crypto/evp/evp_lib.o" => + [ + "../crypto/evp/evp_lib.c", + ], + "crypto/evp/evp_pbe.o" => + [ + "../crypto/evp/evp_pbe.c", + ], + "crypto/evp/evp_pkey.o" => + [ + "../crypto/evp/evp_pkey.c", + ], + "crypto/evp/m_md2.o" => + [ + "../crypto/evp/m_md2.c", + ], + "crypto/evp/m_md4.o" => + [ + "../crypto/evp/m_md4.c", + ], + "crypto/evp/m_md5.o" => + [ + "../crypto/evp/m_md5.c", + ], + "crypto/evp/m_md5_sha1.o" => + [ + "../crypto/evp/m_md5_sha1.c", + ], + "crypto/evp/m_mdc2.o" => + [ + "../crypto/evp/m_mdc2.c", + ], + "crypto/evp/m_null.o" => + [ + "../crypto/evp/m_null.c", + ], + "crypto/evp/m_ripemd.o" => + [ + "../crypto/evp/m_ripemd.c", + ], + "crypto/evp/m_sha1.o" => + [ + "../crypto/evp/m_sha1.c", + ], + "crypto/evp/m_sha3.o" => + [ + "../crypto/evp/m_sha3.c", + ], + "crypto/evp/m_sigver.o" => + [ + "../crypto/evp/m_sigver.c", + ], + "crypto/evp/m_wp.o" => + [ + "../crypto/evp/m_wp.c", + ], + "crypto/evp/names.o" => + [ + "../crypto/evp/names.c", + ], + "crypto/evp/p5_crpt.o" => + [ + "../crypto/evp/p5_crpt.c", + ], + "crypto/evp/p5_crpt2.o" => + [ + "../crypto/evp/p5_crpt2.c", + ], + "crypto/evp/p_dec.o" => + [ + "../crypto/evp/p_dec.c", + ], + "crypto/evp/p_enc.o" => + [ + "../crypto/evp/p_enc.c", + ], + "crypto/evp/p_lib.o" => + [ + "../crypto/evp/p_lib.c", + ], + "crypto/evp/p_open.o" => + [ + "../crypto/evp/p_open.c", + ], + "crypto/evp/p_seal.o" => + [ + "../crypto/evp/p_seal.c", + ], + "crypto/evp/p_sign.o" => + [ + "../crypto/evp/p_sign.c", + ], + "crypto/evp/p_verify.o" => + [ + "../crypto/evp/p_verify.c", + ], + "crypto/evp/pbe_scrypt.o" => + [ + "../crypto/evp/pbe_scrypt.c", + ], + "crypto/evp/pmeth_fn.o" => + [ + "../crypto/evp/pmeth_fn.c", + ], + "crypto/evp/pmeth_gn.o" => + [ + "../crypto/evp/pmeth_gn.c", + ], + "crypto/evp/pmeth_lib.o" => + [ + "../crypto/evp/pmeth_lib.c", + ], + "crypto/ex_data.o" => + [ + "../crypto/ex_data.c", + ], + "crypto/getenv.o" => + [ + "../crypto/getenv.c", + ], + "crypto/hmac/hm_ameth.o" => + [ + "../crypto/hmac/hm_ameth.c", + ], + "crypto/hmac/hm_pmeth.o" => + [ + "../crypto/hmac/hm_pmeth.c", + ], + "crypto/hmac/hmac.o" => + [ + "../crypto/hmac/hmac.c", + ], + "crypto/idea/i_cbc.o" => + [ + "../crypto/idea/i_cbc.c", + ], + "crypto/idea/i_cfb64.o" => + [ + "../crypto/idea/i_cfb64.c", + ], + "crypto/idea/i_ecb.o" => + [ + "../crypto/idea/i_ecb.c", + ], + "crypto/idea/i_ofb64.o" => + [ + "../crypto/idea/i_ofb64.c", + ], + "crypto/idea/i_skey.o" => + [ + "../crypto/idea/i_skey.c", + ], + "crypto/init.o" => + [ + "../crypto/init.c", + ], + "crypto/kdf/hkdf.o" => + [ + "../crypto/kdf/hkdf.c", + ], + "crypto/kdf/kdf_err.o" => + [ + "../crypto/kdf/kdf_err.c", + ], + "crypto/kdf/scrypt.o" => + [ + "../crypto/kdf/scrypt.c", + ], + "crypto/kdf/tls1_prf.o" => + [ + "../crypto/kdf/tls1_prf.c", + ], + "crypto/lhash/lh_stats.o" => + [ + "../crypto/lhash/lh_stats.c", + ], + "crypto/lhash/lhash.o" => + [ + "../crypto/lhash/lhash.c", + ], + "crypto/md2/md2_dgst.o" => + [ + "../crypto/md2/md2_dgst.c", + ], + "crypto/md2/md2_one.o" => + [ + "../crypto/md2/md2_one.c", + ], + "crypto/md4/md4_dgst.o" => + [ + "../crypto/md4/md4_dgst.c", + ], + "crypto/md4/md4_one.o" => + [ + "../crypto/md4/md4_one.c", + ], + "crypto/md5/md5_dgst.o" => + [ + "../crypto/md5/md5_dgst.c", + ], + "crypto/md5/md5_one.o" => + [ + "../crypto/md5/md5_one.c", + ], + "crypto/mem.o" => + [ + "../crypto/mem.c", + ], + "crypto/mem_clr.o" => + [ + "../crypto/mem_clr.c", + ], + "crypto/mem_dbg.o" => + [ + "../crypto/mem_dbg.c", + ], + "crypto/mem_sec.o" => + [ + "../crypto/mem_sec.c", + ], + "crypto/modes/cbc128.o" => + [ + "../crypto/modes/cbc128.c", + ], + "crypto/modes/ccm128.o" => + [ + "../crypto/modes/ccm128.c", + ], + "crypto/modes/cfb128.o" => + [ + "../crypto/modes/cfb128.c", + ], + "crypto/modes/ctr128.o" => + [ + "../crypto/modes/ctr128.c", + ], + "crypto/modes/cts128.o" => + [ + "../crypto/modes/cts128.c", + ], + "crypto/modes/gcm128.o" => + [ + "../crypto/modes/gcm128.c", + ], + "crypto/modes/ocb128.o" => + [ + "../crypto/modes/ocb128.c", + ], + "crypto/modes/ofb128.o" => + [ + "../crypto/modes/ofb128.c", + ], + "crypto/modes/wrap128.o" => + [ + "../crypto/modes/wrap128.c", + ], + "crypto/modes/xts128.o" => + [ + "../crypto/modes/xts128.c", + ], + "crypto/o_dir.o" => + [ + "../crypto/o_dir.c", + ], + "crypto/o_fips.o" => + [ + "../crypto/o_fips.c", + ], + "crypto/o_fopen.o" => + [ + "../crypto/o_fopen.c", + ], + "crypto/o_init.o" => + [ + "../crypto/o_init.c", + ], + "crypto/o_str.o" => + [ + "../crypto/o_str.c", + ], + "crypto/o_time.o" => + [ + "../crypto/o_time.c", + ], + "crypto/objects/o_names.o" => + [ + "../crypto/objects/o_names.c", + ], + "crypto/objects/obj_dat.o" => + [ + "../crypto/objects/obj_dat.c", + ], + "crypto/objects/obj_err.o" => + [ + "../crypto/objects/obj_err.c", + ], + "crypto/objects/obj_lib.o" => + [ + "../crypto/objects/obj_lib.c", + ], + "crypto/objects/obj_xref.o" => + [ + "../crypto/objects/obj_xref.c", + ], + "crypto/ocsp/ocsp_asn.o" => + [ + "../crypto/ocsp/ocsp_asn.c", + ], + "crypto/ocsp/ocsp_cl.o" => + [ + "../crypto/ocsp/ocsp_cl.c", + ], + "crypto/ocsp/ocsp_err.o" => + [ + "../crypto/ocsp/ocsp_err.c", + ], + "crypto/ocsp/ocsp_ext.o" => + [ + "../crypto/ocsp/ocsp_ext.c", + ], + "crypto/ocsp/ocsp_ht.o" => + [ + "../crypto/ocsp/ocsp_ht.c", + ], + "crypto/ocsp/ocsp_lib.o" => + [ + "../crypto/ocsp/ocsp_lib.c", + ], + "crypto/ocsp/ocsp_prn.o" => + [ + "../crypto/ocsp/ocsp_prn.c", + ], + "crypto/ocsp/ocsp_srv.o" => + [ + "../crypto/ocsp/ocsp_srv.c", + ], + "crypto/ocsp/ocsp_vfy.o" => + [ + "../crypto/ocsp/ocsp_vfy.c", + ], + "crypto/ocsp/v3_ocsp.o" => + [ + "../crypto/ocsp/v3_ocsp.c", + ], + "crypto/pem/pem_all.o" => + [ + "../crypto/pem/pem_all.c", + ], + "crypto/pem/pem_err.o" => + [ + "../crypto/pem/pem_err.c", + ], + "crypto/pem/pem_info.o" => + [ + "../crypto/pem/pem_info.c", + ], + "crypto/pem/pem_lib.o" => + [ + "../crypto/pem/pem_lib.c", + ], + "crypto/pem/pem_oth.o" => + [ + "../crypto/pem/pem_oth.c", + ], + "crypto/pem/pem_pk8.o" => + [ + "../crypto/pem/pem_pk8.c", + ], + "crypto/pem/pem_pkey.o" => + [ + "../crypto/pem/pem_pkey.c", + ], + "crypto/pem/pem_sign.o" => + [ + "../crypto/pem/pem_sign.c", + ], + "crypto/pem/pem_x509.o" => + [ + "../crypto/pem/pem_x509.c", + ], + "crypto/pem/pem_xaux.o" => + [ + "../crypto/pem/pem_xaux.c", + ], + "crypto/pem/pvkfmt.o" => + [ + "../crypto/pem/pvkfmt.c", + ], + "crypto/pkcs12/p12_add.o" => + [ + "../crypto/pkcs12/p12_add.c", + ], + "crypto/pkcs12/p12_asn.o" => + [ + "../crypto/pkcs12/p12_asn.c", + ], + "crypto/pkcs12/p12_attr.o" => + [ + "../crypto/pkcs12/p12_attr.c", + ], + "crypto/pkcs12/p12_crpt.o" => + [ + "../crypto/pkcs12/p12_crpt.c", + ], + "crypto/pkcs12/p12_crt.o" => + [ + "../crypto/pkcs12/p12_crt.c", + ], + "crypto/pkcs12/p12_decr.o" => + [ + "../crypto/pkcs12/p12_decr.c", + ], + "crypto/pkcs12/p12_init.o" => + [ + "../crypto/pkcs12/p12_init.c", + ], + "crypto/pkcs12/p12_key.o" => + [ + "../crypto/pkcs12/p12_key.c", + ], + "crypto/pkcs12/p12_kiss.o" => + [ + "../crypto/pkcs12/p12_kiss.c", + ], + "crypto/pkcs12/p12_mutl.o" => + [ + "../crypto/pkcs12/p12_mutl.c", + ], + "crypto/pkcs12/p12_npas.o" => + [ + "../crypto/pkcs12/p12_npas.c", + ], + "crypto/pkcs12/p12_p8d.o" => + [ + "../crypto/pkcs12/p12_p8d.c", + ], + "crypto/pkcs12/p12_p8e.o" => + [ + "../crypto/pkcs12/p12_p8e.c", + ], + "crypto/pkcs12/p12_sbag.o" => + [ + "../crypto/pkcs12/p12_sbag.c", + ], + "crypto/pkcs12/p12_utl.o" => + [ + "../crypto/pkcs12/p12_utl.c", + ], + "crypto/pkcs12/pk12err.o" => + [ + "../crypto/pkcs12/pk12err.c", + ], + "crypto/pkcs7/bio_pk7.o" => + [ + "../crypto/pkcs7/bio_pk7.c", + ], + "crypto/pkcs7/pk7_asn1.o" => + [ + "../crypto/pkcs7/pk7_asn1.c", + ], + "crypto/pkcs7/pk7_attr.o" => + [ + "../crypto/pkcs7/pk7_attr.c", + ], + "crypto/pkcs7/pk7_doit.o" => + [ + "../crypto/pkcs7/pk7_doit.c", + ], + "crypto/pkcs7/pk7_lib.o" => + [ + "../crypto/pkcs7/pk7_lib.c", + ], + "crypto/pkcs7/pk7_mime.o" => + [ + "../crypto/pkcs7/pk7_mime.c", + ], + "crypto/pkcs7/pk7_smime.o" => + [ + "../crypto/pkcs7/pk7_smime.c", + ], + "crypto/pkcs7/pkcs7err.o" => + [ + "../crypto/pkcs7/pkcs7err.c", + ], + "crypto/poly1305/poly1305.o" => + [ + "../crypto/poly1305/poly1305.c", + ], + "crypto/poly1305/poly1305_ameth.o" => + [ + "../crypto/poly1305/poly1305_ameth.c", + ], + "crypto/poly1305/poly1305_pmeth.o" => + [ + "../crypto/poly1305/poly1305_pmeth.c", + ], + "crypto/rand/drbg_ctr.o" => + [ + "../crypto/rand/drbg_ctr.c", + ], + "crypto/rand/drbg_lib.o" => + [ + "../crypto/rand/drbg_lib.c", + ], + "crypto/rand/rand_egd.o" => + [ + "../crypto/rand/rand_egd.c", + ], + "crypto/rand/rand_err.o" => + [ + "../crypto/rand/rand_err.c", + ], + "crypto/rand/rand_lib.o" => + [ + "../crypto/rand/rand_lib.c", + ], + "crypto/rand/rand_unix.o" => + [ + "../crypto/rand/rand_unix.c", + ], + "crypto/rand/rand_vms.o" => + [ + "../crypto/rand/rand_vms.c", + ], + "crypto/rand/rand_win.o" => + [ + "../crypto/rand/rand_win.c", + ], + "crypto/rand/randfile.o" => + [ + "../crypto/rand/randfile.c", + ], + "crypto/rc2/rc2_cbc.o" => + [ + "../crypto/rc2/rc2_cbc.c", + ], + "crypto/rc2/rc2_ecb.o" => + [ + "../crypto/rc2/rc2_ecb.c", + ], + "crypto/rc2/rc2_skey.o" => + [ + "../crypto/rc2/rc2_skey.c", + ], + "crypto/rc2/rc2cfb64.o" => + [ + "../crypto/rc2/rc2cfb64.c", + ], + "crypto/rc2/rc2ofb64.o" => + [ + "../crypto/rc2/rc2ofb64.c", + ], + "crypto/rc4/rc4_enc.o" => + [ + "../crypto/rc4/rc4_enc.c", + ], + "crypto/rc4/rc4_skey.o" => + [ + "../crypto/rc4/rc4_skey.c", + ], + "crypto/rc5/rc5_ecb.o" => + [ + "../crypto/rc5/rc5_ecb.c", + ], + "crypto/rc5/rc5_enc.o" => + [ + "../crypto/rc5/rc5_enc.c", + ], + "crypto/rc5/rc5_skey.o" => + [ + "../crypto/rc5/rc5_skey.c", + ], + "crypto/rc5/rc5cfb64.o" => + [ + "../crypto/rc5/rc5cfb64.c", + ], + "crypto/rc5/rc5ofb64.o" => + [ + "../crypto/rc5/rc5ofb64.c", + ], + "crypto/ripemd/rmd_dgst.o" => + [ + "../crypto/ripemd/rmd_dgst.c", + ], + "crypto/ripemd/rmd_one.o" => + [ + "../crypto/ripemd/rmd_one.c", + ], + "crypto/rsa/rsa_ameth.o" => + [ + "../crypto/rsa/rsa_ameth.c", + ], + "crypto/rsa/rsa_asn1.o" => + [ + "../crypto/rsa/rsa_asn1.c", + ], + "crypto/rsa/rsa_chk.o" => + [ + "../crypto/rsa/rsa_chk.c", + ], + "crypto/rsa/rsa_crpt.o" => + [ + "../crypto/rsa/rsa_crpt.c", + ], + "crypto/rsa/rsa_depr.o" => + [ + "../crypto/rsa/rsa_depr.c", + ], + "crypto/rsa/rsa_err.o" => + [ + "../crypto/rsa/rsa_err.c", + ], + "crypto/rsa/rsa_gen.o" => + [ + "../crypto/rsa/rsa_gen.c", + ], + "crypto/rsa/rsa_lib.o" => + [ + "../crypto/rsa/rsa_lib.c", + ], + "crypto/rsa/rsa_meth.o" => + [ + "../crypto/rsa/rsa_meth.c", + ], + "crypto/rsa/rsa_mp.o" => + [ + "../crypto/rsa/rsa_mp.c", + ], + "crypto/rsa/rsa_none.o" => + [ + "../crypto/rsa/rsa_none.c", + ], + "crypto/rsa/rsa_oaep.o" => + [ + "../crypto/rsa/rsa_oaep.c", + ], + "crypto/rsa/rsa_ossl.o" => + [ + "../crypto/rsa/rsa_ossl.c", + ], + "crypto/rsa/rsa_pk1.o" => + [ + "../crypto/rsa/rsa_pk1.c", + ], + "crypto/rsa/rsa_pmeth.o" => + [ + "../crypto/rsa/rsa_pmeth.c", + ], + "crypto/rsa/rsa_prn.o" => + [ + "../crypto/rsa/rsa_prn.c", + ], + "crypto/rsa/rsa_pss.o" => + [ + "../crypto/rsa/rsa_pss.c", + ], + "crypto/rsa/rsa_saos.o" => + [ + "../crypto/rsa/rsa_saos.c", + ], + "crypto/rsa/rsa_sign.o" => + [ + "../crypto/rsa/rsa_sign.c", + ], + "crypto/rsa/rsa_ssl.o" => + [ + "../crypto/rsa/rsa_ssl.c", + ], + "crypto/rsa/rsa_x931.o" => + [ + "../crypto/rsa/rsa_x931.c", + ], + "crypto/rsa/rsa_x931g.o" => + [ + "../crypto/rsa/rsa_x931g.c", + ], + "crypto/seed/seed.o" => + [ + "../crypto/seed/seed.c", + ], + "crypto/seed/seed_cbc.o" => + [ + "../crypto/seed/seed_cbc.c", + ], + "crypto/seed/seed_cfb.o" => + [ + "../crypto/seed/seed_cfb.c", + ], + "crypto/seed/seed_ecb.o" => + [ + "../crypto/seed/seed_ecb.c", + ], + "crypto/seed/seed_ofb.o" => + [ + "../crypto/seed/seed_ofb.c", + ], + "crypto/sha/keccak1600.o" => + [ + "../crypto/sha/keccak1600.c", + ], + "crypto/sha/sha1_one.o" => + [ + "../crypto/sha/sha1_one.c", + ], + "crypto/sha/sha1dgst.o" => + [ + "../crypto/sha/sha1dgst.c", + ], + "crypto/sha/sha256.o" => + [ + "../crypto/sha/sha256.c", + ], + "crypto/sha/sha512.o" => + [ + "../crypto/sha/sha512.c", + ], + "crypto/siphash/siphash.o" => + [ + "../crypto/siphash/siphash.c", + ], + "crypto/siphash/siphash_ameth.o" => + [ + "../crypto/siphash/siphash_ameth.c", + ], + "crypto/siphash/siphash_pmeth.o" => + [ + "../crypto/siphash/siphash_pmeth.c", + ], + "crypto/sm2/sm2_crypt.o" => + [ + "../crypto/sm2/sm2_crypt.c", + ], + "crypto/sm2/sm2_err.o" => + [ + "../crypto/sm2/sm2_err.c", + ], + "crypto/sm2/sm2_pmeth.o" => + [ + "../crypto/sm2/sm2_pmeth.c", + ], + "crypto/sm2/sm2_sign.o" => + [ + "../crypto/sm2/sm2_sign.c", + ], + "crypto/sm3/m_sm3.o" => + [ + "../crypto/sm3/m_sm3.c", + ], + "crypto/sm3/sm3.o" => + [ + "../crypto/sm3/sm3.c", + ], + "crypto/sm4/sm4.o" => + [ + "../crypto/sm4/sm4.c", + ], + "crypto/srp/srp_lib.o" => + [ + "../crypto/srp/srp_lib.c", + ], + "crypto/srp/srp_vfy.o" => + [ + "../crypto/srp/srp_vfy.c", + ], + "crypto/stack/stack.o" => + [ + "../crypto/stack/stack.c", + ], + "crypto/store/loader_file.o" => + [ + "../crypto/store/loader_file.c", + ], + "crypto/store/store_err.o" => + [ + "../crypto/store/store_err.c", + ], + "crypto/store/store_init.o" => + [ + "../crypto/store/store_init.c", + ], + "crypto/store/store_lib.o" => + [ + "../crypto/store/store_lib.c", + ], + "crypto/store/store_register.o" => + [ + "../crypto/store/store_register.c", + ], + "crypto/store/store_strings.o" => + [ + "../crypto/store/store_strings.c", + ], + "crypto/threads_none.o" => + [ + "../crypto/threads_none.c", + ], + "crypto/threads_pthread.o" => + [ + "../crypto/threads_pthread.c", + ], + "crypto/threads_win.o" => + [ + "../crypto/threads_win.c", + ], + "crypto/ts/ts_asn1.o" => + [ + "../crypto/ts/ts_asn1.c", + ], + "crypto/ts/ts_conf.o" => + [ + "../crypto/ts/ts_conf.c", + ], + "crypto/ts/ts_err.o" => + [ + "../crypto/ts/ts_err.c", + ], + "crypto/ts/ts_lib.o" => + [ + "../crypto/ts/ts_lib.c", + ], + "crypto/ts/ts_req_print.o" => + [ + "../crypto/ts/ts_req_print.c", + ], + "crypto/ts/ts_req_utils.o" => + [ + "../crypto/ts/ts_req_utils.c", + ], + "crypto/ts/ts_rsp_print.o" => + [ + "../crypto/ts/ts_rsp_print.c", + ], + "crypto/ts/ts_rsp_sign.o" => + [ + "../crypto/ts/ts_rsp_sign.c", + ], + "crypto/ts/ts_rsp_utils.o" => + [ + "../crypto/ts/ts_rsp_utils.c", + ], + "crypto/ts/ts_rsp_verify.o" => + [ + "../crypto/ts/ts_rsp_verify.c", + ], + "crypto/ts/ts_verify_ctx.o" => + [ + "../crypto/ts/ts_verify_ctx.c", + ], + "crypto/txt_db/txt_db.o" => + [ + "../crypto/txt_db/txt_db.c", + ], + "crypto/ui/ui_err.o" => + [ + "../crypto/ui/ui_err.c", + ], + "crypto/ui/ui_lib.o" => + [ + "../crypto/ui/ui_lib.c", + ], + "crypto/ui/ui_null.o" => + [ + "../crypto/ui/ui_null.c", + ], + "crypto/ui/ui_openssl.o" => + [ + "../crypto/ui/ui_openssl.c", + ], + "crypto/ui/ui_util.o" => + [ + "../crypto/ui/ui_util.c", + ], + "crypto/uid.o" => + [ + "../crypto/uid.c", + ], + "crypto/whrlpool/wp_block.o" => + [ + "../crypto/whrlpool/wp_block.c", + ], + "crypto/whrlpool/wp_dgst.o" => + [ + "../crypto/whrlpool/wp_dgst.c", + ], + "crypto/x509/by_dir.o" => + [ + "../crypto/x509/by_dir.c", + ], + "crypto/x509/by_file.o" => + [ + "../crypto/x509/by_file.c", + ], + "crypto/x509/t_crl.o" => + [ + "../crypto/x509/t_crl.c", + ], + "crypto/x509/t_req.o" => + [ + "../crypto/x509/t_req.c", + ], + "crypto/x509/t_x509.o" => + [ + "../crypto/x509/t_x509.c", + ], + "crypto/x509/x509_att.o" => + [ + "../crypto/x509/x509_att.c", + ], + "crypto/x509/x509_cmp.o" => + [ + "../crypto/x509/x509_cmp.c", + ], + "crypto/x509/x509_d2.o" => + [ + "../crypto/x509/x509_d2.c", + ], + "crypto/x509/x509_def.o" => + [ + "../crypto/x509/x509_def.c", + ], + "crypto/x509/x509_err.o" => + [ + "../crypto/x509/x509_err.c", + ], + "crypto/x509/x509_ext.o" => + [ + "../crypto/x509/x509_ext.c", + ], + "crypto/x509/x509_lu.o" => + [ + "../crypto/x509/x509_lu.c", + ], + "crypto/x509/x509_meth.o" => + [ + "../crypto/x509/x509_meth.c", + ], + "crypto/x509/x509_obj.o" => + [ + "../crypto/x509/x509_obj.c", + ], + "crypto/x509/x509_r2x.o" => + [ + "../crypto/x509/x509_r2x.c", + ], + "crypto/x509/x509_req.o" => + [ + "../crypto/x509/x509_req.c", + ], + "crypto/x509/x509_set.o" => + [ + "../crypto/x509/x509_set.c", + ], + "crypto/x509/x509_trs.o" => + [ + "../crypto/x509/x509_trs.c", + ], + "crypto/x509/x509_txt.o" => + [ + "../crypto/x509/x509_txt.c", + ], + "crypto/x509/x509_v3.o" => + [ + "../crypto/x509/x509_v3.c", + ], + "crypto/x509/x509_vfy.o" => + [ + "../crypto/x509/x509_vfy.c", + ], + "crypto/x509/x509_vpm.o" => + [ + "../crypto/x509/x509_vpm.c", + ], + "crypto/x509/x509cset.o" => + [ + "../crypto/x509/x509cset.c", + ], + "crypto/x509/x509name.o" => + [ + "../crypto/x509/x509name.c", + ], + "crypto/x509/x509rset.o" => + [ + "../crypto/x509/x509rset.c", + ], + "crypto/x509/x509spki.o" => + [ + "../crypto/x509/x509spki.c", + ], + "crypto/x509/x509type.o" => + [ + "../crypto/x509/x509type.c", + ], + "crypto/x509/x_all.o" => + [ + "../crypto/x509/x_all.c", + ], + "crypto/x509/x_attrib.o" => + [ + "../crypto/x509/x_attrib.c", + ], + "crypto/x509/x_crl.o" => + [ + "../crypto/x509/x_crl.c", + ], + "crypto/x509/x_exten.o" => + [ + "../crypto/x509/x_exten.c", + ], + "crypto/x509/x_name.o" => + [ + "../crypto/x509/x_name.c", + ], + "crypto/x509/x_pubkey.o" => + [ + "../crypto/x509/x_pubkey.c", + ], + "crypto/x509/x_req.o" => + [ + "../crypto/x509/x_req.c", + ], + "crypto/x509/x_x509.o" => + [ + "../crypto/x509/x_x509.c", + ], + "crypto/x509/x_x509a.o" => + [ + "../crypto/x509/x_x509a.c", + ], + "crypto/x509v3/pcy_cache.o" => + [ + "../crypto/x509v3/pcy_cache.c", + ], + "crypto/x509v3/pcy_data.o" => + [ + "../crypto/x509v3/pcy_data.c", + ], + "crypto/x509v3/pcy_lib.o" => + [ + "../crypto/x509v3/pcy_lib.c", + ], + "crypto/x509v3/pcy_map.o" => + [ + "../crypto/x509v3/pcy_map.c", + ], + "crypto/x509v3/pcy_node.o" => + [ + "../crypto/x509v3/pcy_node.c", + ], + "crypto/x509v3/pcy_tree.o" => + [ + "../crypto/x509v3/pcy_tree.c", + ], + "crypto/x509v3/v3_addr.o" => + [ + "../crypto/x509v3/v3_addr.c", + ], + "crypto/x509v3/v3_admis.o" => + [ + "../crypto/x509v3/v3_admis.c", + ], + "crypto/x509v3/v3_akey.o" => + [ + "../crypto/x509v3/v3_akey.c", + ], + "crypto/x509v3/v3_akeya.o" => + [ + "../crypto/x509v3/v3_akeya.c", + ], + "crypto/x509v3/v3_alt.o" => + [ + "../crypto/x509v3/v3_alt.c", + ], + "crypto/x509v3/v3_asid.o" => + [ + "../crypto/x509v3/v3_asid.c", + ], + "crypto/x509v3/v3_bcons.o" => + [ + "../crypto/x509v3/v3_bcons.c", + ], + "crypto/x509v3/v3_bitst.o" => + [ + "../crypto/x509v3/v3_bitst.c", + ], + "crypto/x509v3/v3_conf.o" => + [ + "../crypto/x509v3/v3_conf.c", + ], + "crypto/x509v3/v3_cpols.o" => + [ + "../crypto/x509v3/v3_cpols.c", + ], + "crypto/x509v3/v3_crld.o" => + [ + "../crypto/x509v3/v3_crld.c", + ], + "crypto/x509v3/v3_enum.o" => + [ + "../crypto/x509v3/v3_enum.c", + ], + "crypto/x509v3/v3_extku.o" => + [ + "../crypto/x509v3/v3_extku.c", + ], + "crypto/x509v3/v3_genn.o" => + [ + "../crypto/x509v3/v3_genn.c", + ], + "crypto/x509v3/v3_ia5.o" => + [ + "../crypto/x509v3/v3_ia5.c", + ], + "crypto/x509v3/v3_info.o" => + [ + "../crypto/x509v3/v3_info.c", + ], + "crypto/x509v3/v3_int.o" => + [ + "../crypto/x509v3/v3_int.c", + ], + "crypto/x509v3/v3_lib.o" => + [ + "../crypto/x509v3/v3_lib.c", + ], + "crypto/x509v3/v3_ncons.o" => + [ + "../crypto/x509v3/v3_ncons.c", + ], + "crypto/x509v3/v3_pci.o" => + [ + "../crypto/x509v3/v3_pci.c", + ], + "crypto/x509v3/v3_pcia.o" => + [ + "../crypto/x509v3/v3_pcia.c", + ], + "crypto/x509v3/v3_pcons.o" => + [ + "../crypto/x509v3/v3_pcons.c", + ], + "crypto/x509v3/v3_pku.o" => + [ + "../crypto/x509v3/v3_pku.c", + ], + "crypto/x509v3/v3_pmaps.o" => + [ + "../crypto/x509v3/v3_pmaps.c", + ], + "crypto/x509v3/v3_prn.o" => + [ + "../crypto/x509v3/v3_prn.c", + ], + "crypto/x509v3/v3_purp.o" => + [ + "../crypto/x509v3/v3_purp.c", + ], + "crypto/x509v3/v3_skey.o" => + [ + "../crypto/x509v3/v3_skey.c", + ], + "crypto/x509v3/v3_sxnet.o" => + [ + "../crypto/x509v3/v3_sxnet.c", + ], + "crypto/x509v3/v3_tlsf.o" => + [ + "../crypto/x509v3/v3_tlsf.c", + ], + "crypto/x509v3/v3_utl.o" => + [ + "../crypto/x509v3/v3_utl.c", + ], + "crypto/x509v3/v3err.o" => + [ + "../crypto/x509v3/v3err.c", + ], + "engines/capi" => + [ + "engines/e_capi.o", + ], + "engines/dasync" => + [ + "engines/e_dasync.o", + ], + "engines/e_capi.o" => + [ + "../engines/e_capi.c", + ], + "engines/e_dasync.o" => + [ + "../engines/e_dasync.c", + ], + "engines/e_ossltest.o" => + [ + "../engines/e_ossltest.c", + ], + "engines/e_padlock.o" => + [ + "../engines/e_padlock.c", + ], + "engines/ossltest" => + [ + "engines/e_ossltest.o", + ], + "engines/padlock" => + [ + "engines/e_padlock.o", + ], + "fuzz/asn1-test" => + [ + "fuzz/asn1.o", + "fuzz/test-corpus.o", + ], + "fuzz/asn1.o" => + [ + "../fuzz/asn1.c", + ], + "fuzz/asn1parse-test" => + [ + "fuzz/asn1parse.o", + "fuzz/test-corpus.o", + ], + "fuzz/asn1parse.o" => + [ + "../fuzz/asn1parse.c", + ], + "fuzz/bignum-test" => + [ + "fuzz/bignum.o", + "fuzz/test-corpus.o", + ], + "fuzz/bignum.o" => + [ + "../fuzz/bignum.c", + ], + "fuzz/bndiv-test" => + [ + "fuzz/bndiv.o", + "fuzz/test-corpus.o", + ], + "fuzz/bndiv.o" => + [ + "../fuzz/bndiv.c", + ], + "fuzz/client-test" => + [ + "fuzz/client.o", + "fuzz/test-corpus.o", + ], + "fuzz/client.o" => + [ + "../fuzz/client.c", + ], + "fuzz/cms-test" => + [ + "fuzz/cms.o", + "fuzz/test-corpus.o", + ], + "fuzz/cms.o" => + [ + "../fuzz/cms.c", + ], + "fuzz/conf-test" => + [ + "fuzz/conf.o", + "fuzz/test-corpus.o", + ], + "fuzz/conf.o" => + [ + "../fuzz/conf.c", + ], + "fuzz/crl-test" => + [ + "fuzz/crl.o", + "fuzz/test-corpus.o", + ], + "fuzz/crl.o" => + [ + "../fuzz/crl.c", + ], + "fuzz/ct-test" => + [ + "fuzz/ct.o", + "fuzz/test-corpus.o", + ], + "fuzz/ct.o" => + [ + "../fuzz/ct.c", + ], + "fuzz/server-test" => + [ + "fuzz/server.o", + "fuzz/test-corpus.o", + ], + "fuzz/server.o" => + [ + "../fuzz/server.c", + ], + "fuzz/test-corpus.o" => + [ + "../fuzz/test-corpus.c", + ], + "fuzz/x509-test" => + [ + "fuzz/test-corpus.o", + "fuzz/x509.o", + ], + "fuzz/x509.o" => + [ + "../fuzz/x509.c", + ], + "libcrypto" => + [ + "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", + ], + "libssl" => + [ + "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", + ], + "ssl/bio_ssl.o" => + [ + "../ssl/bio_ssl.c", + ], + "ssl/d1_lib.o" => + [ + "../ssl/d1_lib.c", + ], + "ssl/d1_msg.o" => + [ + "../ssl/d1_msg.c", + ], + "ssl/d1_srtp.o" => + [ + "../ssl/d1_srtp.c", + ], + "ssl/methods.o" => + [ + "../ssl/methods.c", + ], + "ssl/packet.o" => + [ + "../ssl/packet.c", + ], + "ssl/pqueue.o" => + [ + "../ssl/pqueue.c", + ], + "ssl/record/dtls1_bitmap.o" => + [ + "../ssl/record/dtls1_bitmap.c", + ], + "ssl/record/rec_layer_d1.o" => + [ + "../ssl/record/rec_layer_d1.c", + ], + "ssl/record/rec_layer_s3.o" => + [ + "../ssl/record/rec_layer_s3.c", + ], + "ssl/record/ssl3_buffer.o" => + [ + "../ssl/record/ssl3_buffer.c", + ], + "ssl/record/ssl3_record.o" => + [ + "../ssl/record/ssl3_record.c", + ], + "ssl/record/ssl3_record_tls13.o" => + [ + "../ssl/record/ssl3_record_tls13.c", + ], + "ssl/s3_cbc.o" => + [ + "../ssl/s3_cbc.c", + ], + "ssl/s3_enc.o" => + [ + "../ssl/s3_enc.c", + ], + "ssl/s3_lib.o" => + [ + "../ssl/s3_lib.c", + ], + "ssl/s3_msg.o" => + [ + "../ssl/s3_msg.c", + ], + "ssl/ssl_asn1.o" => + [ + "../ssl/ssl_asn1.c", + ], + "ssl/ssl_cert.o" => + [ + "../ssl/ssl_cert.c", + ], + "ssl/ssl_ciph.o" => + [ + "../ssl/ssl_ciph.c", + ], + "ssl/ssl_conf.o" => + [ + "../ssl/ssl_conf.c", + ], + "ssl/ssl_err.o" => + [ + "../ssl/ssl_err.c", + ], + "ssl/ssl_init.o" => + [ + "../ssl/ssl_init.c", + ], + "ssl/ssl_lib.o" => + [ + "../ssl/ssl_lib.c", + ], + "ssl/ssl_mcnf.o" => + [ + "../ssl/ssl_mcnf.c", + ], + "ssl/ssl_rsa.o" => + [ + "../ssl/ssl_rsa.c", + ], + "ssl/ssl_sess.o" => + [ + "../ssl/ssl_sess.c", + ], + "ssl/ssl_stat.o" => + [ + "../ssl/ssl_stat.c", + ], + "ssl/ssl_txt.o" => + [ + "../ssl/ssl_txt.c", + ], + "ssl/ssl_utst.o" => + [ + "../ssl/ssl_utst.c", + ], + "ssl/statem/extensions.o" => + [ + "../ssl/statem/extensions.c", + ], + "ssl/statem/extensions_clnt.o" => + [ + "../ssl/statem/extensions_clnt.c", + ], + "ssl/statem/extensions_cust.o" => + [ + "../ssl/statem/extensions_cust.c", + ], + "ssl/statem/extensions_srvr.o" => + [ + "../ssl/statem/extensions_srvr.c", + ], + "ssl/statem/statem.o" => + [ + "../ssl/statem/statem.c", + ], + "ssl/statem/statem_clnt.o" => + [ + "../ssl/statem/statem_clnt.c", + ], + "ssl/statem/statem_dtls.o" => + [ + "../ssl/statem/statem_dtls.c", + ], + "ssl/statem/statem_lib.o" => + [ + "../ssl/statem/statem_lib.c", + ], + "ssl/statem/statem_srvr.o" => + [ + "../ssl/statem/statem_srvr.c", + ], + "ssl/t1_enc.o" => + [ + "../ssl/t1_enc.c", + ], + "ssl/t1_lib.o" => + [ + "../ssl/t1_lib.c", + ], + "ssl/t1_trce.o" => + [ + "../ssl/t1_trce.c", + ], + "ssl/tls13_enc.o" => + [ + "../ssl/tls13_enc.c", + ], + "ssl/tls_srp.o" => + [ + "../ssl/tls_srp.c", + ], + "test/aborttest" => + [ + "test/aborttest.o", + ], + "test/aborttest.o" => + [ + "../test/aborttest.c", + ], + "test/afalgtest" => + [ + "test/afalgtest.o", + ], + "test/afalgtest.o" => + [ + "../test/afalgtest.c", + ], + "test/asn1_decode_test" => + [ + "test/asn1_decode_test.o", + ], + "test/asn1_decode_test.o" => + [ + "../test/asn1_decode_test.c", + ], + "test/asn1_encode_test" => + [ + "test/asn1_encode_test.o", + ], + "test/asn1_encode_test.o" => + [ + "../test/asn1_encode_test.c", + ], + "test/asn1_internal_test" => + [ + "test/asn1_internal_test.o", + ], + "test/asn1_internal_test.o" => + [ + "../test/asn1_internal_test.c", + ], + "test/asn1_string_table_test" => + [ + "test/asn1_string_table_test.o", + ], + "test/asn1_string_table_test.o" => + [ + "../test/asn1_string_table_test.c", + ], + "test/asn1_time_test" => + [ + "test/asn1_time_test.o", + ], + "test/asn1_time_test.o" => + [ + "../test/asn1_time_test.c", + ], + "test/asynciotest" => + [ + "test/asynciotest.o", + "test/ssltestlib.o", + ], + "test/asynciotest.o" => + [ + "../test/asynciotest.c", + ], + "test/asynctest" => + [ + "test/asynctest.o", + ], + "test/asynctest.o" => + [ + "../test/asynctest.c", + ], + "test/bad_dtls_test" => + [ + "test/bad_dtls_test.o", + ], + "test/bad_dtls_test.o" => + [ + "../test/bad_dtls_test.c", + ], + "test/bftest" => + [ + "test/bftest.o", + ], + "test/bftest.o" => + [ + "../test/bftest.c", + ], + "test/bio_callback_test" => + [ + "test/bio_callback_test.o", + ], + "test/bio_callback_test.o" => + [ + "../test/bio_callback_test.c", + ], + "test/bio_enc_test" => + [ + "test/bio_enc_test.o", + ], + "test/bio_enc_test.o" => + [ + "../test/bio_enc_test.c", + ], + "test/bio_memleak_test" => + [ + "test/bio_memleak_test.o", + ], + "test/bio_memleak_test.o" => + [ + "../test/bio_memleak_test.c", + ], + "test/bioprinttest" => + [ + "test/bioprinttest.o", + ], + "test/bioprinttest.o" => + [ + "../test/bioprinttest.c", + ], + "test/bntest" => + [ + "test/bntest.o", + ], + "test/bntest.o" => + [ + "../test/bntest.c", + ], + "test/buildtest_aes.o" => + [ + "test/buildtest_aes.c", + ], + "test/buildtest_asn1.o" => + [ + "test/buildtest_asn1.c", + ], + "test/buildtest_asn1t.o" => + [ + "test/buildtest_asn1t.c", + ], + "test/buildtest_async.o" => + [ + "test/buildtest_async.c", + ], + "test/buildtest_bio.o" => + [ + "test/buildtest_bio.c", + ], + "test/buildtest_blowfish.o" => + [ + "test/buildtest_blowfish.c", + ], + "test/buildtest_bn.o" => + [ + "test/buildtest_bn.c", + ], + "test/buildtest_buffer.o" => + [ + "test/buildtest_buffer.c", + ], + "test/buildtest_c_aes" => + [ + "test/buildtest_aes.o", + ], + "test/buildtest_c_asn1" => + [ + "test/buildtest_asn1.o", + ], + "test/buildtest_c_asn1t" => + [ + "test/buildtest_asn1t.o", + ], + "test/buildtest_c_async" => + [ + "test/buildtest_async.o", + ], + "test/buildtest_c_bio" => + [ + "test/buildtest_bio.o", + ], + "test/buildtest_c_blowfish" => + [ + "test/buildtest_blowfish.o", + ], + "test/buildtest_c_bn" => + [ + "test/buildtest_bn.o", + ], + "test/buildtest_c_buffer" => + [ + "test/buildtest_buffer.o", + ], + "test/buildtest_c_camellia" => + [ + "test/buildtest_camellia.o", + ], + "test/buildtest_c_cast" => + [ + "test/buildtest_cast.o", + ], + "test/buildtest_c_cmac" => + [ + "test/buildtest_cmac.o", + ], + "test/buildtest_c_cms" => + [ + "test/buildtest_cms.o", + ], + "test/buildtest_c_comp" => + [ + "test/buildtest_comp.o", + ], + "test/buildtest_c_conf" => + [ + "test/buildtest_conf.o", + ], + "test/buildtest_c_conf_api" => + [ + "test/buildtest_conf_api.o", + ], + "test/buildtest_c_crypto" => + [ + "test/buildtest_crypto.o", + ], + "test/buildtest_c_ct" => + [ + "test/buildtest_ct.o", + ], + "test/buildtest_c_des" => + [ + "test/buildtest_des.o", + ], + "test/buildtest_c_dh" => + [ + "test/buildtest_dh.o", + ], + "test/buildtest_c_dsa" => + [ + "test/buildtest_dsa.o", + ], + "test/buildtest_c_dtls1" => + [ + "test/buildtest_dtls1.o", + ], + "test/buildtest_c_e_os2" => + [ + "test/buildtest_e_os2.o", + ], + "test/buildtest_c_ebcdic" => + [ + "test/buildtest_ebcdic.o", + ], + "test/buildtest_c_ec" => + [ + "test/buildtest_ec.o", + ], + "test/buildtest_c_ecdh" => + [ + "test/buildtest_ecdh.o", + ], + "test/buildtest_c_ecdsa" => + [ + "test/buildtest_ecdsa.o", + ], + "test/buildtest_c_engine" => + [ + "test/buildtest_engine.o", + ], + "test/buildtest_c_evp" => + [ + "test/buildtest_evp.o", + ], + "test/buildtest_c_hmac" => + [ + "test/buildtest_hmac.o", + ], + "test/buildtest_c_idea" => + [ + "test/buildtest_idea.o", + ], + "test/buildtest_c_kdf" => + [ + "test/buildtest_kdf.o", + ], + "test/buildtest_c_lhash" => + [ + "test/buildtest_lhash.o", + ], + "test/buildtest_c_md2" => + [ + "test/buildtest_md2.o", + ], + "test/buildtest_c_md4" => + [ + "test/buildtest_md4.o", + ], + "test/buildtest_c_md5" => + [ + "test/buildtest_md5.o", + ], + "test/buildtest_c_modes" => + [ + "test/buildtest_modes.o", + ], + "test/buildtest_c_obj_mac" => + [ + "test/buildtest_obj_mac.o", + ], + "test/buildtest_c_objects" => + [ + "test/buildtest_objects.o", + ], + "test/buildtest_c_ocsp" => + [ + "test/buildtest_ocsp.o", + ], + "test/buildtest_c_opensslv" => + [ + "test/buildtest_opensslv.o", + ], + "test/buildtest_c_ossl_typ" => + [ + "test/buildtest_ossl_typ.o", + ], + "test/buildtest_c_pem" => + [ + "test/buildtest_pem.o", + ], + "test/buildtest_c_pem2" => + [ + "test/buildtest_pem2.o", + ], + "test/buildtest_c_pkcs12" => + [ + "test/buildtest_pkcs12.o", + ], + "test/buildtest_c_pkcs7" => + [ + "test/buildtest_pkcs7.o", + ], + "test/buildtest_c_rand" => + [ + "test/buildtest_rand.o", + ], + "test/buildtest_c_rand_drbg" => + [ + "test/buildtest_rand_drbg.o", + ], + "test/buildtest_c_rc2" => + [ + "test/buildtest_rc2.o", + ], + "test/buildtest_c_rc4" => + [ + "test/buildtest_rc4.o", + ], + "test/buildtest_c_rc5" => + [ + "test/buildtest_rc5.o", + ], + "test/buildtest_c_ripemd" => + [ + "test/buildtest_ripemd.o", + ], + "test/buildtest_c_rsa" => + [ + "test/buildtest_rsa.o", + ], + "test/buildtest_c_safestack" => + [ + "test/buildtest_safestack.o", + ], + "test/buildtest_c_seed" => + [ + "test/buildtest_seed.o", + ], + "test/buildtest_c_sha" => + [ + "test/buildtest_sha.o", + ], + "test/buildtest_c_srp" => + [ + "test/buildtest_srp.o", + ], + "test/buildtest_c_srtp" => + [ + "test/buildtest_srtp.o", + ], + "test/buildtest_c_ssl" => + [ + "test/buildtest_ssl.o", + ], + "test/buildtest_c_ssl2" => + [ + "test/buildtest_ssl2.o", + ], + "test/buildtest_c_ssl3" => + [ + "test/buildtest_ssl3.o", + ], + "test/buildtest_c_stack" => + [ + "test/buildtest_stack.o", + ], + "test/buildtest_c_store" => + [ + "test/buildtest_store.o", + ], + "test/buildtest_c_symhacks" => + [ + "test/buildtest_symhacks.o", + ], + "test/buildtest_c_tls1" => + [ + "test/buildtest_tls1.o", + ], + "test/buildtest_c_ts" => + [ + "test/buildtest_ts.o", + ], + "test/buildtest_c_txt_db" => + [ + "test/buildtest_txt_db.o", + ], + "test/buildtest_c_ui" => + [ + "test/buildtest_ui.o", + ], + "test/buildtest_c_whrlpool" => + [ + "test/buildtest_whrlpool.o", + ], + "test/buildtest_c_x509" => + [ + "test/buildtest_x509.o", + ], + "test/buildtest_c_x509_vfy" => + [ + "test/buildtest_x509_vfy.o", + ], + "test/buildtest_c_x509v3" => + [ + "test/buildtest_x509v3.o", + ], + "test/buildtest_camellia.o" => + [ + "test/buildtest_camellia.c", + ], + "test/buildtest_cast.o" => + [ + "test/buildtest_cast.c", + ], + "test/buildtest_cmac.o" => + [ + "test/buildtest_cmac.c", + ], + "test/buildtest_cms.o" => + [ + "test/buildtest_cms.c", + ], + "test/buildtest_comp.o" => + [ + "test/buildtest_comp.c", + ], + "test/buildtest_conf.o" => + [ + "test/buildtest_conf.c", + ], + "test/buildtest_conf_api.o" => + [ + "test/buildtest_conf_api.c", + ], + "test/buildtest_crypto.o" => + [ + "test/buildtest_crypto.c", + ], + "test/buildtest_ct.o" => + [ + "test/buildtest_ct.c", + ], + "test/buildtest_des.o" => + [ + "test/buildtest_des.c", + ], + "test/buildtest_dh.o" => + [ + "test/buildtest_dh.c", + ], + "test/buildtest_dsa.o" => + [ + "test/buildtest_dsa.c", + ], + "test/buildtest_dtls1.o" => + [ + "test/buildtest_dtls1.c", + ], + "test/buildtest_e_os2.o" => + [ + "test/buildtest_e_os2.c", + ], + "test/buildtest_ebcdic.o" => + [ + "test/buildtest_ebcdic.c", + ], + "test/buildtest_ec.o" => + [ + "test/buildtest_ec.c", + ], + "test/buildtest_ecdh.o" => + [ + "test/buildtest_ecdh.c", + ], + "test/buildtest_ecdsa.o" => + [ + "test/buildtest_ecdsa.c", + ], + "test/buildtest_engine.o" => + [ + "test/buildtest_engine.c", + ], + "test/buildtest_evp.o" => + [ + "test/buildtest_evp.c", + ], + "test/buildtest_hmac.o" => + [ + "test/buildtest_hmac.c", + ], + "test/buildtest_idea.o" => + [ + "test/buildtest_idea.c", + ], + "test/buildtest_kdf.o" => + [ + "test/buildtest_kdf.c", + ], + "test/buildtest_lhash.o" => + [ + "test/buildtest_lhash.c", + ], + "test/buildtest_md2.o" => + [ + "test/buildtest_md2.c", + ], + "test/buildtest_md4.o" => + [ + "test/buildtest_md4.c", + ], + "test/buildtest_md5.o" => + [ + "test/buildtest_md5.c", + ], + "test/buildtest_modes.o" => + [ + "test/buildtest_modes.c", + ], + "test/buildtest_obj_mac.o" => + [ + "test/buildtest_obj_mac.c", + ], + "test/buildtest_objects.o" => + [ + "test/buildtest_objects.c", + ], + "test/buildtest_ocsp.o" => + [ + "test/buildtest_ocsp.c", + ], + "test/buildtest_opensslv.o" => + [ + "test/buildtest_opensslv.c", + ], + "test/buildtest_ossl_typ.o" => + [ + "test/buildtest_ossl_typ.c", + ], + "test/buildtest_pem.o" => + [ + "test/buildtest_pem.c", + ], + "test/buildtest_pem2.o" => + [ + "test/buildtest_pem2.c", + ], + "test/buildtest_pkcs12.o" => + [ + "test/buildtest_pkcs12.c", + ], + "test/buildtest_pkcs7.o" => + [ + "test/buildtest_pkcs7.c", + ], + "test/buildtest_rand.o" => + [ + "test/buildtest_rand.c", + ], + "test/buildtest_rand_drbg.o" => + [ + "test/buildtest_rand_drbg.c", + ], + "test/buildtest_rc2.o" => + [ + "test/buildtest_rc2.c", + ], + "test/buildtest_rc4.o" => + [ + "test/buildtest_rc4.c", + ], + "test/buildtest_rc5.o" => + [ + "test/buildtest_rc5.c", + ], + "test/buildtest_ripemd.o" => + [ + "test/buildtest_ripemd.c", + ], + "test/buildtest_rsa.o" => + [ + "test/buildtest_rsa.c", + ], + "test/buildtest_safestack.o" => + [ + "test/buildtest_safestack.c", + ], + "test/buildtest_seed.o" => + [ + "test/buildtest_seed.c", + ], + "test/buildtest_sha.o" => + [ + "test/buildtest_sha.c", + ], + "test/buildtest_srp.o" => + [ + "test/buildtest_srp.c", + ], + "test/buildtest_srtp.o" => + [ + "test/buildtest_srtp.c", + ], + "test/buildtest_ssl.o" => + [ + "test/buildtest_ssl.c", + ], + "test/buildtest_ssl2.o" => + [ + "test/buildtest_ssl2.c", + ], + "test/buildtest_ssl3.o" => + [ + "test/buildtest_ssl3.c", + ], + "test/buildtest_stack.o" => + [ + "test/buildtest_stack.c", + ], + "test/buildtest_store.o" => + [ + "test/buildtest_store.c", + ], + "test/buildtest_symhacks.o" => + [ + "test/buildtest_symhacks.c", + ], + "test/buildtest_tls1.o" => + [ + "test/buildtest_tls1.c", + ], + "test/buildtest_ts.o" => + [ + "test/buildtest_ts.c", + ], + "test/buildtest_txt_db.o" => + [ + "test/buildtest_txt_db.c", + ], + "test/buildtest_ui.o" => + [ + "test/buildtest_ui.c", + ], + "test/buildtest_whrlpool.o" => + [ + "test/buildtest_whrlpool.c", + ], + "test/buildtest_x509.o" => + [ + "test/buildtest_x509.c", + ], + "test/buildtest_x509_vfy.o" => + [ + "test/buildtest_x509_vfy.c", + ], + "test/buildtest_x509v3.o" => + [ + "test/buildtest_x509v3.c", + ], + "test/casttest" => + [ + "test/casttest.o", + ], + "test/casttest.o" => + [ + "../test/casttest.c", + ], + "test/chacha_internal_test" => + [ + "test/chacha_internal_test.o", + ], + "test/chacha_internal_test.o" => + [ + "../test/chacha_internal_test.c", + ], + "test/cipherbytes_test" => + [ + "test/cipherbytes_test.o", + ], + "test/cipherbytes_test.o" => + [ + "../test/cipherbytes_test.c", + ], + "test/cipherlist_test" => + [ + "test/cipherlist_test.o", + ], + "test/cipherlist_test.o" => + [ + "../test/cipherlist_test.c", + ], + "test/ciphername_test" => + [ + "test/ciphername_test.o", + ], + "test/ciphername_test.o" => + [ + "../test/ciphername_test.c", + ], + "test/clienthellotest" => + [ + "test/clienthellotest.o", + ], + "test/clienthellotest.o" => + [ + "../test/clienthellotest.c", + ], + "test/cmactest" => + [ + "test/cmactest.o", + ], + "test/cmactest.o" => + [ + "../test/cmactest.c", + ], + "test/cmsapitest" => + [ + "test/cmsapitest.o", + ], + "test/cmsapitest.o" => + [ + "../test/cmsapitest.c", + ], + "test/conf_include_test" => + [ + "test/conf_include_test.o", + ], + "test/conf_include_test.o" => + [ + "../test/conf_include_test.c", + ], + "test/constant_time_test" => + [ + "test/constant_time_test.o", + ], + "test/constant_time_test.o" => + [ + "../test/constant_time_test.c", + ], + "test/crltest" => + [ + "test/crltest.o", + ], + "test/crltest.o" => + [ + "../test/crltest.c", + ], + "test/ct_test" => + [ + "test/ct_test.o", + ], + "test/ct_test.o" => + [ + "../test/ct_test.c", + ], + "test/ctype_internal_test" => + [ + "test/ctype_internal_test.o", + ], + "test/ctype_internal_test.o" => + [ + "../test/ctype_internal_test.c", + ], + "test/curve448_internal_test" => + [ + "test/curve448_internal_test.o", + ], + "test/curve448_internal_test.o" => + [ + "../test/curve448_internal_test.c", + ], + "test/d2i_test" => + [ + "test/d2i_test.o", + ], + "test/d2i_test.o" => + [ + "../test/d2i_test.c", + ], + "test/danetest" => + [ + "test/danetest.o", + ], + "test/danetest.o" => + [ + "../test/danetest.c", + ], + "test/destest" => + [ + "test/destest.o", + ], + "test/destest.o" => + [ + "../test/destest.c", + ], + "test/dhtest" => + [ + "test/dhtest.o", + ], + "test/dhtest.o" => + [ + "../test/dhtest.c", + ], + "test/drbg_cavs_data.o" => + [ + "../test/drbg_cavs_data.c", + ], + "test/drbg_cavs_test" => + [ + "test/drbg_cavs_data.o", + "test/drbg_cavs_test.o", + ], + "test/drbg_cavs_test.o" => + [ + "../test/drbg_cavs_test.c", + ], + "test/drbgtest" => + [ + "test/drbgtest.o", + ], + "test/drbgtest.o" => + [ + "../test/drbgtest.c", + ], + "test/dsa_no_digest_size_test" => + [ + "test/dsa_no_digest_size_test.o", + ], + "test/dsa_no_digest_size_test.o" => + [ + "../test/dsa_no_digest_size_test.c", + ], + "test/dsatest" => + [ + "test/dsatest.o", + ], + "test/dsatest.o" => + [ + "../test/dsatest.c", + ], + "test/dtls_mtu_test" => + [ + "test/dtls_mtu_test.o", + "test/ssltestlib.o", + ], + "test/dtls_mtu_test.o" => + [ + "../test/dtls_mtu_test.c", + ], + "test/dtlstest" => + [ + "test/dtlstest.o", + "test/ssltestlib.o", + ], + "test/dtlstest.o" => + [ + "../test/dtlstest.c", + ], + "test/dtlsv1listentest" => + [ + "test/dtlsv1listentest.o", + ], + "test/dtlsv1listentest.o" => + [ + "../test/dtlsv1listentest.c", + ], + "test/ec_internal_test" => + [ + "test/ec_internal_test.o", + ], + "test/ec_internal_test.o" => + [ + "../test/ec_internal_test.c", + ], + "test/ecdsatest" => + [ + "test/ecdsatest.o", + ], + "test/ecdsatest.o" => + [ + "../test/ecdsatest.c", + ], + "test/ecstresstest" => + [ + "test/ecstresstest.o", + ], + "test/ecstresstest.o" => + [ + "../test/ecstresstest.c", + ], + "test/ectest" => + [ + "test/ectest.o", + ], + "test/ectest.o" => + [ + "../test/ectest.c", + ], + "test/enginetest" => + [ + "test/enginetest.o", + ], + "test/enginetest.o" => + [ + "../test/enginetest.c", + ], + "test/errtest" => + [ + "test/errtest.o", + ], + "test/errtest.o" => + [ + "../test/errtest.c", + ], + "test/evp_extra_test" => + [ + "test/evp_extra_test.o", + ], + "test/evp_extra_test.o" => + [ + "../test/evp_extra_test.c", + ], + "test/evp_test" => + [ + "test/evp_test.o", + ], + "test/evp_test.o" => + [ + "../test/evp_test.c", + ], + "test/exdatatest" => + [ + "test/exdatatest.o", + ], + "test/exdatatest.o" => + [ + "../test/exdatatest.c", + ], + "test/exptest" => + [ + "test/exptest.o", + ], + "test/exptest.o" => + [ + "../test/exptest.c", + ], + "test/fatalerrtest" => + [ + "test/fatalerrtest.o", + "test/ssltestlib.o", + ], + "test/fatalerrtest.o" => + [ + "../test/fatalerrtest.c", + ], + "test/gmdifftest" => + [ + "test/gmdifftest.o", + ], + "test/gmdifftest.o" => + [ + "../test/gmdifftest.c", + ], + "test/gosttest" => + [ + "test/gosttest.o", + "test/ssltestlib.o", + ], + "test/gosttest.o" => + [ + "../test/gosttest.c", + ], + "test/handshake_helper.o" => + [ + "../test/handshake_helper.c", + ], + "test/hmactest" => + [ + "test/hmactest.o", + ], + "test/hmactest.o" => + [ + "../test/hmactest.c", + ], + "test/ideatest" => + [ + "test/ideatest.o", + ], + "test/ideatest.o" => + [ + "../test/ideatest.c", + ], + "test/igetest" => + [ + "test/igetest.o", + ], + "test/igetest.o" => + [ + "../test/igetest.c", + ], + "test/lhash_test" => + [ + "test/lhash_test.o", + ], + "test/lhash_test.o" => + [ + "../test/lhash_test.c", + ], + "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", + ], + "test/md2test" => + [ + "test/md2test.o", + ], + "test/md2test.o" => + [ + "../test/md2test.c", + ], + "test/mdc2_internal_test" => + [ + "test/mdc2_internal_test.o", + ], + "test/mdc2_internal_test.o" => + [ + "../test/mdc2_internal_test.c", + ], + "test/mdc2test" => + [ + "test/mdc2test.o", + ], + "test/mdc2test.o" => + [ + "../test/mdc2test.c", + ], + "test/memleaktest" => + [ + "test/memleaktest.o", + ], + "test/memleaktest.o" => + [ + "../test/memleaktest.c", + ], + "test/modes_internal_test" => + [ + "test/modes_internal_test.o", + ], + "test/modes_internal_test.o" => + [ + "../test/modes_internal_test.c", + ], + "test/ocspapitest" => + [ + "test/ocspapitest.o", + ], + "test/ocspapitest.o" => + [ + "../test/ocspapitest.c", + ], + "test/packettest" => + [ + "test/packettest.o", + ], + "test/packettest.o" => + [ + "../test/packettest.c", + ], + "test/pbelutest" => + [ + "test/pbelutest.o", + ], + "test/pbelutest.o" => + [ + "../test/pbelutest.c", + ], + "test/pemtest" => + [ + "test/pemtest.o", + ], + "test/pemtest.o" => + [ + "../test/pemtest.c", + ], + "test/pkey_meth_kdf_test" => + [ + "test/pkey_meth_kdf_test.o", + ], + "test/pkey_meth_kdf_test.o" => + [ + "../test/pkey_meth_kdf_test.c", + ], + "test/pkey_meth_test" => + [ + "test/pkey_meth_test.o", + ], + "test/pkey_meth_test.o" => + [ + "../test/pkey_meth_test.c", + ], + "test/poly1305_internal_test" => + [ + "test/poly1305_internal_test.o", + ], + "test/poly1305_internal_test.o" => + [ + "../test/poly1305_internal_test.c", + ], + "test/rc2test" => + [ + "test/rc2test.o", + ], + "test/rc2test.o" => + [ + "../test/rc2test.c", + ], + "test/rc4test" => + [ + "test/rc4test.o", + ], + "test/rc4test.o" => + [ + "../test/rc4test.c", + ], + "test/rc5test" => + [ + "test/rc5test.o", + ], + "test/rc5test.o" => + [ + "../test/rc5test.c", + ], + "test/rdrand_sanitytest" => + [ + "test/rdrand_sanitytest.o", + ], + "test/rdrand_sanitytest.o" => + [ + "../test/rdrand_sanitytest.c", + ], + "test/recordlentest" => + [ + "test/recordlentest.o", + "test/ssltestlib.o", + ], + "test/recordlentest.o" => + [ + "../test/recordlentest.c", + ], + "test/rsa_complex" => + [ + "test/rsa_complex.o", + ], + "test/rsa_complex.o" => + [ + "../test/rsa_complex.c", + ], + "test/rsa_mp_test" => + [ + "test/rsa_mp_test.o", + ], + "test/rsa_mp_test.o" => + [ + "../test/rsa_mp_test.c", + ], + "test/rsa_test" => + [ + "test/rsa_test.o", + ], + "test/rsa_test.o" => + [ + "../test/rsa_test.c", + ], + "test/sanitytest" => + [ + "test/sanitytest.o", + ], + "test/sanitytest.o" => + [ + "../test/sanitytest.c", + ], + "test/secmemtest" => + [ + "test/secmemtest.o", + ], + "test/secmemtest.o" => + [ + "../test/secmemtest.c", + ], + "test/servername_test" => + [ + "test/servername_test.o", + "test/ssltestlib.o", + ], + "test/servername_test.o" => + [ + "../test/servername_test.c", + ], + "test/shlibloadtest" => + [ + "test/shlibloadtest.o", + ], + "test/shlibloadtest.o" => + [ + "../test/shlibloadtest.c", + ], + "test/siphash_internal_test" => + [ + "test/siphash_internal_test.o", + ], + "test/siphash_internal_test.o" => + [ + "../test/siphash_internal_test.c", + ], + "test/sm2_internal_test" => + [ + "test/sm2_internal_test.o", + ], + "test/sm2_internal_test.o" => + [ + "../test/sm2_internal_test.c", + ], + "test/sm4_internal_test" => + [ + "test/sm4_internal_test.o", + ], + "test/sm4_internal_test.o" => + [ + "../test/sm4_internal_test.c", + ], + "test/srptest" => + [ + "test/srptest.o", + ], + "test/srptest.o" => + [ + "../test/srptest.c", + ], + "test/ssl_cert_table_internal_test" => + [ + "test/ssl_cert_table_internal_test.o", + ], + "test/ssl_cert_table_internal_test.o" => + [ + "../test/ssl_cert_table_internal_test.c", + ], + "test/ssl_ctx_test" => + [ + "test/ssl_ctx_test.o", + ], + "test/ssl_ctx_test.o" => + [ + "../test/ssl_ctx_test.c", + ], + "test/ssl_test" => + [ + "test/handshake_helper.o", + "test/ssl_test.o", + "test/ssl_test_ctx.o", + ], + "test/ssl_test.o" => + [ + "../test/ssl_test.c", + ], + "test/ssl_test_ctx.o" => + [ + "../test/ssl_test_ctx.c", + ], + "test/ssl_test_ctx_test" => + [ + "test/ssl_test_ctx.o", + "test/ssl_test_ctx_test.o", + ], + "test/ssl_test_ctx_test.o" => + [ + "../test/ssl_test_ctx_test.c", + ], + "test/sslapitest" => + [ + "test/sslapitest.o", + "test/ssltestlib.o", + ], + "test/sslapitest.o" => + [ + "../test/sslapitest.c", + ], + "test/sslbuffertest" => + [ + "test/sslbuffertest.o", + "test/ssltestlib.o", + ], + "test/sslbuffertest.o" => + [ + "../test/sslbuffertest.c", + ], + "test/sslcorrupttest" => + [ + "test/sslcorrupttest.o", + "test/ssltestlib.o", + ], + "test/sslcorrupttest.o" => + [ + "../test/sslcorrupttest.c", + ], + "test/ssltest_old" => + [ + "test/ssltest_old.o", + ], + "test/ssltest_old.o" => + [ + "../test/ssltest_old.c", + ], + "test/ssltestlib.o" => + [ + "../test/ssltestlib.c", + ], + "test/stack_test" => + [ + "test/stack_test.o", + ], + "test/stack_test.o" => + [ + "../test/stack_test.c", + ], + "test/sysdefaulttest" => + [ + "test/sysdefaulttest.o", + ], + "test/sysdefaulttest.o" => + [ + "../test/sysdefaulttest.c", + ], + "test/test_test" => + [ + "test/test_test.o", + ], + "test/test_test.o" => + [ + "../test/test_test.c", + ], + "test/testutil/basic_output.o" => + [ + "../test/testutil/basic_output.c", + ], + "test/testutil/cb.o" => + [ + "../test/testutil/cb.c", + ], + "test/testutil/driver.o" => + [ + "../test/testutil/driver.c", + ], + "test/testutil/format_output.o" => + [ + "../test/testutil/format_output.c", + ], + "test/testutil/main.o" => + [ + "../test/testutil/main.c", + ], + "test/testutil/output_helpers.o" => + [ + "../test/testutil/output_helpers.c", + ], + "test/testutil/random.o" => + [ + "../test/testutil/random.c", + ], + "test/testutil/stanza.o" => + [ + "../test/testutil/stanza.c", + ], + "test/testutil/tap_bio.o" => + [ + "../test/testutil/tap_bio.c", + ], + "test/testutil/test_cleanup.o" => + [ + "../test/testutil/test_cleanup.c", + ], + "test/testutil/tests.o" => + [ + "../test/testutil/tests.c", + ], + "test/testutil/testutil_init.o" => + [ + "../test/testutil/testutil_init.c", + ], + "test/threadstest" => + [ + "test/threadstest.o", + ], + "test/threadstest.o" => + [ + "../test/threadstest.c", + ], + "test/time_offset_test" => + [ + "test/time_offset_test.o", + ], + "test/time_offset_test.o" => + [ + "../test/time_offset_test.c", + ], + "test/tls13ccstest" => + [ + "test/ssltestlib.o", + "test/tls13ccstest.o", + ], + "test/tls13ccstest.o" => + [ + "../test/tls13ccstest.c", + ], + "test/tls13encryptiontest" => + [ + "test/tls13encryptiontest.o", + ], + "test/tls13encryptiontest.o" => + [ + "../test/tls13encryptiontest.c", + ], + "test/tls13secretstest" => + [ + "ssl/packet.o", + "ssl/tls13_enc.o", + "test/tls13secretstest.o", + ], + "test/tls13secretstest.o" => + [ + "../test/tls13secretstest.c", + ], + "test/uitest" => + [ + "test/uitest.o", + ], + "test/uitest.o" => + [ + "../test/uitest.c", + ], + "test/v3ext" => + [ + "test/v3ext.o", + ], + "test/v3ext.o" => + [ + "../test/v3ext.c", + ], + "test/v3nametest" => + [ + "test/v3nametest.o", + ], + "test/v3nametest.o" => + [ + "../test/v3nametest.c", + ], + "test/verify_extra_test" => + [ + "test/verify_extra_test.o", + ], + "test/verify_extra_test.o" => + [ + "../test/verify_extra_test.c", + ], + "test/versions" => + [ + "test/versions.o", + ], + "test/versions.o" => + [ + "../test/versions.c", + ], + "test/wpackettest" => + [ + "test/wpackettest.o", + ], + "test/wpackettest.o" => + [ + "../test/wpackettest.c", + ], + "test/x509_check_cert_pkey_test" => + [ + "test/x509_check_cert_pkey_test.o", + ], + "test/x509_check_cert_pkey_test.o" => + [ + "../test/x509_check_cert_pkey_test.c", + ], + "test/x509_dup_cert_test" => + [ + "test/x509_dup_cert_test.o", + ], + "test/x509_dup_cert_test.o" => + [ + "../test/x509_dup_cert_test.c", + ], + "test/x509_internal_test" => + [ + "test/x509_internal_test.o", + ], + "test/x509_internal_test.o" => + [ + "../test/x509_internal_test.c", + ], + "test/x509_time_test" => + [ + "test/x509_time_test.o", + ], + "test/x509_time_test.o" => + [ + "../test/x509_time_test.c", + ], + "test/x509aux" => + [ + "test/x509aux.o", + ], + "test/x509aux.o" => + [ + "../test/x509aux.c", + ], + "tools/c_rehash" => + [ + "../tools/c_rehash.in", + ], + "util/shlib_wrap.sh" => + [ + "../util/shlib_wrap.sh.in", + ], + }, +); + +# The following data is only used when this files is use as a script +my @makevars = ( + 'AR', + 'ARFLAGS', + 'AS', + 'ASFLAGS', + 'CC', + 'CFLAGS', + 'CPP', + 'CPPDEFINES', + 'CPPFLAGS', + 'CPPINCLUDES', + 'CROSS_COMPILE', + 'CXX', + 'CXXFLAGS', + 'HASHBANGPERL', + 'LD', + 'LDFLAGS', + 'LDLIBS', + 'MT', + 'MTFLAGS', + 'PERL', + 'RANLIB', + 'RC', + 'RCFLAGS', + 'RM', +); +my %disabled_info = ( + 'afalgeng' => { + macro => 'OPENSSL_NO_AFALGENG', + }, + 'asan' => { + macro => 'OPENSSL_NO_ASAN', + }, + 'asm' => { + macro => 'OPENSSL_NO_ASM', + }, + 'crypto-mdebug' => { + macro => 'OPENSSL_NO_CRYPTO_MDEBUG', + }, + 'crypto-mdebug-backtrace' => { + macro => 'OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE', + }, + 'devcryptoeng' => { + macro => 'OPENSSL_NO_DEVCRYPTOENG', + }, + 'ec_nistp_64_gcc_128' => { + macro => 'OPENSSL_NO_EC_NISTP_64_GCC_128', + }, + 'egd' => { + macro => 'OPENSSL_NO_EGD', + }, + 'external-tests' => { + macro => 'OPENSSL_NO_EXTERNAL_TESTS', + }, + 'fuzz-afl' => { + macro => 'OPENSSL_NO_FUZZ_AFL', + }, + 'fuzz-libfuzzer' => { + macro => 'OPENSSL_NO_FUZZ_LIBFUZZER', + }, + 'heartbeats' => { + macro => 'OPENSSL_NO_HEARTBEATS', + }, + 'mdc2' => { + macro => 'OPENSSL_NO_MDC2', + skipped => [ 'crypto/mdc2' ], + }, + 'msan' => { + macro => 'OPENSSL_NO_MSAN', + }, + 'sctp' => { + macro => 'OPENSSL_NO_SCTP', + }, + 'ssl-trace' => { + macro => 'OPENSSL_NO_SSL_TRACE', + }, + 'ubsan' => { + macro => 'OPENSSL_NO_UBSAN', + }, + 'unit-test' => { + macro => 'OPENSSL_NO_UNIT_TEST', + }, +); +my @user_crossable = qw( AR AS CC CXX CPP LD MT RANLIB RC ); +# If run directly, we can give some answers, and even reconfigure +unless (caller) { + use Getopt::Long; + use File::Spec::Functions; + use File::Basename; + use Pod::Usage; + + my $here = dirname($0); + + my $dump = undef; + my $cmdline = undef; + my $options = undef; + my $target = undef; + my $envvars = undef; + my $makevars = undef; + my $buildparams = undef; + my $reconf = undef; + my $verbose = undef; + my $help = undef; + my $man = undef; + GetOptions('dump|d' => \$dump, + 'command-line|c' => \$cmdline, + 'options|o' => \$options, + 'target|t' => \$target, + 'environment|e' => \$envvars, + 'make-variables|m' => \$makevars, + 'build-parameters|b' => \$buildparams, + 'reconfigure|reconf|r' => \$reconf, + 'verbose|v' => \$verbose, + 'help' => \$help, + 'man' => \$man) + or die "Errors in command line arguments\n"; + + unless ($dump || $cmdline || $options || $target || $envvars || $makevars + || $buildparams || $reconf || $verbose || $help || $man) { + print STDERR <<"_____"; +You must give at least one option. +For more information, do '$0 --help' +_____ + exit(2); + } + + if ($help) { + pod2usage(-exitval => 0, + -verbose => 1); + } + if ($man) { + pod2usage(-exitval => 0, + -verbose => 2); + } + if ($dump || $cmdline) { + print "\nCommand line (with current working directory = $here):\n\n"; + print ' ',join(' ', + $config{PERL}, + catfile($config{sourcedir}, 'Configure'), + @{$config{perlargv}}), "\n"; + print "\nPerl information:\n\n"; + print ' ',$config{perl_cmd},"\n"; + print ' ',$config{perl_version},' for ',$config{perl_archname},"\n"; + } + if ($dump || $options) { + my $longest = 0; + my $longest2 = 0; + foreach my $what (@disablables) { + $longest = length($what) if $longest < length($what); + $longest2 = length($disabled{$what}) + if $disabled{$what} && $longest2 < length($disabled{$what}); + } + print "\nEnabled features:\n\n"; + foreach my $what (@disablables) { + print " $what\n" + unless grep { $_ =~ /^${what}$/ } keys %disabled; + } + print "\nDisabled features:\n\n"; + foreach my $what (@disablables) { + my @what2 = grep { $_ =~ /^${what}$/ } keys %disabled; + my $what3 = $what2[0]; + if ($what3) { + print " $what3", ' ' x ($longest - length($what3) + 1), + "[$disabled{$what3}]", ' ' x ($longest2 - length($disabled{$what3}) + 1); + print $disabled_info{$what3}->{macro} + if $disabled_info{$what3}->{macro}; + print ' (skip ', + join(', ', @{$disabled_info{$what3}->{skipped}}), + ')' + if $disabled_info{$what3}->{skipped}; + print "\n"; + } + } + } + if ($dump || $target) { + print "\nConfig target attributes:\n\n"; + foreach (sort keys %target) { + next if $_ =~ m|^_| || $_ eq 'template'; + my $quotify = sub { + map { (my $x = $_) =~ s|([\\\$\@"])|\\$1|g; "\"$x\""} @_; + }; + print ' ', $_, ' => '; + if (ref($target{$_}) eq "ARRAY") { + print '[ ', join(', ', $quotify->(@{$target{$_}})), " ],\n"; + } else { + print $quotify->($target{$_}), ",\n" + } + } + } + if ($dump || $envvars) { + print "\nRecorded environment:\n\n"; + foreach (sort keys %{$config{perlenv}}) { + print ' ',$_,' = ',($config{perlenv}->{$_} || ''),"\n"; + } + } + if ($dump || $makevars) { + print "\nMakevars:\n\n"; + foreach my $var (@makevars) { + my $prefix = ''; + $prefix = $config{CROSS_COMPILE} + if grep { $var eq $_ } @user_crossable; + $prefix //= ''; + print ' ',$var,' ' x (16 - length $var),'= ', + (ref $config{$var} eq 'ARRAY' + ? join(' ', @{$config{$var}}) + : $prefix.$config{$var}), + "\n" + if defined $config{$var}; + } + + my @buildfile = ($config{builddir}, $config{build_file}); + unshift @buildfile, $here + unless file_name_is_absolute($config{builddir}); + my $buildfile = canonpath(catdir(@buildfile)); + print <<"_____"; + +NOTE: These variables only represent the configuration view. The build file +template may have processed these variables further, please have a look at the +build file for more exact data: + $buildfile +_____ + } + if ($dump || $buildparams) { + my @buildfile = ($config{builddir}, $config{build_file}); + unshift @buildfile, $here + unless file_name_is_absolute($config{builddir}); + print "\nbuild file:\n\n"; + print " ", canonpath(catfile(@buildfile)),"\n"; + + print "\nbuild file templates:\n\n"; + foreach (@{$config{build_file_templates}}) { + my @tmpl = ($_); + unshift @tmpl, $here + unless file_name_is_absolute($config{sourcedir}); + print ' ',canonpath(catfile(@tmpl)),"\n"; + } + } + if ($reconf) { + if ($verbose) { + print 'Reconfiguring with: ', join(' ',@{$config{perlargv}}), "\n"; + foreach (sort keys %{$config{perlenv}}) { + print ' ',$_,' = ',($config{perlenv}->{$_} || ""),"\n"; + } + } + + chdir $here; + exec $^X,catfile($config{sourcedir}, 'Configure'),'reconf'; + } +} + +1; + +__END__ + +=head1 NAME + +configdata.pm - configuration data for OpenSSL builds + +=head1 SYNOPSIS + +Interactive: + + perl configdata.pm [options] + +As data bank module: + + use configdata; + +=head1 DESCRIPTION + +This module can be used in two modes, interactively and as a module containing +all the data recorded by OpenSSL's Configure script. + +When used interactively, simply run it as any perl script, with at least one +option, and you will get the information you ask for. See L below. + +When loaded as a module, you get a few databanks with useful information to +perform build related tasks. The databanks are: + + %config Configured things. + %target The OpenSSL config target with all inheritances + resolved. + %disabled The features that are disabled. + @disablables The list of features that can be disabled. + %withargs All data given through --with-THING options. + %unified_info All information that was computed from the build.info + files. + +=head1 OPTIONS + +=over 4 + +=item B<--help> + +Print a brief help message and exit. + +=item B<--man> + +Print the manual page and exit. + +=item B<--dump> | B<-d> + +Print all relevant configuration data. This is equivalent to B<--command-line> +B<--options> B<--target> B<--environment> B<--make-variables> +B<--build-parameters>. + +=item B<--command-line> | B<-c> + +Print the current configuration command line. + +=item B<--options> | B<-o> + +Print the features, both enabled and disabled, and display defined macro and +skipped directories where applicable. + +=item B<--target> | B<-t> + +Print the config attributes for this config target. + +=item B<--environment> | B<-e> + +Print the environment variables and their values at the time of configuration. + +=item B<--make-variables> | B<-m> + +Print the main make variables generated in the current configuration + +=item B<--build-parameters> | B<-b> + +Print the build parameters, i.e. build file and build file templates. + +=item B<--reconfigure> | B<--reconf> | B<-r> + +Redo the configuration. + +=item B<--verbose> | B<-v> + +Verbose output. + +=back + +=cut + diff --git a/upstream-build/configdata.pm/i686-linux b/upstream-build/configdata.pm/i686-linux index 4ab9bc8..36dbfec 100644 --- a/upstream-build/configdata.pm/i686-linux +++ b/upstream-build/configdata.pm/i686-linux @@ -112,8 +112,8 @@ our %config = ( sourcedir => "..", target => "linux-x86", tdirs => [ "ossl_shim" ], - version => "1.1.1k", - version_num => "0x101010bfL", + version => "1.1.1l", + version_num => "0x101010cfL", ); our %target = ( diff --git a/upstream-build/configdata.pm/i686-win32-mingw32 b/upstream-build/configdata.pm/i686-win32-mingw32 index 71a0ded..145f05f 100644 --- a/upstream-build/configdata.pm/i686-win32-mingw32 +++ b/upstream-build/configdata.pm/i686-win32-mingw32 @@ -111,8 +111,8 @@ our %config = ( sourcedir => "..", target => "mingw", tdirs => [ "ossl_shim" ], - version => "1.1.1k", - version_num => "0x101010bfL", + version => "1.1.1l", + version_num => "0x101010cfL", ); our %target = ( @@ -3206,9 +3206,9 @@ our %unified_info = ( { "deps" => [ - "ms/uplink.o", "ms/applink.o", "ms/applink.o", + "ms/uplink.o", ], "products" => { @@ -3227,6 +3227,8 @@ our %unified_info = ( { "deps" => [ + "ssl/packet.o", + "ssl/tls13_enc.o", "ssl/bio_ssl.o", "ssl/d1_lib.o", "ssl/d1_msg.o", @@ -3256,8 +3258,6 @@ our %unified_info = ( "ssl/t1_trce.o", "ssl/tls13_enc.o", "ssl/tls_srp.o", - "ssl/packet.o", - "ssl/tls13_enc.o", ], "products" => { diff --git a/upstream-build/configdata.pm/i686-win32-msvc b/upstream-build/configdata.pm/i686-win32-msvc index 43c4322..378d817 100644 --- a/upstream-build/configdata.pm/i686-win32-msvc +++ b/upstream-build/configdata.pm/i686-win32-msvc @@ -115,8 +115,8 @@ our %config = ( sourcedir => "..", target => "VC-WIN32", tdirs => [ "ossl_shim" ], - version => "1.1.1k", - version_num => "0x101010bfL", + version => "1.1.1l", + version_num => "0x101010cfL", ); our %target = ( @@ -132,7 +132,7 @@ our %target = ( LDFLAGS => "/nologo /debug", MT => "mt", MTFLAGS => "-nologo", - RANLIB => "CODE(0xe04550)", + RANLIB => "CODE(0x2534430)", RC => "rc", _conf_fname_int => [ "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\shared-info.pl" ], aes_asm_src => "aes_core.c aes_cbc.c", @@ -3224,9 +3224,9 @@ our %unified_info = ( { "deps" => [ - "ms\\uplink.o", "ms\\applink.o", "ms\\applink.o", + "ms\\uplink.o", ], "products" => { @@ -3245,6 +3245,8 @@ our %unified_info = ( { "deps" => [ + "ssl\\packet.o", + "ssl\\tls13_enc.o", "ssl\\bio_ssl.o", "ssl\\d1_lib.o", "ssl\\d1_msg.o", @@ -3274,8 +3276,6 @@ our %unified_info = ( "ssl\\t1_trce.o", "ssl\\tls13_enc.o", "ssl\\tls_srp.o", - "ssl\\packet.o", - "ssl\\tls13_enc.o", ], "products" => { diff --git a/upstream-build/configdata.pm/x86_64-freebsd b/upstream-build/configdata.pm/x86_64-freebsd index e0e6770..13c3a3f 100644 --- a/upstream-build/configdata.pm/x86_64-freebsd +++ b/upstream-build/configdata.pm/x86_64-freebsd @@ -111,8 +111,8 @@ our %config = ( sourcedir => "..", target => "BSD-x86_64", tdirs => [ "ossl_shim" ], - version => "1.1.1k", - version_num => "0x101010bfL", + version => "1.1.1l", + version_num => "0x101010cfL", ); our %target = ( diff --git a/upstream-build/configdata.pm/x86_64-linux b/upstream-build/configdata.pm/x86_64-linux index 0ae8eab..fbf30ba 100644 --- a/upstream-build/configdata.pm/x86_64-linux +++ b/upstream-build/configdata.pm/x86_64-linux @@ -63,7 +63,7 @@ our %config = ( options => "--prefix=/home/karen/install enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-zlib no-asan no-asm no-buildtest-c++ no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-mdc2 no-msan no-sctp no-ssl-trace no-ubsan no-unit-test no-zlib-dynamic", perl_archname => "x86_64-linux-thread-multi", perl_cmd => "/usr/bin/perl", - perl_version => "5.32.0", + perl_version => "5.32.1", perlargv => [ "linux-x86_64", "--prefix=/home/karen/install", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng", "enable-zlib" ], perlenv => { "AR" => undef, @@ -112,8 +112,8 @@ our %config = ( sourcedir => "..", target => "linux-x86_64", tdirs => [ "ossl_shim" ], - version => "1.1.1k", - version_num => "0x101010bfL", + version => "1.1.1l", + version_num => "0x101010cfL", ); our %target = ( @@ -3209,8 +3209,6 @@ our %unified_info = ( { "deps" => [ - "ssl/packet.o", - "ssl/tls13_enc.o", "ssl/bio_ssl.o", "ssl/d1_lib.o", "ssl/d1_msg.o", @@ -3240,6 +3238,8 @@ our %unified_info = ( "ssl/t1_trce.o", "ssl/tls13_enc.o", "ssl/tls_srp.o", + "ssl/packet.o", + "ssl/tls13_enc.o", ], "products" => { diff --git a/upstream-build/configdata.pm/x86_64-macos b/upstream-build/configdata.pm/x86_64-macos index 473786f..1ee5d3b 100644 --- a/upstream-build/configdata.pm/x86_64-macos +++ b/upstream-build/configdata.pm/x86_64-macos @@ -111,8 +111,8 @@ our %config = ( sourcedir => "..", target => "darwin64-x86_64-cc", tdirs => [ "ossl_shim" ], - version => "1.1.1k", - version_num => "0x101010bfL", + version => "1.1.1l", + version_num => "0x101010cfL", ); our %target = ( @@ -3192,8 +3192,6 @@ our %unified_info = ( { "deps" => [ - "ssl/packet.o", - "ssl/tls13_enc.o", "ssl/bio_ssl.o", "ssl/d1_lib.o", "ssl/d1_msg.o", @@ -3223,6 +3221,8 @@ our %unified_info = ( "ssl/t1_trce.o", "ssl/tls13_enc.o", "ssl/tls_srp.o", + "ssl/packet.o", + "ssl/tls13_enc.o", ], "products" => { diff --git a/upstream-build/configdata.pm/x86_64-win32-mingw32 b/upstream-build/configdata.pm/x86_64-win32-mingw32 index cf66bdf..a8945a1 100644 --- a/upstream-build/configdata.pm/x86_64-win32-mingw32 +++ b/upstream-build/configdata.pm/x86_64-win32-mingw32 @@ -111,8 +111,8 @@ our %config = ( sourcedir => "..", target => "mingw64", tdirs => [ "ossl_shim" ], - version => "1.1.1k", - version_num => "0x101010bfL", + version => "1.1.1l", + version_num => "0x101010cfL", ); our %target = ( @@ -3205,6 +3205,8 @@ our %unified_info = ( { "deps" => [ + "ssl/packet.o", + "ssl/tls13_enc.o", "ssl/bio_ssl.o", "ssl/d1_lib.o", "ssl/d1_msg.o", @@ -3234,8 +3236,6 @@ our %unified_info = ( "ssl/t1_trce.o", "ssl/tls13_enc.o", "ssl/tls_srp.o", - "ssl/packet.o", - "ssl/tls13_enc.o", ], "products" => { diff --git a/upstream-build/configdata.pm/x86_64-win32-msvc b/upstream-build/configdata.pm/x86_64-win32-msvc index 3fd7cc6..19b9a4a 100644 --- a/upstream-build/configdata.pm/x86_64-win32-msvc +++ b/upstream-build/configdata.pm/x86_64-win32-msvc @@ -115,8 +115,8 @@ our %config = ( sourcedir => "..", target => "VC-WIN64A", tdirs => [ "ossl_shim" ], - version => "1.1.1k", - version_num => "0x101010bfL", + version => "1.1.1l", + version_num => "0x101010cfL", ); our %target = ( @@ -132,7 +132,7 @@ our %target = ( LDFLAGS => "/nologo /debug", MT => "mt", MTFLAGS => "-nologo", - RANLIB => "CODE(0x2554a88)", + RANLIB => "CODE(0xe34208)", RC => "rc", _conf_fname_int => [ "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\shared-info.pl" ], aes_asm_src => "aes_core.c aes_cbc.c", diff --git a/upstream-build/makefile/arm64-macos b/upstream-build/makefile/arm64-macos new file mode 100644 index 0000000..98d92f3 --- /dev/null +++ b/upstream-build/makefile/arm64-macos @@ -0,0 +1,9619 @@ + +## +## Makefile for OpenSSL +## +## WARNING: do not edit! +## Generated by Configure from ../Configurations/common0.tmpl, ../Configurations/unix-Makefile.tmpl, ../Configurations/common.tmpl + +PLATFORM=darwin64-arm64-cc +OPTIONS=enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-zlib no-afalgeng no-asan no-asm no-buildtest-c++ no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-mdc2 no-msan no-sctp no-ssl-trace no-ubsan no-unit-test no-zlib-dynamic +CONFIGURE_ARGS=("darwin64-arm64-cc", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng", "enable-zlib") +SRCDIR=.. +BLDDIR=. + +VERSION=1.1.1l +MAJOR=1 +MINOR=1.1 +SHLIB_VERSION_NUMBER=1.1 +SHLIB_VERSION_HISTORY= +SHLIB_MAJOR=1 +SHLIB_MINOR=1 +SHLIB_TARGET=darwin-shared +SHLIB_EXT=.$(SHLIB_VERSION_NUMBER).dylib +SHLIB_EXT_SIMPLE=.dylib +SHLIB_EXT_IMPORT= + +LIBS=apps/libapps.a libcrypto.a libssl.a test/libtestutil.a +SHLIBS=libcrypto$(SHLIB_EXT) libssl$(SHLIB_EXT) +SHLIB_INFO=";" "libcrypto$(SHLIB_EXT);libcrypto$(SHLIB_EXT_SIMPLE)" "libssl$(SHLIB_EXT);libssl$(SHLIB_EXT_SIMPLE)" ";" +ENGINES=engines/capi.dylib engines/dasync.dylib engines/ossltest.dylib engines/padlock.dylib +PROGRAMS=apps/openssl fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test test/aborttest test/afalgtest test/asn1_decode_test test/asn1_encode_test test/asn1_internal_test test/asn1_string_table_test test/asn1_time_test test/asynciotest test/asynctest test/bad_dtls_test test/bftest test/bio_callback_test test/bio_enc_test test/bio_memleak_test test/bioprinttest test/bntest test/buildtest_c_aes test/buildtest_c_asn1 test/buildtest_c_asn1t test/buildtest_c_async test/buildtest_c_bio test/buildtest_c_blowfish test/buildtest_c_bn test/buildtest_c_buffer test/buildtest_c_camellia test/buildtest_c_cast test/buildtest_c_cmac test/buildtest_c_cms test/buildtest_c_comp test/buildtest_c_conf test/buildtest_c_conf_api test/buildtest_c_crypto test/buildtest_c_ct test/buildtest_c_des test/buildtest_c_dh test/buildtest_c_dsa test/buildtest_c_dtls1 test/buildtest_c_e_os2 test/buildtest_c_ebcdic test/buildtest_c_ec test/buildtest_c_ecdh test/buildtest_c_ecdsa test/buildtest_c_engine test/buildtest_c_evp test/buildtest_c_hmac test/buildtest_c_idea test/buildtest_c_kdf test/buildtest_c_lhash test/buildtest_c_md2 test/buildtest_c_md4 test/buildtest_c_md5 test/buildtest_c_modes test/buildtest_c_obj_mac test/buildtest_c_objects test/buildtest_c_ocsp test/buildtest_c_opensslv test/buildtest_c_ossl_typ test/buildtest_c_pem test/buildtest_c_pem2 test/buildtest_c_pkcs12 test/buildtest_c_pkcs7 test/buildtest_c_rand test/buildtest_c_rand_drbg test/buildtest_c_rc2 test/buildtest_c_rc4 test/buildtest_c_rc5 test/buildtest_c_ripemd test/buildtest_c_rsa test/buildtest_c_safestack test/buildtest_c_seed test/buildtest_c_sha test/buildtest_c_srp test/buildtest_c_srtp test/buildtest_c_ssl test/buildtest_c_ssl2 test/buildtest_c_ssl3 test/buildtest_c_stack test/buildtest_c_store test/buildtest_c_symhacks test/buildtest_c_tls1 test/buildtest_c_ts test/buildtest_c_txt_db test/buildtest_c_ui test/buildtest_c_whrlpool test/buildtest_c_x509 test/buildtest_c_x509_vfy test/buildtest_c_x509v3 test/casttest test/chacha_internal_test test/cipherbytes_test test/cipherlist_test test/ciphername_test test/clienthellotest test/cmactest test/cmsapitest test/conf_include_test test/constant_time_test test/crltest test/ct_test test/ctype_internal_test test/curve448_internal_test test/d2i_test test/danetest test/destest test/dhtest test/drbg_cavs_test test/drbgtest test/dsa_no_digest_size_test test/dsatest test/dtls_mtu_test test/dtlstest test/dtlsv1listentest test/ec_internal_test test/ecdsatest test/ecstresstest test/ectest test/enginetest test/errtest test/evp_extra_test test/evp_test test/exdatatest test/exptest test/fatalerrtest test/gmdifftest test/gosttest test/hmactest test/ideatest test/igetest test/lhash_test test/md2test test/mdc2test test/memleaktest test/modes_internal_test test/ocspapitest test/packettest test/pbelutest test/pemtest test/pkey_meth_kdf_test test/pkey_meth_test test/poly1305_internal_test test/rc2test test/rc4test test/rc5test test/rdrand_sanitytest test/recordlentest test/rsa_complex test/rsa_mp_test test/rsa_test test/sanitytest test/secmemtest test/servername_test test/shlibloadtest test/siphash_internal_test test/sm2_internal_test test/sm4_internal_test test/srptest test/ssl_cert_table_internal_test test/ssl_ctx_test test/ssl_test test/ssl_test_ctx_test test/sslapitest test/sslbuffertest test/sslcorrupttest test/ssltest_old test/stack_test test/sysdefaulttest test/test_test test/threadstest test/time_offset_test test/tls13ccstest test/tls13encryptiontest test/tls13secretstest test/uitest test/v3ext test/v3nametest test/verify_extra_test test/versions test/wpackettest test/x509_check_cert_pkey_test test/x509_dup_cert_test test/x509_internal_test test/x509_time_test test/x509aux +SCRIPTS=apps/CA.pl apps/tsget.pl tools/c_rehash util/shlib_wrap.sh + +DEPS=crypto/bn/bn_intern.d test/asn1_encode_test.d crypto/x509v3/v3_akey.d crypto/bn/bn_depr.d crypto/camellia/cmll_ofb.d test/buildtest_cast.d crypto/bf/bf_ecb.d crypto/sha/sha512.d test/ssl_test.d crypto/rsa/rsa_sign.d ssl/statem/statem.d crypto/x509/x509_att.d crypto/pkcs7/pkcs7err.d crypto/des/cbc_enc.d crypto/engine/eng_dyn.d test/ctype_internal_test.d test/buildtest_ripemd.d crypto/conf/conf_def.d test/x509aux.d crypto/engine/eng_fat.d test/dsa_no_digest_size_test.d test/d2i_test.d ssl/t1_trce.d crypto/modes/ctr128.d test/buildtest_ocsp.d apps/ecparam.d crypto/cmac/cmac.d test/dtlsv1listentest.d crypto/md5/md5_one.d test/ssltestlib.d crypto/mem.d crypto/ec/ec_kmeth.d test/buildtest_pkcs7.d crypto/aes/aes_ecb.d crypto/rc5/rc5_skey.d crypto/asn1/a_type.d test/buildtest_ssl3.d crypto/asn1/a_i2d_fp.d test/rc5test.d ssl/record/dtls1_bitmap.d crypto/pem/pem_sign.d crypto/cryptlib.d crypto/ui/ui_null.d crypto/rsa/rsa_meth.d crypto/dsa/dsa_err.d crypto/rand/rand_lib.d crypto/des/des_enc.d crypto/store/store_init.d crypto/ec/ecdsa_vrf.d crypto/asn1/f_int.d crypto/x509v3/v3_pmaps.d crypto/ec/ec_pmeth.d test/buildtest_asn1t.d test/buildtest_objects.d crypto/bio/bio_err.d crypto/ec/ec_cvt.d apps/spkac.d crypto/x509v3/v3_cpols.d crypto/rsa/rsa_ameth.d crypto/pkcs12/p12_key.d test/sslbuffertest.d crypto/ec/eck_prn.d crypto/x509/x_all.d crypto/evp/e_old.d crypto/ui/ui_err.d crypto/evp/evp_enc.d crypto/asn1/bio_asn1.d crypto/asn1/asn1_par.d test/pkey_meth_test.d test/x509_internal_test.d crypto/evp/e_null.d crypto/seed/seed_cbc.d crypto/bf/bf_ofb64.d crypto/evp/bio_md.d crypto/dsa/dsa_asn1.d test/sm2_internal_test.d crypto/evp/m_sigver.d apps/pkey.d test/dhtest.d test/shlibloadtest.d crypto/evp/p_lib.d crypto/engine/eng_init.d apps/rehash.d crypto/rsa/rsa_depr.d fuzz/bignum.d crypto/asn1/x_bignum.d crypto/srp/srp_lib.d crypto/o_init.d apps/pkcs8.d crypto/ocsp/v3_ocsp.d crypto/evp/e_cast.d ssl/statem/statem_dtls.d crypto/bn/bn_dh.d crypto/evp/pmeth_lib.d crypto/ct/ct_policy.d crypto/des/ecb_enc.d ssl/record/ssl3_record_tls13.d crypto/x509v3/v3_lib.d test/mdc2test.d test/ecstresstest.d crypto/evp/p_open.d crypto/dh/dh_rfc5114.d ssl/ssl_stat.d crypto/comp/comp_lib.d crypto/engine/eng_openssl.d crypto/cms/cms_io.d crypto/md5/md5_dgst.d crypto/evp/e_rc4_hmac_md5.d test/buildtest_conf.d crypto/pkcs12/p12_mutl.d crypto/rsa/rsa_pk1.d apps/s_time.d crypto/ocsp/ocsp_ext.d crypto/pem/pem_info.d crypto/asn1/a_sign.d apps/ec.d test/rsa_mp_test.d crypto/camellia/cmll_misc.d crypto/ec/curve448/arch_32/f_impl.d crypto/modes/ccm128.d crypto/o_fopen.d crypto/sm2/sm2_crypt.d crypto/aes/aes_core.d crypto/txt_db/txt_db.d apps/dsaparam.d crypto/rc2/rc2_cbc.d crypto/rc5/rc5_ecb.d crypto/cms/cms_cd.d crypto/des/cfb64ede.d crypto/evp/e_rc4.d test/buildtest_hmac.d crypto/rsa/rsa_pmeth.d crypto/x509v3/pcy_map.d crypto/evp/e_seed.d crypto/blake2/blake2b.d ssl/s3_lib.d crypto/bio/bss_dgram.d crypto/hmac/hmac.d test/buildtest_pkcs12.d crypto/bn/bn_err.d test/v3nametest.d crypto/dh/dh_meth.d crypto/asn1/x_int64.d crypto/ocsp/ocsp_prn.d test/bftest.d crypto/ec/ec_asn1.d crypto/x509/x509_def.d ssl/bio_ssl.d crypto/siphash/siphash_ameth.d crypto/x509v3/v3_ia5.d test/bio_memleak_test.d crypto/x509v3/v3_admis.d crypto/evp/m_null.d crypto/x509/x509cset.d crypto/init.d test/bio_callback_test.d test/exptest.d ssl/d1_lib.d apps/srp.d crypto/async/async_err.d test/testutil/test_cleanup.d crypto/getenv.d test/buildtest_opensslv.d engines/e_capi.d crypto/modes/ofb128.d crypto/x509/x509_set.d crypto/bf/bf_skey.d test/pemtest.d crypto/store/loader_file.d crypto/pkcs12/p12_sbag.d crypto/pkcs12/p12_add.d crypto/seed/seed.d crypto/dsa/dsa_prn.d test/versions.d crypto/x509/x509_obj.d crypto/blake2/blake2s.d crypto/pem/pem_x509.d crypto/x509/x509_trs.d test/ecdsatest.d crypto/evp/evp_lib.d crypto/bio/bss_bio.d crypto/evp/e_aria.d test/bntest.d crypto/dh/dh_lib.d crypto/ct/ct_sct_ctx.d crypto/asn1/x_info.d crypto/cms/cms_env.d crypto/ct/ct_prn.d crypto/ct/ct_log.d crypto/whrlpool/wp_dgst.d crypto/engine/eng_all.d crypto/blake2/m_blake2s.d crypto/evp/bio_b64.d crypto/x509/x509_ext.d crypto/camellia/cmll_cfb.d crypto/evp/evp_pbe.d test/buildtest_camellia.d test/drbg_cavs_test.d test/secmemtest.d crypto/store/store_lib.d crypto/bn/bn_add.d crypto/evp/bio_enc.d ssl/statem/extensions_srvr.d crypto/evp/e_des.d crypto/idea/i_skey.d crypto/x509v3/v3_pci.d test/rdrand_sanitytest.d crypto/ct/ct_vfy.d crypto/rand/rand_egd.d test/testutil/basic_output.d apps/version.d crypto/modes/cts128.d crypto/store/store_register.d test/uitest.d test/buildtest_ecdsa.d test/buildtest_ct.d crypto/rc2/rc2cfb64.d crypto/asn1/a_dup.d apps/smime.d ssl/s3_cbc.d crypto/dsa/dsa_pmeth.d test/buildtest_evp.d test/buildtest_store.d test/ssl_ctx_test.d crypto/engine/eng_lib.d crypto/asn1/asn1_lib.d crypto/pkcs12/p12_p8d.d crypto/evp/evp_cnf.d test/buildtest_e_os2.d crypto/asn1/x_algor.d crypto/ripemd/rmd_dgst.d apps/genpkey.d crypto/engine/eng_pkey.d crypto/o_dir.d crypto/modes/wrap128.d apps/errstr.d test/test_test.d test/buildtest_symhacks.d fuzz/conf.d test/testutil/stanza.d ssl/record/rec_layer_d1.d crypto/async/arch/async_win.d crypto/evp/e_chacha20_poly1305.d crypto/conf/conf_mall.d crypto/asn1/tasn_enc.d crypto/bn/bn_rand.d crypto/asn1/x_spki.d test/md2test.d test/fatalerrtest.d crypto/des/rand_key.d test/ssl_cert_table_internal_test.d crypto/ocsp/ocsp_srv.d crypto/asn1/a_strnid.d crypto/evp/c_alld.d test/chacha_internal_test.d test/buildtest_comp.d ssl/ssl_sess.d crypto/err/err_all.d crypto/ocsp/ocsp_ht.d crypto/x509/by_file.d test/buildtest_ts.d crypto/cast/c_ecb.d crypto/ct/ct_oct.d test/ssl_test_ctx.d crypto/ripemd/rmd_one.d crypto/asn1/evp_asn1.d crypto/x509/x_exten.d crypto/kdf/scrypt.d crypto/asn1/a_d2i_fp.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/cast/c_ofb64.d crypto/ts/ts_verify_ctx.d apps/verify.d crypto/siphash/siphash_pmeth.d ssl/ssl_conf.d crypto/bio/b_sock.d test/buildtest_blowfish.d crypto/evp/p_sign.d crypto/conf/conf_err.d crypto/asn1/tasn_new.d crypto/dso/dso_win32.d test/handshake_helper.d crypto/rsa/rsa_prn.d crypto/x509/x_crl.d crypto/sha/keccak1600.d crypto/bn/bn_blind.d fuzz/crl.d crypto/sha/sha1_one.d crypto/asn1/x_pkey.d test/testutil/random.d crypto/asn1/a_utf8.d crypto/rand/rand_unix.d crypto/conf/conf_api.d crypto/idea/i_cfb64.d crypto/cms/cms_sd.d crypto/bn/bn_mod.d fuzz/ct.d crypto/seed/seed_ofb.d crypto/bio/bio_cb.d crypto/x509v3/v3_crld.d crypto/bio/bf_buff.d crypto/modes/cfb128.d crypto/evp/digest.d crypto/ctype.d crypto/evp/e_camellia.d crypto/evp/m_mdc2.d crypto/kdf/tls1_prf.d crypto/ec/ec_mult.d test/modes_internal_test.d fuzz/cms.d crypto/asn1/a_gentm.d crypto/rc5/rc5ofb64.d crypto/asn1/asn_mime.d crypto/x509/x_req.d crypto/x509v3/v3_bitst.d crypto/dh/dh_pmeth.d crypto/ts/ts_rsp_verify.d crypto/modes/cbc128.d crypto/bn/bn_div.d crypto/ocsp/ocsp_err.d crypto/evp/e_bf.d crypto/asn1/tasn_typ.d crypto/rc5/rc5_enc.d test/testutil/main.d test/buildtest_dsa.d crypto/async/async.d crypto/pkcs7/pk7_asn1.d ssl/statem/statem_clnt.d crypto/bn/bn_prime.d test/destest.d crypto/engine/eng_cnf.d crypto/des/cfb_enc.d crypto/bn/bn_exp.d crypto/dsa/dsa_key.d test/enginetest.d test/testutil/tests.d crypto/asn1/d2i_pu.d ssl/statem/extensions_clnt.d test/hmactest.d crypto/bio/b_addr.d crypto/ec/curve448/curve448_tables.d test/rc2test.d crypto/pem/pem_err.d crypto/evp/e_idea.d crypto/evp/m_sha1.d crypto/ec/ec2_oct.d crypto/des/str2key.d crypto/engine/eng_rdrand.d test/gmdifftest.d test/testutil/testutil_init.d crypto/ct/ct_x509v3.d test/aborttest.d apps/crl.d crypto/x509v3/v3_alt.d test/dtls_mtu_test.d crypto/bio/bss_conn.d ssl/record/ssl3_record.d test/buildtest_ossl_typ.d crypto/asn1/t_spki.d crypto/asn1/asn_pack.d crypto/cms/cms_asn1.d crypto/async/arch/async_posix.d crypto/evp/p5_crpt2.d crypto/des/fcrypt.d crypto/ec/ecdh_ossl.d crypto/idea/i_cbc.d apps/pkcs7.d crypto/asn1/a_bitstr.d crypto/dsa/dsa_sign.d test/ssltest_old.d crypto/x509v3/pcy_tree.d crypto/ec/curve448/f_generic.d apps/nseq.d test/ectest.d test/threadstest.d crypto/dso/dso_err.d crypto/x509/x509_meth.d crypto/asn1/p8_pkey.d test/wpackettest.d engines/e_ossltest.d test/buildtest_srp.d apps/cms.d crypto/bn/bn_gcd.d crypto/threads_win.d test/buildtest_pem.d apps/sess_id.d crypto/rand/rand_vms.d crypto/asn1/d2i_pr.d crypto/x509v3/v3_skey.d crypto/rsa/rsa_err.d test/evp_extra_test.d crypto/dh/dh_rfc7919.d crypto/ui/ui_util.d crypto/pem/pem_pkey.d crypto/bn/bn_print.d crypto/dsa/dsa_meth.d crypto/evp/m_ripemd.d crypto/ec/ec_lib.d crypto/des/xcbc_enc.d crypto/siphash/siphash.d crypto/evp/m_md4.d crypto/objects/obj_dat.d crypto/x509v3/pcy_node.d test/buildtest_lhash.d crypto/conf/conf_sap.d crypto/blake2/m_blake2b.d crypto/buffer/buffer.d test/buildtest_rand.d crypto/modes/ocb128.d crypto/asn1/a_digest.d test/curve448_internal_test.d crypto/ct/ct_err.d test/buildtest_ssl.d crypto/bf/bf_cfb64.d crypto/rsa/rsa_saos.d crypto/pem/pem_pk8.d crypto/evp/e_des3.d crypto/ec/ec_curve.d apps/engine.d crypto/bio/bio_meth.d crypto/x509/t_crl.d crypto/asn1/a_object.d crypto/rsa/rsa_asn1.d crypto/dso/dso_openssl.d crypto/x509v3/pcy_data.d crypto/asn1/t_bitst.d crypto/store/store_err.d ssl/record/rec_layer_s3.d crypto/poly1305/poly1305_ameth.d test/ocspapitest.d crypto/dh/dh_kdf.d test/bad_dtls_test.d crypto/x509/x509_cmp.d crypto/dsa/dsa_ameth.d crypto/x509/x_name.d crypto/engine/eng_table.d crypto/asn1/t_pkey.d crypto/ec/ecp_nistp256.d crypto/engine/eng_list.d crypto/pkcs12/p12_crpt.d crypto/x509/x509spki.d crypto/engine/tb_eckey.d crypto/x509/x509_vpm.d crypto/pkcs12/p12_crt.d crypto/dso/dso_vms.d ssl/s3_msg.d test/asynctest.d ssl/statem/extensions_cust.d crypto/pkcs12/p12_npas.d ssl/ssl_mcnf.d crypto/bn/bn_ctx.d crypto/x509v3/v3_conf.d crypto/bn/bn_word.d crypto/des/ofb64enc.d crypto/x509/t_req.d crypto/rand/drbg_lib.d apps/dhparam.d crypto/x509/x509_err.d crypto/ec/ecp_nistp224.d crypto/pkcs12/p12_init.d crypto/des/ecb3_enc.d crypto/evp/p_enc.d crypto/bio/bf_lbuf.d crypto/pkcs7/bio_pk7.d crypto/asn1/p5_pbe.d test/igetest.d test/clienthellotest.d crypto/engine/tb_digest.d crypto/engine/tb_dsa.d crypto/cms/cms_kari.d crypto/bn/bn_const.d crypto/uid.d crypto/threads_none.d apps/speed.d crypto/ts/ts_err.d test/bio_enc_test.d ssl/ssl_utst.d crypto/asn1/a_strex.d test/pbelutest.d crypto/ui/ui_openssl.d crypto/ebcdic.d test/dsatest.d ssl/t1_lib.d crypto/ec/ecp_smpl.d crypto/dh/dh_asn1.d test/errtest.d test/buildtest_bn.d crypto/x509/x509name.d crypto/camellia/cmll_cbc.d apps/rand.d test/buildtest_ebcdic.d crypto/cms/cms_err.d ssl/d1_msg.d crypto/dsa/dsa_depr.d crypto/evp/evp_pkey.d crypto/modes/gcm128.d crypto/dso/dso_dlfcn.d test/buildtest_md2.d crypto/ec/ecdsa_ossl.d crypto/ts/ts_lib.d apps/s_client.d test/buildtest_rc5.d crypto/x509v3/v3_int.d test/buildtest_conf_api.d fuzz/server.d test/srptest.d test/asn1_internal_test.d test/buildtest_sha.d crypto/rsa/rsa_x931g.d apps/crl2p7.d crypto/aes/aes_ofb.d test/recordlentest.d crypto/pkcs12/p12_kiss.d crypto/evp/pbe_scrypt.d crypto/ts/ts_rsp_utils.d crypto/asn1/tasn_fre.d crypto/evp/pmeth_fn.d crypto/objects/obj_lib.d crypto/des/cbc_cksm.d crypto/asn1/nsseq.d crypto/x509/t_x509.d crypto/asn1/x_long.d crypto/rand/drbg_ctr.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/asn1/p5_scrypt.d crypto/cms/cms_ess.d test/drbgtest.d crypto/cpt_err.d apps/pkeyparam.d crypto/camellia/cmll_ctr.d crypto/evp/evp_err.d test/sm4_internal_test.d engines/e_dasync.d crypto/x509v3/v3_info.d crypto/pkcs12/p12_asn.d apps/s_cb.d crypto/asn1/tasn_scn.d test/buildtest_ui.d apps/rsa.d crypto/ec/ec_ameth.d crypto/dh/dh_prn.d crypto/asn1/i2d_pu.d crypto/engine/tb_pkmeth.d test/buildtest_ecdh.d crypto/x509v3/pcy_cache.d ssl/ssl_lib.d crypto/ec/ec_err.d crypto/bn/bn_asm.d crypto/sm2/sm2_sign.d test/servername_test.d crypto/x509v3/v3_enum.d test/buildtest_srtp.d crypto/threads_pthread.d fuzz/test-corpus.d crypto/conf/conf_mod.d apps/openssl.d crypto/asn1/tasn_prn.d crypto/bio/b_dump.d crypto/camellia/camellia.d ssl/ssl_ciph.d test/verify_extra_test.d crypto/asn1/a_mbstr.d crypto/x509v3/v3_tlsf.d crypto/aes/aes_ige.d fuzz/bndiv.d crypto/ocsp/ocsp_vfy.d ssl/tls13_enc.d ssl/ssl_rsa.d crypto/des/cfb64enc.d crypto/ec/curve25519.d test/buildtest_rand_drbg.d crypto/pem/pem_oth.d crypto/dsa/dsa_ossl.d test/buildtest_kdf.d crypto/asn1/asn1_item_list.d crypto/cms/cms_dd.d crypto/bn/bn_mpi.d crypto/bio/bf_null.d test/gosttest.d crypto/x509/x509_v3.d apps/s_socket.d apps/opt.d crypto/chacha/chacha_enc.d crypto/evp/e_rc2.d crypto/rand/rand_win.d crypto/async/arch/async_null.d crypto/ec/ecdsa_sign.d test/sslapitest.d crypto/dh/dh_check.d crypto/rsa/rsa_ssl.d test/buildtest_asn1.d apps/genrsa.d crypto/asn1/asn1_gen.d crypto/ct/ct_b64.d crypto/sm3/sm3.d test/ct_test.d crypto/x509/by_dir.d crypto/ex_data.d crypto/pkcs12/pk12err.d crypto/pkcs12/p12_p8e.d test/buildtest_txt_db.d ssl/ssl_init.d test/asynciotest.d crypto/evp/m_sha3.d crypto/bn/bn_sqr.d crypto/cast/c_cfb64.d crypto/cast/c_enc.d crypto/dsa/dsa_gen.d crypto/x509v3/v3_genn.d crypto/ec/ecp_oct.d crypto/pkcs7/pk7_smime.d crypto/kdf/hkdf.d crypto/bio/bio_lib.d crypto/evp/p_dec.d apps/ocsp.d crypto/x509/x_x509.d crypto/ec/ecp_nist.d crypto/x509v3/pcy_lib.d crypto/evp/pmeth_gn.d crypto/ec/ec_key.d crypto/idea/i_ofb64.d crypto/x509v3/v3_asid.d crypto/err/err_prn.d test/buildtest_rsa.d test/ec_internal_test.d crypto/rc4/rc4_skey.d crypto/x509/x509_txt.d crypto/engine/eng_ctrl.d crypto/cms/cms_smime.d crypto/rc5/rc5cfb64.d test/casttest.d ssl/t1_enc.d crypto/ts/ts_req_print.d apps/app_rand.d crypto/asn1/bio_ndef.d crypto/md4/md4_one.d test/buildtest_safestack.d crypto/comp/comp_err.d test/siphash_internal_test.d test/testutil/format_output.d apps/ciphers.d crypto/ec/ec_oct.d crypto/asn1/a_int.d crypto/rsa/rsa_oaep.d crypto/bn/bn_gf2m.d ssl/statem/extensions.d test/rsa_complex.d crypto/ec/ecp_nistp521.d crypto/bn/bn_mul.d crypto/ec/ecp_nistputil.d test/afalgtest.d test/buildtest_md5.d crypto/x509/x509_lu.d crypto/x509/x509_vfy.d crypto/evp/e_rc5.d crypto/x509v3/v3_pku.d test/buildtest_rc2.d crypto/rc2/rc2ofb64.d crypto/x509/x509_d2.d test/cmsapitest.d crypto/mem_dbg.d crypto/asn1/a_verify.d test/buildtest_x509_vfy.d crypto/ec/ecp_mont.d crypto/comp/c_zlib.d crypto/asn1/asn_moid.d crypto/des/ofb_enc.d crypto/md4/md4_dgst.d crypto/x509v3/v3_addr.d test/x509_dup_cert_test.d ssl/ssl_err.d crypto/o_time.d crypto/asn1/a_print.d test/asn1_time_test.d crypto/evp/encode.d apps/pkcs12.d crypto/asn1/a_time.d test/memleaktest.d crypto/asn1/x_sig.d apps/storeutl.d crypto/sm2/sm2_pmeth.d crypto/pem/pem_all.d crypto/des/fcrypt_b.d crypto/poly1305/poly1305.d test/buildtest_bio.d test/cipherlist_test.d crypto/buffer/buf_err.d crypto/x509/x509rset.d ssl/ssl_txt.d crypto/rand/rand_err.d crypto/poly1305/poly1305_pmeth.d apps/s_server.d crypto/asn1/tasn_dec.d test/cipherbytes_test.d crypto/rsa/rsa_none.d crypto/asn1/i2d_pr.d test/drbg_cavs_data.d crypto/rand/randfile.d ssl/record/ssl3_buffer.d apps/apps.d crypto/x509v3/v3_purp.d crypto/engine/tb_rsa.d test/buildtest_engine.d crypto/bio/bss_mem.d crypto/evp/e_aes.d crypto/evp/e_xcbc_d.d ssl/ssl_cert.d crypto/aria/aria.d test/constant_time_test.d crypto/evp/e_sm4.d crypto/lhash/lh_stats.d crypto/dsa/dsa_lib.d test/x509_time_test.d crypto/ec/ec2_smpl.d test/buildtest_cmac.d test/x509_check_cert_pkey_test.d crypto/x509v3/v3_utl.d crypto/evp/m_wp.d test/buildtest_ec.d crypto/idea/i_ecb.d test/danetest.d crypto/rsa/rsa_crpt.d crypto/x509/x509_req.d apps/pkeyutl.d crypto/bio/bss_fd.d test/testutil/output_helpers.d crypto/store/store_strings.d test/ciphername_test.d test/buildtest_x509v3.d crypto/bio/bss_acpt.d crypto/ts/ts_rsp_sign.d crypto/asn1/ameth_lib.d apps/passwd.d crypto/dh/dh_err.d crypto/x509/x_x509a.d test/sanitytest.d crypto/bn/bn_nist.d test/buildtest_aes.d crypto/cmac/cm_ameth.d ssl/ssl_asn1.d test/buildtest_seed.d crypto/evp/bio_ok.d crypto/evp/p5_crpt.d crypto/ts/ts_asn1.d crypto/pem/pvkfmt.d crypto/rsa/rsa_gen.d crypto/rsa/rsa_x931.d fuzz/asn1.d crypto/aes/aes_misc.d crypto/seed/seed_ecb.d crypto/evp/cmeth_lib.d crypto/ec/curve448/curve448.d crypto/ec/ec_check.d crypto/des/ofb64ede.d test/evp_test.d crypto/cast/c_skey.d test/buildtest_pem2.d apps/ts.d crypto/conf/conf_ssl.d ssl/statem/statem_srvr.d test/buildtest_cms.d crypto/bn/bn_kron.d crypto/objects/obj_err.d crypto/bio/bss_log.d apps/enc.d crypto/engine/tb_dh.d crypto/bn/bn_mont.d fuzz/x509.d crypto/lhash/lhash.d apps/dsa.d test/rsa_test.d crypto/rc2/rc2_ecb.d test/asn1_string_table_test.d crypto/asn1/p5_pbev2.d crypto/dso/dso_dl.d ssl/pqueue.d crypto/cms/cms_lib.d crypto/ts/ts_req_utils.d test/buildtest_buffer.d crypto/bn/bn_x931p.d test/buildtest_x509.d crypto/evp/m_md2.d test/crltest.d crypto/asn1/n_pkey.d test/tls13secretstest.d crypto/ocsp/ocsp_asn.d test/testutil/tap_bio.d crypto/x509/x_pubkey.d crypto/stack/stack.d test/buildtest_ssl2.d crypto/pem/pem_lib.d test/stack_test.d test/packettest.d crypto/bio/bss_file.d crypto/x509v3/v3_pcia.d crypto/ec/ec_print.d crypto/bn/bn_lib.d crypto/objects/o_names.d crypto/err/err.d crypto/pkcs7/pk7_doit.d test/buildtest_rc4.d crypto/bn/bn_recp.d crypto/rsa/rsa_chk.d crypto/rsa/rsa_pss.d crypto/x509v3/v3_prn.d crypto/pkcs7/pk7_lib.d test/buildtest_async.d crypto/evp/evp_key.d crypto/ec/curve448/scalar.d crypto/rsa/rsa_lib.d crypto/dh/dh_ameth.d crypto/asn1/a_octet.d crypto/engine/eng_err.d crypto/pkcs7/pk7_mime.d crypto/dso/dso_lib.d crypto/asn1/x_val.d crypto/x509v3/v3_akeya.d crypto/cversion.d crypto/rsa/rsa_mp.d crypto/srp/srp_vfy.d test/testutil/driver.d crypto/ec/ecx_meth.d test/buildtest_tls1.d crypto/evp/p_verify.d crypto/x509v3/v3err.d crypto/dh/dh_gen.d ssl/tls_srp.d crypto/x509v3/v3_extku.d crypto/hmac/hm_pmeth.d crypto/engine/tb_cipher.d test/lhash_test.d crypto/evp/c_allc.d crypto/bio/bss_sock.d ssl/packet.d crypto/ts/ts_conf.d ssl/methods.d apps/rsautl.d crypto/aes/aes_cbc.d crypto/x509v3/v3_pcons.d test/pkey_meth_kdf_test.d crypto/ocsp/ocsp_cl.d crypto/cms/cms_enc.d crypto/camellia/cmll_ecb.d crypto/rc2/rc2_skey.d test/buildtest_dtls1.d crypto/sm3/m_sm3.d apps/asn1pars.d crypto/x509/x_attrib.d crypto/kdf/kdf_err.d crypto/bio/b_sock2.d crypto/ts/ts_rsp_print.d test/sslcorrupttest.d crypto/pkcs7/pk7_attr.d crypto/dsa/dsa_vrf.d apps/bf_prefix.d crypto/conf/conf_lib.d test/buildtest_idea.d crypto/pem/pem_xaux.d crypto/aes/aes_cfb.d crypto/bn/bn_exp2.d test/buildtest_md4.d crypto/mem_sec.d test/dtlstest.d crypto/cms/cms_att.d crypto/objects/obj_xref.d crypto/bio/bf_nbio.d crypto/pkcs12/p12_utl.d crypto/ocsp/ocsp_lib.d crypto/ui/ui_lib.d crypto/bn/bn_shift.d test/conf_include_test.d crypto/hmac/hm_ameth.d test/buildtest_obj_mac.d crypto/bio/bss_null.d crypto/asn1/asn_mstbl.d test/tls13ccstest.d test/buildtest_dh.d crypto/sha/sha1dgst.d test/v3ext.d crypto/cms/cms_pwri.d test/buildtest_crypto.d fuzz/client.d crypto/seed/seed_cfb.d crypto/dh/dh_depr.d crypto/bf/bf_enc.d crypto/x509/x509_r2x.d crypto/bn/bn_sqrt.d crypto/ec/ecdh_kdf.d crypto/asn1/a_utctm.d crypto/sha/sha256.d apps/prime.d test/exdatatest.d crypto/bio/b_print.d crypto/md2/md2_one.d crypto/evp/names.d crypto/dh/dh_key.d crypto/modes/xts128.d crypto/mem_clr.d crypto/des/qud_cksm.d crypto/rsa/rsa_ossl.d crypto/cmac/cm_pmeth.d engines/e_padlock.d ssl/s3_enc.d crypto/o_fips.d crypto/pkcs12/p12_attr.d test/poly1305_internal_test.d test/buildtest_des.d crypto/rc4/rc4_enc.d crypto/engine/tb_rand.d test/buildtest_whrlpool.d crypto/evp/p_seal.d crypto/asn1/asn1_err.d test/buildtest_stack.d crypto/md2/md2_dgst.d ssl/d1_srtp.d crypto/asn1/tasn_utl.d crypto/x509v3/v3_sxnet.d crypto/sm4/sm4.d test/sysdefaulttest.d test/buildtest_modes.d crypto/des/pcbc_enc.d apps/dgst.d crypto/x509v3/v3_bcons.d crypto/engine/tb_asnmth.d test/testutil/cb.d test/ssl_test_ctx_test.d crypto/pkcs12/p12_decr.d crypto/x509/x509type.d crypto/whrlpool/wp_block.d crypto/x509v3/v3_ncons.d apps/gendsa.d crypto/asn1/f_string.d ssl/statem/statem_lib.d test/time_offset_test.d crypto/des/set_key.d test/ideatest.d apps/ca.d crypto/evp/m_md5_sha1.d fuzz/asn1parse.d crypto/aes/aes_wrap.d crypto/evp/m_md5.d crypto/bn/bn_srp.d test/asn1_decode_test.d crypto/sm2/sm2_err.d apps/req.d crypto/async/async_wait.d crypto/ct/ct_sct.d apps/x509.d test/mdc2_internal_test.d crypto/o_str.d test/rc4test.d crypto/ec/curve448/eddsa.d test/tls13encryptiontest.d test/bioprinttest.d test/cmactest.d + +GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/dso_conf.h include/openssl/opensslconf.h +GENERATED=apps/CA.pl apps/progs.h apps/tsget.pl crypto/buildinf.h test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md2.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_rc5.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_ssl3.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash util/shlib_wrap.sh + +INSTALL_LIBS=libcrypto.a libssl.a +INSTALL_SHLIBS=libcrypto$(SHLIB_EXT) libssl$(SHLIB_EXT) +INSTALL_SHLIB_INFO="libcrypto$(SHLIB_EXT);libcrypto$(SHLIB_EXT_SIMPLE)" "libssl$(SHLIB_EXT);libssl$(SHLIB_EXT_SIMPLE)" +INSTALL_ENGINES=engines/capi.dylib engines/padlock.dylib +INSTALL_PROGRAMS=apps/openssl + +BIN_SCRIPTS=$(BLDDIR)/tools/c_rehash +MISC_SCRIPTS=$(BLDDIR)/apps/CA.pl $(BLDDIR)/apps/tsget.pl:tsget + + +APPS_OPENSSL=apps/openssl + +# DESTDIR is for package builders so that they can configure for, say, +# /usr/ and yet have everything installed to /tmp/somedir/usr/. +# Normally it is left empty. +DESTDIR= + + +# Do not edit these manually. Use Configure with --prefix or --openssldir +# to change this! Short explanation in the top comment in Configure +INSTALLTOP=/usr/local +OPENSSLDIR=/usr/local/ssl +LIBDIR=lib +# $(libdir) is chosen to be compatible with the GNU coding standards +libdir=$(INSTALLTOP)/$(LIBDIR) +ENGINESDIR=$(libdir)/engines-1.1 + +# Convenience variable for those who want to set the rpath in shared +# libraries and applications +LIBRPATH=$(libdir) + + +MANDIR=$(INSTALLTOP)/share/man +DOCDIR=$(INSTALLTOP)/share/doc/$(BASENAME) +HTMLDIR=$(DOCDIR)/html + +# MANSUFFIX is for the benefit of anyone who may want to have a suffix +# appended after the manpage file section number. "ssl" is popular, +# resulting in files such as config.5ssl rather than config.5. +MANSUFFIX= +HTMLSUFFIX=html + +# For "optional" echo messages, to get "real" silence +ECHO = echo + +##### User defined commands and flags ################################ + +# We let the C compiler driver to take care of .s files. This is done in +# order to be excused from maintaining a separate set of architecture +# dependent assembler flags. E.g. if you throw -mcpu=ultrasparc at SPARC +# gcc, then the driver will automatically translate it to -xarch=v8plus +# and pass it down to assembler. In any case, we do not define AS or +# ASFLAGS for this reason. + +CROSS_COMPILE= +CC=$(CROSS_COMPILE)cc +CXX= +CPPFLAGS= +CFLAGS=-O3 -Wall +CXXFLAGS= +LDFLAGS= +EX_LIBS= + +MAKEDEPEND=$(CROSS_COMPILE)cc + +PERL=/usr/bin/perl + +AR=$(CROSS_COMPILE)ar +ARFLAGS= r +RANLIB=$(CROSS_COMPILE)ranlib -c +RC= $(CROSS_COMPILE)windres +RCFLAGS= + +RM= rm -f +RMDIR= rmdir +TAR= tar +TARFLAGS= + +BASENAME= openssl +NAME= $(BASENAME)-$(VERSION) +# Relative to $(SRCDIR) +TARFILE= ../$(NAME).tar + +##### Project flags ################################################## + +# Variables starting with CNF_ are common variables for all product types + +CNF_CPPFLAGS=-D_REENTRANT -DZLIB -DNDEBUG +CNF_CFLAGS=-arch arm64 +CNF_CXXFLAGS= +CNF_LDFLAGS=-Wl,-search_paths_first +CNF_EX_LIBS=-lz + +# Variables starting with LIB_ are used to build library object files +# and shared libraries. +# Variables starting with DSO_ are used to build DSOs and their object files. +# Variables starting with BIN_ are used to build programs and their object +# files. + +LIB_CPPFLAGS=-DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"$(OPENSSLDIR)\"" -DENGINESDIR="\"$(ENGINESDIR)\"" $(CNF_CPPFLAGS) $(CPPFLAGS) +LIB_CFLAGS=-fPIC $(CNF_CFLAGS) $(CFLAGS) +LIB_CXXFLAGS=$(CNF_CXXFLAGS) $(CXXFLAGS) +LIB_LDFLAGS=-dynamiclib -current_version $(SHLIB_VERSION_NUMBER) -compatibility_version $(SHLIB_VERSION_NUMBER) $(CNF_LDFLAGS) $(LDFLAGS) +LIB_EX_LIBS=$(CNF_EX_LIBS) $(EX_LIBS) +DSO_CPPFLAGS=$(CNF_CPPFLAGS) $(CPPFLAGS) +DSO_CFLAGS=-fPIC $(CNF_CFLAGS) $(CFLAGS) +DSO_CXXFLAGS=$(CNF_CXXFLAGS) $(CXXFLAGS) +DSO_LDFLAGS=-bundle $(CNF_LDFLAGS) $(LDFLAGS) +DSO_EX_LIBS=$(CNF_EX_LIBS) $(EX_LIBS) +BIN_CPPFLAGS=$(CNF_CPPFLAGS) $(CPPFLAGS) +BIN_CFLAGS=$(CNF_CFLAGS) $(CFLAGS) +BIN_CXXFLAGS=$(CNF_CXXFLAGS) $(CXXFLAGS) +BIN_LDFLAGS=$(CNF_LDFLAGS) $(LDFLAGS) +BIN_EX_LIBS=$(CNF_EX_LIBS) $(EX_LIBS) + +# CPPFLAGS_Q is used for one thing only: to build up buildinf.h +CPPFLAGS_Q=-DL_ENDIAN -DOPENSSL_PIC -D_REENTRANT -DZLIB -DNDEBUG + +PERLASM_SCHEME= ios64 + +# For x86 assembler: Set PROCESSOR to 386 if you want to support +# the 80386. +PROCESSOR= + +# We want error [and other] messages in English. Trouble is that make(1) +# doesn't pass macros down as environment variables unless there already +# was corresponding variable originally set. In other words we can only +# reassign environment variables, but not set new ones, not in portable +# manner that is. That's why we reassign several, just to be sure... +LC_ALL=C +LC_MESSAGES=C +LANG=C + +# The main targets ################################################### + +all: build_generated + $(MAKE) depend && $(MAKE) _all +_all: build_libs_nodep build_engines_nodep build_programs_nodep link-utils +build_libs: build_generated + $(MAKE) depend && $(MAKE) _build_libs +_build_libs: build_libs_nodep +build_engines: build_generated + $(MAKE) depend && $(MAKE) _build_engines +_build_engines: build_engines_nodep +build_programs: build_generated + $(MAKE) depend && $(MAKE) _build_programs +_build_programs: build_programs_nodep + +build_generated: $(GENERATED_MANDATORY) +build_libs_nodep: libcrypto.pc libssl.pc openssl.pc +build_engines_nodep: $(ENGINES) +build_programs_nodep: $(PROGRAMS) $(SCRIPTS) + +# Kept around for backward compatibility +build_apps build_tests: build_programs + +# Convenience target to prebuild all generated files, not just the mandatory +# ones +build_all_generated: $(GENERATED_MANDATORY) $(GENERATED) + @ : + @echo "Warning: consider configuring with no-makedepend, because if" + @echo " target system doesn't have $(PERL)," + @echo " then make will fail..." + @ : + +test: tests +tests: build_generated + $(MAKE) depend && $(MAKE) _tests +_tests: build_programs_nodep build_engines_nodep link-utils + @ : + ( cd test; \ + mkdir -p test-runs; \ + SRCTOP=../$(SRCDIR) \ + BLDTOP=../$(BLDDIR) \ + RESULT_D=test-runs \ + PERL="$(PERL)" \ + EXE_EXT= \ + OPENSSL_ENGINES=`cd ../$(BLDDIR)/engines 2>/dev/null && pwd` \ + OPENSSL_DEBUG_MEMORY=on \ + $(PERL) ../$(SRCDIR)/test/run_tests.pl $(TESTS) ) + @ : + +list-tests: + @ : + @SRCTOP="$(SRCDIR)" \ + $(PERL) $(SRCDIR)/test/run_tests.pl list + @ : + +install: install_sw install_ssldirs install_docs + +uninstall: uninstall_docs uninstall_sw + +libclean: + @set -e; for s in $(SHLIB_INFO); do \ + if [ "$$s" = ";" ]; then continue; fi; \ + s1=`echo "$$s" | cut -f1 -d";"`; \ + s2=`echo "$$s" | cut -f2 -d";"`; \ + $(ECHO) $(RM) $$s1; \ + $(RM) $$s1; \ + if [ "$$s1" != "$$s2" ]; then \ + $(ECHO) $(RM) $$s2; \ + $(RM) $$s2; \ + fi; \ + done + $(RM) $(LIBS) + $(RM) *.map + +clean: libclean + $(RM) $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS) + $(RM) $(GENERATED_MANDATORY) $(GENERATED) + -$(RM) `find . -name '*.d' \! -name '.*' \! -type d -print` + -$(RM) `find . -name '*.o' \! -name '.*' \! -type d -print` + $(RM) core + $(RM) tags TAGS doc-nits + $(RM) -r test/test-runs + $(RM) openssl.pc libcrypto.pc libssl.pc + -$(RM) `find . -type l \! -name '.*' -print` + +distclean: clean + $(RM) configdata.pm + $(RM) Makefile + +# We check if any depfile is newer than Makefile and decide to +# concatenate only if that is true. +depend: + @: + @$(PERL) $(SRCDIR)/util/add-depends.pl gcc + @: + +# Install helper targets ############################################# + +install_sw: install_dev install_engines install_runtime + +uninstall_sw: uninstall_runtime uninstall_engines uninstall_dev + +install_docs: install_man_docs install_html_docs + +uninstall_docs: uninstall_man_docs uninstall_html_docs + $(RM) -r "$(DESTDIR)$(DOCDIR)" + +install_ssldirs: + @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(OPENSSLDIR)/certs" + @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(OPENSSLDIR)/private" + @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(OPENSSLDIR)/misc" + @set -e; for x in dummy $(MISC_SCRIPTS); do \ + if [ "$$x" = "dummy" ]; then continue; fi; \ + x1=`echo "$$x" | cut -f1 -d:`; \ + x2=`echo "$$x" | cut -f2 -d:`; \ + fn=`basename $$x1`; \ + $(ECHO) "install $$x1 -> $(DESTDIR)$(OPENSSLDIR)/misc/$$fn"; \ + cp $$x1 "$(DESTDIR)$(OPENSSLDIR)/misc/$$fn.new"; \ + chmod 755 "$(DESTDIR)$(OPENSSLDIR)/misc/$$fn.new"; \ + mv -f "$(DESTDIR)$(OPENSSLDIR)/misc/$$fn.new" \ + "$(DESTDIR)$(OPENSSLDIR)/misc/$$fn"; \ + if [ "$$x1" != "$$x2" ]; then \ + ln=`basename "$$x2"`; \ + : ; \ + $(ECHO) "link $(DESTDIR)$(OPENSSLDIR)/misc/$$ln -> $(DESTDIR)$(OPENSSLDIR)/misc/$$fn"; \ + ln -sf $$fn "$(DESTDIR)$(OPENSSLDIR)/misc/$$ln"; \ + : ; \ + fi; \ + done + @$(ECHO) "install $(SRCDIR)/apps/openssl.cnf -> $(DESTDIR)$(OPENSSLDIR)/openssl.cnf.dist" + @cp $(SRCDIR)/apps/openssl.cnf "$(DESTDIR)$(OPENSSLDIR)/openssl.cnf.new" + @chmod 644 "$(DESTDIR)$(OPENSSLDIR)/openssl.cnf.new" + @mv -f "$(DESTDIR)$(OPENSSLDIR)/openssl.cnf.new" "$(DESTDIR)$(OPENSSLDIR)/openssl.cnf.dist" + @if [ ! -f "$(DESTDIR)$(OPENSSLDIR)/openssl.cnf" ]; then \ + $(ECHO) "install $(SRCDIR)/apps/openssl.cnf -> $(DESTDIR)$(OPENSSLDIR)/openssl.cnf"; \ + cp $(SRCDIR)/apps/openssl.cnf "$(DESTDIR)$(OPENSSLDIR)/openssl.cnf"; \ + chmod 644 "$(DESTDIR)$(OPENSSLDIR)/openssl.cnf"; \ + fi + @$(ECHO) "install $(SRCDIR)/apps/ct_log_list.cnf -> $(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf.dist" + @cp $(SRCDIR)/apps/ct_log_list.cnf "$(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf.new" + @chmod 644 "$(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf.new" + @mv -f "$(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf.new" "$(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf.dist" + @if [ ! -f "$(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf" ]; then \ + $(ECHO) "install $(SRCDIR)/apps/ct_log_list.cnf -> $(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf"; \ + cp $(SRCDIR)/apps/ct_log_list.cnf "$(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf"; \ + chmod 644 "$(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf"; \ + fi + +install_dev: install_runtime_libs + @[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1) + @$(ECHO) "*** Installing development files" + @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(INSTALLTOP)/include/openssl" + @ : + @set -e; for i in $(SRCDIR)/include/openssl/*.h \ + $(BLDDIR)/include/openssl/*.h; do \ + fn=`basename $$i`; \ + $(ECHO) "install $$i -> $(DESTDIR)$(INSTALLTOP)/include/openssl/$$fn"; \ + cp $$i "$(DESTDIR)$(INSTALLTOP)/include/openssl/$$fn"; \ + chmod 644 "$(DESTDIR)$(INSTALLTOP)/include/openssl/$$fn"; \ + done + @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(libdir)" + @set -e; for l in $(INSTALL_LIBS); do \ + fn=`basename $$l`; \ + $(ECHO) "install $$l -> $(DESTDIR)$(libdir)/$$fn"; \ + cp $$l "$(DESTDIR)$(libdir)/$$fn.new"; \ + $(RANLIB) "$(DESTDIR)$(libdir)/$$fn.new"; \ + chmod 644 "$(DESTDIR)$(libdir)/$$fn.new"; \ + mv -f "$(DESTDIR)$(libdir)/$$fn.new" \ + "$(DESTDIR)$(libdir)/$$fn"; \ + done + @ : + @set -e; for s in $(INSTALL_SHLIB_INFO); do \ + s1=`echo "$$s" | cut -f1 -d";"`; \ + s2=`echo "$$s" | cut -f2 -d";"`; \ + fn1=`basename $$s1`; \ + fn2=`basename $$s2`; \ + : ; \ + if [ "$$fn1" != "$$fn2" ]; then \ + $(ECHO) "link $(DESTDIR)$(libdir)/$$fn2 -> $(DESTDIR)$(libdir)/$$fn1"; \ + ln -sf $$fn1 "$(DESTDIR)$(libdir)/$$fn2"; \ + fi; \ + : ; \ + done + @ : + @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(libdir)/pkgconfig" + @$(ECHO) "install libcrypto.pc -> $(DESTDIR)$(libdir)/pkgconfig/libcrypto.pc" + @cp libcrypto.pc "$(DESTDIR)$(libdir)/pkgconfig" + @chmod 644 "$(DESTDIR)$(libdir)/pkgconfig/libcrypto.pc" + @$(ECHO) "install libssl.pc -> $(DESTDIR)$(libdir)/pkgconfig/libssl.pc" + @cp libssl.pc "$(DESTDIR)$(libdir)/pkgconfig" + @chmod 644 "$(DESTDIR)$(libdir)/pkgconfig/libssl.pc" + @$(ECHO) "install openssl.pc -> $(DESTDIR)$(libdir)/pkgconfig/openssl.pc" + @cp openssl.pc "$(DESTDIR)$(libdir)/pkgconfig" + @chmod 644 "$(DESTDIR)$(libdir)/pkgconfig/openssl.pc" + +uninstall_dev: uninstall_runtime_libs + @$(ECHO) "*** Uninstalling development files" + @ : + @set -e; for i in $(SRCDIR)/include/openssl/*.h \ + $(BLDDIR)/include/openssl/*.h; do \ + fn=`basename $$i`; \ + $(ECHO) "$(RM) $(DESTDIR)$(INSTALLTOP)/include/openssl/$$fn"; \ + $(RM) "$(DESTDIR)$(INSTALLTOP)/include/openssl/$$fn"; \ + done + -$(RMDIR) "$(DESTDIR)$(INSTALLTOP)/include/openssl" + -$(RMDIR) "$(DESTDIR)$(INSTALLTOP)/include" + @set -e; for l in $(INSTALL_LIBS); do \ + fn=`basename $$l`; \ + $(ECHO) "$(RM) $(DESTDIR)$(libdir)/$$fn"; \ + $(RM) "$(DESTDIR)$(libdir)/$$fn"; \ + done + @ : + @set -e; for s in $(INSTALL_SHLIB_INFO); do \ + s1=`echo "$$s" | cut -f1 -d";"`; \ + s2=`echo "$$s" | cut -f2 -d";"`; \ + fn1=`basename $$s1`; \ + fn2=`basename $$s2`; \ + : ; \ + $(ECHO) "$(RM) $(DESTDIR)$(libdir)/$$fn2"; \ + $(RM) "$(DESTDIR)$(libdir)/$$fn2"; \ + if [ "$$fn1" != "$$fn2" -a -f "$(DESTDIR)$(libdir)/$$fn1" ]; then \ + $(ECHO) "$(RM) $(DESTDIR)$(libdir)/$$fn1"; \ + $(RM) "$(DESTDIR)$(libdir)/$$fn1"; \ + fi; \ + : ; \ + done + @ : + $(RM) "$(DESTDIR)$(libdir)/pkgconfig/libcrypto.pc" + $(RM) "$(DESTDIR)$(libdir)/pkgconfig/libssl.pc" + $(RM) "$(DESTDIR)$(libdir)/pkgconfig/openssl.pc" + -$(RMDIR) "$(DESTDIR)$(libdir)/pkgconfig" + -$(RMDIR) "$(DESTDIR)$(libdir)" + +install_engines: install_runtime_libs build_engines + @[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1) + @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(ENGINESDIR)/" + @$(ECHO) "*** Installing engines" + @set -e; for e in dummy $(INSTALL_ENGINES); do \ + if [ "$$e" = "dummy" ]; then continue; fi; \ + fn=`basename $$e`; \ + $(ECHO) "install $$e -> $(DESTDIR)$(ENGINESDIR)/$$fn"; \ + cp $$e "$(DESTDIR)$(ENGINESDIR)/$$fn.new"; \ + chmod 755 "$(DESTDIR)$(ENGINESDIR)/$$fn.new"; \ + mv -f "$(DESTDIR)$(ENGINESDIR)/$$fn.new" \ + "$(DESTDIR)$(ENGINESDIR)/$$fn"; \ + done + +uninstall_engines: + @$(ECHO) "*** Uninstalling engines" + @set -e; for e in dummy $(INSTALL_ENGINES); do \ + if [ "$$e" = "dummy" ]; then continue; fi; \ + fn=`basename $$e`; \ + if [ "$$fn" = 'ossltest.dylib' ]; then \ + continue; \ + fi; \ + $(ECHO) "$(RM) $(DESTDIR)$(ENGINESDIR)/$$fn"; \ + $(RM) "$(DESTDIR)$(ENGINESDIR)/$$fn"; \ + done + -$(RMDIR) "$(DESTDIR)$(ENGINESDIR)" + +install_runtime: install_programs + +install_runtime_libs: build_libs + @[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1) + @ : + @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(libdir)" + @ : + @$(ECHO) "*** Installing runtime libraries" + @set -e; for s in dummy $(INSTALL_SHLIBS); do \ + if [ "$$s" = "dummy" ]; then continue; fi; \ + fn=`basename $$s`; \ + : ; \ + $(ECHO) "install $$s -> $(DESTDIR)$(libdir)/$$fn"; \ + cp $$s "$(DESTDIR)$(libdir)/$$fn.new"; \ + chmod 755 "$(DESTDIR)$(libdir)/$$fn.new"; \ + mv -f "$(DESTDIR)$(libdir)/$$fn.new" \ + "$(DESTDIR)$(libdir)/$$fn"; \ + : ; \ + done + +install_programs: install_runtime_libs build_programs + @[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1) + @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(INSTALLTOP)/bin" + @$(ECHO) "*** Installing runtime programs" + @set -e; for x in dummy $(INSTALL_PROGRAMS); do \ + if [ "$$x" = "dummy" ]; then continue; fi; \ + fn=`basename $$x`; \ + $(ECHO) "install $$x -> $(DESTDIR)$(INSTALLTOP)/bin/$$fn"; \ + cp $$x "$(DESTDIR)$(INSTALLTOP)/bin/$$fn.new"; \ + chmod 755 "$(DESTDIR)$(INSTALLTOP)/bin/$$fn.new"; \ + mv -f "$(DESTDIR)$(INSTALLTOP)/bin/$$fn.new" \ + "$(DESTDIR)$(INSTALLTOP)/bin/$$fn"; \ + done + @set -e; for x in dummy $(BIN_SCRIPTS); do \ + if [ "$$x" = "dummy" ]; then continue; fi; \ + fn=`basename $$x`; \ + $(ECHO) "install $$x -> $(DESTDIR)$(INSTALLTOP)/bin/$$fn"; \ + cp $$x "$(DESTDIR)$(INSTALLTOP)/bin/$$fn.new"; \ + chmod 755 "$(DESTDIR)$(INSTALLTOP)/bin/$$fn.new"; \ + mv -f "$(DESTDIR)$(INSTALLTOP)/bin/$$fn.new" \ + "$(DESTDIR)$(INSTALLTOP)/bin/$$fn"; \ + done + +uninstall_runtime: uninstall_programs uninstall_runtime_libs + +uninstall_programs: + @$(ECHO) "*** Uninstalling runtime programs" + @set -e; for x in dummy $(INSTALL_PROGRAMS); \ + do \ + if [ "$$x" = "dummy" ]; then continue; fi; \ + fn=`basename $$x`; \ + $(ECHO) "$(RM) $(DESTDIR)$(INSTALLTOP)/bin/$$fn"; \ + $(RM) "$(DESTDIR)$(INSTALLTOP)/bin/$$fn"; \ + done; + @set -e; for x in dummy $(BIN_SCRIPTS); \ + do \ + if [ "$$x" = "dummy" ]; then continue; fi; \ + fn=`basename $$x`; \ + $(ECHO) "$(RM) $(DESTDIR)$(INSTALLTOP)/bin/$$fn"; \ + $(RM) "$(DESTDIR)$(INSTALLTOP)/bin/$$fn"; \ + done + -$(RMDIR) "$(DESTDIR)$(INSTALLTOP)/bin" + +uninstall_runtime_libs: + @$(ECHO) "*** Uninstalling runtime libraries" + @ : + + +install_man_docs: + @[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1) + @$(ECHO) "*** Installing manpages" + $(PERL) $(SRCDIR)/util/process_docs.pl \ + "--destdir=$(DESTDIR)$(MANDIR)" --type=man --suffix=$(MANSUFFIX) + +uninstall_man_docs: + @$(ECHO) "*** Uninstalling manpages" + $(PERL) $(SRCDIR)/util/process_docs.pl \ + "--destdir=$(DESTDIR)$(MANDIR)" --type=man --suffix=$(MANSUFFIX) \ + --remove + +install_html_docs: + @[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1) + @$(ECHO) "*** Installing HTML manpages" + $(PERL) $(SRCDIR)/util/process_docs.pl \ + "--destdir=$(DESTDIR)$(HTMLDIR)" --type=html + +uninstall_html_docs: + @$(ECHO) "*** Uninstalling manpages" + $(PERL) $(SRCDIR)/util/process_docs.pl \ + "--destdir=$(DESTDIR)$(HTMLDIR)" --type=html --remove + + +# Developer targets (note: these are only available on Unix) ######### + +update: generate errors ordinals + +generate: generate_apps generate_crypto_bn generate_crypto_objects \ + generate_crypto_conf generate_crypto_asn1 generate_fuzz_oids + +.PHONY: doc-nits +doc-nits: + (cd $(SRCDIR); $(PERL) util/find-doc-nits -n -p ) >doc-nits + @if [ -s doc-nits ] ; then cat doc-nits ; exit 1; \ + else echo 'doc-nits: no errors.'; rm doc-nits ; fi + +# Test coverage is a good idea for the future +#coverage: $(PROGRAMS) $(TESTPROGRAMS) +# ... + +lint: + lint -DLINT $(INCLUDES) $(SRCS) + +generate_apps: + ( cd $(SRCDIR); $(PERL) VMS/VMSify-conf.pl \ + < apps/openssl.cnf > apps/openssl-vms.cnf ) + +generate_crypto_bn: + ( cd $(SRCDIR); $(PERL) crypto/bn/bn_prime.pl > crypto/bn/bn_prime.h ) + +generate_crypto_objects: + ( cd $(SRCDIR); $(PERL) crypto/objects/objects.pl -n \ + crypto/objects/objects.txt \ + crypto/objects/obj_mac.num \ + > crypto/objects/obj_mac.new && \ + mv crypto/objects/obj_mac.new crypto/objects/obj_mac.num ) + ( cd $(SRCDIR); $(PERL) crypto/objects/objects.pl \ + crypto/objects/objects.txt \ + crypto/objects/obj_mac.num \ + > include/openssl/obj_mac.h ) + ( cd $(SRCDIR); $(PERL) crypto/objects/obj_dat.pl \ + include/openssl/obj_mac.h \ + > crypto/objects/obj_dat.h ) + ( cd $(SRCDIR); $(PERL) crypto/objects/objxref.pl \ + crypto/objects/obj_mac.num \ + crypto/objects/obj_xref.txt \ + > crypto/objects/obj_xref.h ) + +generate_crypto_conf: + ( cd $(SRCDIR); $(PERL) crypto/conf/keysets.pl \ + > crypto/conf/conf_def.h ) + +generate_crypto_asn1: + ( cd $(SRCDIR); $(PERL) crypto/asn1/charmap.pl \ + > crypto/asn1/charmap.h ) + +generate_fuzz_oids: + ( cd $(SRCDIR); $(PERL) fuzz/mkfuzzoids.pl \ + crypto/objects/obj_dat.h \ + > fuzz/oids.txt ) + +# Set to -force to force a rebuild +ERROR_REBUILD= +errors: + ( b=`pwd`; set -e; cd $(SRCDIR); \ + $(PERL) util/ck_errf.pl -strict -internal; \ + $(PERL) -I$$b util/mkerr.pl $(ERROR_REBUILD) -internal ) + ( b=`pwd`; set -e; cd $(SRCDIR)/engines; \ + for E in *.ec ; do \ + $(PERL) ../util/ck_errf.pl -strict \ + -conf $$E `basename $$E .ec`.c; \ + $(PERL) -I$$b ../util/mkerr.pl $(ERROR_REBUILD) -static \ + -conf $$E `basename $$E .ec`.c ; \ + done ) + +ordinals: + $(PERL) $(SRCDIR)/util/mkdef.pl crypto update + $(PERL) $(SRCDIR)/util/mkdef.pl ssl update + +test_ordinals: + ( cd test; \ + SRCTOP=../$(SRCDIR) \ + BLDTOP=../$(BLDDIR) \ + $(PERL) ../$(SRCDIR)/test/run_tests.pl test_ordinals ) + +tags TAGS: FORCE + rm -f TAGS tags + -ctags -R . + -etags `find . -name '*.[ch]' -o -name '*.pm'` + +# Release targets (note: only available on Unix) ##################### + +tar: + (cd $(SRCDIR); ./util/mktar.sh --name='$(NAME)' --tarfile='$(TARFILE)') + +# Helper targets ##################################################### + +link-utils: $(BLDDIR)/util/opensslwrap.sh + +$(BLDDIR)/util/opensslwrap.sh: configdata.pm + @if [ "$(SRCDIR)" != "$(BLDDIR)" ]; then \ + mkdir -p "$(BLDDIR)/util"; \ + ln -sf "../$(SRCDIR)/util/opensslwrap.sh" "$(BLDDIR)/util"; \ + fi + +FORCE: + +# Building targets ################################################### + +libcrypto.pc libssl.pc openssl.pc: configdata.pm $(LIBS) libcrypto$(SHLIB_EXT_SIMPLE) libssl$(SHLIB_EXT_SIMPLE) +libcrypto.pc: + @ ( echo 'prefix=$(INSTALLTOP)'; \ + echo 'exec_prefix=$${prefix}'; \ + if [ -n "$(LIBDIR)" ]; then \ + echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \ + else \ + echo 'libdir=$(libdir)'; \ + fi; \ + echo 'includedir=$${prefix}/include'; \ + echo 'enginesdir=$${libdir}/engines-1.1'; \ + echo ''; \ + echo 'Name: OpenSSL-libcrypto'; \ + echo 'Description: OpenSSL cryptography library'; \ + echo 'Version: '$(VERSION); \ + echo 'Libs: -L$${libdir} -lcrypto'; \ + echo 'Libs.private: $(LIB_EX_LIBS)'; \ + echo 'Cflags: -I$${includedir}' ) > libcrypto.pc + +libssl.pc: + @ ( echo 'prefix=$(INSTALLTOP)'; \ + echo 'exec_prefix=$${prefix}'; \ + if [ -n "$(LIBDIR)" ]; then \ + echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \ + else \ + echo 'libdir=$(libdir)'; \ + fi; \ + echo 'includedir=$${prefix}/include'; \ + echo ''; \ + echo 'Name: OpenSSL-libssl'; \ + echo 'Description: Secure Sockets Layer and cryptography libraries'; \ + echo 'Version: '$(VERSION); \ + echo 'Requires.private: libcrypto'; \ + echo 'Libs: -L$${libdir} -lssl'; \ + echo 'Cflags: -I$${includedir}' ) > libssl.pc + +openssl.pc: + @ ( echo 'prefix=$(INSTALLTOP)'; \ + echo 'exec_prefix=$${prefix}'; \ + if [ -n "$(LIBDIR)" ]; then \ + echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \ + else \ + echo 'libdir=$(libdir)'; \ + fi; \ + echo 'includedir=$${prefix}/include'; \ + echo ''; \ + echo 'Name: OpenSSL'; \ + echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \ + echo 'Version: '$(VERSION); \ + echo 'Requires: libssl libcrypto' ) > openssl.pc + +configdata.pm: $(SRCDIR)/Configure $(SRCDIR)/config ../Configurations/common0.tmpl ../Configurations/unix-Makefile.tmpl ../Configurations/common.tmpl ../build.info ../crypto/build.info ../ssl/build.info ../engines/build.info ../apps/build.info ../test/build.info ../util/build.info ../tools/build.info ../fuzz/build.info ../crypto/objects/build.info ../crypto/md2/build.info ../crypto/md4/build.info ../crypto/md5/build.info ../crypto/sha/build.info ../crypto/hmac/build.info ../crypto/ripemd/build.info ../crypto/whrlpool/build.info ../crypto/poly1305/build.info ../crypto/blake2/build.info ../crypto/siphash/build.info ../crypto/sm3/build.info ../crypto/des/build.info ../crypto/aes/build.info ../crypto/rc2/build.info ../crypto/rc4/build.info ../crypto/rc5/build.info ../crypto/idea/build.info ../crypto/aria/build.info ../crypto/bf/build.info ../crypto/cast/build.info ../crypto/camellia/build.info ../crypto/seed/build.info ../crypto/sm4/build.info ../crypto/chacha/build.info ../crypto/modes/build.info ../crypto/bn/build.info ../crypto/ec/build.info ../crypto/rsa/build.info ../crypto/dsa/build.info ../crypto/dh/build.info ../crypto/sm2/build.info ../crypto/dso/build.info ../crypto/engine/build.info ../crypto/buffer/build.info ../crypto/bio/build.info ../crypto/stack/build.info ../crypto/lhash/build.info ../crypto/rand/build.info ../crypto/err/build.info ../crypto/evp/build.info ../crypto/asn1/build.info ../crypto/pem/build.info ../crypto/x509/build.info ../crypto/x509v3/build.info ../crypto/conf/build.info ../crypto/txt_db/build.info ../crypto/pkcs7/build.info ../crypto/pkcs12/build.info ../crypto/comp/build.info ../crypto/ocsp/build.info ../crypto/ui/build.info ../crypto/cms/build.info ../crypto/ts/build.info ../crypto/srp/build.info ../crypto/cmac/build.info ../crypto/ct/build.info ../crypto/async/build.info ../crypto/kdf/build.info ../crypto/store/build.info ../test/ossl_shim/build.info ../Configurations/00-base-templates.conf ../Configurations/10-main.conf + @echo "Detected changed: $?" + $(PERL) configdata.pm -r + @echo "**************************************************" + @echo "*** ***" + @echo "*** Please run the same make command again ***" + @echo "*** ***" + @echo "**************************************************" + @false + +reconfigure reconf: + $(PERL) configdata.pm -r + + +include/crypto/bn_conf.h: ../include/crypto/bn_conf.h.in configdata.pm + $(PERL) "-I$(BLDDIR)" -Mconfigdata "../util/dofile.pl" \ + "-oMakefile" ../include/crypto/bn_conf.h.in > $@ +include/crypto/dso_conf.h: ../include/crypto/dso_conf.h.in configdata.pm + $(PERL) "-I$(BLDDIR)" -Mconfigdata "../util/dofile.pl" \ + "-oMakefile" ../include/crypto/dso_conf.h.in > $@ +include/openssl/opensslconf.h: ../include/openssl/opensslconf.h.in configdata.pm + $(PERL) "-I$(BLDDIR)" -Mconfigdata "../util/dofile.pl" \ + "-oMakefile" ../include/openssl/opensslconf.h.in > $@ +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) $(ARFLAGS) $@ $? + $(RANLIB) $@ || echo Never mind. +apps/app_rand.o: ../apps/app_rand.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF apps/app_rand.d.tmp -MT $@ -c -o $@ ../apps/app_rand.c + @touch apps/app_rand.d.tmp + @if cmp apps/app_rand.d.tmp apps/app_rand.d > /dev/null 2> /dev/null; then \ + rm -f apps/app_rand.d.tmp; \ + else \ + mv apps/app_rand.d.tmp apps/app_rand.d; \ + fi +apps/apps.o: ../apps/apps.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF apps/apps.d.tmp -MT $@ -c -o $@ ../apps/apps.c + @touch apps/apps.d.tmp + @if cmp apps/apps.d.tmp apps/apps.d > /dev/null 2> /dev/null; then \ + rm -f apps/apps.d.tmp; \ + else \ + mv apps/apps.d.tmp apps/apps.d; \ + fi +apps/bf_prefix.o: ../apps/bf_prefix.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF apps/bf_prefix.d.tmp -MT $@ -c -o $@ ../apps/bf_prefix.c + @touch apps/bf_prefix.d.tmp + @if cmp apps/bf_prefix.d.tmp apps/bf_prefix.d > /dev/null 2> /dev/null; then \ + rm -f apps/bf_prefix.d.tmp; \ + else \ + mv apps/bf_prefix.d.tmp apps/bf_prefix.d; \ + fi +apps/opt.o: ../apps/opt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF apps/opt.d.tmp -MT $@ -c -o $@ ../apps/opt.c + @touch apps/opt.d.tmp + @if cmp apps/opt.d.tmp apps/opt.d > /dev/null 2> /dev/null; then \ + rm -f apps/opt.d.tmp; \ + else \ + mv apps/opt.d.tmp apps/opt.d; \ + fi +apps/s_cb.o: ../apps/s_cb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF apps/s_cb.d.tmp -MT $@ -c -o $@ ../apps/s_cb.c + @touch apps/s_cb.d.tmp + @if cmp apps/s_cb.d.tmp apps/s_cb.d > /dev/null 2> /dev/null; then \ + rm -f apps/s_cb.d.tmp; \ + else \ + mv apps/s_cb.d.tmp apps/s_cb.d; \ + fi +apps/s_socket.o: ../apps/s_socket.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF apps/s_socket.d.tmp -MT $@ -c -o $@ ../apps/s_socket.c + @touch apps/s_socket.d.tmp + @if cmp apps/s_socket.d.tmp apps/s_socket.d > /dev/null 2> /dev/null; then \ + rm -f apps/s_socket.d.tmp; \ + else \ + mv apps/s_socket.d.tmp apps/s_socket.d; \ + fi +libcrypto$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT): 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 + $(CC) $(LIB_CFLAGS) -L. $(LIB_LDFLAGS) -install_name $(INSTALLTOP)/$(LIBDIR)/libcrypto$(SHLIB_EXT) \ + -o libcrypto$(SHLIB_EXT) 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 \ + $(LIB_EX_LIBS) + if [ 'libcrypto$(SHLIB_EXT_SIMPLE)' != 'libcrypto$(SHLIB_EXT)' ]; then \ + rm -f libcrypto$(SHLIB_EXT_SIMPLE); \ + ln -s libcrypto$(SHLIB_EXT) libcrypto$(SHLIB_EXT_SIMPLE); \ + fi +crypto/aes/aes_cbc.o: ../crypto/aes/aes_cbc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/aes/aes_cbc.d.tmp -MT $@ -c -o $@ ../crypto/aes/aes_cbc.c + @touch crypto/aes/aes_cbc.d.tmp + @if cmp crypto/aes/aes_cbc.d.tmp crypto/aes/aes_cbc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/aes/aes_cbc.d.tmp; \ + else \ + mv crypto/aes/aes_cbc.d.tmp crypto/aes/aes_cbc.d; \ + fi +crypto/aes/aes_cfb.o: ../crypto/aes/aes_cfb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/aes/aes_cfb.d.tmp -MT $@ -c -o $@ ../crypto/aes/aes_cfb.c + @touch crypto/aes/aes_cfb.d.tmp + @if cmp crypto/aes/aes_cfb.d.tmp crypto/aes/aes_cfb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/aes/aes_cfb.d.tmp; \ + else \ + mv crypto/aes/aes_cfb.d.tmp crypto/aes/aes_cfb.d; \ + fi +crypto/aes/aes_core.o: ../crypto/aes/aes_core.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/aes/aes_core.d.tmp -MT $@ -c -o $@ ../crypto/aes/aes_core.c + @touch crypto/aes/aes_core.d.tmp + @if cmp crypto/aes/aes_core.d.tmp crypto/aes/aes_core.d > /dev/null 2> /dev/null; then \ + rm -f crypto/aes/aes_core.d.tmp; \ + else \ + mv crypto/aes/aes_core.d.tmp crypto/aes/aes_core.d; \ + fi +crypto/aes/aes_ecb.o: ../crypto/aes/aes_ecb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/aes/aes_ecb.d.tmp -MT $@ -c -o $@ ../crypto/aes/aes_ecb.c + @touch crypto/aes/aes_ecb.d.tmp + @if cmp crypto/aes/aes_ecb.d.tmp crypto/aes/aes_ecb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/aes/aes_ecb.d.tmp; \ + else \ + mv crypto/aes/aes_ecb.d.tmp crypto/aes/aes_ecb.d; \ + fi +crypto/aes/aes_ige.o: ../crypto/aes/aes_ige.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/aes/aes_ige.d.tmp -MT $@ -c -o $@ ../crypto/aes/aes_ige.c + @touch crypto/aes/aes_ige.d.tmp + @if cmp crypto/aes/aes_ige.d.tmp crypto/aes/aes_ige.d > /dev/null 2> /dev/null; then \ + rm -f crypto/aes/aes_ige.d.tmp; \ + else \ + mv crypto/aes/aes_ige.d.tmp crypto/aes/aes_ige.d; \ + fi +crypto/aes/aes_misc.o: ../crypto/aes/aes_misc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/aes/aes_misc.d.tmp -MT $@ -c -o $@ ../crypto/aes/aes_misc.c + @touch crypto/aes/aes_misc.d.tmp + @if cmp crypto/aes/aes_misc.d.tmp crypto/aes/aes_misc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/aes/aes_misc.d.tmp; \ + else \ + mv crypto/aes/aes_misc.d.tmp crypto/aes/aes_misc.d; \ + fi +crypto/aes/aes_ofb.o: ../crypto/aes/aes_ofb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/aes/aes_ofb.d.tmp -MT $@ -c -o $@ ../crypto/aes/aes_ofb.c + @touch crypto/aes/aes_ofb.d.tmp + @if cmp crypto/aes/aes_ofb.d.tmp crypto/aes/aes_ofb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/aes/aes_ofb.d.tmp; \ + else \ + mv crypto/aes/aes_ofb.d.tmp crypto/aes/aes_ofb.d; \ + fi +crypto/aes/aes_wrap.o: ../crypto/aes/aes_wrap.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/aes/aes_wrap.d.tmp -MT $@ -c -o $@ ../crypto/aes/aes_wrap.c + @touch crypto/aes/aes_wrap.d.tmp + @if cmp crypto/aes/aes_wrap.d.tmp crypto/aes/aes_wrap.d > /dev/null 2> /dev/null; then \ + rm -f crypto/aes/aes_wrap.d.tmp; \ + else \ + mv crypto/aes/aes_wrap.d.tmp crypto/aes/aes_wrap.d; \ + fi +crypto/aria/aria.o: ../crypto/aria/aria.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/aria/aria.d.tmp -MT $@ -c -o $@ ../crypto/aria/aria.c + @touch crypto/aria/aria.d.tmp + @if cmp crypto/aria/aria.d.tmp crypto/aria/aria.d > /dev/null 2> /dev/null; then \ + rm -f crypto/aria/aria.d.tmp; \ + else \ + mv crypto/aria/aria.d.tmp crypto/aria/aria.d; \ + fi +crypto/asn1/a_bitstr.o: ../crypto/asn1/a_bitstr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_bitstr.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_bitstr.c + @touch crypto/asn1/a_bitstr.d.tmp + @if cmp crypto/asn1/a_bitstr.d.tmp crypto/asn1/a_bitstr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_bitstr.d.tmp; \ + else \ + mv crypto/asn1/a_bitstr.d.tmp crypto/asn1/a_bitstr.d; \ + fi +crypto/asn1/a_d2i_fp.o: ../crypto/asn1/a_d2i_fp.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_d2i_fp.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_d2i_fp.c + @touch crypto/asn1/a_d2i_fp.d.tmp + @if cmp crypto/asn1/a_d2i_fp.d.tmp crypto/asn1/a_d2i_fp.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_d2i_fp.d.tmp; \ + else \ + mv crypto/asn1/a_d2i_fp.d.tmp crypto/asn1/a_d2i_fp.d; \ + fi +crypto/asn1/a_digest.o: ../crypto/asn1/a_digest.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_digest.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_digest.c + @touch crypto/asn1/a_digest.d.tmp + @if cmp crypto/asn1/a_digest.d.tmp crypto/asn1/a_digest.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_digest.d.tmp; \ + else \ + mv crypto/asn1/a_digest.d.tmp crypto/asn1/a_digest.d; \ + fi +crypto/asn1/a_dup.o: ../crypto/asn1/a_dup.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_dup.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_dup.c + @touch crypto/asn1/a_dup.d.tmp + @if cmp crypto/asn1/a_dup.d.tmp crypto/asn1/a_dup.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_dup.d.tmp; \ + else \ + mv crypto/asn1/a_dup.d.tmp crypto/asn1/a_dup.d; \ + fi +crypto/asn1/a_gentm.o: ../crypto/asn1/a_gentm.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_gentm.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_gentm.c + @touch crypto/asn1/a_gentm.d.tmp + @if cmp crypto/asn1/a_gentm.d.tmp crypto/asn1/a_gentm.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_gentm.d.tmp; \ + else \ + mv crypto/asn1/a_gentm.d.tmp crypto/asn1/a_gentm.d; \ + fi +crypto/asn1/a_i2d_fp.o: ../crypto/asn1/a_i2d_fp.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_i2d_fp.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_i2d_fp.c + @touch crypto/asn1/a_i2d_fp.d.tmp + @if cmp crypto/asn1/a_i2d_fp.d.tmp crypto/asn1/a_i2d_fp.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_i2d_fp.d.tmp; \ + else \ + mv crypto/asn1/a_i2d_fp.d.tmp crypto/asn1/a_i2d_fp.d; \ + fi +crypto/asn1/a_int.o: ../crypto/asn1/a_int.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_int.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_int.c + @touch crypto/asn1/a_int.d.tmp + @if cmp crypto/asn1/a_int.d.tmp crypto/asn1/a_int.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_int.d.tmp; \ + else \ + mv crypto/asn1/a_int.d.tmp crypto/asn1/a_int.d; \ + fi +crypto/asn1/a_mbstr.o: ../crypto/asn1/a_mbstr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_mbstr.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_mbstr.c + @touch crypto/asn1/a_mbstr.d.tmp + @if cmp crypto/asn1/a_mbstr.d.tmp crypto/asn1/a_mbstr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_mbstr.d.tmp; \ + else \ + mv crypto/asn1/a_mbstr.d.tmp crypto/asn1/a_mbstr.d; \ + fi +crypto/asn1/a_object.o: ../crypto/asn1/a_object.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_object.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_object.c + @touch crypto/asn1/a_object.d.tmp + @if cmp crypto/asn1/a_object.d.tmp crypto/asn1/a_object.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_object.d.tmp; \ + else \ + mv crypto/asn1/a_object.d.tmp crypto/asn1/a_object.d; \ + fi +crypto/asn1/a_octet.o: ../crypto/asn1/a_octet.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_octet.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_octet.c + @touch crypto/asn1/a_octet.d.tmp + @if cmp crypto/asn1/a_octet.d.tmp crypto/asn1/a_octet.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_octet.d.tmp; \ + else \ + mv crypto/asn1/a_octet.d.tmp crypto/asn1/a_octet.d; \ + fi +crypto/asn1/a_print.o: ../crypto/asn1/a_print.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_print.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_print.c + @touch crypto/asn1/a_print.d.tmp + @if cmp crypto/asn1/a_print.d.tmp crypto/asn1/a_print.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_print.d.tmp; \ + else \ + mv crypto/asn1/a_print.d.tmp crypto/asn1/a_print.d; \ + fi +crypto/asn1/a_sign.o: ../crypto/asn1/a_sign.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_sign.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_sign.c + @touch crypto/asn1/a_sign.d.tmp + @if cmp crypto/asn1/a_sign.d.tmp crypto/asn1/a_sign.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_sign.d.tmp; \ + else \ + mv crypto/asn1/a_sign.d.tmp crypto/asn1/a_sign.d; \ + fi +crypto/asn1/a_strex.o: ../crypto/asn1/a_strex.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_strex.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_strex.c + @touch crypto/asn1/a_strex.d.tmp + @if cmp crypto/asn1/a_strex.d.tmp crypto/asn1/a_strex.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_strex.d.tmp; \ + else \ + mv crypto/asn1/a_strex.d.tmp crypto/asn1/a_strex.d; \ + fi +crypto/asn1/a_strnid.o: ../crypto/asn1/a_strnid.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_strnid.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_strnid.c + @touch crypto/asn1/a_strnid.d.tmp + @if cmp crypto/asn1/a_strnid.d.tmp crypto/asn1/a_strnid.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_strnid.d.tmp; \ + else \ + mv crypto/asn1/a_strnid.d.tmp crypto/asn1/a_strnid.d; \ + fi +crypto/asn1/a_time.o: ../crypto/asn1/a_time.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_time.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_time.c + @touch crypto/asn1/a_time.d.tmp + @if cmp crypto/asn1/a_time.d.tmp crypto/asn1/a_time.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_time.d.tmp; \ + else \ + mv crypto/asn1/a_time.d.tmp crypto/asn1/a_time.d; \ + fi +crypto/asn1/a_type.o: ../crypto/asn1/a_type.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_type.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_type.c + @touch crypto/asn1/a_type.d.tmp + @if cmp crypto/asn1/a_type.d.tmp crypto/asn1/a_type.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_type.d.tmp; \ + else \ + mv crypto/asn1/a_type.d.tmp crypto/asn1/a_type.d; \ + fi +crypto/asn1/a_utctm.o: ../crypto/asn1/a_utctm.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_utctm.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_utctm.c + @touch crypto/asn1/a_utctm.d.tmp + @if cmp crypto/asn1/a_utctm.d.tmp crypto/asn1/a_utctm.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_utctm.d.tmp; \ + else \ + mv crypto/asn1/a_utctm.d.tmp crypto/asn1/a_utctm.d; \ + fi +crypto/asn1/a_utf8.o: ../crypto/asn1/a_utf8.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_utf8.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_utf8.c + @touch crypto/asn1/a_utf8.d.tmp + @if cmp crypto/asn1/a_utf8.d.tmp crypto/asn1/a_utf8.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_utf8.d.tmp; \ + else \ + mv crypto/asn1/a_utf8.d.tmp crypto/asn1/a_utf8.d; \ + fi +crypto/asn1/a_verify.o: ../crypto/asn1/a_verify.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/a_verify.d.tmp -MT $@ -c -o $@ ../crypto/asn1/a_verify.c + @touch crypto/asn1/a_verify.d.tmp + @if cmp crypto/asn1/a_verify.d.tmp crypto/asn1/a_verify.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/a_verify.d.tmp; \ + else \ + mv crypto/asn1/a_verify.d.tmp crypto/asn1/a_verify.d; \ + fi +crypto/asn1/ameth_lib.o: ../crypto/asn1/ameth_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/ameth_lib.d.tmp -MT $@ -c -o $@ ../crypto/asn1/ameth_lib.c + @touch crypto/asn1/ameth_lib.d.tmp + @if cmp crypto/asn1/ameth_lib.d.tmp crypto/asn1/ameth_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/ameth_lib.d.tmp; \ + else \ + mv crypto/asn1/ameth_lib.d.tmp crypto/asn1/ameth_lib.d; \ + fi +crypto/asn1/asn1_err.o: ../crypto/asn1/asn1_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/asn1_err.d.tmp -MT $@ -c -o $@ ../crypto/asn1/asn1_err.c + @touch crypto/asn1/asn1_err.d.tmp + @if cmp crypto/asn1/asn1_err.d.tmp crypto/asn1/asn1_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/asn1_err.d.tmp; \ + else \ + mv crypto/asn1/asn1_err.d.tmp crypto/asn1/asn1_err.d; \ + fi +crypto/asn1/asn1_gen.o: ../crypto/asn1/asn1_gen.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/asn1_gen.d.tmp -MT $@ -c -o $@ ../crypto/asn1/asn1_gen.c + @touch crypto/asn1/asn1_gen.d.tmp + @if cmp crypto/asn1/asn1_gen.d.tmp crypto/asn1/asn1_gen.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/asn1_gen.d.tmp; \ + else \ + mv crypto/asn1/asn1_gen.d.tmp crypto/asn1/asn1_gen.d; \ + fi +crypto/asn1/asn1_item_list.o: ../crypto/asn1/asn1_item_list.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/asn1_item_list.d.tmp -MT $@ -c -o $@ ../crypto/asn1/asn1_item_list.c + @touch crypto/asn1/asn1_item_list.d.tmp + @if cmp crypto/asn1/asn1_item_list.d.tmp crypto/asn1/asn1_item_list.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/asn1_item_list.d.tmp; \ + else \ + mv crypto/asn1/asn1_item_list.d.tmp crypto/asn1/asn1_item_list.d; \ + fi +crypto/asn1/asn1_lib.o: ../crypto/asn1/asn1_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/asn1_lib.d.tmp -MT $@ -c -o $@ ../crypto/asn1/asn1_lib.c + @touch crypto/asn1/asn1_lib.d.tmp + @if cmp crypto/asn1/asn1_lib.d.tmp crypto/asn1/asn1_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/asn1_lib.d.tmp; \ + else \ + mv crypto/asn1/asn1_lib.d.tmp crypto/asn1/asn1_lib.d; \ + fi +crypto/asn1/asn1_par.o: ../crypto/asn1/asn1_par.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/asn1_par.d.tmp -MT $@ -c -o $@ ../crypto/asn1/asn1_par.c + @touch crypto/asn1/asn1_par.d.tmp + @if cmp crypto/asn1/asn1_par.d.tmp crypto/asn1/asn1_par.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/asn1_par.d.tmp; \ + else \ + mv crypto/asn1/asn1_par.d.tmp crypto/asn1/asn1_par.d; \ + fi +crypto/asn1/asn_mime.o: ../crypto/asn1/asn_mime.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/asn_mime.d.tmp -MT $@ -c -o $@ ../crypto/asn1/asn_mime.c + @touch crypto/asn1/asn_mime.d.tmp + @if cmp crypto/asn1/asn_mime.d.tmp crypto/asn1/asn_mime.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/asn_mime.d.tmp; \ + else \ + mv crypto/asn1/asn_mime.d.tmp crypto/asn1/asn_mime.d; \ + fi +crypto/asn1/asn_moid.o: ../crypto/asn1/asn_moid.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/asn_moid.d.tmp -MT $@ -c -o $@ ../crypto/asn1/asn_moid.c + @touch crypto/asn1/asn_moid.d.tmp + @if cmp crypto/asn1/asn_moid.d.tmp crypto/asn1/asn_moid.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/asn_moid.d.tmp; \ + else \ + mv crypto/asn1/asn_moid.d.tmp crypto/asn1/asn_moid.d; \ + fi +crypto/asn1/asn_mstbl.o: ../crypto/asn1/asn_mstbl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/asn_mstbl.d.tmp -MT $@ -c -o $@ ../crypto/asn1/asn_mstbl.c + @touch crypto/asn1/asn_mstbl.d.tmp + @if cmp crypto/asn1/asn_mstbl.d.tmp crypto/asn1/asn_mstbl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/asn_mstbl.d.tmp; \ + else \ + mv crypto/asn1/asn_mstbl.d.tmp crypto/asn1/asn_mstbl.d; \ + fi +crypto/asn1/asn_pack.o: ../crypto/asn1/asn_pack.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/asn_pack.d.tmp -MT $@ -c -o $@ ../crypto/asn1/asn_pack.c + @touch crypto/asn1/asn_pack.d.tmp + @if cmp crypto/asn1/asn_pack.d.tmp crypto/asn1/asn_pack.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/asn_pack.d.tmp; \ + else \ + mv crypto/asn1/asn_pack.d.tmp crypto/asn1/asn_pack.d; \ + fi +crypto/asn1/bio_asn1.o: ../crypto/asn1/bio_asn1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/bio_asn1.d.tmp -MT $@ -c -o $@ ../crypto/asn1/bio_asn1.c + @touch crypto/asn1/bio_asn1.d.tmp + @if cmp crypto/asn1/bio_asn1.d.tmp crypto/asn1/bio_asn1.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/bio_asn1.d.tmp; \ + else \ + mv crypto/asn1/bio_asn1.d.tmp crypto/asn1/bio_asn1.d; \ + fi +crypto/asn1/bio_ndef.o: ../crypto/asn1/bio_ndef.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/bio_ndef.d.tmp -MT $@ -c -o $@ ../crypto/asn1/bio_ndef.c + @touch crypto/asn1/bio_ndef.d.tmp + @if cmp crypto/asn1/bio_ndef.d.tmp crypto/asn1/bio_ndef.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/bio_ndef.d.tmp; \ + else \ + mv crypto/asn1/bio_ndef.d.tmp crypto/asn1/bio_ndef.d; \ + fi +crypto/asn1/d2i_pr.o: ../crypto/asn1/d2i_pr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/d2i_pr.d.tmp -MT $@ -c -o $@ ../crypto/asn1/d2i_pr.c + @touch crypto/asn1/d2i_pr.d.tmp + @if cmp crypto/asn1/d2i_pr.d.tmp crypto/asn1/d2i_pr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/d2i_pr.d.tmp; \ + else \ + mv crypto/asn1/d2i_pr.d.tmp crypto/asn1/d2i_pr.d; \ + fi +crypto/asn1/d2i_pu.o: ../crypto/asn1/d2i_pu.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/d2i_pu.d.tmp -MT $@ -c -o $@ ../crypto/asn1/d2i_pu.c + @touch crypto/asn1/d2i_pu.d.tmp + @if cmp crypto/asn1/d2i_pu.d.tmp crypto/asn1/d2i_pu.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/d2i_pu.d.tmp; \ + else \ + mv crypto/asn1/d2i_pu.d.tmp crypto/asn1/d2i_pu.d; \ + fi +crypto/asn1/evp_asn1.o: ../crypto/asn1/evp_asn1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/evp_asn1.d.tmp -MT $@ -c -o $@ ../crypto/asn1/evp_asn1.c + @touch crypto/asn1/evp_asn1.d.tmp + @if cmp crypto/asn1/evp_asn1.d.tmp crypto/asn1/evp_asn1.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/evp_asn1.d.tmp; \ + else \ + mv crypto/asn1/evp_asn1.d.tmp crypto/asn1/evp_asn1.d; \ + fi +crypto/asn1/f_int.o: ../crypto/asn1/f_int.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/f_int.d.tmp -MT $@ -c -o $@ ../crypto/asn1/f_int.c + @touch crypto/asn1/f_int.d.tmp + @if cmp crypto/asn1/f_int.d.tmp crypto/asn1/f_int.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/f_int.d.tmp; \ + else \ + mv crypto/asn1/f_int.d.tmp crypto/asn1/f_int.d; \ + fi +crypto/asn1/f_string.o: ../crypto/asn1/f_string.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/f_string.d.tmp -MT $@ -c -o $@ ../crypto/asn1/f_string.c + @touch crypto/asn1/f_string.d.tmp + @if cmp crypto/asn1/f_string.d.tmp crypto/asn1/f_string.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/f_string.d.tmp; \ + else \ + mv crypto/asn1/f_string.d.tmp crypto/asn1/f_string.d; \ + fi +crypto/asn1/i2d_pr.o: ../crypto/asn1/i2d_pr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/i2d_pr.d.tmp -MT $@ -c -o $@ ../crypto/asn1/i2d_pr.c + @touch crypto/asn1/i2d_pr.d.tmp + @if cmp crypto/asn1/i2d_pr.d.tmp crypto/asn1/i2d_pr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/i2d_pr.d.tmp; \ + else \ + mv crypto/asn1/i2d_pr.d.tmp crypto/asn1/i2d_pr.d; \ + fi +crypto/asn1/i2d_pu.o: ../crypto/asn1/i2d_pu.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/i2d_pu.d.tmp -MT $@ -c -o $@ ../crypto/asn1/i2d_pu.c + @touch crypto/asn1/i2d_pu.d.tmp + @if cmp crypto/asn1/i2d_pu.d.tmp crypto/asn1/i2d_pu.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/i2d_pu.d.tmp; \ + else \ + mv crypto/asn1/i2d_pu.d.tmp crypto/asn1/i2d_pu.d; \ + fi +crypto/asn1/n_pkey.o: ../crypto/asn1/n_pkey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/n_pkey.d.tmp -MT $@ -c -o $@ ../crypto/asn1/n_pkey.c + @touch crypto/asn1/n_pkey.d.tmp + @if cmp crypto/asn1/n_pkey.d.tmp crypto/asn1/n_pkey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/n_pkey.d.tmp; \ + else \ + mv crypto/asn1/n_pkey.d.tmp crypto/asn1/n_pkey.d; \ + fi +crypto/asn1/nsseq.o: ../crypto/asn1/nsseq.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/nsseq.d.tmp -MT $@ -c -o $@ ../crypto/asn1/nsseq.c + @touch crypto/asn1/nsseq.d.tmp + @if cmp crypto/asn1/nsseq.d.tmp crypto/asn1/nsseq.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/nsseq.d.tmp; \ + else \ + mv crypto/asn1/nsseq.d.tmp crypto/asn1/nsseq.d; \ + fi +crypto/asn1/p5_pbe.o: ../crypto/asn1/p5_pbe.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/p5_pbe.d.tmp -MT $@ -c -o $@ ../crypto/asn1/p5_pbe.c + @touch crypto/asn1/p5_pbe.d.tmp + @if cmp crypto/asn1/p5_pbe.d.tmp crypto/asn1/p5_pbe.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/p5_pbe.d.tmp; \ + else \ + mv crypto/asn1/p5_pbe.d.tmp crypto/asn1/p5_pbe.d; \ + fi +crypto/asn1/p5_pbev2.o: ../crypto/asn1/p5_pbev2.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/p5_pbev2.d.tmp -MT $@ -c -o $@ ../crypto/asn1/p5_pbev2.c + @touch crypto/asn1/p5_pbev2.d.tmp + @if cmp crypto/asn1/p5_pbev2.d.tmp crypto/asn1/p5_pbev2.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/p5_pbev2.d.tmp; \ + else \ + mv crypto/asn1/p5_pbev2.d.tmp crypto/asn1/p5_pbev2.d; \ + fi +crypto/asn1/p5_scrypt.o: ../crypto/asn1/p5_scrypt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/p5_scrypt.d.tmp -MT $@ -c -o $@ ../crypto/asn1/p5_scrypt.c + @touch crypto/asn1/p5_scrypt.d.tmp + @if cmp crypto/asn1/p5_scrypt.d.tmp crypto/asn1/p5_scrypt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/p5_scrypt.d.tmp; \ + else \ + mv crypto/asn1/p5_scrypt.d.tmp crypto/asn1/p5_scrypt.d; \ + fi +crypto/asn1/p8_pkey.o: ../crypto/asn1/p8_pkey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/p8_pkey.d.tmp -MT $@ -c -o $@ ../crypto/asn1/p8_pkey.c + @touch crypto/asn1/p8_pkey.d.tmp + @if cmp crypto/asn1/p8_pkey.d.tmp crypto/asn1/p8_pkey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/p8_pkey.d.tmp; \ + else \ + mv crypto/asn1/p8_pkey.d.tmp crypto/asn1/p8_pkey.d; \ + fi +crypto/asn1/t_bitst.o: ../crypto/asn1/t_bitst.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/t_bitst.d.tmp -MT $@ -c -o $@ ../crypto/asn1/t_bitst.c + @touch crypto/asn1/t_bitst.d.tmp + @if cmp crypto/asn1/t_bitst.d.tmp crypto/asn1/t_bitst.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/t_bitst.d.tmp; \ + else \ + mv crypto/asn1/t_bitst.d.tmp crypto/asn1/t_bitst.d; \ + fi +crypto/asn1/t_pkey.o: ../crypto/asn1/t_pkey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/t_pkey.d.tmp -MT $@ -c -o $@ ../crypto/asn1/t_pkey.c + @touch crypto/asn1/t_pkey.d.tmp + @if cmp crypto/asn1/t_pkey.d.tmp crypto/asn1/t_pkey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/t_pkey.d.tmp; \ + else \ + mv crypto/asn1/t_pkey.d.tmp crypto/asn1/t_pkey.d; \ + fi +crypto/asn1/t_spki.o: ../crypto/asn1/t_spki.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/t_spki.d.tmp -MT $@ -c -o $@ ../crypto/asn1/t_spki.c + @touch crypto/asn1/t_spki.d.tmp + @if cmp crypto/asn1/t_spki.d.tmp crypto/asn1/t_spki.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/t_spki.d.tmp; \ + else \ + mv crypto/asn1/t_spki.d.tmp crypto/asn1/t_spki.d; \ + fi +crypto/asn1/tasn_dec.o: ../crypto/asn1/tasn_dec.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/tasn_dec.d.tmp -MT $@ -c -o $@ ../crypto/asn1/tasn_dec.c + @touch crypto/asn1/tasn_dec.d.tmp + @if cmp crypto/asn1/tasn_dec.d.tmp crypto/asn1/tasn_dec.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/tasn_dec.d.tmp; \ + else \ + mv crypto/asn1/tasn_dec.d.tmp crypto/asn1/tasn_dec.d; \ + fi +crypto/asn1/tasn_enc.o: ../crypto/asn1/tasn_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/tasn_enc.d.tmp -MT $@ -c -o $@ ../crypto/asn1/tasn_enc.c + @touch crypto/asn1/tasn_enc.d.tmp + @if cmp crypto/asn1/tasn_enc.d.tmp crypto/asn1/tasn_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/tasn_enc.d.tmp; \ + else \ + mv crypto/asn1/tasn_enc.d.tmp crypto/asn1/tasn_enc.d; \ + fi +crypto/asn1/tasn_fre.o: ../crypto/asn1/tasn_fre.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/tasn_fre.d.tmp -MT $@ -c -o $@ ../crypto/asn1/tasn_fre.c + @touch crypto/asn1/tasn_fre.d.tmp + @if cmp crypto/asn1/tasn_fre.d.tmp crypto/asn1/tasn_fre.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/tasn_fre.d.tmp; \ + else \ + mv crypto/asn1/tasn_fre.d.tmp crypto/asn1/tasn_fre.d; \ + fi +crypto/asn1/tasn_new.o: ../crypto/asn1/tasn_new.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/tasn_new.d.tmp -MT $@ -c -o $@ ../crypto/asn1/tasn_new.c + @touch crypto/asn1/tasn_new.d.tmp + @if cmp crypto/asn1/tasn_new.d.tmp crypto/asn1/tasn_new.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/tasn_new.d.tmp; \ + else \ + mv crypto/asn1/tasn_new.d.tmp crypto/asn1/tasn_new.d; \ + fi +crypto/asn1/tasn_prn.o: ../crypto/asn1/tasn_prn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/tasn_prn.d.tmp -MT $@ -c -o $@ ../crypto/asn1/tasn_prn.c + @touch crypto/asn1/tasn_prn.d.tmp + @if cmp crypto/asn1/tasn_prn.d.tmp crypto/asn1/tasn_prn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/tasn_prn.d.tmp; \ + else \ + mv crypto/asn1/tasn_prn.d.tmp crypto/asn1/tasn_prn.d; \ + fi +crypto/asn1/tasn_scn.o: ../crypto/asn1/tasn_scn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/tasn_scn.d.tmp -MT $@ -c -o $@ ../crypto/asn1/tasn_scn.c + @touch crypto/asn1/tasn_scn.d.tmp + @if cmp crypto/asn1/tasn_scn.d.tmp crypto/asn1/tasn_scn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/tasn_scn.d.tmp; \ + else \ + mv crypto/asn1/tasn_scn.d.tmp crypto/asn1/tasn_scn.d; \ + fi +crypto/asn1/tasn_typ.o: ../crypto/asn1/tasn_typ.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/tasn_typ.d.tmp -MT $@ -c -o $@ ../crypto/asn1/tasn_typ.c + @touch crypto/asn1/tasn_typ.d.tmp + @if cmp crypto/asn1/tasn_typ.d.tmp crypto/asn1/tasn_typ.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/tasn_typ.d.tmp; \ + else \ + mv crypto/asn1/tasn_typ.d.tmp crypto/asn1/tasn_typ.d; \ + fi +crypto/asn1/tasn_utl.o: ../crypto/asn1/tasn_utl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/tasn_utl.d.tmp -MT $@ -c -o $@ ../crypto/asn1/tasn_utl.c + @touch crypto/asn1/tasn_utl.d.tmp + @if cmp crypto/asn1/tasn_utl.d.tmp crypto/asn1/tasn_utl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/tasn_utl.d.tmp; \ + else \ + mv crypto/asn1/tasn_utl.d.tmp crypto/asn1/tasn_utl.d; \ + fi +crypto/asn1/x_algor.o: ../crypto/asn1/x_algor.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/x_algor.d.tmp -MT $@ -c -o $@ ../crypto/asn1/x_algor.c + @touch crypto/asn1/x_algor.d.tmp + @if cmp crypto/asn1/x_algor.d.tmp crypto/asn1/x_algor.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/x_algor.d.tmp; \ + else \ + mv crypto/asn1/x_algor.d.tmp crypto/asn1/x_algor.d; \ + fi +crypto/asn1/x_bignum.o: ../crypto/asn1/x_bignum.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/x_bignum.d.tmp -MT $@ -c -o $@ ../crypto/asn1/x_bignum.c + @touch crypto/asn1/x_bignum.d.tmp + @if cmp crypto/asn1/x_bignum.d.tmp crypto/asn1/x_bignum.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/x_bignum.d.tmp; \ + else \ + mv crypto/asn1/x_bignum.d.tmp crypto/asn1/x_bignum.d; \ + fi +crypto/asn1/x_info.o: ../crypto/asn1/x_info.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/x_info.d.tmp -MT $@ -c -o $@ ../crypto/asn1/x_info.c + @touch crypto/asn1/x_info.d.tmp + @if cmp crypto/asn1/x_info.d.tmp crypto/asn1/x_info.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/x_info.d.tmp; \ + else \ + mv crypto/asn1/x_info.d.tmp crypto/asn1/x_info.d; \ + fi +crypto/asn1/x_int64.o: ../crypto/asn1/x_int64.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/x_int64.d.tmp -MT $@ -c -o $@ ../crypto/asn1/x_int64.c + @touch crypto/asn1/x_int64.d.tmp + @if cmp crypto/asn1/x_int64.d.tmp crypto/asn1/x_int64.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/x_int64.d.tmp; \ + else \ + mv crypto/asn1/x_int64.d.tmp crypto/asn1/x_int64.d; \ + fi +crypto/asn1/x_long.o: ../crypto/asn1/x_long.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/x_long.d.tmp -MT $@ -c -o $@ ../crypto/asn1/x_long.c + @touch crypto/asn1/x_long.d.tmp + @if cmp crypto/asn1/x_long.d.tmp crypto/asn1/x_long.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/x_long.d.tmp; \ + else \ + mv crypto/asn1/x_long.d.tmp crypto/asn1/x_long.d; \ + fi +crypto/asn1/x_pkey.o: ../crypto/asn1/x_pkey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/x_pkey.d.tmp -MT $@ -c -o $@ ../crypto/asn1/x_pkey.c + @touch crypto/asn1/x_pkey.d.tmp + @if cmp crypto/asn1/x_pkey.d.tmp crypto/asn1/x_pkey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/x_pkey.d.tmp; \ + else \ + mv crypto/asn1/x_pkey.d.tmp crypto/asn1/x_pkey.d; \ + fi +crypto/asn1/x_sig.o: ../crypto/asn1/x_sig.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/x_sig.d.tmp -MT $@ -c -o $@ ../crypto/asn1/x_sig.c + @touch crypto/asn1/x_sig.d.tmp + @if cmp crypto/asn1/x_sig.d.tmp crypto/asn1/x_sig.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/x_sig.d.tmp; \ + else \ + mv crypto/asn1/x_sig.d.tmp crypto/asn1/x_sig.d; \ + fi +crypto/asn1/x_spki.o: ../crypto/asn1/x_spki.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/x_spki.d.tmp -MT $@ -c -o $@ ../crypto/asn1/x_spki.c + @touch crypto/asn1/x_spki.d.tmp + @if cmp crypto/asn1/x_spki.d.tmp crypto/asn1/x_spki.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/x_spki.d.tmp; \ + else \ + mv crypto/asn1/x_spki.d.tmp crypto/asn1/x_spki.d; \ + fi +crypto/asn1/x_val.o: ../crypto/asn1/x_val.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/asn1/x_val.d.tmp -MT $@ -c -o $@ ../crypto/asn1/x_val.c + @touch crypto/asn1/x_val.d.tmp + @if cmp crypto/asn1/x_val.d.tmp crypto/asn1/x_val.d > /dev/null 2> /dev/null; then \ + rm -f crypto/asn1/x_val.d.tmp; \ + else \ + mv crypto/asn1/x_val.d.tmp crypto/asn1/x_val.d; \ + fi +crypto/async/arch/async_null.o: ../crypto/async/arch/async_null.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/async/arch/async_null.d.tmp -MT $@ -c -o $@ ../crypto/async/arch/async_null.c + @touch crypto/async/arch/async_null.d.tmp + @if cmp crypto/async/arch/async_null.d.tmp crypto/async/arch/async_null.d > /dev/null 2> /dev/null; then \ + rm -f crypto/async/arch/async_null.d.tmp; \ + else \ + mv crypto/async/arch/async_null.d.tmp crypto/async/arch/async_null.d; \ + fi +crypto/async/arch/async_posix.o: ../crypto/async/arch/async_posix.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/async/arch/async_posix.d.tmp -MT $@ -c -o $@ ../crypto/async/arch/async_posix.c + @touch crypto/async/arch/async_posix.d.tmp + @if cmp crypto/async/arch/async_posix.d.tmp crypto/async/arch/async_posix.d > /dev/null 2> /dev/null; then \ + rm -f crypto/async/arch/async_posix.d.tmp; \ + else \ + mv crypto/async/arch/async_posix.d.tmp crypto/async/arch/async_posix.d; \ + fi +crypto/async/arch/async_win.o: ../crypto/async/arch/async_win.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/async/arch/async_win.d.tmp -MT $@ -c -o $@ ../crypto/async/arch/async_win.c + @touch crypto/async/arch/async_win.d.tmp + @if cmp crypto/async/arch/async_win.d.tmp crypto/async/arch/async_win.d > /dev/null 2> /dev/null; then \ + rm -f crypto/async/arch/async_win.d.tmp; \ + else \ + mv crypto/async/arch/async_win.d.tmp crypto/async/arch/async_win.d; \ + fi +crypto/async/async.o: ../crypto/async/async.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/async/async.d.tmp -MT $@ -c -o $@ ../crypto/async/async.c + @touch crypto/async/async.d.tmp + @if cmp crypto/async/async.d.tmp crypto/async/async.d > /dev/null 2> /dev/null; then \ + rm -f crypto/async/async.d.tmp; \ + else \ + mv crypto/async/async.d.tmp crypto/async/async.d; \ + fi +crypto/async/async_err.o: ../crypto/async/async_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/async/async_err.d.tmp -MT $@ -c -o $@ ../crypto/async/async_err.c + @touch crypto/async/async_err.d.tmp + @if cmp crypto/async/async_err.d.tmp crypto/async/async_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/async/async_err.d.tmp; \ + else \ + mv crypto/async/async_err.d.tmp crypto/async/async_err.d; \ + fi +crypto/async/async_wait.o: ../crypto/async/async_wait.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/async/async_wait.d.tmp -MT $@ -c -o $@ ../crypto/async/async_wait.c + @touch crypto/async/async_wait.d.tmp + @if cmp crypto/async/async_wait.d.tmp crypto/async/async_wait.d > /dev/null 2> /dev/null; then \ + rm -f crypto/async/async_wait.d.tmp; \ + else \ + mv crypto/async/async_wait.d.tmp crypto/async/async_wait.d; \ + fi +crypto/bf/bf_cfb64.o: ../crypto/bf/bf_cfb64.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bf/bf_cfb64.d.tmp -MT $@ -c -o $@ ../crypto/bf/bf_cfb64.c + @touch crypto/bf/bf_cfb64.d.tmp + @if cmp crypto/bf/bf_cfb64.d.tmp crypto/bf/bf_cfb64.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bf/bf_cfb64.d.tmp; \ + else \ + mv crypto/bf/bf_cfb64.d.tmp crypto/bf/bf_cfb64.d; \ + fi +crypto/bf/bf_ecb.o: ../crypto/bf/bf_ecb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bf/bf_ecb.d.tmp -MT $@ -c -o $@ ../crypto/bf/bf_ecb.c + @touch crypto/bf/bf_ecb.d.tmp + @if cmp crypto/bf/bf_ecb.d.tmp crypto/bf/bf_ecb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bf/bf_ecb.d.tmp; \ + else \ + mv crypto/bf/bf_ecb.d.tmp crypto/bf/bf_ecb.d; \ + fi +crypto/bf/bf_enc.o: ../crypto/bf/bf_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bf/bf_enc.d.tmp -MT $@ -c -o $@ ../crypto/bf/bf_enc.c + @touch crypto/bf/bf_enc.d.tmp + @if cmp crypto/bf/bf_enc.d.tmp crypto/bf/bf_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bf/bf_enc.d.tmp; \ + else \ + mv crypto/bf/bf_enc.d.tmp crypto/bf/bf_enc.d; \ + fi +crypto/bf/bf_ofb64.o: ../crypto/bf/bf_ofb64.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bf/bf_ofb64.d.tmp -MT $@ -c -o $@ ../crypto/bf/bf_ofb64.c + @touch crypto/bf/bf_ofb64.d.tmp + @if cmp crypto/bf/bf_ofb64.d.tmp crypto/bf/bf_ofb64.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bf/bf_ofb64.d.tmp; \ + else \ + mv crypto/bf/bf_ofb64.d.tmp crypto/bf/bf_ofb64.d; \ + fi +crypto/bf/bf_skey.o: ../crypto/bf/bf_skey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bf/bf_skey.d.tmp -MT $@ -c -o $@ ../crypto/bf/bf_skey.c + @touch crypto/bf/bf_skey.d.tmp + @if cmp crypto/bf/bf_skey.d.tmp crypto/bf/bf_skey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bf/bf_skey.d.tmp; \ + else \ + mv crypto/bf/bf_skey.d.tmp crypto/bf/bf_skey.d; \ + fi +crypto/bio/b_addr.o: ../crypto/bio/b_addr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/b_addr.d.tmp -MT $@ -c -o $@ ../crypto/bio/b_addr.c + @touch crypto/bio/b_addr.d.tmp + @if cmp crypto/bio/b_addr.d.tmp crypto/bio/b_addr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/b_addr.d.tmp; \ + else \ + mv crypto/bio/b_addr.d.tmp crypto/bio/b_addr.d; \ + fi +crypto/bio/b_dump.o: ../crypto/bio/b_dump.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/b_dump.d.tmp -MT $@ -c -o $@ ../crypto/bio/b_dump.c + @touch crypto/bio/b_dump.d.tmp + @if cmp crypto/bio/b_dump.d.tmp crypto/bio/b_dump.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/b_dump.d.tmp; \ + else \ + mv crypto/bio/b_dump.d.tmp crypto/bio/b_dump.d; \ + fi +crypto/bio/b_print.o: ../crypto/bio/b_print.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/b_print.d.tmp -MT $@ -c -o $@ ../crypto/bio/b_print.c + @touch crypto/bio/b_print.d.tmp + @if cmp crypto/bio/b_print.d.tmp crypto/bio/b_print.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/b_print.d.tmp; \ + else \ + mv crypto/bio/b_print.d.tmp crypto/bio/b_print.d; \ + fi +crypto/bio/b_sock.o: ../crypto/bio/b_sock.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/b_sock.d.tmp -MT $@ -c -o $@ ../crypto/bio/b_sock.c + @touch crypto/bio/b_sock.d.tmp + @if cmp crypto/bio/b_sock.d.tmp crypto/bio/b_sock.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/b_sock.d.tmp; \ + else \ + mv crypto/bio/b_sock.d.tmp crypto/bio/b_sock.d; \ + fi +crypto/bio/b_sock2.o: ../crypto/bio/b_sock2.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/b_sock2.d.tmp -MT $@ -c -o $@ ../crypto/bio/b_sock2.c + @touch crypto/bio/b_sock2.d.tmp + @if cmp crypto/bio/b_sock2.d.tmp crypto/bio/b_sock2.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/b_sock2.d.tmp; \ + else \ + mv crypto/bio/b_sock2.d.tmp crypto/bio/b_sock2.d; \ + fi +crypto/bio/bf_buff.o: ../crypto/bio/bf_buff.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bf_buff.d.tmp -MT $@ -c -o $@ ../crypto/bio/bf_buff.c + @touch crypto/bio/bf_buff.d.tmp + @if cmp crypto/bio/bf_buff.d.tmp crypto/bio/bf_buff.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bf_buff.d.tmp; \ + else \ + mv crypto/bio/bf_buff.d.tmp crypto/bio/bf_buff.d; \ + fi +crypto/bio/bf_lbuf.o: ../crypto/bio/bf_lbuf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bf_lbuf.d.tmp -MT $@ -c -o $@ ../crypto/bio/bf_lbuf.c + @touch crypto/bio/bf_lbuf.d.tmp + @if cmp crypto/bio/bf_lbuf.d.tmp crypto/bio/bf_lbuf.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bf_lbuf.d.tmp; \ + else \ + mv crypto/bio/bf_lbuf.d.tmp crypto/bio/bf_lbuf.d; \ + fi +crypto/bio/bf_nbio.o: ../crypto/bio/bf_nbio.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bf_nbio.d.tmp -MT $@ -c -o $@ ../crypto/bio/bf_nbio.c + @touch crypto/bio/bf_nbio.d.tmp + @if cmp crypto/bio/bf_nbio.d.tmp crypto/bio/bf_nbio.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bf_nbio.d.tmp; \ + else \ + mv crypto/bio/bf_nbio.d.tmp crypto/bio/bf_nbio.d; \ + fi +crypto/bio/bf_null.o: ../crypto/bio/bf_null.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bf_null.d.tmp -MT $@ -c -o $@ ../crypto/bio/bf_null.c + @touch crypto/bio/bf_null.d.tmp + @if cmp crypto/bio/bf_null.d.tmp crypto/bio/bf_null.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bf_null.d.tmp; \ + else \ + mv crypto/bio/bf_null.d.tmp crypto/bio/bf_null.d; \ + fi +crypto/bio/bio_cb.o: ../crypto/bio/bio_cb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bio_cb.d.tmp -MT $@ -c -o $@ ../crypto/bio/bio_cb.c + @touch crypto/bio/bio_cb.d.tmp + @if cmp crypto/bio/bio_cb.d.tmp crypto/bio/bio_cb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bio_cb.d.tmp; \ + else \ + mv crypto/bio/bio_cb.d.tmp crypto/bio/bio_cb.d; \ + fi +crypto/bio/bio_err.o: ../crypto/bio/bio_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bio_err.d.tmp -MT $@ -c -o $@ ../crypto/bio/bio_err.c + @touch crypto/bio/bio_err.d.tmp + @if cmp crypto/bio/bio_err.d.tmp crypto/bio/bio_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bio_err.d.tmp; \ + else \ + mv crypto/bio/bio_err.d.tmp crypto/bio/bio_err.d; \ + fi +crypto/bio/bio_lib.o: ../crypto/bio/bio_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bio_lib.d.tmp -MT $@ -c -o $@ ../crypto/bio/bio_lib.c + @touch crypto/bio/bio_lib.d.tmp + @if cmp crypto/bio/bio_lib.d.tmp crypto/bio/bio_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bio_lib.d.tmp; \ + else \ + mv crypto/bio/bio_lib.d.tmp crypto/bio/bio_lib.d; \ + fi +crypto/bio/bio_meth.o: ../crypto/bio/bio_meth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bio_meth.d.tmp -MT $@ -c -o $@ ../crypto/bio/bio_meth.c + @touch crypto/bio/bio_meth.d.tmp + @if cmp crypto/bio/bio_meth.d.tmp crypto/bio/bio_meth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bio_meth.d.tmp; \ + else \ + mv crypto/bio/bio_meth.d.tmp crypto/bio/bio_meth.d; \ + fi +crypto/bio/bss_acpt.o: ../crypto/bio/bss_acpt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bss_acpt.d.tmp -MT $@ -c -o $@ ../crypto/bio/bss_acpt.c + @touch crypto/bio/bss_acpt.d.tmp + @if cmp crypto/bio/bss_acpt.d.tmp crypto/bio/bss_acpt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bss_acpt.d.tmp; \ + else \ + mv crypto/bio/bss_acpt.d.tmp crypto/bio/bss_acpt.d; \ + fi +crypto/bio/bss_bio.o: ../crypto/bio/bss_bio.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bss_bio.d.tmp -MT $@ -c -o $@ ../crypto/bio/bss_bio.c + @touch crypto/bio/bss_bio.d.tmp + @if cmp crypto/bio/bss_bio.d.tmp crypto/bio/bss_bio.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bss_bio.d.tmp; \ + else \ + mv crypto/bio/bss_bio.d.tmp crypto/bio/bss_bio.d; \ + fi +crypto/bio/bss_conn.o: ../crypto/bio/bss_conn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bss_conn.d.tmp -MT $@ -c -o $@ ../crypto/bio/bss_conn.c + @touch crypto/bio/bss_conn.d.tmp + @if cmp crypto/bio/bss_conn.d.tmp crypto/bio/bss_conn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bss_conn.d.tmp; \ + else \ + mv crypto/bio/bss_conn.d.tmp crypto/bio/bss_conn.d; \ + fi +crypto/bio/bss_dgram.o: ../crypto/bio/bss_dgram.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bss_dgram.d.tmp -MT $@ -c -o $@ ../crypto/bio/bss_dgram.c + @touch crypto/bio/bss_dgram.d.tmp + @if cmp crypto/bio/bss_dgram.d.tmp crypto/bio/bss_dgram.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bss_dgram.d.tmp; \ + else \ + mv crypto/bio/bss_dgram.d.tmp crypto/bio/bss_dgram.d; \ + fi +crypto/bio/bss_fd.o: ../crypto/bio/bss_fd.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bss_fd.d.tmp -MT $@ -c -o $@ ../crypto/bio/bss_fd.c + @touch crypto/bio/bss_fd.d.tmp + @if cmp crypto/bio/bss_fd.d.tmp crypto/bio/bss_fd.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bss_fd.d.tmp; \ + else \ + mv crypto/bio/bss_fd.d.tmp crypto/bio/bss_fd.d; \ + fi +crypto/bio/bss_file.o: ../crypto/bio/bss_file.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bss_file.d.tmp -MT $@ -c -o $@ ../crypto/bio/bss_file.c + @touch crypto/bio/bss_file.d.tmp + @if cmp crypto/bio/bss_file.d.tmp crypto/bio/bss_file.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bss_file.d.tmp; \ + else \ + mv crypto/bio/bss_file.d.tmp crypto/bio/bss_file.d; \ + fi +crypto/bio/bss_log.o: ../crypto/bio/bss_log.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bss_log.d.tmp -MT $@ -c -o $@ ../crypto/bio/bss_log.c + @touch crypto/bio/bss_log.d.tmp + @if cmp crypto/bio/bss_log.d.tmp crypto/bio/bss_log.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bss_log.d.tmp; \ + else \ + mv crypto/bio/bss_log.d.tmp crypto/bio/bss_log.d; \ + fi +crypto/bio/bss_mem.o: ../crypto/bio/bss_mem.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bss_mem.d.tmp -MT $@ -c -o $@ ../crypto/bio/bss_mem.c + @touch crypto/bio/bss_mem.d.tmp + @if cmp crypto/bio/bss_mem.d.tmp crypto/bio/bss_mem.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bss_mem.d.tmp; \ + else \ + mv crypto/bio/bss_mem.d.tmp crypto/bio/bss_mem.d; \ + fi +crypto/bio/bss_null.o: ../crypto/bio/bss_null.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bss_null.d.tmp -MT $@ -c -o $@ ../crypto/bio/bss_null.c + @touch crypto/bio/bss_null.d.tmp + @if cmp crypto/bio/bss_null.d.tmp crypto/bio/bss_null.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bss_null.d.tmp; \ + else \ + mv crypto/bio/bss_null.d.tmp crypto/bio/bss_null.d; \ + fi +crypto/bio/bss_sock.o: ../crypto/bio/bss_sock.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bio/bss_sock.d.tmp -MT $@ -c -o $@ ../crypto/bio/bss_sock.c + @touch crypto/bio/bss_sock.d.tmp + @if cmp crypto/bio/bss_sock.d.tmp crypto/bio/bss_sock.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bio/bss_sock.d.tmp; \ + else \ + mv crypto/bio/bss_sock.d.tmp crypto/bio/bss_sock.d; \ + fi +crypto/blake2/blake2b.o: ../crypto/blake2/blake2b.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/blake2/blake2b.d.tmp -MT $@ -c -o $@ ../crypto/blake2/blake2b.c + @touch crypto/blake2/blake2b.d.tmp + @if cmp crypto/blake2/blake2b.d.tmp crypto/blake2/blake2b.d > /dev/null 2> /dev/null; then \ + rm -f crypto/blake2/blake2b.d.tmp; \ + else \ + mv crypto/blake2/blake2b.d.tmp crypto/blake2/blake2b.d; \ + fi +crypto/blake2/blake2s.o: ../crypto/blake2/blake2s.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/blake2/blake2s.d.tmp -MT $@ -c -o $@ ../crypto/blake2/blake2s.c + @touch crypto/blake2/blake2s.d.tmp + @if cmp crypto/blake2/blake2s.d.tmp crypto/blake2/blake2s.d > /dev/null 2> /dev/null; then \ + rm -f crypto/blake2/blake2s.d.tmp; \ + else \ + mv crypto/blake2/blake2s.d.tmp crypto/blake2/blake2s.d; \ + fi +crypto/blake2/m_blake2b.o: ../crypto/blake2/m_blake2b.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/blake2/m_blake2b.d.tmp -MT $@ -c -o $@ ../crypto/blake2/m_blake2b.c + @touch crypto/blake2/m_blake2b.d.tmp + @if cmp crypto/blake2/m_blake2b.d.tmp crypto/blake2/m_blake2b.d > /dev/null 2> /dev/null; then \ + rm -f crypto/blake2/m_blake2b.d.tmp; \ + else \ + mv crypto/blake2/m_blake2b.d.tmp crypto/blake2/m_blake2b.d; \ + fi +crypto/blake2/m_blake2s.o: ../crypto/blake2/m_blake2s.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/blake2/m_blake2s.d.tmp -MT $@ -c -o $@ ../crypto/blake2/m_blake2s.c + @touch crypto/blake2/m_blake2s.d.tmp + @if cmp crypto/blake2/m_blake2s.d.tmp crypto/blake2/m_blake2s.d > /dev/null 2> /dev/null; then \ + rm -f crypto/blake2/m_blake2s.d.tmp; \ + else \ + mv crypto/blake2/m_blake2s.d.tmp crypto/blake2/m_blake2s.d; \ + fi +crypto/bn/bn_add.o: ../crypto/bn/bn_add.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_add.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_add.c + @touch crypto/bn/bn_add.d.tmp + @if cmp crypto/bn/bn_add.d.tmp crypto/bn/bn_add.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_add.d.tmp; \ + else \ + mv crypto/bn/bn_add.d.tmp crypto/bn/bn_add.d; \ + fi +crypto/bn/bn_asm.o: ../crypto/bn/bn_asm.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_asm.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_asm.c + @touch crypto/bn/bn_asm.d.tmp + @if cmp crypto/bn/bn_asm.d.tmp crypto/bn/bn_asm.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_asm.d.tmp; \ + else \ + mv crypto/bn/bn_asm.d.tmp crypto/bn/bn_asm.d; \ + fi +crypto/bn/bn_blind.o: ../crypto/bn/bn_blind.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_blind.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_blind.c + @touch crypto/bn/bn_blind.d.tmp + @if cmp crypto/bn/bn_blind.d.tmp crypto/bn/bn_blind.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_blind.d.tmp; \ + else \ + mv crypto/bn/bn_blind.d.tmp crypto/bn/bn_blind.d; \ + fi +crypto/bn/bn_const.o: ../crypto/bn/bn_const.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_const.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_const.c + @touch crypto/bn/bn_const.d.tmp + @if cmp crypto/bn/bn_const.d.tmp crypto/bn/bn_const.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_const.d.tmp; \ + else \ + mv crypto/bn/bn_const.d.tmp crypto/bn/bn_const.d; \ + fi +crypto/bn/bn_ctx.o: ../crypto/bn/bn_ctx.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_ctx.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_ctx.c + @touch crypto/bn/bn_ctx.d.tmp + @if cmp crypto/bn/bn_ctx.d.tmp crypto/bn/bn_ctx.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_ctx.d.tmp; \ + else \ + mv crypto/bn/bn_ctx.d.tmp crypto/bn/bn_ctx.d; \ + fi +crypto/bn/bn_depr.o: ../crypto/bn/bn_depr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_depr.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_depr.c + @touch crypto/bn/bn_depr.d.tmp + @if cmp crypto/bn/bn_depr.d.tmp crypto/bn/bn_depr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_depr.d.tmp; \ + else \ + mv crypto/bn/bn_depr.d.tmp crypto/bn/bn_depr.d; \ + fi +crypto/bn/bn_dh.o: ../crypto/bn/bn_dh.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_dh.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_dh.c + @touch crypto/bn/bn_dh.d.tmp + @if cmp crypto/bn/bn_dh.d.tmp crypto/bn/bn_dh.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_dh.d.tmp; \ + else \ + mv crypto/bn/bn_dh.d.tmp crypto/bn/bn_dh.d; \ + fi +crypto/bn/bn_div.o: ../crypto/bn/bn_div.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_div.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_div.c + @touch crypto/bn/bn_div.d.tmp + @if cmp crypto/bn/bn_div.d.tmp crypto/bn/bn_div.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_div.d.tmp; \ + else \ + mv crypto/bn/bn_div.d.tmp crypto/bn/bn_div.d; \ + fi +crypto/bn/bn_err.o: ../crypto/bn/bn_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_err.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_err.c + @touch crypto/bn/bn_err.d.tmp + @if cmp crypto/bn/bn_err.d.tmp crypto/bn/bn_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_err.d.tmp; \ + else \ + mv crypto/bn/bn_err.d.tmp crypto/bn/bn_err.d; \ + fi +crypto/bn/bn_exp.o: ../crypto/bn/bn_exp.c + $(CC) -I. -Iinclude -Icrypto -I.. -I../include -I../crypto $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_exp.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_exp.c + @touch crypto/bn/bn_exp.d.tmp + @if cmp crypto/bn/bn_exp.d.tmp crypto/bn/bn_exp.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_exp.d.tmp; \ + else \ + mv crypto/bn/bn_exp.d.tmp crypto/bn/bn_exp.d; \ + fi +crypto/bn/bn_exp2.o: ../crypto/bn/bn_exp2.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_exp2.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_exp2.c + @touch crypto/bn/bn_exp2.d.tmp + @if cmp crypto/bn/bn_exp2.d.tmp crypto/bn/bn_exp2.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_exp2.d.tmp; \ + else \ + mv crypto/bn/bn_exp2.d.tmp crypto/bn/bn_exp2.d; \ + fi +crypto/bn/bn_gcd.o: ../crypto/bn/bn_gcd.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_gcd.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_gcd.c + @touch crypto/bn/bn_gcd.d.tmp + @if cmp crypto/bn/bn_gcd.d.tmp crypto/bn/bn_gcd.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_gcd.d.tmp; \ + else \ + mv crypto/bn/bn_gcd.d.tmp crypto/bn/bn_gcd.d; \ + fi +crypto/bn/bn_gf2m.o: ../crypto/bn/bn_gf2m.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_gf2m.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_gf2m.c + @touch crypto/bn/bn_gf2m.d.tmp + @if cmp crypto/bn/bn_gf2m.d.tmp crypto/bn/bn_gf2m.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_gf2m.d.tmp; \ + else \ + mv crypto/bn/bn_gf2m.d.tmp crypto/bn/bn_gf2m.d; \ + fi +crypto/bn/bn_intern.o: ../crypto/bn/bn_intern.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_intern.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_intern.c + @touch crypto/bn/bn_intern.d.tmp + @if cmp crypto/bn/bn_intern.d.tmp crypto/bn/bn_intern.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_intern.d.tmp; \ + else \ + mv crypto/bn/bn_intern.d.tmp crypto/bn/bn_intern.d; \ + fi +crypto/bn/bn_kron.o: ../crypto/bn/bn_kron.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_kron.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_kron.c + @touch crypto/bn/bn_kron.d.tmp + @if cmp crypto/bn/bn_kron.d.tmp crypto/bn/bn_kron.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_kron.d.tmp; \ + else \ + mv crypto/bn/bn_kron.d.tmp crypto/bn/bn_kron.d; \ + fi +crypto/bn/bn_lib.o: ../crypto/bn/bn_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_lib.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_lib.c + @touch crypto/bn/bn_lib.d.tmp + @if cmp crypto/bn/bn_lib.d.tmp crypto/bn/bn_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_lib.d.tmp; \ + else \ + mv crypto/bn/bn_lib.d.tmp crypto/bn/bn_lib.d; \ + fi +crypto/bn/bn_mod.o: ../crypto/bn/bn_mod.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_mod.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_mod.c + @touch crypto/bn/bn_mod.d.tmp + @if cmp crypto/bn/bn_mod.d.tmp crypto/bn/bn_mod.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_mod.d.tmp; \ + else \ + mv crypto/bn/bn_mod.d.tmp crypto/bn/bn_mod.d; \ + fi +crypto/bn/bn_mont.o: ../crypto/bn/bn_mont.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_mont.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_mont.c + @touch crypto/bn/bn_mont.d.tmp + @if cmp crypto/bn/bn_mont.d.tmp crypto/bn/bn_mont.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_mont.d.tmp; \ + else \ + mv crypto/bn/bn_mont.d.tmp crypto/bn/bn_mont.d; \ + fi +crypto/bn/bn_mpi.o: ../crypto/bn/bn_mpi.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_mpi.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_mpi.c + @touch crypto/bn/bn_mpi.d.tmp + @if cmp crypto/bn/bn_mpi.d.tmp crypto/bn/bn_mpi.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_mpi.d.tmp; \ + else \ + mv crypto/bn/bn_mpi.d.tmp crypto/bn/bn_mpi.d; \ + fi +crypto/bn/bn_mul.o: ../crypto/bn/bn_mul.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_mul.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_mul.c + @touch crypto/bn/bn_mul.d.tmp + @if cmp crypto/bn/bn_mul.d.tmp crypto/bn/bn_mul.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_mul.d.tmp; \ + else \ + mv crypto/bn/bn_mul.d.tmp crypto/bn/bn_mul.d; \ + fi +crypto/bn/bn_nist.o: ../crypto/bn/bn_nist.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_nist.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_nist.c + @touch crypto/bn/bn_nist.d.tmp + @if cmp crypto/bn/bn_nist.d.tmp crypto/bn/bn_nist.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_nist.d.tmp; \ + else \ + mv crypto/bn/bn_nist.d.tmp crypto/bn/bn_nist.d; \ + fi +crypto/bn/bn_prime.o: ../crypto/bn/bn_prime.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_prime.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_prime.c + @touch crypto/bn/bn_prime.d.tmp + @if cmp crypto/bn/bn_prime.d.tmp crypto/bn/bn_prime.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_prime.d.tmp; \ + else \ + mv crypto/bn/bn_prime.d.tmp crypto/bn/bn_prime.d; \ + fi +crypto/bn/bn_print.o: ../crypto/bn/bn_print.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_print.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_print.c + @touch crypto/bn/bn_print.d.tmp + @if cmp crypto/bn/bn_print.d.tmp crypto/bn/bn_print.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_print.d.tmp; \ + else \ + mv crypto/bn/bn_print.d.tmp crypto/bn/bn_print.d; \ + fi +crypto/bn/bn_rand.o: ../crypto/bn/bn_rand.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_rand.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_rand.c + @touch crypto/bn/bn_rand.d.tmp + @if cmp crypto/bn/bn_rand.d.tmp crypto/bn/bn_rand.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_rand.d.tmp; \ + else \ + mv crypto/bn/bn_rand.d.tmp crypto/bn/bn_rand.d; \ + fi +crypto/bn/bn_recp.o: ../crypto/bn/bn_recp.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_recp.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_recp.c + @touch crypto/bn/bn_recp.d.tmp + @if cmp crypto/bn/bn_recp.d.tmp crypto/bn/bn_recp.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_recp.d.tmp; \ + else \ + mv crypto/bn/bn_recp.d.tmp crypto/bn/bn_recp.d; \ + fi +crypto/bn/bn_shift.o: ../crypto/bn/bn_shift.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_shift.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_shift.c + @touch crypto/bn/bn_shift.d.tmp + @if cmp crypto/bn/bn_shift.d.tmp crypto/bn/bn_shift.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_shift.d.tmp; \ + else \ + mv crypto/bn/bn_shift.d.tmp crypto/bn/bn_shift.d; \ + fi +crypto/bn/bn_sqr.o: ../crypto/bn/bn_sqr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_sqr.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_sqr.c + @touch crypto/bn/bn_sqr.d.tmp + @if cmp crypto/bn/bn_sqr.d.tmp crypto/bn/bn_sqr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_sqr.d.tmp; \ + else \ + mv crypto/bn/bn_sqr.d.tmp crypto/bn/bn_sqr.d; \ + fi +crypto/bn/bn_sqrt.o: ../crypto/bn/bn_sqrt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_sqrt.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_sqrt.c + @touch crypto/bn/bn_sqrt.d.tmp + @if cmp crypto/bn/bn_sqrt.d.tmp crypto/bn/bn_sqrt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_sqrt.d.tmp; \ + else \ + mv crypto/bn/bn_sqrt.d.tmp crypto/bn/bn_sqrt.d; \ + fi +crypto/bn/bn_srp.o: ../crypto/bn/bn_srp.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_srp.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_srp.c + @touch crypto/bn/bn_srp.d.tmp + @if cmp crypto/bn/bn_srp.d.tmp crypto/bn/bn_srp.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_srp.d.tmp; \ + else \ + mv crypto/bn/bn_srp.d.tmp crypto/bn/bn_srp.d; \ + fi +crypto/bn/bn_word.o: ../crypto/bn/bn_word.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_word.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_word.c + @touch crypto/bn/bn_word.d.tmp + @if cmp crypto/bn/bn_word.d.tmp crypto/bn/bn_word.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_word.d.tmp; \ + else \ + mv crypto/bn/bn_word.d.tmp crypto/bn/bn_word.d; \ + fi +crypto/bn/bn_x931p.o: ../crypto/bn/bn_x931p.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/bn/bn_x931p.d.tmp -MT $@ -c -o $@ ../crypto/bn/bn_x931p.c + @touch crypto/bn/bn_x931p.d.tmp + @if cmp crypto/bn/bn_x931p.d.tmp crypto/bn/bn_x931p.d > /dev/null 2> /dev/null; then \ + rm -f crypto/bn/bn_x931p.d.tmp; \ + else \ + mv crypto/bn/bn_x931p.d.tmp crypto/bn/bn_x931p.d; \ + fi +crypto/buffer/buf_err.o: ../crypto/buffer/buf_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/buffer/buf_err.d.tmp -MT $@ -c -o $@ ../crypto/buffer/buf_err.c + @touch crypto/buffer/buf_err.d.tmp + @if cmp crypto/buffer/buf_err.d.tmp crypto/buffer/buf_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/buffer/buf_err.d.tmp; \ + else \ + mv crypto/buffer/buf_err.d.tmp crypto/buffer/buf_err.d; \ + fi +crypto/buffer/buffer.o: ../crypto/buffer/buffer.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/buffer/buffer.d.tmp -MT $@ -c -o $@ ../crypto/buffer/buffer.c + @touch crypto/buffer/buffer.d.tmp + @if cmp crypto/buffer/buffer.d.tmp crypto/buffer/buffer.d > /dev/null 2> /dev/null; then \ + rm -f crypto/buffer/buffer.d.tmp; \ + else \ + mv crypto/buffer/buffer.d.tmp crypto/buffer/buffer.d; \ + fi +crypto/camellia/camellia.o: ../crypto/camellia/camellia.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/camellia/camellia.d.tmp -MT $@ -c -o $@ ../crypto/camellia/camellia.c + @touch crypto/camellia/camellia.d.tmp + @if cmp crypto/camellia/camellia.d.tmp crypto/camellia/camellia.d > /dev/null 2> /dev/null; then \ + rm -f crypto/camellia/camellia.d.tmp; \ + else \ + mv crypto/camellia/camellia.d.tmp crypto/camellia/camellia.d; \ + fi +crypto/camellia/cmll_cbc.o: ../crypto/camellia/cmll_cbc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/camellia/cmll_cbc.d.tmp -MT $@ -c -o $@ ../crypto/camellia/cmll_cbc.c + @touch crypto/camellia/cmll_cbc.d.tmp + @if cmp crypto/camellia/cmll_cbc.d.tmp crypto/camellia/cmll_cbc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/camellia/cmll_cbc.d.tmp; \ + else \ + mv crypto/camellia/cmll_cbc.d.tmp crypto/camellia/cmll_cbc.d; \ + fi +crypto/camellia/cmll_cfb.o: ../crypto/camellia/cmll_cfb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/camellia/cmll_cfb.d.tmp -MT $@ -c -o $@ ../crypto/camellia/cmll_cfb.c + @touch crypto/camellia/cmll_cfb.d.tmp + @if cmp crypto/camellia/cmll_cfb.d.tmp crypto/camellia/cmll_cfb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/camellia/cmll_cfb.d.tmp; \ + else \ + mv crypto/camellia/cmll_cfb.d.tmp crypto/camellia/cmll_cfb.d; \ + fi +crypto/camellia/cmll_ctr.o: ../crypto/camellia/cmll_ctr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/camellia/cmll_ctr.d.tmp -MT $@ -c -o $@ ../crypto/camellia/cmll_ctr.c + @touch crypto/camellia/cmll_ctr.d.tmp + @if cmp crypto/camellia/cmll_ctr.d.tmp crypto/camellia/cmll_ctr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/camellia/cmll_ctr.d.tmp; \ + else \ + mv crypto/camellia/cmll_ctr.d.tmp crypto/camellia/cmll_ctr.d; \ + fi +crypto/camellia/cmll_ecb.o: ../crypto/camellia/cmll_ecb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/camellia/cmll_ecb.d.tmp -MT $@ -c -o $@ ../crypto/camellia/cmll_ecb.c + @touch crypto/camellia/cmll_ecb.d.tmp + @if cmp crypto/camellia/cmll_ecb.d.tmp crypto/camellia/cmll_ecb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/camellia/cmll_ecb.d.tmp; \ + else \ + mv crypto/camellia/cmll_ecb.d.tmp crypto/camellia/cmll_ecb.d; \ + fi +crypto/camellia/cmll_misc.o: ../crypto/camellia/cmll_misc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/camellia/cmll_misc.d.tmp -MT $@ -c -o $@ ../crypto/camellia/cmll_misc.c + @touch crypto/camellia/cmll_misc.d.tmp + @if cmp crypto/camellia/cmll_misc.d.tmp crypto/camellia/cmll_misc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/camellia/cmll_misc.d.tmp; \ + else \ + mv crypto/camellia/cmll_misc.d.tmp crypto/camellia/cmll_misc.d; \ + fi +crypto/camellia/cmll_ofb.o: ../crypto/camellia/cmll_ofb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/camellia/cmll_ofb.d.tmp -MT $@ -c -o $@ ../crypto/camellia/cmll_ofb.c + @touch crypto/camellia/cmll_ofb.d.tmp + @if cmp crypto/camellia/cmll_ofb.d.tmp crypto/camellia/cmll_ofb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/camellia/cmll_ofb.d.tmp; \ + else \ + mv crypto/camellia/cmll_ofb.d.tmp crypto/camellia/cmll_ofb.d; \ + fi +crypto/cast/c_cfb64.o: ../crypto/cast/c_cfb64.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cast/c_cfb64.d.tmp -MT $@ -c -o $@ ../crypto/cast/c_cfb64.c + @touch crypto/cast/c_cfb64.d.tmp + @if cmp crypto/cast/c_cfb64.d.tmp crypto/cast/c_cfb64.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cast/c_cfb64.d.tmp; \ + else \ + mv crypto/cast/c_cfb64.d.tmp crypto/cast/c_cfb64.d; \ + fi +crypto/cast/c_ecb.o: ../crypto/cast/c_ecb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cast/c_ecb.d.tmp -MT $@ -c -o $@ ../crypto/cast/c_ecb.c + @touch crypto/cast/c_ecb.d.tmp + @if cmp crypto/cast/c_ecb.d.tmp crypto/cast/c_ecb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cast/c_ecb.d.tmp; \ + else \ + mv crypto/cast/c_ecb.d.tmp crypto/cast/c_ecb.d; \ + fi +crypto/cast/c_enc.o: ../crypto/cast/c_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cast/c_enc.d.tmp -MT $@ -c -o $@ ../crypto/cast/c_enc.c + @touch crypto/cast/c_enc.d.tmp + @if cmp crypto/cast/c_enc.d.tmp crypto/cast/c_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cast/c_enc.d.tmp; \ + else \ + mv crypto/cast/c_enc.d.tmp crypto/cast/c_enc.d; \ + fi +crypto/cast/c_ofb64.o: ../crypto/cast/c_ofb64.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cast/c_ofb64.d.tmp -MT $@ -c -o $@ ../crypto/cast/c_ofb64.c + @touch crypto/cast/c_ofb64.d.tmp + @if cmp crypto/cast/c_ofb64.d.tmp crypto/cast/c_ofb64.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cast/c_ofb64.d.tmp; \ + else \ + mv crypto/cast/c_ofb64.d.tmp crypto/cast/c_ofb64.d; \ + fi +crypto/cast/c_skey.o: ../crypto/cast/c_skey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cast/c_skey.d.tmp -MT $@ -c -o $@ ../crypto/cast/c_skey.c + @touch crypto/cast/c_skey.d.tmp + @if cmp crypto/cast/c_skey.d.tmp crypto/cast/c_skey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cast/c_skey.d.tmp; \ + else \ + mv crypto/cast/c_skey.d.tmp crypto/cast/c_skey.d; \ + fi +crypto/chacha/chacha_enc.o: ../crypto/chacha/chacha_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/chacha/chacha_enc.d.tmp -MT $@ -c -o $@ ../crypto/chacha/chacha_enc.c + @touch crypto/chacha/chacha_enc.d.tmp + @if cmp crypto/chacha/chacha_enc.d.tmp crypto/chacha/chacha_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/chacha/chacha_enc.d.tmp; \ + else \ + mv crypto/chacha/chacha_enc.d.tmp crypto/chacha/chacha_enc.d; \ + fi +crypto/cmac/cm_ameth.o: ../crypto/cmac/cm_ameth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cmac/cm_ameth.d.tmp -MT $@ -c -o $@ ../crypto/cmac/cm_ameth.c + @touch crypto/cmac/cm_ameth.d.tmp + @if cmp crypto/cmac/cm_ameth.d.tmp crypto/cmac/cm_ameth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cmac/cm_ameth.d.tmp; \ + else \ + mv crypto/cmac/cm_ameth.d.tmp crypto/cmac/cm_ameth.d; \ + fi +crypto/cmac/cm_pmeth.o: ../crypto/cmac/cm_pmeth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cmac/cm_pmeth.d.tmp -MT $@ -c -o $@ ../crypto/cmac/cm_pmeth.c + @touch crypto/cmac/cm_pmeth.d.tmp + @if cmp crypto/cmac/cm_pmeth.d.tmp crypto/cmac/cm_pmeth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cmac/cm_pmeth.d.tmp; \ + else \ + mv crypto/cmac/cm_pmeth.d.tmp crypto/cmac/cm_pmeth.d; \ + fi +crypto/cmac/cmac.o: ../crypto/cmac/cmac.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cmac/cmac.d.tmp -MT $@ -c -o $@ ../crypto/cmac/cmac.c + @touch crypto/cmac/cmac.d.tmp + @if cmp crypto/cmac/cmac.d.tmp crypto/cmac/cmac.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cmac/cmac.d.tmp; \ + else \ + mv crypto/cmac/cmac.d.tmp crypto/cmac/cmac.d; \ + fi +crypto/cms/cms_asn1.o: ../crypto/cms/cms_asn1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_asn1.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_asn1.c + @touch crypto/cms/cms_asn1.d.tmp + @if cmp crypto/cms/cms_asn1.d.tmp crypto/cms/cms_asn1.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_asn1.d.tmp; \ + else \ + mv crypto/cms/cms_asn1.d.tmp crypto/cms/cms_asn1.d; \ + fi +crypto/cms/cms_att.o: ../crypto/cms/cms_att.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_att.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_att.c + @touch crypto/cms/cms_att.d.tmp + @if cmp crypto/cms/cms_att.d.tmp crypto/cms/cms_att.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_att.d.tmp; \ + else \ + mv crypto/cms/cms_att.d.tmp crypto/cms/cms_att.d; \ + fi +crypto/cms/cms_cd.o: ../crypto/cms/cms_cd.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_cd.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_cd.c + @touch crypto/cms/cms_cd.d.tmp + @if cmp crypto/cms/cms_cd.d.tmp crypto/cms/cms_cd.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_cd.d.tmp; \ + else \ + mv crypto/cms/cms_cd.d.tmp crypto/cms/cms_cd.d; \ + fi +crypto/cms/cms_dd.o: ../crypto/cms/cms_dd.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_dd.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_dd.c + @touch crypto/cms/cms_dd.d.tmp + @if cmp crypto/cms/cms_dd.d.tmp crypto/cms/cms_dd.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_dd.d.tmp; \ + else \ + mv crypto/cms/cms_dd.d.tmp crypto/cms/cms_dd.d; \ + fi +crypto/cms/cms_enc.o: ../crypto/cms/cms_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_enc.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_enc.c + @touch crypto/cms/cms_enc.d.tmp + @if cmp crypto/cms/cms_enc.d.tmp crypto/cms/cms_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_enc.d.tmp; \ + else \ + mv crypto/cms/cms_enc.d.tmp crypto/cms/cms_enc.d; \ + fi +crypto/cms/cms_env.o: ../crypto/cms/cms_env.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_env.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_env.c + @touch crypto/cms/cms_env.d.tmp + @if cmp crypto/cms/cms_env.d.tmp crypto/cms/cms_env.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_env.d.tmp; \ + else \ + mv crypto/cms/cms_env.d.tmp crypto/cms/cms_env.d; \ + fi +crypto/cms/cms_err.o: ../crypto/cms/cms_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_err.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_err.c + @touch crypto/cms/cms_err.d.tmp + @if cmp crypto/cms/cms_err.d.tmp crypto/cms/cms_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_err.d.tmp; \ + else \ + mv crypto/cms/cms_err.d.tmp crypto/cms/cms_err.d; \ + fi +crypto/cms/cms_ess.o: ../crypto/cms/cms_ess.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_ess.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_ess.c + @touch crypto/cms/cms_ess.d.tmp + @if cmp crypto/cms/cms_ess.d.tmp crypto/cms/cms_ess.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_ess.d.tmp; \ + else \ + mv crypto/cms/cms_ess.d.tmp crypto/cms/cms_ess.d; \ + fi +crypto/cms/cms_io.o: ../crypto/cms/cms_io.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_io.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_io.c + @touch crypto/cms/cms_io.d.tmp + @if cmp crypto/cms/cms_io.d.tmp crypto/cms/cms_io.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_io.d.tmp; \ + else \ + mv crypto/cms/cms_io.d.tmp crypto/cms/cms_io.d; \ + fi +crypto/cms/cms_kari.o: ../crypto/cms/cms_kari.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_kari.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_kari.c + @touch crypto/cms/cms_kari.d.tmp + @if cmp crypto/cms/cms_kari.d.tmp crypto/cms/cms_kari.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_kari.d.tmp; \ + else \ + mv crypto/cms/cms_kari.d.tmp crypto/cms/cms_kari.d; \ + fi +crypto/cms/cms_lib.o: ../crypto/cms/cms_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_lib.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_lib.c + @touch crypto/cms/cms_lib.d.tmp + @if cmp crypto/cms/cms_lib.d.tmp crypto/cms/cms_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_lib.d.tmp; \ + else \ + mv crypto/cms/cms_lib.d.tmp crypto/cms/cms_lib.d; \ + fi +crypto/cms/cms_pwri.o: ../crypto/cms/cms_pwri.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_pwri.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_pwri.c + @touch crypto/cms/cms_pwri.d.tmp + @if cmp crypto/cms/cms_pwri.d.tmp crypto/cms/cms_pwri.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_pwri.d.tmp; \ + else \ + mv crypto/cms/cms_pwri.d.tmp crypto/cms/cms_pwri.d; \ + fi +crypto/cms/cms_sd.o: ../crypto/cms/cms_sd.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_sd.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_sd.c + @touch crypto/cms/cms_sd.d.tmp + @if cmp crypto/cms/cms_sd.d.tmp crypto/cms/cms_sd.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_sd.d.tmp; \ + else \ + mv crypto/cms/cms_sd.d.tmp crypto/cms/cms_sd.d; \ + fi +crypto/cms/cms_smime.o: ../crypto/cms/cms_smime.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cms/cms_smime.d.tmp -MT $@ -c -o $@ ../crypto/cms/cms_smime.c + @touch crypto/cms/cms_smime.d.tmp + @if cmp crypto/cms/cms_smime.d.tmp crypto/cms/cms_smime.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cms/cms_smime.d.tmp; \ + else \ + mv crypto/cms/cms_smime.d.tmp crypto/cms/cms_smime.d; \ + fi +crypto/comp/c_zlib.o: ../crypto/comp/c_zlib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/comp/c_zlib.d.tmp -MT $@ -c -o $@ ../crypto/comp/c_zlib.c + @touch crypto/comp/c_zlib.d.tmp + @if cmp crypto/comp/c_zlib.d.tmp crypto/comp/c_zlib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/comp/c_zlib.d.tmp; \ + else \ + mv crypto/comp/c_zlib.d.tmp crypto/comp/c_zlib.d; \ + fi +crypto/comp/comp_err.o: ../crypto/comp/comp_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/comp/comp_err.d.tmp -MT $@ -c -o $@ ../crypto/comp/comp_err.c + @touch crypto/comp/comp_err.d.tmp + @if cmp crypto/comp/comp_err.d.tmp crypto/comp/comp_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/comp/comp_err.d.tmp; \ + else \ + mv crypto/comp/comp_err.d.tmp crypto/comp/comp_err.d; \ + fi +crypto/comp/comp_lib.o: ../crypto/comp/comp_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/comp/comp_lib.d.tmp -MT $@ -c -o $@ ../crypto/comp/comp_lib.c + @touch crypto/comp/comp_lib.d.tmp + @if cmp crypto/comp/comp_lib.d.tmp crypto/comp/comp_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/comp/comp_lib.d.tmp; \ + else \ + mv crypto/comp/comp_lib.d.tmp crypto/comp/comp_lib.d; \ + fi +crypto/conf/conf_api.o: ../crypto/conf/conf_api.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/conf/conf_api.d.tmp -MT $@ -c -o $@ ../crypto/conf/conf_api.c + @touch crypto/conf/conf_api.d.tmp + @if cmp crypto/conf/conf_api.d.tmp crypto/conf/conf_api.d > /dev/null 2> /dev/null; then \ + rm -f crypto/conf/conf_api.d.tmp; \ + else \ + mv crypto/conf/conf_api.d.tmp crypto/conf/conf_api.d; \ + fi +crypto/conf/conf_def.o: ../crypto/conf/conf_def.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/conf/conf_def.d.tmp -MT $@ -c -o $@ ../crypto/conf/conf_def.c + @touch crypto/conf/conf_def.d.tmp + @if cmp crypto/conf/conf_def.d.tmp crypto/conf/conf_def.d > /dev/null 2> /dev/null; then \ + rm -f crypto/conf/conf_def.d.tmp; \ + else \ + mv crypto/conf/conf_def.d.tmp crypto/conf/conf_def.d; \ + fi +crypto/conf/conf_err.o: ../crypto/conf/conf_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/conf/conf_err.d.tmp -MT $@ -c -o $@ ../crypto/conf/conf_err.c + @touch crypto/conf/conf_err.d.tmp + @if cmp crypto/conf/conf_err.d.tmp crypto/conf/conf_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/conf/conf_err.d.tmp; \ + else \ + mv crypto/conf/conf_err.d.tmp crypto/conf/conf_err.d; \ + fi +crypto/conf/conf_lib.o: ../crypto/conf/conf_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/conf/conf_lib.d.tmp -MT $@ -c -o $@ ../crypto/conf/conf_lib.c + @touch crypto/conf/conf_lib.d.tmp + @if cmp crypto/conf/conf_lib.d.tmp crypto/conf/conf_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/conf/conf_lib.d.tmp; \ + else \ + mv crypto/conf/conf_lib.d.tmp crypto/conf/conf_lib.d; \ + fi +crypto/conf/conf_mall.o: ../crypto/conf/conf_mall.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/conf/conf_mall.d.tmp -MT $@ -c -o $@ ../crypto/conf/conf_mall.c + @touch crypto/conf/conf_mall.d.tmp + @if cmp crypto/conf/conf_mall.d.tmp crypto/conf/conf_mall.d > /dev/null 2> /dev/null; then \ + rm -f crypto/conf/conf_mall.d.tmp; \ + else \ + mv crypto/conf/conf_mall.d.tmp crypto/conf/conf_mall.d; \ + fi +crypto/conf/conf_mod.o: ../crypto/conf/conf_mod.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/conf/conf_mod.d.tmp -MT $@ -c -o $@ ../crypto/conf/conf_mod.c + @touch crypto/conf/conf_mod.d.tmp + @if cmp crypto/conf/conf_mod.d.tmp crypto/conf/conf_mod.d > /dev/null 2> /dev/null; then \ + rm -f crypto/conf/conf_mod.d.tmp; \ + else \ + mv crypto/conf/conf_mod.d.tmp crypto/conf/conf_mod.d; \ + fi +crypto/conf/conf_sap.o: ../crypto/conf/conf_sap.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/conf/conf_sap.d.tmp -MT $@ -c -o $@ ../crypto/conf/conf_sap.c + @touch crypto/conf/conf_sap.d.tmp + @if cmp crypto/conf/conf_sap.d.tmp crypto/conf/conf_sap.d > /dev/null 2> /dev/null; then \ + rm -f crypto/conf/conf_sap.d.tmp; \ + else \ + mv crypto/conf/conf_sap.d.tmp crypto/conf/conf_sap.d; \ + fi +crypto/conf/conf_ssl.o: ../crypto/conf/conf_ssl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/conf/conf_ssl.d.tmp -MT $@ -c -o $@ ../crypto/conf/conf_ssl.c + @touch crypto/conf/conf_ssl.d.tmp + @if cmp crypto/conf/conf_ssl.d.tmp crypto/conf/conf_ssl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/conf/conf_ssl.d.tmp; \ + else \ + mv crypto/conf/conf_ssl.d.tmp crypto/conf/conf_ssl.d; \ + fi +crypto/cpt_err.o: ../crypto/cpt_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cpt_err.d.tmp -MT $@ -c -o $@ ../crypto/cpt_err.c + @touch crypto/cpt_err.d.tmp + @if cmp crypto/cpt_err.d.tmp crypto/cpt_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cpt_err.d.tmp; \ + else \ + mv crypto/cpt_err.d.tmp crypto/cpt_err.d; \ + fi +crypto/cryptlib.o: ../crypto/cryptlib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cryptlib.d.tmp -MT $@ -c -o $@ ../crypto/cryptlib.c + @touch crypto/cryptlib.d.tmp + @if cmp crypto/cryptlib.d.tmp crypto/cryptlib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cryptlib.d.tmp; \ + else \ + mv crypto/cryptlib.d.tmp crypto/cryptlib.d; \ + fi +crypto/ct/ct_b64.o: ../crypto/ct/ct_b64.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ct/ct_b64.d.tmp -MT $@ -c -o $@ ../crypto/ct/ct_b64.c + @touch crypto/ct/ct_b64.d.tmp + @if cmp crypto/ct/ct_b64.d.tmp crypto/ct/ct_b64.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ct/ct_b64.d.tmp; \ + else \ + mv crypto/ct/ct_b64.d.tmp crypto/ct/ct_b64.d; \ + fi +crypto/ct/ct_err.o: ../crypto/ct/ct_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ct/ct_err.d.tmp -MT $@ -c -o $@ ../crypto/ct/ct_err.c + @touch crypto/ct/ct_err.d.tmp + @if cmp crypto/ct/ct_err.d.tmp crypto/ct/ct_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ct/ct_err.d.tmp; \ + else \ + mv crypto/ct/ct_err.d.tmp crypto/ct/ct_err.d; \ + fi +crypto/ct/ct_log.o: ../crypto/ct/ct_log.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ct/ct_log.d.tmp -MT $@ -c -o $@ ../crypto/ct/ct_log.c + @touch crypto/ct/ct_log.d.tmp + @if cmp crypto/ct/ct_log.d.tmp crypto/ct/ct_log.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ct/ct_log.d.tmp; \ + else \ + mv crypto/ct/ct_log.d.tmp crypto/ct/ct_log.d; \ + fi +crypto/ct/ct_oct.o: ../crypto/ct/ct_oct.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ct/ct_oct.d.tmp -MT $@ -c -o $@ ../crypto/ct/ct_oct.c + @touch crypto/ct/ct_oct.d.tmp + @if cmp crypto/ct/ct_oct.d.tmp crypto/ct/ct_oct.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ct/ct_oct.d.tmp; \ + else \ + mv crypto/ct/ct_oct.d.tmp crypto/ct/ct_oct.d; \ + fi +crypto/ct/ct_policy.o: ../crypto/ct/ct_policy.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ct/ct_policy.d.tmp -MT $@ -c -o $@ ../crypto/ct/ct_policy.c + @touch crypto/ct/ct_policy.d.tmp + @if cmp crypto/ct/ct_policy.d.tmp crypto/ct/ct_policy.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ct/ct_policy.d.tmp; \ + else \ + mv crypto/ct/ct_policy.d.tmp crypto/ct/ct_policy.d; \ + fi +crypto/ct/ct_prn.o: ../crypto/ct/ct_prn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ct/ct_prn.d.tmp -MT $@ -c -o $@ ../crypto/ct/ct_prn.c + @touch crypto/ct/ct_prn.d.tmp + @if cmp crypto/ct/ct_prn.d.tmp crypto/ct/ct_prn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ct/ct_prn.d.tmp; \ + else \ + mv crypto/ct/ct_prn.d.tmp crypto/ct/ct_prn.d; \ + fi +crypto/ct/ct_sct.o: ../crypto/ct/ct_sct.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ct/ct_sct.d.tmp -MT $@ -c -o $@ ../crypto/ct/ct_sct.c + @touch crypto/ct/ct_sct.d.tmp + @if cmp crypto/ct/ct_sct.d.tmp crypto/ct/ct_sct.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ct/ct_sct.d.tmp; \ + else \ + mv crypto/ct/ct_sct.d.tmp crypto/ct/ct_sct.d; \ + fi +crypto/ct/ct_sct_ctx.o: ../crypto/ct/ct_sct_ctx.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ct/ct_sct_ctx.d.tmp -MT $@ -c -o $@ ../crypto/ct/ct_sct_ctx.c + @touch crypto/ct/ct_sct_ctx.d.tmp + @if cmp crypto/ct/ct_sct_ctx.d.tmp crypto/ct/ct_sct_ctx.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ct/ct_sct_ctx.d.tmp; \ + else \ + mv crypto/ct/ct_sct_ctx.d.tmp crypto/ct/ct_sct_ctx.d; \ + fi +crypto/ct/ct_vfy.o: ../crypto/ct/ct_vfy.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ct/ct_vfy.d.tmp -MT $@ -c -o $@ ../crypto/ct/ct_vfy.c + @touch crypto/ct/ct_vfy.d.tmp + @if cmp crypto/ct/ct_vfy.d.tmp crypto/ct/ct_vfy.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ct/ct_vfy.d.tmp; \ + else \ + mv crypto/ct/ct_vfy.d.tmp crypto/ct/ct_vfy.d; \ + fi +crypto/ct/ct_x509v3.o: ../crypto/ct/ct_x509v3.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ct/ct_x509v3.d.tmp -MT $@ -c -o $@ ../crypto/ct/ct_x509v3.c + @touch crypto/ct/ct_x509v3.d.tmp + @if cmp crypto/ct/ct_x509v3.d.tmp crypto/ct/ct_x509v3.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ct/ct_x509v3.d.tmp; \ + else \ + mv crypto/ct/ct_x509v3.d.tmp crypto/ct/ct_x509v3.d; \ + fi +crypto/ctype.o: ../crypto/ctype.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ctype.d.tmp -MT $@ -c -o $@ ../crypto/ctype.c + @touch crypto/ctype.d.tmp + @if cmp crypto/ctype.d.tmp crypto/ctype.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ctype.d.tmp; \ + else \ + mv crypto/ctype.d.tmp crypto/ctype.d; \ + fi +crypto/cversion.o: ../crypto/cversion.c crypto/buildinf.h + $(CC) -I. -Iinclude -Icrypto -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/cversion.d.tmp -MT $@ -c -o $@ ../crypto/cversion.c + @touch crypto/cversion.d.tmp + @if cmp crypto/cversion.d.tmp crypto/cversion.d > /dev/null 2> /dev/null; then \ + rm -f crypto/cversion.d.tmp; \ + else \ + mv crypto/cversion.d.tmp crypto/cversion.d; \ + fi +crypto/buildinf.h: ../util/mkbuildinf.pl configdata.pm + $(PERL) ../util/mkbuildinf.pl "$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q)" "$(PLATFORM)" > $@ +crypto/des/cbc_cksm.o: ../crypto/des/cbc_cksm.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/cbc_cksm.d.tmp -MT $@ -c -o $@ ../crypto/des/cbc_cksm.c + @touch crypto/des/cbc_cksm.d.tmp + @if cmp crypto/des/cbc_cksm.d.tmp crypto/des/cbc_cksm.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/cbc_cksm.d.tmp; \ + else \ + mv crypto/des/cbc_cksm.d.tmp crypto/des/cbc_cksm.d; \ + fi +crypto/des/cbc_enc.o: ../crypto/des/cbc_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/cbc_enc.d.tmp -MT $@ -c -o $@ ../crypto/des/cbc_enc.c + @touch crypto/des/cbc_enc.d.tmp + @if cmp crypto/des/cbc_enc.d.tmp crypto/des/cbc_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/cbc_enc.d.tmp; \ + else \ + mv crypto/des/cbc_enc.d.tmp crypto/des/cbc_enc.d; \ + fi +crypto/des/cfb64ede.o: ../crypto/des/cfb64ede.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/cfb64ede.d.tmp -MT $@ -c -o $@ ../crypto/des/cfb64ede.c + @touch crypto/des/cfb64ede.d.tmp + @if cmp crypto/des/cfb64ede.d.tmp crypto/des/cfb64ede.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/cfb64ede.d.tmp; \ + else \ + mv crypto/des/cfb64ede.d.tmp crypto/des/cfb64ede.d; \ + fi +crypto/des/cfb64enc.o: ../crypto/des/cfb64enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/cfb64enc.d.tmp -MT $@ -c -o $@ ../crypto/des/cfb64enc.c + @touch crypto/des/cfb64enc.d.tmp + @if cmp crypto/des/cfb64enc.d.tmp crypto/des/cfb64enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/cfb64enc.d.tmp; \ + else \ + mv crypto/des/cfb64enc.d.tmp crypto/des/cfb64enc.d; \ + fi +crypto/des/cfb_enc.o: ../crypto/des/cfb_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/cfb_enc.d.tmp -MT $@ -c -o $@ ../crypto/des/cfb_enc.c + @touch crypto/des/cfb_enc.d.tmp + @if cmp crypto/des/cfb_enc.d.tmp crypto/des/cfb_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/cfb_enc.d.tmp; \ + else \ + mv crypto/des/cfb_enc.d.tmp crypto/des/cfb_enc.d; \ + fi +crypto/des/des_enc.o: ../crypto/des/des_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/des_enc.d.tmp -MT $@ -c -o $@ ../crypto/des/des_enc.c + @touch crypto/des/des_enc.d.tmp + @if cmp crypto/des/des_enc.d.tmp crypto/des/des_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/des_enc.d.tmp; \ + else \ + mv crypto/des/des_enc.d.tmp crypto/des/des_enc.d; \ + fi +crypto/des/ecb3_enc.o: ../crypto/des/ecb3_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/ecb3_enc.d.tmp -MT $@ -c -o $@ ../crypto/des/ecb3_enc.c + @touch crypto/des/ecb3_enc.d.tmp + @if cmp crypto/des/ecb3_enc.d.tmp crypto/des/ecb3_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/ecb3_enc.d.tmp; \ + else \ + mv crypto/des/ecb3_enc.d.tmp crypto/des/ecb3_enc.d; \ + fi +crypto/des/ecb_enc.o: ../crypto/des/ecb_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/ecb_enc.d.tmp -MT $@ -c -o $@ ../crypto/des/ecb_enc.c + @touch crypto/des/ecb_enc.d.tmp + @if cmp crypto/des/ecb_enc.d.tmp crypto/des/ecb_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/ecb_enc.d.tmp; \ + else \ + mv crypto/des/ecb_enc.d.tmp crypto/des/ecb_enc.d; \ + fi +crypto/des/fcrypt.o: ../crypto/des/fcrypt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/fcrypt.d.tmp -MT $@ -c -o $@ ../crypto/des/fcrypt.c + @touch crypto/des/fcrypt.d.tmp + @if cmp crypto/des/fcrypt.d.tmp crypto/des/fcrypt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/fcrypt.d.tmp; \ + else \ + mv crypto/des/fcrypt.d.tmp crypto/des/fcrypt.d; \ + fi +crypto/des/fcrypt_b.o: ../crypto/des/fcrypt_b.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/fcrypt_b.d.tmp -MT $@ -c -o $@ ../crypto/des/fcrypt_b.c + @touch crypto/des/fcrypt_b.d.tmp + @if cmp crypto/des/fcrypt_b.d.tmp crypto/des/fcrypt_b.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/fcrypt_b.d.tmp; \ + else \ + mv crypto/des/fcrypt_b.d.tmp crypto/des/fcrypt_b.d; \ + fi +crypto/des/ofb64ede.o: ../crypto/des/ofb64ede.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/ofb64ede.d.tmp -MT $@ -c -o $@ ../crypto/des/ofb64ede.c + @touch crypto/des/ofb64ede.d.tmp + @if cmp crypto/des/ofb64ede.d.tmp crypto/des/ofb64ede.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/ofb64ede.d.tmp; \ + else \ + mv crypto/des/ofb64ede.d.tmp crypto/des/ofb64ede.d; \ + fi +crypto/des/ofb64enc.o: ../crypto/des/ofb64enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/ofb64enc.d.tmp -MT $@ -c -o $@ ../crypto/des/ofb64enc.c + @touch crypto/des/ofb64enc.d.tmp + @if cmp crypto/des/ofb64enc.d.tmp crypto/des/ofb64enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/ofb64enc.d.tmp; \ + else \ + mv crypto/des/ofb64enc.d.tmp crypto/des/ofb64enc.d; \ + fi +crypto/des/ofb_enc.o: ../crypto/des/ofb_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/ofb_enc.d.tmp -MT $@ -c -o $@ ../crypto/des/ofb_enc.c + @touch crypto/des/ofb_enc.d.tmp + @if cmp crypto/des/ofb_enc.d.tmp crypto/des/ofb_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/ofb_enc.d.tmp; \ + else \ + mv crypto/des/ofb_enc.d.tmp crypto/des/ofb_enc.d; \ + fi +crypto/des/pcbc_enc.o: ../crypto/des/pcbc_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/pcbc_enc.d.tmp -MT $@ -c -o $@ ../crypto/des/pcbc_enc.c + @touch crypto/des/pcbc_enc.d.tmp + @if cmp crypto/des/pcbc_enc.d.tmp crypto/des/pcbc_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/pcbc_enc.d.tmp; \ + else \ + mv crypto/des/pcbc_enc.d.tmp crypto/des/pcbc_enc.d; \ + fi +crypto/des/qud_cksm.o: ../crypto/des/qud_cksm.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/qud_cksm.d.tmp -MT $@ -c -o $@ ../crypto/des/qud_cksm.c + @touch crypto/des/qud_cksm.d.tmp + @if cmp crypto/des/qud_cksm.d.tmp crypto/des/qud_cksm.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/qud_cksm.d.tmp; \ + else \ + mv crypto/des/qud_cksm.d.tmp crypto/des/qud_cksm.d; \ + fi +crypto/des/rand_key.o: ../crypto/des/rand_key.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/rand_key.d.tmp -MT $@ -c -o $@ ../crypto/des/rand_key.c + @touch crypto/des/rand_key.d.tmp + @if cmp crypto/des/rand_key.d.tmp crypto/des/rand_key.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/rand_key.d.tmp; \ + else \ + mv crypto/des/rand_key.d.tmp crypto/des/rand_key.d; \ + fi +crypto/des/set_key.o: ../crypto/des/set_key.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/set_key.d.tmp -MT $@ -c -o $@ ../crypto/des/set_key.c + @touch crypto/des/set_key.d.tmp + @if cmp crypto/des/set_key.d.tmp crypto/des/set_key.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/set_key.d.tmp; \ + else \ + mv crypto/des/set_key.d.tmp crypto/des/set_key.d; \ + fi +crypto/des/str2key.o: ../crypto/des/str2key.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/str2key.d.tmp -MT $@ -c -o $@ ../crypto/des/str2key.c + @touch crypto/des/str2key.d.tmp + @if cmp crypto/des/str2key.d.tmp crypto/des/str2key.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/str2key.d.tmp; \ + else \ + mv crypto/des/str2key.d.tmp crypto/des/str2key.d; \ + fi +crypto/des/xcbc_enc.o: ../crypto/des/xcbc_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/des/xcbc_enc.d.tmp -MT $@ -c -o $@ ../crypto/des/xcbc_enc.c + @touch crypto/des/xcbc_enc.d.tmp + @if cmp crypto/des/xcbc_enc.d.tmp crypto/des/xcbc_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/des/xcbc_enc.d.tmp; \ + else \ + mv crypto/des/xcbc_enc.d.tmp crypto/des/xcbc_enc.d; \ + fi +crypto/dh/dh_ameth.o: ../crypto/dh/dh_ameth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_ameth.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_ameth.c + @touch crypto/dh/dh_ameth.d.tmp + @if cmp crypto/dh/dh_ameth.d.tmp crypto/dh/dh_ameth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_ameth.d.tmp; \ + else \ + mv crypto/dh/dh_ameth.d.tmp crypto/dh/dh_ameth.d; \ + fi +crypto/dh/dh_asn1.o: ../crypto/dh/dh_asn1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_asn1.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_asn1.c + @touch crypto/dh/dh_asn1.d.tmp + @if cmp crypto/dh/dh_asn1.d.tmp crypto/dh/dh_asn1.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_asn1.d.tmp; \ + else \ + mv crypto/dh/dh_asn1.d.tmp crypto/dh/dh_asn1.d; \ + fi +crypto/dh/dh_check.o: ../crypto/dh/dh_check.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_check.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_check.c + @touch crypto/dh/dh_check.d.tmp + @if cmp crypto/dh/dh_check.d.tmp crypto/dh/dh_check.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_check.d.tmp; \ + else \ + mv crypto/dh/dh_check.d.tmp crypto/dh/dh_check.d; \ + fi +crypto/dh/dh_depr.o: ../crypto/dh/dh_depr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_depr.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_depr.c + @touch crypto/dh/dh_depr.d.tmp + @if cmp crypto/dh/dh_depr.d.tmp crypto/dh/dh_depr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_depr.d.tmp; \ + else \ + mv crypto/dh/dh_depr.d.tmp crypto/dh/dh_depr.d; \ + fi +crypto/dh/dh_err.o: ../crypto/dh/dh_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_err.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_err.c + @touch crypto/dh/dh_err.d.tmp + @if cmp crypto/dh/dh_err.d.tmp crypto/dh/dh_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_err.d.tmp; \ + else \ + mv crypto/dh/dh_err.d.tmp crypto/dh/dh_err.d; \ + fi +crypto/dh/dh_gen.o: ../crypto/dh/dh_gen.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_gen.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_gen.c + @touch crypto/dh/dh_gen.d.tmp + @if cmp crypto/dh/dh_gen.d.tmp crypto/dh/dh_gen.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_gen.d.tmp; \ + else \ + mv crypto/dh/dh_gen.d.tmp crypto/dh/dh_gen.d; \ + fi +crypto/dh/dh_kdf.o: ../crypto/dh/dh_kdf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_kdf.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_kdf.c + @touch crypto/dh/dh_kdf.d.tmp + @if cmp crypto/dh/dh_kdf.d.tmp crypto/dh/dh_kdf.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_kdf.d.tmp; \ + else \ + mv crypto/dh/dh_kdf.d.tmp crypto/dh/dh_kdf.d; \ + fi +crypto/dh/dh_key.o: ../crypto/dh/dh_key.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_key.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_key.c + @touch crypto/dh/dh_key.d.tmp + @if cmp crypto/dh/dh_key.d.tmp crypto/dh/dh_key.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_key.d.tmp; \ + else \ + mv crypto/dh/dh_key.d.tmp crypto/dh/dh_key.d; \ + fi +crypto/dh/dh_lib.o: ../crypto/dh/dh_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_lib.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_lib.c + @touch crypto/dh/dh_lib.d.tmp + @if cmp crypto/dh/dh_lib.d.tmp crypto/dh/dh_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_lib.d.tmp; \ + else \ + mv crypto/dh/dh_lib.d.tmp crypto/dh/dh_lib.d; \ + fi +crypto/dh/dh_meth.o: ../crypto/dh/dh_meth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_meth.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_meth.c + @touch crypto/dh/dh_meth.d.tmp + @if cmp crypto/dh/dh_meth.d.tmp crypto/dh/dh_meth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_meth.d.tmp; \ + else \ + mv crypto/dh/dh_meth.d.tmp crypto/dh/dh_meth.d; \ + fi +crypto/dh/dh_pmeth.o: ../crypto/dh/dh_pmeth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_pmeth.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_pmeth.c + @touch crypto/dh/dh_pmeth.d.tmp + @if cmp crypto/dh/dh_pmeth.d.tmp crypto/dh/dh_pmeth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_pmeth.d.tmp; \ + else \ + mv crypto/dh/dh_pmeth.d.tmp crypto/dh/dh_pmeth.d; \ + fi +crypto/dh/dh_prn.o: ../crypto/dh/dh_prn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_prn.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_prn.c + @touch crypto/dh/dh_prn.d.tmp + @if cmp crypto/dh/dh_prn.d.tmp crypto/dh/dh_prn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_prn.d.tmp; \ + else \ + mv crypto/dh/dh_prn.d.tmp crypto/dh/dh_prn.d; \ + fi +crypto/dh/dh_rfc5114.o: ../crypto/dh/dh_rfc5114.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_rfc5114.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_rfc5114.c + @touch crypto/dh/dh_rfc5114.d.tmp + @if cmp crypto/dh/dh_rfc5114.d.tmp crypto/dh/dh_rfc5114.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_rfc5114.d.tmp; \ + else \ + mv crypto/dh/dh_rfc5114.d.tmp crypto/dh/dh_rfc5114.d; \ + fi +crypto/dh/dh_rfc7919.o: ../crypto/dh/dh_rfc7919.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dh/dh_rfc7919.d.tmp -MT $@ -c -o $@ ../crypto/dh/dh_rfc7919.c + @touch crypto/dh/dh_rfc7919.d.tmp + @if cmp crypto/dh/dh_rfc7919.d.tmp crypto/dh/dh_rfc7919.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dh/dh_rfc7919.d.tmp; \ + else \ + mv crypto/dh/dh_rfc7919.d.tmp crypto/dh/dh_rfc7919.d; \ + fi +crypto/dsa/dsa_ameth.o: ../crypto/dsa/dsa_ameth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dsa/dsa_ameth.d.tmp -MT $@ -c -o $@ ../crypto/dsa/dsa_ameth.c + @touch crypto/dsa/dsa_ameth.d.tmp + @if cmp crypto/dsa/dsa_ameth.d.tmp crypto/dsa/dsa_ameth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dsa/dsa_ameth.d.tmp; \ + else \ + mv crypto/dsa/dsa_ameth.d.tmp crypto/dsa/dsa_ameth.d; \ + fi +crypto/dsa/dsa_asn1.o: ../crypto/dsa/dsa_asn1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dsa/dsa_asn1.d.tmp -MT $@ -c -o $@ ../crypto/dsa/dsa_asn1.c + @touch crypto/dsa/dsa_asn1.d.tmp + @if cmp crypto/dsa/dsa_asn1.d.tmp crypto/dsa/dsa_asn1.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dsa/dsa_asn1.d.tmp; \ + else \ + mv crypto/dsa/dsa_asn1.d.tmp crypto/dsa/dsa_asn1.d; \ + fi +crypto/dsa/dsa_depr.o: ../crypto/dsa/dsa_depr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dsa/dsa_depr.d.tmp -MT $@ -c -o $@ ../crypto/dsa/dsa_depr.c + @touch crypto/dsa/dsa_depr.d.tmp + @if cmp crypto/dsa/dsa_depr.d.tmp crypto/dsa/dsa_depr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dsa/dsa_depr.d.tmp; \ + else \ + mv crypto/dsa/dsa_depr.d.tmp crypto/dsa/dsa_depr.d; \ + fi +crypto/dsa/dsa_err.o: ../crypto/dsa/dsa_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dsa/dsa_err.d.tmp -MT $@ -c -o $@ ../crypto/dsa/dsa_err.c + @touch crypto/dsa/dsa_err.d.tmp + @if cmp crypto/dsa/dsa_err.d.tmp crypto/dsa/dsa_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dsa/dsa_err.d.tmp; \ + else \ + mv crypto/dsa/dsa_err.d.tmp crypto/dsa/dsa_err.d; \ + fi +crypto/dsa/dsa_gen.o: ../crypto/dsa/dsa_gen.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dsa/dsa_gen.d.tmp -MT $@ -c -o $@ ../crypto/dsa/dsa_gen.c + @touch crypto/dsa/dsa_gen.d.tmp + @if cmp crypto/dsa/dsa_gen.d.tmp crypto/dsa/dsa_gen.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dsa/dsa_gen.d.tmp; \ + else \ + mv crypto/dsa/dsa_gen.d.tmp crypto/dsa/dsa_gen.d; \ + fi +crypto/dsa/dsa_key.o: ../crypto/dsa/dsa_key.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dsa/dsa_key.d.tmp -MT $@ -c -o $@ ../crypto/dsa/dsa_key.c + @touch crypto/dsa/dsa_key.d.tmp + @if cmp crypto/dsa/dsa_key.d.tmp crypto/dsa/dsa_key.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dsa/dsa_key.d.tmp; \ + else \ + mv crypto/dsa/dsa_key.d.tmp crypto/dsa/dsa_key.d; \ + fi +crypto/dsa/dsa_lib.o: ../crypto/dsa/dsa_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dsa/dsa_lib.d.tmp -MT $@ -c -o $@ ../crypto/dsa/dsa_lib.c + @touch crypto/dsa/dsa_lib.d.tmp + @if cmp crypto/dsa/dsa_lib.d.tmp crypto/dsa/dsa_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dsa/dsa_lib.d.tmp; \ + else \ + mv crypto/dsa/dsa_lib.d.tmp crypto/dsa/dsa_lib.d; \ + fi +crypto/dsa/dsa_meth.o: ../crypto/dsa/dsa_meth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dsa/dsa_meth.d.tmp -MT $@ -c -o $@ ../crypto/dsa/dsa_meth.c + @touch crypto/dsa/dsa_meth.d.tmp + @if cmp crypto/dsa/dsa_meth.d.tmp crypto/dsa/dsa_meth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dsa/dsa_meth.d.tmp; \ + else \ + mv crypto/dsa/dsa_meth.d.tmp crypto/dsa/dsa_meth.d; \ + fi +crypto/dsa/dsa_ossl.o: ../crypto/dsa/dsa_ossl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dsa/dsa_ossl.d.tmp -MT $@ -c -o $@ ../crypto/dsa/dsa_ossl.c + @touch crypto/dsa/dsa_ossl.d.tmp + @if cmp crypto/dsa/dsa_ossl.d.tmp crypto/dsa/dsa_ossl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dsa/dsa_ossl.d.tmp; \ + else \ + mv crypto/dsa/dsa_ossl.d.tmp crypto/dsa/dsa_ossl.d; \ + fi +crypto/dsa/dsa_pmeth.o: ../crypto/dsa/dsa_pmeth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dsa/dsa_pmeth.d.tmp -MT $@ -c -o $@ ../crypto/dsa/dsa_pmeth.c + @touch crypto/dsa/dsa_pmeth.d.tmp + @if cmp crypto/dsa/dsa_pmeth.d.tmp crypto/dsa/dsa_pmeth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dsa/dsa_pmeth.d.tmp; \ + else \ + mv crypto/dsa/dsa_pmeth.d.tmp crypto/dsa/dsa_pmeth.d; \ + fi +crypto/dsa/dsa_prn.o: ../crypto/dsa/dsa_prn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dsa/dsa_prn.d.tmp -MT $@ -c -o $@ ../crypto/dsa/dsa_prn.c + @touch crypto/dsa/dsa_prn.d.tmp + @if cmp crypto/dsa/dsa_prn.d.tmp crypto/dsa/dsa_prn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dsa/dsa_prn.d.tmp; \ + else \ + mv crypto/dsa/dsa_prn.d.tmp crypto/dsa/dsa_prn.d; \ + fi +crypto/dsa/dsa_sign.o: ../crypto/dsa/dsa_sign.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dsa/dsa_sign.d.tmp -MT $@ -c -o $@ ../crypto/dsa/dsa_sign.c + @touch crypto/dsa/dsa_sign.d.tmp + @if cmp crypto/dsa/dsa_sign.d.tmp crypto/dsa/dsa_sign.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dsa/dsa_sign.d.tmp; \ + else \ + mv crypto/dsa/dsa_sign.d.tmp crypto/dsa/dsa_sign.d; \ + fi +crypto/dsa/dsa_vrf.o: ../crypto/dsa/dsa_vrf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dsa/dsa_vrf.d.tmp -MT $@ -c -o $@ ../crypto/dsa/dsa_vrf.c + @touch crypto/dsa/dsa_vrf.d.tmp + @if cmp crypto/dsa/dsa_vrf.d.tmp crypto/dsa/dsa_vrf.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dsa/dsa_vrf.d.tmp; \ + else \ + mv crypto/dsa/dsa_vrf.d.tmp crypto/dsa/dsa_vrf.d; \ + fi +crypto/dso/dso_dl.o: ../crypto/dso/dso_dl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dso/dso_dl.d.tmp -MT $@ -c -o $@ ../crypto/dso/dso_dl.c + @touch crypto/dso/dso_dl.d.tmp + @if cmp crypto/dso/dso_dl.d.tmp crypto/dso/dso_dl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dso/dso_dl.d.tmp; \ + else \ + mv crypto/dso/dso_dl.d.tmp crypto/dso/dso_dl.d; \ + fi +crypto/dso/dso_dlfcn.o: ../crypto/dso/dso_dlfcn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dso/dso_dlfcn.d.tmp -MT $@ -c -o $@ ../crypto/dso/dso_dlfcn.c + @touch crypto/dso/dso_dlfcn.d.tmp + @if cmp crypto/dso/dso_dlfcn.d.tmp crypto/dso/dso_dlfcn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dso/dso_dlfcn.d.tmp; \ + else \ + mv crypto/dso/dso_dlfcn.d.tmp crypto/dso/dso_dlfcn.d; \ + fi +crypto/dso/dso_err.o: ../crypto/dso/dso_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dso/dso_err.d.tmp -MT $@ -c -o $@ ../crypto/dso/dso_err.c + @touch crypto/dso/dso_err.d.tmp + @if cmp crypto/dso/dso_err.d.tmp crypto/dso/dso_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dso/dso_err.d.tmp; \ + else \ + mv crypto/dso/dso_err.d.tmp crypto/dso/dso_err.d; \ + fi +crypto/dso/dso_lib.o: ../crypto/dso/dso_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dso/dso_lib.d.tmp -MT $@ -c -o $@ ../crypto/dso/dso_lib.c + @touch crypto/dso/dso_lib.d.tmp + @if cmp crypto/dso/dso_lib.d.tmp crypto/dso/dso_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dso/dso_lib.d.tmp; \ + else \ + mv crypto/dso/dso_lib.d.tmp crypto/dso/dso_lib.d; \ + fi +crypto/dso/dso_openssl.o: ../crypto/dso/dso_openssl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dso/dso_openssl.d.tmp -MT $@ -c -o $@ ../crypto/dso/dso_openssl.c + @touch crypto/dso/dso_openssl.d.tmp + @if cmp crypto/dso/dso_openssl.d.tmp crypto/dso/dso_openssl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dso/dso_openssl.d.tmp; \ + else \ + mv crypto/dso/dso_openssl.d.tmp crypto/dso/dso_openssl.d; \ + fi +crypto/dso/dso_vms.o: ../crypto/dso/dso_vms.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dso/dso_vms.d.tmp -MT $@ -c -o $@ ../crypto/dso/dso_vms.c + @touch crypto/dso/dso_vms.d.tmp + @if cmp crypto/dso/dso_vms.d.tmp crypto/dso/dso_vms.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dso/dso_vms.d.tmp; \ + else \ + mv crypto/dso/dso_vms.d.tmp crypto/dso/dso_vms.d; \ + fi +crypto/dso/dso_win32.o: ../crypto/dso/dso_win32.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/dso/dso_win32.d.tmp -MT $@ -c -o $@ ../crypto/dso/dso_win32.c + @touch crypto/dso/dso_win32.d.tmp + @if cmp crypto/dso/dso_win32.d.tmp crypto/dso/dso_win32.d > /dev/null 2> /dev/null; then \ + rm -f crypto/dso/dso_win32.d.tmp; \ + else \ + mv crypto/dso/dso_win32.d.tmp crypto/dso/dso_win32.d; \ + fi +crypto/ebcdic.o: ../crypto/ebcdic.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ebcdic.d.tmp -MT $@ -c -o $@ ../crypto/ebcdic.c + @touch crypto/ebcdic.d.tmp + @if cmp crypto/ebcdic.d.tmp crypto/ebcdic.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ebcdic.d.tmp; \ + else \ + mv crypto/ebcdic.d.tmp crypto/ebcdic.d; \ + fi +crypto/ec/curve25519.o: ../crypto/ec/curve25519.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/curve25519.d.tmp -MT $@ -c -o $@ ../crypto/ec/curve25519.c + @touch crypto/ec/curve25519.d.tmp + @if cmp crypto/ec/curve25519.d.tmp crypto/ec/curve25519.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/curve25519.d.tmp; \ + else \ + mv crypto/ec/curve25519.d.tmp crypto/ec/curve25519.d; \ + fi +crypto/ec/curve448/arch_32/f_impl.o: ../crypto/ec/curve448/arch_32/f_impl.c + $(CC) -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/curve448/arch_32/f_impl.d.tmp -MT $@ -c -o $@ ../crypto/ec/curve448/arch_32/f_impl.c + @touch crypto/ec/curve448/arch_32/f_impl.d.tmp + @if cmp crypto/ec/curve448/arch_32/f_impl.d.tmp crypto/ec/curve448/arch_32/f_impl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/curve448/arch_32/f_impl.d.tmp; \ + else \ + mv crypto/ec/curve448/arch_32/f_impl.d.tmp crypto/ec/curve448/arch_32/f_impl.d; \ + fi +crypto/ec/curve448/curve448.o: ../crypto/ec/curve448/curve448.c + $(CC) -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/curve448/curve448.d.tmp -MT $@ -c -o $@ ../crypto/ec/curve448/curve448.c + @touch crypto/ec/curve448/curve448.d.tmp + @if cmp crypto/ec/curve448/curve448.d.tmp crypto/ec/curve448/curve448.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/curve448/curve448.d.tmp; \ + else \ + mv crypto/ec/curve448/curve448.d.tmp crypto/ec/curve448/curve448.d; \ + fi +crypto/ec/curve448/curve448_tables.o: ../crypto/ec/curve448/curve448_tables.c + $(CC) -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/curve448/curve448_tables.d.tmp -MT $@ -c -o $@ ../crypto/ec/curve448/curve448_tables.c + @touch crypto/ec/curve448/curve448_tables.d.tmp + @if cmp crypto/ec/curve448/curve448_tables.d.tmp crypto/ec/curve448/curve448_tables.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/curve448/curve448_tables.d.tmp; \ + else \ + mv crypto/ec/curve448/curve448_tables.d.tmp crypto/ec/curve448/curve448_tables.d; \ + fi +crypto/ec/curve448/eddsa.o: ../crypto/ec/curve448/eddsa.c + $(CC) -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/curve448/eddsa.d.tmp -MT $@ -c -o $@ ../crypto/ec/curve448/eddsa.c + @touch crypto/ec/curve448/eddsa.d.tmp + @if cmp crypto/ec/curve448/eddsa.d.tmp crypto/ec/curve448/eddsa.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/curve448/eddsa.d.tmp; \ + else \ + mv crypto/ec/curve448/eddsa.d.tmp crypto/ec/curve448/eddsa.d; \ + fi +crypto/ec/curve448/f_generic.o: ../crypto/ec/curve448/f_generic.c + $(CC) -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/curve448/f_generic.d.tmp -MT $@ -c -o $@ ../crypto/ec/curve448/f_generic.c + @touch crypto/ec/curve448/f_generic.d.tmp + @if cmp crypto/ec/curve448/f_generic.d.tmp crypto/ec/curve448/f_generic.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/curve448/f_generic.d.tmp; \ + else \ + mv crypto/ec/curve448/f_generic.d.tmp crypto/ec/curve448/f_generic.d; \ + fi +crypto/ec/curve448/scalar.o: ../crypto/ec/curve448/scalar.c + $(CC) -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448/arch_32 -I../crypto/ec/curve448 $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/curve448/scalar.d.tmp -MT $@ -c -o $@ ../crypto/ec/curve448/scalar.c + @touch crypto/ec/curve448/scalar.d.tmp + @if cmp crypto/ec/curve448/scalar.d.tmp crypto/ec/curve448/scalar.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/curve448/scalar.d.tmp; \ + else \ + mv crypto/ec/curve448/scalar.d.tmp crypto/ec/curve448/scalar.d; \ + fi +crypto/ec/ec2_oct.o: ../crypto/ec/ec2_oct.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec2_oct.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec2_oct.c + @touch crypto/ec/ec2_oct.d.tmp + @if cmp crypto/ec/ec2_oct.d.tmp crypto/ec/ec2_oct.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec2_oct.d.tmp; \ + else \ + mv crypto/ec/ec2_oct.d.tmp crypto/ec/ec2_oct.d; \ + fi +crypto/ec/ec2_smpl.o: ../crypto/ec/ec2_smpl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec2_smpl.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec2_smpl.c + @touch crypto/ec/ec2_smpl.d.tmp + @if cmp crypto/ec/ec2_smpl.d.tmp crypto/ec/ec2_smpl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec2_smpl.d.tmp; \ + else \ + mv crypto/ec/ec2_smpl.d.tmp crypto/ec/ec2_smpl.d; \ + fi +crypto/ec/ec_ameth.o: ../crypto/ec/ec_ameth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec_ameth.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec_ameth.c + @touch crypto/ec/ec_ameth.d.tmp + @if cmp crypto/ec/ec_ameth.d.tmp crypto/ec/ec_ameth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec_ameth.d.tmp; \ + else \ + mv crypto/ec/ec_ameth.d.tmp crypto/ec/ec_ameth.d; \ + fi +crypto/ec/ec_asn1.o: ../crypto/ec/ec_asn1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec_asn1.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec_asn1.c + @touch crypto/ec/ec_asn1.d.tmp + @if cmp crypto/ec/ec_asn1.d.tmp crypto/ec/ec_asn1.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec_asn1.d.tmp; \ + else \ + mv crypto/ec/ec_asn1.d.tmp crypto/ec/ec_asn1.d; \ + fi +crypto/ec/ec_check.o: ../crypto/ec/ec_check.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec_check.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec_check.c + @touch crypto/ec/ec_check.d.tmp + @if cmp crypto/ec/ec_check.d.tmp crypto/ec/ec_check.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec_check.d.tmp; \ + else \ + mv crypto/ec/ec_check.d.tmp crypto/ec/ec_check.d; \ + fi +crypto/ec/ec_curve.o: ../crypto/ec/ec_curve.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec_curve.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec_curve.c + @touch crypto/ec/ec_curve.d.tmp + @if cmp crypto/ec/ec_curve.d.tmp crypto/ec/ec_curve.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec_curve.d.tmp; \ + else \ + mv crypto/ec/ec_curve.d.tmp crypto/ec/ec_curve.d; \ + fi +crypto/ec/ec_cvt.o: ../crypto/ec/ec_cvt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec_cvt.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec_cvt.c + @touch crypto/ec/ec_cvt.d.tmp + @if cmp crypto/ec/ec_cvt.d.tmp crypto/ec/ec_cvt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec_cvt.d.tmp; \ + else \ + mv crypto/ec/ec_cvt.d.tmp crypto/ec/ec_cvt.d; \ + fi +crypto/ec/ec_err.o: ../crypto/ec/ec_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec_err.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec_err.c + @touch crypto/ec/ec_err.d.tmp + @if cmp crypto/ec/ec_err.d.tmp crypto/ec/ec_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec_err.d.tmp; \ + else \ + mv crypto/ec/ec_err.d.tmp crypto/ec/ec_err.d; \ + fi +crypto/ec/ec_key.o: ../crypto/ec/ec_key.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec_key.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec_key.c + @touch crypto/ec/ec_key.d.tmp + @if cmp crypto/ec/ec_key.d.tmp crypto/ec/ec_key.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec_key.d.tmp; \ + else \ + mv crypto/ec/ec_key.d.tmp crypto/ec/ec_key.d; \ + fi +crypto/ec/ec_kmeth.o: ../crypto/ec/ec_kmeth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec_kmeth.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec_kmeth.c + @touch crypto/ec/ec_kmeth.d.tmp + @if cmp crypto/ec/ec_kmeth.d.tmp crypto/ec/ec_kmeth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec_kmeth.d.tmp; \ + else \ + mv crypto/ec/ec_kmeth.d.tmp crypto/ec/ec_kmeth.d; \ + fi +crypto/ec/ec_lib.o: ../crypto/ec/ec_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec_lib.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec_lib.c + @touch crypto/ec/ec_lib.d.tmp + @if cmp crypto/ec/ec_lib.d.tmp crypto/ec/ec_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec_lib.d.tmp; \ + else \ + mv crypto/ec/ec_lib.d.tmp crypto/ec/ec_lib.d; \ + fi +crypto/ec/ec_mult.o: ../crypto/ec/ec_mult.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec_mult.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec_mult.c + @touch crypto/ec/ec_mult.d.tmp + @if cmp crypto/ec/ec_mult.d.tmp crypto/ec/ec_mult.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec_mult.d.tmp; \ + else \ + mv crypto/ec/ec_mult.d.tmp crypto/ec/ec_mult.d; \ + fi +crypto/ec/ec_oct.o: ../crypto/ec/ec_oct.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec_oct.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec_oct.c + @touch crypto/ec/ec_oct.d.tmp + @if cmp crypto/ec/ec_oct.d.tmp crypto/ec/ec_oct.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec_oct.d.tmp; \ + else \ + mv crypto/ec/ec_oct.d.tmp crypto/ec/ec_oct.d; \ + fi +crypto/ec/ec_pmeth.o: ../crypto/ec/ec_pmeth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec_pmeth.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec_pmeth.c + @touch crypto/ec/ec_pmeth.d.tmp + @if cmp crypto/ec/ec_pmeth.d.tmp crypto/ec/ec_pmeth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec_pmeth.d.tmp; \ + else \ + mv crypto/ec/ec_pmeth.d.tmp crypto/ec/ec_pmeth.d; \ + fi +crypto/ec/ec_print.o: ../crypto/ec/ec_print.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ec_print.d.tmp -MT $@ -c -o $@ ../crypto/ec/ec_print.c + @touch crypto/ec/ec_print.d.tmp + @if cmp crypto/ec/ec_print.d.tmp crypto/ec/ec_print.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ec_print.d.tmp; \ + else \ + mv crypto/ec/ec_print.d.tmp crypto/ec/ec_print.d; \ + fi +crypto/ec/ecdh_kdf.o: ../crypto/ec/ecdh_kdf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecdh_kdf.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecdh_kdf.c + @touch crypto/ec/ecdh_kdf.d.tmp + @if cmp crypto/ec/ecdh_kdf.d.tmp crypto/ec/ecdh_kdf.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecdh_kdf.d.tmp; \ + else \ + mv crypto/ec/ecdh_kdf.d.tmp crypto/ec/ecdh_kdf.d; \ + fi +crypto/ec/ecdh_ossl.o: ../crypto/ec/ecdh_ossl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecdh_ossl.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecdh_ossl.c + @touch crypto/ec/ecdh_ossl.d.tmp + @if cmp crypto/ec/ecdh_ossl.d.tmp crypto/ec/ecdh_ossl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecdh_ossl.d.tmp; \ + else \ + mv crypto/ec/ecdh_ossl.d.tmp crypto/ec/ecdh_ossl.d; \ + fi +crypto/ec/ecdsa_ossl.o: ../crypto/ec/ecdsa_ossl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecdsa_ossl.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecdsa_ossl.c + @touch crypto/ec/ecdsa_ossl.d.tmp + @if cmp crypto/ec/ecdsa_ossl.d.tmp crypto/ec/ecdsa_ossl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecdsa_ossl.d.tmp; \ + else \ + mv crypto/ec/ecdsa_ossl.d.tmp crypto/ec/ecdsa_ossl.d; \ + fi +crypto/ec/ecdsa_sign.o: ../crypto/ec/ecdsa_sign.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecdsa_sign.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecdsa_sign.c + @touch crypto/ec/ecdsa_sign.d.tmp + @if cmp crypto/ec/ecdsa_sign.d.tmp crypto/ec/ecdsa_sign.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecdsa_sign.d.tmp; \ + else \ + mv crypto/ec/ecdsa_sign.d.tmp crypto/ec/ecdsa_sign.d; \ + fi +crypto/ec/ecdsa_vrf.o: ../crypto/ec/ecdsa_vrf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecdsa_vrf.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecdsa_vrf.c + @touch crypto/ec/ecdsa_vrf.d.tmp + @if cmp crypto/ec/ecdsa_vrf.d.tmp crypto/ec/ecdsa_vrf.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecdsa_vrf.d.tmp; \ + else \ + mv crypto/ec/ecdsa_vrf.d.tmp crypto/ec/ecdsa_vrf.d; \ + fi +crypto/ec/eck_prn.o: ../crypto/ec/eck_prn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/eck_prn.d.tmp -MT $@ -c -o $@ ../crypto/ec/eck_prn.c + @touch crypto/ec/eck_prn.d.tmp + @if cmp crypto/ec/eck_prn.d.tmp crypto/ec/eck_prn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/eck_prn.d.tmp; \ + else \ + mv crypto/ec/eck_prn.d.tmp crypto/ec/eck_prn.d; \ + fi +crypto/ec/ecp_mont.o: ../crypto/ec/ecp_mont.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecp_mont.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecp_mont.c + @touch crypto/ec/ecp_mont.d.tmp + @if cmp crypto/ec/ecp_mont.d.tmp crypto/ec/ecp_mont.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecp_mont.d.tmp; \ + else \ + mv crypto/ec/ecp_mont.d.tmp crypto/ec/ecp_mont.d; \ + fi +crypto/ec/ecp_nist.o: ../crypto/ec/ecp_nist.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecp_nist.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecp_nist.c + @touch crypto/ec/ecp_nist.d.tmp + @if cmp crypto/ec/ecp_nist.d.tmp crypto/ec/ecp_nist.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecp_nist.d.tmp; \ + else \ + mv crypto/ec/ecp_nist.d.tmp crypto/ec/ecp_nist.d; \ + fi +crypto/ec/ecp_nistp224.o: ../crypto/ec/ecp_nistp224.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecp_nistp224.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecp_nistp224.c + @touch crypto/ec/ecp_nistp224.d.tmp + @if cmp crypto/ec/ecp_nistp224.d.tmp crypto/ec/ecp_nistp224.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecp_nistp224.d.tmp; \ + else \ + mv crypto/ec/ecp_nistp224.d.tmp crypto/ec/ecp_nistp224.d; \ + fi +crypto/ec/ecp_nistp256.o: ../crypto/ec/ecp_nistp256.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecp_nistp256.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecp_nistp256.c + @touch crypto/ec/ecp_nistp256.d.tmp + @if cmp crypto/ec/ecp_nistp256.d.tmp crypto/ec/ecp_nistp256.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecp_nistp256.d.tmp; \ + else \ + mv crypto/ec/ecp_nistp256.d.tmp crypto/ec/ecp_nistp256.d; \ + fi +crypto/ec/ecp_nistp521.o: ../crypto/ec/ecp_nistp521.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecp_nistp521.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecp_nistp521.c + @touch crypto/ec/ecp_nistp521.d.tmp + @if cmp crypto/ec/ecp_nistp521.d.tmp crypto/ec/ecp_nistp521.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecp_nistp521.d.tmp; \ + else \ + mv crypto/ec/ecp_nistp521.d.tmp crypto/ec/ecp_nistp521.d; \ + fi +crypto/ec/ecp_nistputil.o: ../crypto/ec/ecp_nistputil.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecp_nistputil.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecp_nistputil.c + @touch crypto/ec/ecp_nistputil.d.tmp + @if cmp crypto/ec/ecp_nistputil.d.tmp crypto/ec/ecp_nistputil.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecp_nistputil.d.tmp; \ + else \ + mv crypto/ec/ecp_nistputil.d.tmp crypto/ec/ecp_nistputil.d; \ + fi +crypto/ec/ecp_oct.o: ../crypto/ec/ecp_oct.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecp_oct.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecp_oct.c + @touch crypto/ec/ecp_oct.d.tmp + @if cmp crypto/ec/ecp_oct.d.tmp crypto/ec/ecp_oct.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecp_oct.d.tmp; \ + else \ + mv crypto/ec/ecp_oct.d.tmp crypto/ec/ecp_oct.d; \ + fi +crypto/ec/ecp_smpl.o: ../crypto/ec/ecp_smpl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecp_smpl.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecp_smpl.c + @touch crypto/ec/ecp_smpl.d.tmp + @if cmp crypto/ec/ecp_smpl.d.tmp crypto/ec/ecp_smpl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecp_smpl.d.tmp; \ + else \ + mv crypto/ec/ecp_smpl.d.tmp crypto/ec/ecp_smpl.d; \ + fi +crypto/ec/ecx_meth.o: ../crypto/ec/ecx_meth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ec/ecx_meth.d.tmp -MT $@ -c -o $@ ../crypto/ec/ecx_meth.c + @touch crypto/ec/ecx_meth.d.tmp + @if cmp crypto/ec/ecx_meth.d.tmp crypto/ec/ecx_meth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ec/ecx_meth.d.tmp; \ + else \ + mv crypto/ec/ecx_meth.d.tmp crypto/ec/ecx_meth.d; \ + fi +crypto/engine/eng_all.o: ../crypto/engine/eng_all.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/eng_all.d.tmp -MT $@ -c -o $@ ../crypto/engine/eng_all.c + @touch crypto/engine/eng_all.d.tmp + @if cmp crypto/engine/eng_all.d.tmp crypto/engine/eng_all.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/eng_all.d.tmp; \ + else \ + mv crypto/engine/eng_all.d.tmp crypto/engine/eng_all.d; \ + fi +crypto/engine/eng_cnf.o: ../crypto/engine/eng_cnf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/eng_cnf.d.tmp -MT $@ -c -o $@ ../crypto/engine/eng_cnf.c + @touch crypto/engine/eng_cnf.d.tmp + @if cmp crypto/engine/eng_cnf.d.tmp crypto/engine/eng_cnf.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/eng_cnf.d.tmp; \ + else \ + mv crypto/engine/eng_cnf.d.tmp crypto/engine/eng_cnf.d; \ + fi +crypto/engine/eng_ctrl.o: ../crypto/engine/eng_ctrl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/eng_ctrl.d.tmp -MT $@ -c -o $@ ../crypto/engine/eng_ctrl.c + @touch crypto/engine/eng_ctrl.d.tmp + @if cmp crypto/engine/eng_ctrl.d.tmp crypto/engine/eng_ctrl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/eng_ctrl.d.tmp; \ + else \ + mv crypto/engine/eng_ctrl.d.tmp crypto/engine/eng_ctrl.d; \ + fi +crypto/engine/eng_dyn.o: ../crypto/engine/eng_dyn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/eng_dyn.d.tmp -MT $@ -c -o $@ ../crypto/engine/eng_dyn.c + @touch crypto/engine/eng_dyn.d.tmp + @if cmp crypto/engine/eng_dyn.d.tmp crypto/engine/eng_dyn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/eng_dyn.d.tmp; \ + else \ + mv crypto/engine/eng_dyn.d.tmp crypto/engine/eng_dyn.d; \ + fi +crypto/engine/eng_err.o: ../crypto/engine/eng_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/eng_err.d.tmp -MT $@ -c -o $@ ../crypto/engine/eng_err.c + @touch crypto/engine/eng_err.d.tmp + @if cmp crypto/engine/eng_err.d.tmp crypto/engine/eng_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/eng_err.d.tmp; \ + else \ + mv crypto/engine/eng_err.d.tmp crypto/engine/eng_err.d; \ + fi +crypto/engine/eng_fat.o: ../crypto/engine/eng_fat.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/eng_fat.d.tmp -MT $@ -c -o $@ ../crypto/engine/eng_fat.c + @touch crypto/engine/eng_fat.d.tmp + @if cmp crypto/engine/eng_fat.d.tmp crypto/engine/eng_fat.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/eng_fat.d.tmp; \ + else \ + mv crypto/engine/eng_fat.d.tmp crypto/engine/eng_fat.d; \ + fi +crypto/engine/eng_init.o: ../crypto/engine/eng_init.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/eng_init.d.tmp -MT $@ -c -o $@ ../crypto/engine/eng_init.c + @touch crypto/engine/eng_init.d.tmp + @if cmp crypto/engine/eng_init.d.tmp crypto/engine/eng_init.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/eng_init.d.tmp; \ + else \ + mv crypto/engine/eng_init.d.tmp crypto/engine/eng_init.d; \ + fi +crypto/engine/eng_lib.o: ../crypto/engine/eng_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/eng_lib.d.tmp -MT $@ -c -o $@ ../crypto/engine/eng_lib.c + @touch crypto/engine/eng_lib.d.tmp + @if cmp crypto/engine/eng_lib.d.tmp crypto/engine/eng_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/eng_lib.d.tmp; \ + else \ + mv crypto/engine/eng_lib.d.tmp crypto/engine/eng_lib.d; \ + fi +crypto/engine/eng_list.o: ../crypto/engine/eng_list.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/eng_list.d.tmp -MT $@ -c -o $@ ../crypto/engine/eng_list.c + @touch crypto/engine/eng_list.d.tmp + @if cmp crypto/engine/eng_list.d.tmp crypto/engine/eng_list.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/eng_list.d.tmp; \ + else \ + mv crypto/engine/eng_list.d.tmp crypto/engine/eng_list.d; \ + fi +crypto/engine/eng_openssl.o: ../crypto/engine/eng_openssl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/eng_openssl.d.tmp -MT $@ -c -o $@ ../crypto/engine/eng_openssl.c + @touch crypto/engine/eng_openssl.d.tmp + @if cmp crypto/engine/eng_openssl.d.tmp crypto/engine/eng_openssl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/eng_openssl.d.tmp; \ + else \ + mv crypto/engine/eng_openssl.d.tmp crypto/engine/eng_openssl.d; \ + fi +crypto/engine/eng_pkey.o: ../crypto/engine/eng_pkey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/eng_pkey.d.tmp -MT $@ -c -o $@ ../crypto/engine/eng_pkey.c + @touch crypto/engine/eng_pkey.d.tmp + @if cmp crypto/engine/eng_pkey.d.tmp crypto/engine/eng_pkey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/eng_pkey.d.tmp; \ + else \ + mv crypto/engine/eng_pkey.d.tmp crypto/engine/eng_pkey.d; \ + fi +crypto/engine/eng_rdrand.o: ../crypto/engine/eng_rdrand.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/eng_rdrand.d.tmp -MT $@ -c -o $@ ../crypto/engine/eng_rdrand.c + @touch crypto/engine/eng_rdrand.d.tmp + @if cmp crypto/engine/eng_rdrand.d.tmp crypto/engine/eng_rdrand.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/eng_rdrand.d.tmp; \ + else \ + mv crypto/engine/eng_rdrand.d.tmp crypto/engine/eng_rdrand.d; \ + fi +crypto/engine/eng_table.o: ../crypto/engine/eng_table.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/eng_table.d.tmp -MT $@ -c -o $@ ../crypto/engine/eng_table.c + @touch crypto/engine/eng_table.d.tmp + @if cmp crypto/engine/eng_table.d.tmp crypto/engine/eng_table.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/eng_table.d.tmp; \ + else \ + mv crypto/engine/eng_table.d.tmp crypto/engine/eng_table.d; \ + fi +crypto/engine/tb_asnmth.o: ../crypto/engine/tb_asnmth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/tb_asnmth.d.tmp -MT $@ -c -o $@ ../crypto/engine/tb_asnmth.c + @touch crypto/engine/tb_asnmth.d.tmp + @if cmp crypto/engine/tb_asnmth.d.tmp crypto/engine/tb_asnmth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/tb_asnmth.d.tmp; \ + else \ + mv crypto/engine/tb_asnmth.d.tmp crypto/engine/tb_asnmth.d; \ + fi +crypto/engine/tb_cipher.o: ../crypto/engine/tb_cipher.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/tb_cipher.d.tmp -MT $@ -c -o $@ ../crypto/engine/tb_cipher.c + @touch crypto/engine/tb_cipher.d.tmp + @if cmp crypto/engine/tb_cipher.d.tmp crypto/engine/tb_cipher.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/tb_cipher.d.tmp; \ + else \ + mv crypto/engine/tb_cipher.d.tmp crypto/engine/tb_cipher.d; \ + fi +crypto/engine/tb_dh.o: ../crypto/engine/tb_dh.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/tb_dh.d.tmp -MT $@ -c -o $@ ../crypto/engine/tb_dh.c + @touch crypto/engine/tb_dh.d.tmp + @if cmp crypto/engine/tb_dh.d.tmp crypto/engine/tb_dh.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/tb_dh.d.tmp; \ + else \ + mv crypto/engine/tb_dh.d.tmp crypto/engine/tb_dh.d; \ + fi +crypto/engine/tb_digest.o: ../crypto/engine/tb_digest.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/tb_digest.d.tmp -MT $@ -c -o $@ ../crypto/engine/tb_digest.c + @touch crypto/engine/tb_digest.d.tmp + @if cmp crypto/engine/tb_digest.d.tmp crypto/engine/tb_digest.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/tb_digest.d.tmp; \ + else \ + mv crypto/engine/tb_digest.d.tmp crypto/engine/tb_digest.d; \ + fi +crypto/engine/tb_dsa.o: ../crypto/engine/tb_dsa.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/tb_dsa.d.tmp -MT $@ -c -o $@ ../crypto/engine/tb_dsa.c + @touch crypto/engine/tb_dsa.d.tmp + @if cmp crypto/engine/tb_dsa.d.tmp crypto/engine/tb_dsa.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/tb_dsa.d.tmp; \ + else \ + mv crypto/engine/tb_dsa.d.tmp crypto/engine/tb_dsa.d; \ + fi +crypto/engine/tb_eckey.o: ../crypto/engine/tb_eckey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/tb_eckey.d.tmp -MT $@ -c -o $@ ../crypto/engine/tb_eckey.c + @touch crypto/engine/tb_eckey.d.tmp + @if cmp crypto/engine/tb_eckey.d.tmp crypto/engine/tb_eckey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/tb_eckey.d.tmp; \ + else \ + mv crypto/engine/tb_eckey.d.tmp crypto/engine/tb_eckey.d; \ + fi +crypto/engine/tb_pkmeth.o: ../crypto/engine/tb_pkmeth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/tb_pkmeth.d.tmp -MT $@ -c -o $@ ../crypto/engine/tb_pkmeth.c + @touch crypto/engine/tb_pkmeth.d.tmp + @if cmp crypto/engine/tb_pkmeth.d.tmp crypto/engine/tb_pkmeth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/tb_pkmeth.d.tmp; \ + else \ + mv crypto/engine/tb_pkmeth.d.tmp crypto/engine/tb_pkmeth.d; \ + fi +crypto/engine/tb_rand.o: ../crypto/engine/tb_rand.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/tb_rand.d.tmp -MT $@ -c -o $@ ../crypto/engine/tb_rand.c + @touch crypto/engine/tb_rand.d.tmp + @if cmp crypto/engine/tb_rand.d.tmp crypto/engine/tb_rand.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/tb_rand.d.tmp; \ + else \ + mv crypto/engine/tb_rand.d.tmp crypto/engine/tb_rand.d; \ + fi +crypto/engine/tb_rsa.o: ../crypto/engine/tb_rsa.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/engine/tb_rsa.d.tmp -MT $@ -c -o $@ ../crypto/engine/tb_rsa.c + @touch crypto/engine/tb_rsa.d.tmp + @if cmp crypto/engine/tb_rsa.d.tmp crypto/engine/tb_rsa.d > /dev/null 2> /dev/null; then \ + rm -f crypto/engine/tb_rsa.d.tmp; \ + else \ + mv crypto/engine/tb_rsa.d.tmp crypto/engine/tb_rsa.d; \ + fi +crypto/err/err.o: ../crypto/err/err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/err/err.d.tmp -MT $@ -c -o $@ ../crypto/err/err.c + @touch crypto/err/err.d.tmp + @if cmp crypto/err/err.d.tmp crypto/err/err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/err/err.d.tmp; \ + else \ + mv crypto/err/err.d.tmp crypto/err/err.d; \ + fi +crypto/err/err_all.o: ../crypto/err/err_all.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/err/err_all.d.tmp -MT $@ -c -o $@ ../crypto/err/err_all.c + @touch crypto/err/err_all.d.tmp + @if cmp crypto/err/err_all.d.tmp crypto/err/err_all.d > /dev/null 2> /dev/null; then \ + rm -f crypto/err/err_all.d.tmp; \ + else \ + mv crypto/err/err_all.d.tmp crypto/err/err_all.d; \ + fi +crypto/err/err_prn.o: ../crypto/err/err_prn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/err/err_prn.d.tmp -MT $@ -c -o $@ ../crypto/err/err_prn.c + @touch crypto/err/err_prn.d.tmp + @if cmp crypto/err/err_prn.d.tmp crypto/err/err_prn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/err/err_prn.d.tmp; \ + else \ + mv crypto/err/err_prn.d.tmp crypto/err/err_prn.d; \ + fi +crypto/evp/bio_b64.o: ../crypto/evp/bio_b64.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/bio_b64.d.tmp -MT $@ -c -o $@ ../crypto/evp/bio_b64.c + @touch crypto/evp/bio_b64.d.tmp + @if cmp crypto/evp/bio_b64.d.tmp crypto/evp/bio_b64.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/bio_b64.d.tmp; \ + else \ + mv crypto/evp/bio_b64.d.tmp crypto/evp/bio_b64.d; \ + fi +crypto/evp/bio_enc.o: ../crypto/evp/bio_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/bio_enc.d.tmp -MT $@ -c -o $@ ../crypto/evp/bio_enc.c + @touch crypto/evp/bio_enc.d.tmp + @if cmp crypto/evp/bio_enc.d.tmp crypto/evp/bio_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/bio_enc.d.tmp; \ + else \ + mv crypto/evp/bio_enc.d.tmp crypto/evp/bio_enc.d; \ + fi +crypto/evp/bio_md.o: ../crypto/evp/bio_md.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/bio_md.d.tmp -MT $@ -c -o $@ ../crypto/evp/bio_md.c + @touch crypto/evp/bio_md.d.tmp + @if cmp crypto/evp/bio_md.d.tmp crypto/evp/bio_md.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/bio_md.d.tmp; \ + else \ + mv crypto/evp/bio_md.d.tmp crypto/evp/bio_md.d; \ + fi +crypto/evp/bio_ok.o: ../crypto/evp/bio_ok.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/bio_ok.d.tmp -MT $@ -c -o $@ ../crypto/evp/bio_ok.c + @touch crypto/evp/bio_ok.d.tmp + @if cmp crypto/evp/bio_ok.d.tmp crypto/evp/bio_ok.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/bio_ok.d.tmp; \ + else \ + mv crypto/evp/bio_ok.d.tmp crypto/evp/bio_ok.d; \ + fi +crypto/evp/c_allc.o: ../crypto/evp/c_allc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/c_allc.d.tmp -MT $@ -c -o $@ ../crypto/evp/c_allc.c + @touch crypto/evp/c_allc.d.tmp + @if cmp crypto/evp/c_allc.d.tmp crypto/evp/c_allc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/c_allc.d.tmp; \ + else \ + mv crypto/evp/c_allc.d.tmp crypto/evp/c_allc.d; \ + fi +crypto/evp/c_alld.o: ../crypto/evp/c_alld.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/c_alld.d.tmp -MT $@ -c -o $@ ../crypto/evp/c_alld.c + @touch crypto/evp/c_alld.d.tmp + @if cmp crypto/evp/c_alld.d.tmp crypto/evp/c_alld.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/c_alld.d.tmp; \ + else \ + mv crypto/evp/c_alld.d.tmp crypto/evp/c_alld.d; \ + fi +crypto/evp/cmeth_lib.o: ../crypto/evp/cmeth_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/cmeth_lib.d.tmp -MT $@ -c -o $@ ../crypto/evp/cmeth_lib.c + @touch crypto/evp/cmeth_lib.d.tmp + @if cmp crypto/evp/cmeth_lib.d.tmp crypto/evp/cmeth_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/cmeth_lib.d.tmp; \ + else \ + mv crypto/evp/cmeth_lib.d.tmp crypto/evp/cmeth_lib.d; \ + fi +crypto/evp/digest.o: ../crypto/evp/digest.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/digest.d.tmp -MT $@ -c -o $@ ../crypto/evp/digest.c + @touch crypto/evp/digest.d.tmp + @if cmp crypto/evp/digest.d.tmp crypto/evp/digest.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/digest.d.tmp; \ + else \ + mv crypto/evp/digest.d.tmp crypto/evp/digest.d; \ + fi +crypto/evp/e_aes.o: ../crypto/evp/e_aes.c + $(CC) -I. -Iinclude -Icrypto -Icrypto/modes -I.. -I../include -I../crypto -I../crypto/modes $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_aes.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_aes.c + @touch crypto/evp/e_aes.d.tmp + @if cmp crypto/evp/e_aes.d.tmp crypto/evp/e_aes.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_aes.d.tmp; \ + else \ + mv crypto/evp/e_aes.d.tmp crypto/evp/e_aes.d; \ + fi +crypto/evp/e_aes_cbc_hmac_sha1.o: ../crypto/evp/e_aes_cbc_hmac_sha1.c + $(CC) -I. -Iinclude -Icrypto/modes -I.. -I../include -I../crypto/modes $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_aes_cbc_hmac_sha1.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_aes_cbc_hmac_sha1.c + @touch crypto/evp/e_aes_cbc_hmac_sha1.d.tmp + @if cmp crypto/evp/e_aes_cbc_hmac_sha1.d.tmp crypto/evp/e_aes_cbc_hmac_sha1.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_aes_cbc_hmac_sha1.d.tmp; \ + else \ + mv crypto/evp/e_aes_cbc_hmac_sha1.d.tmp crypto/evp/e_aes_cbc_hmac_sha1.d; \ + fi +crypto/evp/e_aes_cbc_hmac_sha256.o: ../crypto/evp/e_aes_cbc_hmac_sha256.c + $(CC) -I. -Iinclude -Icrypto/modes -I.. -I../include -I../crypto/modes $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_aes_cbc_hmac_sha256.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_aes_cbc_hmac_sha256.c + @touch crypto/evp/e_aes_cbc_hmac_sha256.d.tmp + @if cmp crypto/evp/e_aes_cbc_hmac_sha256.d.tmp crypto/evp/e_aes_cbc_hmac_sha256.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_aes_cbc_hmac_sha256.d.tmp; \ + else \ + mv crypto/evp/e_aes_cbc_hmac_sha256.d.tmp crypto/evp/e_aes_cbc_hmac_sha256.d; \ + fi +crypto/evp/e_aria.o: ../crypto/evp/e_aria.c + $(CC) -I. -Iinclude -Icrypto -Icrypto/modes -I.. -I../include -I../crypto -I../crypto/modes $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_aria.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_aria.c + @touch crypto/evp/e_aria.d.tmp + @if cmp crypto/evp/e_aria.d.tmp crypto/evp/e_aria.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_aria.d.tmp; \ + else \ + mv crypto/evp/e_aria.d.tmp crypto/evp/e_aria.d; \ + fi +crypto/evp/e_bf.o: ../crypto/evp/e_bf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_bf.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_bf.c + @touch crypto/evp/e_bf.d.tmp + @if cmp crypto/evp/e_bf.d.tmp crypto/evp/e_bf.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_bf.d.tmp; \ + else \ + mv crypto/evp/e_bf.d.tmp crypto/evp/e_bf.d; \ + fi +crypto/evp/e_camellia.o: ../crypto/evp/e_camellia.c + $(CC) -I. -Iinclude -Icrypto -Icrypto/modes -I.. -I../include -I../crypto -I../crypto/modes $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_camellia.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_camellia.c + @touch crypto/evp/e_camellia.d.tmp + @if cmp crypto/evp/e_camellia.d.tmp crypto/evp/e_camellia.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_camellia.d.tmp; \ + else \ + mv crypto/evp/e_camellia.d.tmp crypto/evp/e_camellia.d; \ + fi +crypto/evp/e_cast.o: ../crypto/evp/e_cast.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_cast.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_cast.c + @touch crypto/evp/e_cast.d.tmp + @if cmp crypto/evp/e_cast.d.tmp crypto/evp/e_cast.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_cast.d.tmp; \ + else \ + mv crypto/evp/e_cast.d.tmp crypto/evp/e_cast.d; \ + fi +crypto/evp/e_chacha20_poly1305.o: ../crypto/evp/e_chacha20_poly1305.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_chacha20_poly1305.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_chacha20_poly1305.c + @touch crypto/evp/e_chacha20_poly1305.d.tmp + @if cmp crypto/evp/e_chacha20_poly1305.d.tmp crypto/evp/e_chacha20_poly1305.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_chacha20_poly1305.d.tmp; \ + else \ + mv crypto/evp/e_chacha20_poly1305.d.tmp crypto/evp/e_chacha20_poly1305.d; \ + fi +crypto/evp/e_des.o: ../crypto/evp/e_des.c + $(CC) -I. -Iinclude -Icrypto -I.. -I../include -I../crypto $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_des.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_des.c + @touch crypto/evp/e_des.d.tmp + @if cmp crypto/evp/e_des.d.tmp crypto/evp/e_des.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_des.d.tmp; \ + else \ + mv crypto/evp/e_des.d.tmp crypto/evp/e_des.d; \ + fi +crypto/evp/e_des3.o: ../crypto/evp/e_des3.c + $(CC) -I. -Iinclude -Icrypto -I.. -I../include -I../crypto $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_des3.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_des3.c + @touch crypto/evp/e_des3.d.tmp + @if cmp crypto/evp/e_des3.d.tmp crypto/evp/e_des3.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_des3.d.tmp; \ + else \ + mv crypto/evp/e_des3.d.tmp crypto/evp/e_des3.d; \ + fi +crypto/evp/e_idea.o: ../crypto/evp/e_idea.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_idea.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_idea.c + @touch crypto/evp/e_idea.d.tmp + @if cmp crypto/evp/e_idea.d.tmp crypto/evp/e_idea.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_idea.d.tmp; \ + else \ + mv crypto/evp/e_idea.d.tmp crypto/evp/e_idea.d; \ + fi +crypto/evp/e_null.o: ../crypto/evp/e_null.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_null.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_null.c + @touch crypto/evp/e_null.d.tmp + @if cmp crypto/evp/e_null.d.tmp crypto/evp/e_null.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_null.d.tmp; \ + else \ + mv crypto/evp/e_null.d.tmp crypto/evp/e_null.d; \ + fi +crypto/evp/e_old.o: ../crypto/evp/e_old.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_old.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_old.c + @touch crypto/evp/e_old.d.tmp + @if cmp crypto/evp/e_old.d.tmp crypto/evp/e_old.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_old.d.tmp; \ + else \ + mv crypto/evp/e_old.d.tmp crypto/evp/e_old.d; \ + fi +crypto/evp/e_rc2.o: ../crypto/evp/e_rc2.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_rc2.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_rc2.c + @touch crypto/evp/e_rc2.d.tmp + @if cmp crypto/evp/e_rc2.d.tmp crypto/evp/e_rc2.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_rc2.d.tmp; \ + else \ + mv crypto/evp/e_rc2.d.tmp crypto/evp/e_rc2.d; \ + fi +crypto/evp/e_rc4.o: ../crypto/evp/e_rc4.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_rc4.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_rc4.c + @touch crypto/evp/e_rc4.d.tmp + @if cmp crypto/evp/e_rc4.d.tmp crypto/evp/e_rc4.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_rc4.d.tmp; \ + else \ + mv crypto/evp/e_rc4.d.tmp crypto/evp/e_rc4.d; \ + fi +crypto/evp/e_rc4_hmac_md5.o: ../crypto/evp/e_rc4_hmac_md5.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_rc4_hmac_md5.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_rc4_hmac_md5.c + @touch crypto/evp/e_rc4_hmac_md5.d.tmp + @if cmp crypto/evp/e_rc4_hmac_md5.d.tmp crypto/evp/e_rc4_hmac_md5.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_rc4_hmac_md5.d.tmp; \ + else \ + mv crypto/evp/e_rc4_hmac_md5.d.tmp crypto/evp/e_rc4_hmac_md5.d; \ + fi +crypto/evp/e_rc5.o: ../crypto/evp/e_rc5.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_rc5.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_rc5.c + @touch crypto/evp/e_rc5.d.tmp + @if cmp crypto/evp/e_rc5.d.tmp crypto/evp/e_rc5.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_rc5.d.tmp; \ + else \ + mv crypto/evp/e_rc5.d.tmp crypto/evp/e_rc5.d; \ + fi +crypto/evp/e_seed.o: ../crypto/evp/e_seed.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_seed.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_seed.c + @touch crypto/evp/e_seed.d.tmp + @if cmp crypto/evp/e_seed.d.tmp crypto/evp/e_seed.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_seed.d.tmp; \ + else \ + mv crypto/evp/e_seed.d.tmp crypto/evp/e_seed.d; \ + fi +crypto/evp/e_sm4.o: ../crypto/evp/e_sm4.c + $(CC) -I. -Iinclude -Icrypto -Icrypto/modes -I.. -I../include -I../crypto -I../crypto/modes $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_sm4.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_sm4.c + @touch crypto/evp/e_sm4.d.tmp + @if cmp crypto/evp/e_sm4.d.tmp crypto/evp/e_sm4.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_sm4.d.tmp; \ + else \ + mv crypto/evp/e_sm4.d.tmp crypto/evp/e_sm4.d; \ + fi +crypto/evp/e_xcbc_d.o: ../crypto/evp/e_xcbc_d.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/e_xcbc_d.d.tmp -MT $@ -c -o $@ ../crypto/evp/e_xcbc_d.c + @touch crypto/evp/e_xcbc_d.d.tmp + @if cmp crypto/evp/e_xcbc_d.d.tmp crypto/evp/e_xcbc_d.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/e_xcbc_d.d.tmp; \ + else \ + mv crypto/evp/e_xcbc_d.d.tmp crypto/evp/e_xcbc_d.d; \ + fi +crypto/evp/encode.o: ../crypto/evp/encode.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/encode.d.tmp -MT $@ -c -o $@ ../crypto/evp/encode.c + @touch crypto/evp/encode.d.tmp + @if cmp crypto/evp/encode.d.tmp crypto/evp/encode.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/encode.d.tmp; \ + else \ + mv crypto/evp/encode.d.tmp crypto/evp/encode.d; \ + fi +crypto/evp/evp_cnf.o: ../crypto/evp/evp_cnf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/evp_cnf.d.tmp -MT $@ -c -o $@ ../crypto/evp/evp_cnf.c + @touch crypto/evp/evp_cnf.d.tmp + @if cmp crypto/evp/evp_cnf.d.tmp crypto/evp/evp_cnf.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/evp_cnf.d.tmp; \ + else \ + mv crypto/evp/evp_cnf.d.tmp crypto/evp/evp_cnf.d; \ + fi +crypto/evp/evp_enc.o: ../crypto/evp/evp_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/evp_enc.d.tmp -MT $@ -c -o $@ ../crypto/evp/evp_enc.c + @touch crypto/evp/evp_enc.d.tmp + @if cmp crypto/evp/evp_enc.d.tmp crypto/evp/evp_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/evp_enc.d.tmp; \ + else \ + mv crypto/evp/evp_enc.d.tmp crypto/evp/evp_enc.d; \ + fi +crypto/evp/evp_err.o: ../crypto/evp/evp_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/evp_err.d.tmp -MT $@ -c -o $@ ../crypto/evp/evp_err.c + @touch crypto/evp/evp_err.d.tmp + @if cmp crypto/evp/evp_err.d.tmp crypto/evp/evp_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/evp_err.d.tmp; \ + else \ + mv crypto/evp/evp_err.d.tmp crypto/evp/evp_err.d; \ + fi +crypto/evp/evp_key.o: ../crypto/evp/evp_key.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/evp_key.d.tmp -MT $@ -c -o $@ ../crypto/evp/evp_key.c + @touch crypto/evp/evp_key.d.tmp + @if cmp crypto/evp/evp_key.d.tmp crypto/evp/evp_key.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/evp_key.d.tmp; \ + else \ + mv crypto/evp/evp_key.d.tmp crypto/evp/evp_key.d; \ + fi +crypto/evp/evp_lib.o: ../crypto/evp/evp_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/evp_lib.d.tmp -MT $@ -c -o $@ ../crypto/evp/evp_lib.c + @touch crypto/evp/evp_lib.d.tmp + @if cmp crypto/evp/evp_lib.d.tmp crypto/evp/evp_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/evp_lib.d.tmp; \ + else \ + mv crypto/evp/evp_lib.d.tmp crypto/evp/evp_lib.d; \ + fi +crypto/evp/evp_pbe.o: ../crypto/evp/evp_pbe.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/evp_pbe.d.tmp -MT $@ -c -o $@ ../crypto/evp/evp_pbe.c + @touch crypto/evp/evp_pbe.d.tmp + @if cmp crypto/evp/evp_pbe.d.tmp crypto/evp/evp_pbe.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/evp_pbe.d.tmp; \ + else \ + mv crypto/evp/evp_pbe.d.tmp crypto/evp/evp_pbe.d; \ + fi +crypto/evp/evp_pkey.o: ../crypto/evp/evp_pkey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/evp_pkey.d.tmp -MT $@ -c -o $@ ../crypto/evp/evp_pkey.c + @touch crypto/evp/evp_pkey.d.tmp + @if cmp crypto/evp/evp_pkey.d.tmp crypto/evp/evp_pkey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/evp_pkey.d.tmp; \ + else \ + mv crypto/evp/evp_pkey.d.tmp crypto/evp/evp_pkey.d; \ + fi +crypto/evp/m_md2.o: ../crypto/evp/m_md2.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/m_md2.d.tmp -MT $@ -c -o $@ ../crypto/evp/m_md2.c + @touch crypto/evp/m_md2.d.tmp + @if cmp crypto/evp/m_md2.d.tmp crypto/evp/m_md2.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/m_md2.d.tmp; \ + else \ + mv crypto/evp/m_md2.d.tmp crypto/evp/m_md2.d; \ + fi +crypto/evp/m_md4.o: ../crypto/evp/m_md4.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/m_md4.d.tmp -MT $@ -c -o $@ ../crypto/evp/m_md4.c + @touch crypto/evp/m_md4.d.tmp + @if cmp crypto/evp/m_md4.d.tmp crypto/evp/m_md4.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/m_md4.d.tmp; \ + else \ + mv crypto/evp/m_md4.d.tmp crypto/evp/m_md4.d; \ + fi +crypto/evp/m_md5.o: ../crypto/evp/m_md5.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/m_md5.d.tmp -MT $@ -c -o $@ ../crypto/evp/m_md5.c + @touch crypto/evp/m_md5.d.tmp + @if cmp crypto/evp/m_md5.d.tmp crypto/evp/m_md5.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/m_md5.d.tmp; \ + else \ + mv crypto/evp/m_md5.d.tmp crypto/evp/m_md5.d; \ + fi +crypto/evp/m_md5_sha1.o: ../crypto/evp/m_md5_sha1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/m_md5_sha1.d.tmp -MT $@ -c -o $@ ../crypto/evp/m_md5_sha1.c + @touch crypto/evp/m_md5_sha1.d.tmp + @if cmp crypto/evp/m_md5_sha1.d.tmp crypto/evp/m_md5_sha1.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/m_md5_sha1.d.tmp; \ + else \ + mv crypto/evp/m_md5_sha1.d.tmp crypto/evp/m_md5_sha1.d; \ + fi +crypto/evp/m_mdc2.o: ../crypto/evp/m_mdc2.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/m_mdc2.d.tmp -MT $@ -c -o $@ ../crypto/evp/m_mdc2.c + @touch crypto/evp/m_mdc2.d.tmp + @if cmp crypto/evp/m_mdc2.d.tmp crypto/evp/m_mdc2.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/m_mdc2.d.tmp; \ + else \ + mv crypto/evp/m_mdc2.d.tmp crypto/evp/m_mdc2.d; \ + fi +crypto/evp/m_null.o: ../crypto/evp/m_null.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/m_null.d.tmp -MT $@ -c -o $@ ../crypto/evp/m_null.c + @touch crypto/evp/m_null.d.tmp + @if cmp crypto/evp/m_null.d.tmp crypto/evp/m_null.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/m_null.d.tmp; \ + else \ + mv crypto/evp/m_null.d.tmp crypto/evp/m_null.d; \ + fi +crypto/evp/m_ripemd.o: ../crypto/evp/m_ripemd.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/m_ripemd.d.tmp -MT $@ -c -o $@ ../crypto/evp/m_ripemd.c + @touch crypto/evp/m_ripemd.d.tmp + @if cmp crypto/evp/m_ripemd.d.tmp crypto/evp/m_ripemd.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/m_ripemd.d.tmp; \ + else \ + mv crypto/evp/m_ripemd.d.tmp crypto/evp/m_ripemd.d; \ + fi +crypto/evp/m_sha1.o: ../crypto/evp/m_sha1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/m_sha1.d.tmp -MT $@ -c -o $@ ../crypto/evp/m_sha1.c + @touch crypto/evp/m_sha1.d.tmp + @if cmp crypto/evp/m_sha1.d.tmp crypto/evp/m_sha1.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/m_sha1.d.tmp; \ + else \ + mv crypto/evp/m_sha1.d.tmp crypto/evp/m_sha1.d; \ + fi +crypto/evp/m_sha3.o: ../crypto/evp/m_sha3.c + $(CC) -I. -Iinclude -Icrypto -I.. -I../include -I../crypto $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/m_sha3.d.tmp -MT $@ -c -o $@ ../crypto/evp/m_sha3.c + @touch crypto/evp/m_sha3.d.tmp + @if cmp crypto/evp/m_sha3.d.tmp crypto/evp/m_sha3.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/m_sha3.d.tmp; \ + else \ + mv crypto/evp/m_sha3.d.tmp crypto/evp/m_sha3.d; \ + fi +crypto/evp/m_sigver.o: ../crypto/evp/m_sigver.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/m_sigver.d.tmp -MT $@ -c -o $@ ../crypto/evp/m_sigver.c + @touch crypto/evp/m_sigver.d.tmp + @if cmp crypto/evp/m_sigver.d.tmp crypto/evp/m_sigver.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/m_sigver.d.tmp; \ + else \ + mv crypto/evp/m_sigver.d.tmp crypto/evp/m_sigver.d; \ + fi +crypto/evp/m_wp.o: ../crypto/evp/m_wp.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/m_wp.d.tmp -MT $@ -c -o $@ ../crypto/evp/m_wp.c + @touch crypto/evp/m_wp.d.tmp + @if cmp crypto/evp/m_wp.d.tmp crypto/evp/m_wp.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/m_wp.d.tmp; \ + else \ + mv crypto/evp/m_wp.d.tmp crypto/evp/m_wp.d; \ + fi +crypto/evp/names.o: ../crypto/evp/names.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/names.d.tmp -MT $@ -c -o $@ ../crypto/evp/names.c + @touch crypto/evp/names.d.tmp + @if cmp crypto/evp/names.d.tmp crypto/evp/names.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/names.d.tmp; \ + else \ + mv crypto/evp/names.d.tmp crypto/evp/names.d; \ + fi +crypto/evp/p5_crpt.o: ../crypto/evp/p5_crpt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/p5_crpt.d.tmp -MT $@ -c -o $@ ../crypto/evp/p5_crpt.c + @touch crypto/evp/p5_crpt.d.tmp + @if cmp crypto/evp/p5_crpt.d.tmp crypto/evp/p5_crpt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/p5_crpt.d.tmp; \ + else \ + mv crypto/evp/p5_crpt.d.tmp crypto/evp/p5_crpt.d; \ + fi +crypto/evp/p5_crpt2.o: ../crypto/evp/p5_crpt2.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/p5_crpt2.d.tmp -MT $@ -c -o $@ ../crypto/evp/p5_crpt2.c + @touch crypto/evp/p5_crpt2.d.tmp + @if cmp crypto/evp/p5_crpt2.d.tmp crypto/evp/p5_crpt2.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/p5_crpt2.d.tmp; \ + else \ + mv crypto/evp/p5_crpt2.d.tmp crypto/evp/p5_crpt2.d; \ + fi +crypto/evp/p_dec.o: ../crypto/evp/p_dec.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/p_dec.d.tmp -MT $@ -c -o $@ ../crypto/evp/p_dec.c + @touch crypto/evp/p_dec.d.tmp + @if cmp crypto/evp/p_dec.d.tmp crypto/evp/p_dec.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/p_dec.d.tmp; \ + else \ + mv crypto/evp/p_dec.d.tmp crypto/evp/p_dec.d; \ + fi +crypto/evp/p_enc.o: ../crypto/evp/p_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/p_enc.d.tmp -MT $@ -c -o $@ ../crypto/evp/p_enc.c + @touch crypto/evp/p_enc.d.tmp + @if cmp crypto/evp/p_enc.d.tmp crypto/evp/p_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/p_enc.d.tmp; \ + else \ + mv crypto/evp/p_enc.d.tmp crypto/evp/p_enc.d; \ + fi +crypto/evp/p_lib.o: ../crypto/evp/p_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/p_lib.d.tmp -MT $@ -c -o $@ ../crypto/evp/p_lib.c + @touch crypto/evp/p_lib.d.tmp + @if cmp crypto/evp/p_lib.d.tmp crypto/evp/p_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/p_lib.d.tmp; \ + else \ + mv crypto/evp/p_lib.d.tmp crypto/evp/p_lib.d; \ + fi +crypto/evp/p_open.o: ../crypto/evp/p_open.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/p_open.d.tmp -MT $@ -c -o $@ ../crypto/evp/p_open.c + @touch crypto/evp/p_open.d.tmp + @if cmp crypto/evp/p_open.d.tmp crypto/evp/p_open.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/p_open.d.tmp; \ + else \ + mv crypto/evp/p_open.d.tmp crypto/evp/p_open.d; \ + fi +crypto/evp/p_seal.o: ../crypto/evp/p_seal.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/p_seal.d.tmp -MT $@ -c -o $@ ../crypto/evp/p_seal.c + @touch crypto/evp/p_seal.d.tmp + @if cmp crypto/evp/p_seal.d.tmp crypto/evp/p_seal.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/p_seal.d.tmp; \ + else \ + mv crypto/evp/p_seal.d.tmp crypto/evp/p_seal.d; \ + fi +crypto/evp/p_sign.o: ../crypto/evp/p_sign.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/p_sign.d.tmp -MT $@ -c -o $@ ../crypto/evp/p_sign.c + @touch crypto/evp/p_sign.d.tmp + @if cmp crypto/evp/p_sign.d.tmp crypto/evp/p_sign.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/p_sign.d.tmp; \ + else \ + mv crypto/evp/p_sign.d.tmp crypto/evp/p_sign.d; \ + fi +crypto/evp/p_verify.o: ../crypto/evp/p_verify.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/p_verify.d.tmp -MT $@ -c -o $@ ../crypto/evp/p_verify.c + @touch crypto/evp/p_verify.d.tmp + @if cmp crypto/evp/p_verify.d.tmp crypto/evp/p_verify.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/p_verify.d.tmp; \ + else \ + mv crypto/evp/p_verify.d.tmp crypto/evp/p_verify.d; \ + fi +crypto/evp/pbe_scrypt.o: ../crypto/evp/pbe_scrypt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/pbe_scrypt.d.tmp -MT $@ -c -o $@ ../crypto/evp/pbe_scrypt.c + @touch crypto/evp/pbe_scrypt.d.tmp + @if cmp crypto/evp/pbe_scrypt.d.tmp crypto/evp/pbe_scrypt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/pbe_scrypt.d.tmp; \ + else \ + mv crypto/evp/pbe_scrypt.d.tmp crypto/evp/pbe_scrypt.d; \ + fi +crypto/evp/pmeth_fn.o: ../crypto/evp/pmeth_fn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/pmeth_fn.d.tmp -MT $@ -c -o $@ ../crypto/evp/pmeth_fn.c + @touch crypto/evp/pmeth_fn.d.tmp + @if cmp crypto/evp/pmeth_fn.d.tmp crypto/evp/pmeth_fn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/pmeth_fn.d.tmp; \ + else \ + mv crypto/evp/pmeth_fn.d.tmp crypto/evp/pmeth_fn.d; \ + fi +crypto/evp/pmeth_gn.o: ../crypto/evp/pmeth_gn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/pmeth_gn.d.tmp -MT $@ -c -o $@ ../crypto/evp/pmeth_gn.c + @touch crypto/evp/pmeth_gn.d.tmp + @if cmp crypto/evp/pmeth_gn.d.tmp crypto/evp/pmeth_gn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/pmeth_gn.d.tmp; \ + else \ + mv crypto/evp/pmeth_gn.d.tmp crypto/evp/pmeth_gn.d; \ + fi +crypto/evp/pmeth_lib.o: ../crypto/evp/pmeth_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/evp/pmeth_lib.d.tmp -MT $@ -c -o $@ ../crypto/evp/pmeth_lib.c + @touch crypto/evp/pmeth_lib.d.tmp + @if cmp crypto/evp/pmeth_lib.d.tmp crypto/evp/pmeth_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/evp/pmeth_lib.d.tmp; \ + else \ + mv crypto/evp/pmeth_lib.d.tmp crypto/evp/pmeth_lib.d; \ + fi +crypto/ex_data.o: ../crypto/ex_data.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ex_data.d.tmp -MT $@ -c -o $@ ../crypto/ex_data.c + @touch crypto/ex_data.d.tmp + @if cmp crypto/ex_data.d.tmp crypto/ex_data.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ex_data.d.tmp; \ + else \ + mv crypto/ex_data.d.tmp crypto/ex_data.d; \ + fi +crypto/getenv.o: ../crypto/getenv.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/getenv.d.tmp -MT $@ -c -o $@ ../crypto/getenv.c + @touch crypto/getenv.d.tmp + @if cmp crypto/getenv.d.tmp crypto/getenv.d > /dev/null 2> /dev/null; then \ + rm -f crypto/getenv.d.tmp; \ + else \ + mv crypto/getenv.d.tmp crypto/getenv.d; \ + fi +crypto/hmac/hm_ameth.o: ../crypto/hmac/hm_ameth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/hmac/hm_ameth.d.tmp -MT $@ -c -o $@ ../crypto/hmac/hm_ameth.c + @touch crypto/hmac/hm_ameth.d.tmp + @if cmp crypto/hmac/hm_ameth.d.tmp crypto/hmac/hm_ameth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/hmac/hm_ameth.d.tmp; \ + else \ + mv crypto/hmac/hm_ameth.d.tmp crypto/hmac/hm_ameth.d; \ + fi +crypto/hmac/hm_pmeth.o: ../crypto/hmac/hm_pmeth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/hmac/hm_pmeth.d.tmp -MT $@ -c -o $@ ../crypto/hmac/hm_pmeth.c + @touch crypto/hmac/hm_pmeth.d.tmp + @if cmp crypto/hmac/hm_pmeth.d.tmp crypto/hmac/hm_pmeth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/hmac/hm_pmeth.d.tmp; \ + else \ + mv crypto/hmac/hm_pmeth.d.tmp crypto/hmac/hm_pmeth.d; \ + fi +crypto/hmac/hmac.o: ../crypto/hmac/hmac.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/hmac/hmac.d.tmp -MT $@ -c -o $@ ../crypto/hmac/hmac.c + @touch crypto/hmac/hmac.d.tmp + @if cmp crypto/hmac/hmac.d.tmp crypto/hmac/hmac.d > /dev/null 2> /dev/null; then \ + rm -f crypto/hmac/hmac.d.tmp; \ + else \ + mv crypto/hmac/hmac.d.tmp crypto/hmac/hmac.d; \ + fi +crypto/idea/i_cbc.o: ../crypto/idea/i_cbc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/idea/i_cbc.d.tmp -MT $@ -c -o $@ ../crypto/idea/i_cbc.c + @touch crypto/idea/i_cbc.d.tmp + @if cmp crypto/idea/i_cbc.d.tmp crypto/idea/i_cbc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/idea/i_cbc.d.tmp; \ + else \ + mv crypto/idea/i_cbc.d.tmp crypto/idea/i_cbc.d; \ + fi +crypto/idea/i_cfb64.o: ../crypto/idea/i_cfb64.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/idea/i_cfb64.d.tmp -MT $@ -c -o $@ ../crypto/idea/i_cfb64.c + @touch crypto/idea/i_cfb64.d.tmp + @if cmp crypto/idea/i_cfb64.d.tmp crypto/idea/i_cfb64.d > /dev/null 2> /dev/null; then \ + rm -f crypto/idea/i_cfb64.d.tmp; \ + else \ + mv crypto/idea/i_cfb64.d.tmp crypto/idea/i_cfb64.d; \ + fi +crypto/idea/i_ecb.o: ../crypto/idea/i_ecb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/idea/i_ecb.d.tmp -MT $@ -c -o $@ ../crypto/idea/i_ecb.c + @touch crypto/idea/i_ecb.d.tmp + @if cmp crypto/idea/i_ecb.d.tmp crypto/idea/i_ecb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/idea/i_ecb.d.tmp; \ + else \ + mv crypto/idea/i_ecb.d.tmp crypto/idea/i_ecb.d; \ + fi +crypto/idea/i_ofb64.o: ../crypto/idea/i_ofb64.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/idea/i_ofb64.d.tmp -MT $@ -c -o $@ ../crypto/idea/i_ofb64.c + @touch crypto/idea/i_ofb64.d.tmp + @if cmp crypto/idea/i_ofb64.d.tmp crypto/idea/i_ofb64.d > /dev/null 2> /dev/null; then \ + rm -f crypto/idea/i_ofb64.d.tmp; \ + else \ + mv crypto/idea/i_ofb64.d.tmp crypto/idea/i_ofb64.d; \ + fi +crypto/idea/i_skey.o: ../crypto/idea/i_skey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/idea/i_skey.d.tmp -MT $@ -c -o $@ ../crypto/idea/i_skey.c + @touch crypto/idea/i_skey.d.tmp + @if cmp crypto/idea/i_skey.d.tmp crypto/idea/i_skey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/idea/i_skey.d.tmp; \ + else \ + mv crypto/idea/i_skey.d.tmp crypto/idea/i_skey.d; \ + fi +crypto/init.o: ../crypto/init.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/init.d.tmp -MT $@ -c -o $@ ../crypto/init.c + @touch crypto/init.d.tmp + @if cmp crypto/init.d.tmp crypto/init.d > /dev/null 2> /dev/null; then \ + rm -f crypto/init.d.tmp; \ + else \ + mv crypto/init.d.tmp crypto/init.d; \ + fi +crypto/kdf/hkdf.o: ../crypto/kdf/hkdf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/kdf/hkdf.d.tmp -MT $@ -c -o $@ ../crypto/kdf/hkdf.c + @touch crypto/kdf/hkdf.d.tmp + @if cmp crypto/kdf/hkdf.d.tmp crypto/kdf/hkdf.d > /dev/null 2> /dev/null; then \ + rm -f crypto/kdf/hkdf.d.tmp; \ + else \ + mv crypto/kdf/hkdf.d.tmp crypto/kdf/hkdf.d; \ + fi +crypto/kdf/kdf_err.o: ../crypto/kdf/kdf_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/kdf/kdf_err.d.tmp -MT $@ -c -o $@ ../crypto/kdf/kdf_err.c + @touch crypto/kdf/kdf_err.d.tmp + @if cmp crypto/kdf/kdf_err.d.tmp crypto/kdf/kdf_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/kdf/kdf_err.d.tmp; \ + else \ + mv crypto/kdf/kdf_err.d.tmp crypto/kdf/kdf_err.d; \ + fi +crypto/kdf/scrypt.o: ../crypto/kdf/scrypt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/kdf/scrypt.d.tmp -MT $@ -c -o $@ ../crypto/kdf/scrypt.c + @touch crypto/kdf/scrypt.d.tmp + @if cmp crypto/kdf/scrypt.d.tmp crypto/kdf/scrypt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/kdf/scrypt.d.tmp; \ + else \ + mv crypto/kdf/scrypt.d.tmp crypto/kdf/scrypt.d; \ + fi +crypto/kdf/tls1_prf.o: ../crypto/kdf/tls1_prf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/kdf/tls1_prf.d.tmp -MT $@ -c -o $@ ../crypto/kdf/tls1_prf.c + @touch crypto/kdf/tls1_prf.d.tmp + @if cmp crypto/kdf/tls1_prf.d.tmp crypto/kdf/tls1_prf.d > /dev/null 2> /dev/null; then \ + rm -f crypto/kdf/tls1_prf.d.tmp; \ + else \ + mv crypto/kdf/tls1_prf.d.tmp crypto/kdf/tls1_prf.d; \ + fi +crypto/lhash/lh_stats.o: ../crypto/lhash/lh_stats.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/lhash/lh_stats.d.tmp -MT $@ -c -o $@ ../crypto/lhash/lh_stats.c + @touch crypto/lhash/lh_stats.d.tmp + @if cmp crypto/lhash/lh_stats.d.tmp crypto/lhash/lh_stats.d > /dev/null 2> /dev/null; then \ + rm -f crypto/lhash/lh_stats.d.tmp; \ + else \ + mv crypto/lhash/lh_stats.d.tmp crypto/lhash/lh_stats.d; \ + fi +crypto/lhash/lhash.o: ../crypto/lhash/lhash.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/lhash/lhash.d.tmp -MT $@ -c -o $@ ../crypto/lhash/lhash.c + @touch crypto/lhash/lhash.d.tmp + @if cmp crypto/lhash/lhash.d.tmp crypto/lhash/lhash.d > /dev/null 2> /dev/null; then \ + rm -f crypto/lhash/lhash.d.tmp; \ + else \ + mv crypto/lhash/lhash.d.tmp crypto/lhash/lhash.d; \ + fi +crypto/md2/md2_dgst.o: ../crypto/md2/md2_dgst.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/md2/md2_dgst.d.tmp -MT $@ -c -o $@ ../crypto/md2/md2_dgst.c + @touch crypto/md2/md2_dgst.d.tmp + @if cmp crypto/md2/md2_dgst.d.tmp crypto/md2/md2_dgst.d > /dev/null 2> /dev/null; then \ + rm -f crypto/md2/md2_dgst.d.tmp; \ + else \ + mv crypto/md2/md2_dgst.d.tmp crypto/md2/md2_dgst.d; \ + fi +crypto/md2/md2_one.o: ../crypto/md2/md2_one.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/md2/md2_one.d.tmp -MT $@ -c -o $@ ../crypto/md2/md2_one.c + @touch crypto/md2/md2_one.d.tmp + @if cmp crypto/md2/md2_one.d.tmp crypto/md2/md2_one.d > /dev/null 2> /dev/null; then \ + rm -f crypto/md2/md2_one.d.tmp; \ + else \ + mv crypto/md2/md2_one.d.tmp crypto/md2/md2_one.d; \ + fi +crypto/md4/md4_dgst.o: ../crypto/md4/md4_dgst.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/md4/md4_dgst.d.tmp -MT $@ -c -o $@ ../crypto/md4/md4_dgst.c + @touch crypto/md4/md4_dgst.d.tmp + @if cmp crypto/md4/md4_dgst.d.tmp crypto/md4/md4_dgst.d > /dev/null 2> /dev/null; then \ + rm -f crypto/md4/md4_dgst.d.tmp; \ + else \ + mv crypto/md4/md4_dgst.d.tmp crypto/md4/md4_dgst.d; \ + fi +crypto/md4/md4_one.o: ../crypto/md4/md4_one.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/md4/md4_one.d.tmp -MT $@ -c -o $@ ../crypto/md4/md4_one.c + @touch crypto/md4/md4_one.d.tmp + @if cmp crypto/md4/md4_one.d.tmp crypto/md4/md4_one.d > /dev/null 2> /dev/null; then \ + rm -f crypto/md4/md4_one.d.tmp; \ + else \ + mv crypto/md4/md4_one.d.tmp crypto/md4/md4_one.d; \ + fi +crypto/md5/md5_dgst.o: ../crypto/md5/md5_dgst.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/md5/md5_dgst.d.tmp -MT $@ -c -o $@ ../crypto/md5/md5_dgst.c + @touch crypto/md5/md5_dgst.d.tmp + @if cmp crypto/md5/md5_dgst.d.tmp crypto/md5/md5_dgst.d > /dev/null 2> /dev/null; then \ + rm -f crypto/md5/md5_dgst.d.tmp; \ + else \ + mv crypto/md5/md5_dgst.d.tmp crypto/md5/md5_dgst.d; \ + fi +crypto/md5/md5_one.o: ../crypto/md5/md5_one.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/md5/md5_one.d.tmp -MT $@ -c -o $@ ../crypto/md5/md5_one.c + @touch crypto/md5/md5_one.d.tmp + @if cmp crypto/md5/md5_one.d.tmp crypto/md5/md5_one.d > /dev/null 2> /dev/null; then \ + rm -f crypto/md5/md5_one.d.tmp; \ + else \ + mv crypto/md5/md5_one.d.tmp crypto/md5/md5_one.d; \ + fi +crypto/mem.o: ../crypto/mem.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/mem.d.tmp -MT $@ -c -o $@ ../crypto/mem.c + @touch crypto/mem.d.tmp + @if cmp crypto/mem.d.tmp crypto/mem.d > /dev/null 2> /dev/null; then \ + rm -f crypto/mem.d.tmp; \ + else \ + mv crypto/mem.d.tmp crypto/mem.d; \ + fi +crypto/mem_clr.o: ../crypto/mem_clr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/mem_clr.d.tmp -MT $@ -c -o $@ ../crypto/mem_clr.c + @touch crypto/mem_clr.d.tmp + @if cmp crypto/mem_clr.d.tmp crypto/mem_clr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/mem_clr.d.tmp; \ + else \ + mv crypto/mem_clr.d.tmp crypto/mem_clr.d; \ + fi +crypto/mem_dbg.o: ../crypto/mem_dbg.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/mem_dbg.d.tmp -MT $@ -c -o $@ ../crypto/mem_dbg.c + @touch crypto/mem_dbg.d.tmp + @if cmp crypto/mem_dbg.d.tmp crypto/mem_dbg.d > /dev/null 2> /dev/null; then \ + rm -f crypto/mem_dbg.d.tmp; \ + else \ + mv crypto/mem_dbg.d.tmp crypto/mem_dbg.d; \ + fi +crypto/mem_sec.o: ../crypto/mem_sec.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/mem_sec.d.tmp -MT $@ -c -o $@ ../crypto/mem_sec.c + @touch crypto/mem_sec.d.tmp + @if cmp crypto/mem_sec.d.tmp crypto/mem_sec.d > /dev/null 2> /dev/null; then \ + rm -f crypto/mem_sec.d.tmp; \ + else \ + mv crypto/mem_sec.d.tmp crypto/mem_sec.d; \ + fi +crypto/modes/cbc128.o: ../crypto/modes/cbc128.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/modes/cbc128.d.tmp -MT $@ -c -o $@ ../crypto/modes/cbc128.c + @touch crypto/modes/cbc128.d.tmp + @if cmp crypto/modes/cbc128.d.tmp crypto/modes/cbc128.d > /dev/null 2> /dev/null; then \ + rm -f crypto/modes/cbc128.d.tmp; \ + else \ + mv crypto/modes/cbc128.d.tmp crypto/modes/cbc128.d; \ + fi +crypto/modes/ccm128.o: ../crypto/modes/ccm128.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/modes/ccm128.d.tmp -MT $@ -c -o $@ ../crypto/modes/ccm128.c + @touch crypto/modes/ccm128.d.tmp + @if cmp crypto/modes/ccm128.d.tmp crypto/modes/ccm128.d > /dev/null 2> /dev/null; then \ + rm -f crypto/modes/ccm128.d.tmp; \ + else \ + mv crypto/modes/ccm128.d.tmp crypto/modes/ccm128.d; \ + fi +crypto/modes/cfb128.o: ../crypto/modes/cfb128.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/modes/cfb128.d.tmp -MT $@ -c -o $@ ../crypto/modes/cfb128.c + @touch crypto/modes/cfb128.d.tmp + @if cmp crypto/modes/cfb128.d.tmp crypto/modes/cfb128.d > /dev/null 2> /dev/null; then \ + rm -f crypto/modes/cfb128.d.tmp; \ + else \ + mv crypto/modes/cfb128.d.tmp crypto/modes/cfb128.d; \ + fi +crypto/modes/ctr128.o: ../crypto/modes/ctr128.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/modes/ctr128.d.tmp -MT $@ -c -o $@ ../crypto/modes/ctr128.c + @touch crypto/modes/ctr128.d.tmp + @if cmp crypto/modes/ctr128.d.tmp crypto/modes/ctr128.d > /dev/null 2> /dev/null; then \ + rm -f crypto/modes/ctr128.d.tmp; \ + else \ + mv crypto/modes/ctr128.d.tmp crypto/modes/ctr128.d; \ + fi +crypto/modes/cts128.o: ../crypto/modes/cts128.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/modes/cts128.d.tmp -MT $@ -c -o $@ ../crypto/modes/cts128.c + @touch crypto/modes/cts128.d.tmp + @if cmp crypto/modes/cts128.d.tmp crypto/modes/cts128.d > /dev/null 2> /dev/null; then \ + rm -f crypto/modes/cts128.d.tmp; \ + else \ + mv crypto/modes/cts128.d.tmp crypto/modes/cts128.d; \ + fi +crypto/modes/gcm128.o: ../crypto/modes/gcm128.c + $(CC) -I. -Iinclude -Icrypto -I.. -I../include -I../crypto $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/modes/gcm128.d.tmp -MT $@ -c -o $@ ../crypto/modes/gcm128.c + @touch crypto/modes/gcm128.d.tmp + @if cmp crypto/modes/gcm128.d.tmp crypto/modes/gcm128.d > /dev/null 2> /dev/null; then \ + rm -f crypto/modes/gcm128.d.tmp; \ + else \ + mv crypto/modes/gcm128.d.tmp crypto/modes/gcm128.d; \ + fi +crypto/modes/ocb128.o: ../crypto/modes/ocb128.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/modes/ocb128.d.tmp -MT $@ -c -o $@ ../crypto/modes/ocb128.c + @touch crypto/modes/ocb128.d.tmp + @if cmp crypto/modes/ocb128.d.tmp crypto/modes/ocb128.d > /dev/null 2> /dev/null; then \ + rm -f crypto/modes/ocb128.d.tmp; \ + else \ + mv crypto/modes/ocb128.d.tmp crypto/modes/ocb128.d; \ + fi +crypto/modes/ofb128.o: ../crypto/modes/ofb128.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/modes/ofb128.d.tmp -MT $@ -c -o $@ ../crypto/modes/ofb128.c + @touch crypto/modes/ofb128.d.tmp + @if cmp crypto/modes/ofb128.d.tmp crypto/modes/ofb128.d > /dev/null 2> /dev/null; then \ + rm -f crypto/modes/ofb128.d.tmp; \ + else \ + mv crypto/modes/ofb128.d.tmp crypto/modes/ofb128.d; \ + fi +crypto/modes/wrap128.o: ../crypto/modes/wrap128.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/modes/wrap128.d.tmp -MT $@ -c -o $@ ../crypto/modes/wrap128.c + @touch crypto/modes/wrap128.d.tmp + @if cmp crypto/modes/wrap128.d.tmp crypto/modes/wrap128.d > /dev/null 2> /dev/null; then \ + rm -f crypto/modes/wrap128.d.tmp; \ + else \ + mv crypto/modes/wrap128.d.tmp crypto/modes/wrap128.d; \ + fi +crypto/modes/xts128.o: ../crypto/modes/xts128.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/modes/xts128.d.tmp -MT $@ -c -o $@ ../crypto/modes/xts128.c + @touch crypto/modes/xts128.d.tmp + @if cmp crypto/modes/xts128.d.tmp crypto/modes/xts128.d > /dev/null 2> /dev/null; then \ + rm -f crypto/modes/xts128.d.tmp; \ + else \ + mv crypto/modes/xts128.d.tmp crypto/modes/xts128.d; \ + fi +crypto/o_dir.o: ../crypto/o_dir.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/o_dir.d.tmp -MT $@ -c -o $@ ../crypto/o_dir.c + @touch crypto/o_dir.d.tmp + @if cmp crypto/o_dir.d.tmp crypto/o_dir.d > /dev/null 2> /dev/null; then \ + rm -f crypto/o_dir.d.tmp; \ + else \ + mv crypto/o_dir.d.tmp crypto/o_dir.d; \ + fi +crypto/o_fips.o: ../crypto/o_fips.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/o_fips.d.tmp -MT $@ -c -o $@ ../crypto/o_fips.c + @touch crypto/o_fips.d.tmp + @if cmp crypto/o_fips.d.tmp crypto/o_fips.d > /dev/null 2> /dev/null; then \ + rm -f crypto/o_fips.d.tmp; \ + else \ + mv crypto/o_fips.d.tmp crypto/o_fips.d; \ + fi +crypto/o_fopen.o: ../crypto/o_fopen.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/o_fopen.d.tmp -MT $@ -c -o $@ ../crypto/o_fopen.c + @touch crypto/o_fopen.d.tmp + @if cmp crypto/o_fopen.d.tmp crypto/o_fopen.d > /dev/null 2> /dev/null; then \ + rm -f crypto/o_fopen.d.tmp; \ + else \ + mv crypto/o_fopen.d.tmp crypto/o_fopen.d; \ + fi +crypto/o_init.o: ../crypto/o_init.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/o_init.d.tmp -MT $@ -c -o $@ ../crypto/o_init.c + @touch crypto/o_init.d.tmp + @if cmp crypto/o_init.d.tmp crypto/o_init.d > /dev/null 2> /dev/null; then \ + rm -f crypto/o_init.d.tmp; \ + else \ + mv crypto/o_init.d.tmp crypto/o_init.d; \ + fi +crypto/o_str.o: ../crypto/o_str.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/o_str.d.tmp -MT $@ -c -o $@ ../crypto/o_str.c + @touch crypto/o_str.d.tmp + @if cmp crypto/o_str.d.tmp crypto/o_str.d > /dev/null 2> /dev/null; then \ + rm -f crypto/o_str.d.tmp; \ + else \ + mv crypto/o_str.d.tmp crypto/o_str.d; \ + fi +crypto/o_time.o: ../crypto/o_time.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/o_time.d.tmp -MT $@ -c -o $@ ../crypto/o_time.c + @touch crypto/o_time.d.tmp + @if cmp crypto/o_time.d.tmp crypto/o_time.d > /dev/null 2> /dev/null; then \ + rm -f crypto/o_time.d.tmp; \ + else \ + mv crypto/o_time.d.tmp crypto/o_time.d; \ + fi +crypto/objects/o_names.o: ../crypto/objects/o_names.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/objects/o_names.d.tmp -MT $@ -c -o $@ ../crypto/objects/o_names.c + @touch crypto/objects/o_names.d.tmp + @if cmp crypto/objects/o_names.d.tmp crypto/objects/o_names.d > /dev/null 2> /dev/null; then \ + rm -f crypto/objects/o_names.d.tmp; \ + else \ + mv crypto/objects/o_names.d.tmp crypto/objects/o_names.d; \ + fi +crypto/objects/obj_dat.o: ../crypto/objects/obj_dat.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/objects/obj_dat.d.tmp -MT $@ -c -o $@ ../crypto/objects/obj_dat.c + @touch crypto/objects/obj_dat.d.tmp + @if cmp crypto/objects/obj_dat.d.tmp crypto/objects/obj_dat.d > /dev/null 2> /dev/null; then \ + rm -f crypto/objects/obj_dat.d.tmp; \ + else \ + mv crypto/objects/obj_dat.d.tmp crypto/objects/obj_dat.d; \ + fi +crypto/objects/obj_err.o: ../crypto/objects/obj_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/objects/obj_err.d.tmp -MT $@ -c -o $@ ../crypto/objects/obj_err.c + @touch crypto/objects/obj_err.d.tmp + @if cmp crypto/objects/obj_err.d.tmp crypto/objects/obj_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/objects/obj_err.d.tmp; \ + else \ + mv crypto/objects/obj_err.d.tmp crypto/objects/obj_err.d; \ + fi +crypto/objects/obj_lib.o: ../crypto/objects/obj_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/objects/obj_lib.d.tmp -MT $@ -c -o $@ ../crypto/objects/obj_lib.c + @touch crypto/objects/obj_lib.d.tmp + @if cmp crypto/objects/obj_lib.d.tmp crypto/objects/obj_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/objects/obj_lib.d.tmp; \ + else \ + mv crypto/objects/obj_lib.d.tmp crypto/objects/obj_lib.d; \ + fi +crypto/objects/obj_xref.o: ../crypto/objects/obj_xref.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/objects/obj_xref.d.tmp -MT $@ -c -o $@ ../crypto/objects/obj_xref.c + @touch crypto/objects/obj_xref.d.tmp + @if cmp crypto/objects/obj_xref.d.tmp crypto/objects/obj_xref.d > /dev/null 2> /dev/null; then \ + rm -f crypto/objects/obj_xref.d.tmp; \ + else \ + mv crypto/objects/obj_xref.d.tmp crypto/objects/obj_xref.d; \ + fi +crypto/ocsp/ocsp_asn.o: ../crypto/ocsp/ocsp_asn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ocsp/ocsp_asn.d.tmp -MT $@ -c -o $@ ../crypto/ocsp/ocsp_asn.c + @touch crypto/ocsp/ocsp_asn.d.tmp + @if cmp crypto/ocsp/ocsp_asn.d.tmp crypto/ocsp/ocsp_asn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ocsp/ocsp_asn.d.tmp; \ + else \ + mv crypto/ocsp/ocsp_asn.d.tmp crypto/ocsp/ocsp_asn.d; \ + fi +crypto/ocsp/ocsp_cl.o: ../crypto/ocsp/ocsp_cl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ocsp/ocsp_cl.d.tmp -MT $@ -c -o $@ ../crypto/ocsp/ocsp_cl.c + @touch crypto/ocsp/ocsp_cl.d.tmp + @if cmp crypto/ocsp/ocsp_cl.d.tmp crypto/ocsp/ocsp_cl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ocsp/ocsp_cl.d.tmp; \ + else \ + mv crypto/ocsp/ocsp_cl.d.tmp crypto/ocsp/ocsp_cl.d; \ + fi +crypto/ocsp/ocsp_err.o: ../crypto/ocsp/ocsp_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ocsp/ocsp_err.d.tmp -MT $@ -c -o $@ ../crypto/ocsp/ocsp_err.c + @touch crypto/ocsp/ocsp_err.d.tmp + @if cmp crypto/ocsp/ocsp_err.d.tmp crypto/ocsp/ocsp_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ocsp/ocsp_err.d.tmp; \ + else \ + mv crypto/ocsp/ocsp_err.d.tmp crypto/ocsp/ocsp_err.d; \ + fi +crypto/ocsp/ocsp_ext.o: ../crypto/ocsp/ocsp_ext.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ocsp/ocsp_ext.d.tmp -MT $@ -c -o $@ ../crypto/ocsp/ocsp_ext.c + @touch crypto/ocsp/ocsp_ext.d.tmp + @if cmp crypto/ocsp/ocsp_ext.d.tmp crypto/ocsp/ocsp_ext.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ocsp/ocsp_ext.d.tmp; \ + else \ + mv crypto/ocsp/ocsp_ext.d.tmp crypto/ocsp/ocsp_ext.d; \ + fi +crypto/ocsp/ocsp_ht.o: ../crypto/ocsp/ocsp_ht.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ocsp/ocsp_ht.d.tmp -MT $@ -c -o $@ ../crypto/ocsp/ocsp_ht.c + @touch crypto/ocsp/ocsp_ht.d.tmp + @if cmp crypto/ocsp/ocsp_ht.d.tmp crypto/ocsp/ocsp_ht.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ocsp/ocsp_ht.d.tmp; \ + else \ + mv crypto/ocsp/ocsp_ht.d.tmp crypto/ocsp/ocsp_ht.d; \ + fi +crypto/ocsp/ocsp_lib.o: ../crypto/ocsp/ocsp_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ocsp/ocsp_lib.d.tmp -MT $@ -c -o $@ ../crypto/ocsp/ocsp_lib.c + @touch crypto/ocsp/ocsp_lib.d.tmp + @if cmp crypto/ocsp/ocsp_lib.d.tmp crypto/ocsp/ocsp_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ocsp/ocsp_lib.d.tmp; \ + else \ + mv crypto/ocsp/ocsp_lib.d.tmp crypto/ocsp/ocsp_lib.d; \ + fi +crypto/ocsp/ocsp_prn.o: ../crypto/ocsp/ocsp_prn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ocsp/ocsp_prn.d.tmp -MT $@ -c -o $@ ../crypto/ocsp/ocsp_prn.c + @touch crypto/ocsp/ocsp_prn.d.tmp + @if cmp crypto/ocsp/ocsp_prn.d.tmp crypto/ocsp/ocsp_prn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ocsp/ocsp_prn.d.tmp; \ + else \ + mv crypto/ocsp/ocsp_prn.d.tmp crypto/ocsp/ocsp_prn.d; \ + fi +crypto/ocsp/ocsp_srv.o: ../crypto/ocsp/ocsp_srv.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ocsp/ocsp_srv.d.tmp -MT $@ -c -o $@ ../crypto/ocsp/ocsp_srv.c + @touch crypto/ocsp/ocsp_srv.d.tmp + @if cmp crypto/ocsp/ocsp_srv.d.tmp crypto/ocsp/ocsp_srv.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ocsp/ocsp_srv.d.tmp; \ + else \ + mv crypto/ocsp/ocsp_srv.d.tmp crypto/ocsp/ocsp_srv.d; \ + fi +crypto/ocsp/ocsp_vfy.o: ../crypto/ocsp/ocsp_vfy.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ocsp/ocsp_vfy.d.tmp -MT $@ -c -o $@ ../crypto/ocsp/ocsp_vfy.c + @touch crypto/ocsp/ocsp_vfy.d.tmp + @if cmp crypto/ocsp/ocsp_vfy.d.tmp crypto/ocsp/ocsp_vfy.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ocsp/ocsp_vfy.d.tmp; \ + else \ + mv crypto/ocsp/ocsp_vfy.d.tmp crypto/ocsp/ocsp_vfy.d; \ + fi +crypto/ocsp/v3_ocsp.o: ../crypto/ocsp/v3_ocsp.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ocsp/v3_ocsp.d.tmp -MT $@ -c -o $@ ../crypto/ocsp/v3_ocsp.c + @touch crypto/ocsp/v3_ocsp.d.tmp + @if cmp crypto/ocsp/v3_ocsp.d.tmp crypto/ocsp/v3_ocsp.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ocsp/v3_ocsp.d.tmp; \ + else \ + mv crypto/ocsp/v3_ocsp.d.tmp crypto/ocsp/v3_ocsp.d; \ + fi +crypto/pem/pem_all.o: ../crypto/pem/pem_all.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pem/pem_all.d.tmp -MT $@ -c -o $@ ../crypto/pem/pem_all.c + @touch crypto/pem/pem_all.d.tmp + @if cmp crypto/pem/pem_all.d.tmp crypto/pem/pem_all.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pem/pem_all.d.tmp; \ + else \ + mv crypto/pem/pem_all.d.tmp crypto/pem/pem_all.d; \ + fi +crypto/pem/pem_err.o: ../crypto/pem/pem_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pem/pem_err.d.tmp -MT $@ -c -o $@ ../crypto/pem/pem_err.c + @touch crypto/pem/pem_err.d.tmp + @if cmp crypto/pem/pem_err.d.tmp crypto/pem/pem_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pem/pem_err.d.tmp; \ + else \ + mv crypto/pem/pem_err.d.tmp crypto/pem/pem_err.d; \ + fi +crypto/pem/pem_info.o: ../crypto/pem/pem_info.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pem/pem_info.d.tmp -MT $@ -c -o $@ ../crypto/pem/pem_info.c + @touch crypto/pem/pem_info.d.tmp + @if cmp crypto/pem/pem_info.d.tmp crypto/pem/pem_info.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pem/pem_info.d.tmp; \ + else \ + mv crypto/pem/pem_info.d.tmp crypto/pem/pem_info.d; \ + fi +crypto/pem/pem_lib.o: ../crypto/pem/pem_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pem/pem_lib.d.tmp -MT $@ -c -o $@ ../crypto/pem/pem_lib.c + @touch crypto/pem/pem_lib.d.tmp + @if cmp crypto/pem/pem_lib.d.tmp crypto/pem/pem_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pem/pem_lib.d.tmp; \ + else \ + mv crypto/pem/pem_lib.d.tmp crypto/pem/pem_lib.d; \ + fi +crypto/pem/pem_oth.o: ../crypto/pem/pem_oth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pem/pem_oth.d.tmp -MT $@ -c -o $@ ../crypto/pem/pem_oth.c + @touch crypto/pem/pem_oth.d.tmp + @if cmp crypto/pem/pem_oth.d.tmp crypto/pem/pem_oth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pem/pem_oth.d.tmp; \ + else \ + mv crypto/pem/pem_oth.d.tmp crypto/pem/pem_oth.d; \ + fi +crypto/pem/pem_pk8.o: ../crypto/pem/pem_pk8.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pem/pem_pk8.d.tmp -MT $@ -c -o $@ ../crypto/pem/pem_pk8.c + @touch crypto/pem/pem_pk8.d.tmp + @if cmp crypto/pem/pem_pk8.d.tmp crypto/pem/pem_pk8.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pem/pem_pk8.d.tmp; \ + else \ + mv crypto/pem/pem_pk8.d.tmp crypto/pem/pem_pk8.d; \ + fi +crypto/pem/pem_pkey.o: ../crypto/pem/pem_pkey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pem/pem_pkey.d.tmp -MT $@ -c -o $@ ../crypto/pem/pem_pkey.c + @touch crypto/pem/pem_pkey.d.tmp + @if cmp crypto/pem/pem_pkey.d.tmp crypto/pem/pem_pkey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pem/pem_pkey.d.tmp; \ + else \ + mv crypto/pem/pem_pkey.d.tmp crypto/pem/pem_pkey.d; \ + fi +crypto/pem/pem_sign.o: ../crypto/pem/pem_sign.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pem/pem_sign.d.tmp -MT $@ -c -o $@ ../crypto/pem/pem_sign.c + @touch crypto/pem/pem_sign.d.tmp + @if cmp crypto/pem/pem_sign.d.tmp crypto/pem/pem_sign.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pem/pem_sign.d.tmp; \ + else \ + mv crypto/pem/pem_sign.d.tmp crypto/pem/pem_sign.d; \ + fi +crypto/pem/pem_x509.o: ../crypto/pem/pem_x509.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pem/pem_x509.d.tmp -MT $@ -c -o $@ ../crypto/pem/pem_x509.c + @touch crypto/pem/pem_x509.d.tmp + @if cmp crypto/pem/pem_x509.d.tmp crypto/pem/pem_x509.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pem/pem_x509.d.tmp; \ + else \ + mv crypto/pem/pem_x509.d.tmp crypto/pem/pem_x509.d; \ + fi +crypto/pem/pem_xaux.o: ../crypto/pem/pem_xaux.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pem/pem_xaux.d.tmp -MT $@ -c -o $@ ../crypto/pem/pem_xaux.c + @touch crypto/pem/pem_xaux.d.tmp + @if cmp crypto/pem/pem_xaux.d.tmp crypto/pem/pem_xaux.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pem/pem_xaux.d.tmp; \ + else \ + mv crypto/pem/pem_xaux.d.tmp crypto/pem/pem_xaux.d; \ + fi +crypto/pem/pvkfmt.o: ../crypto/pem/pvkfmt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pem/pvkfmt.d.tmp -MT $@ -c -o $@ ../crypto/pem/pvkfmt.c + @touch crypto/pem/pvkfmt.d.tmp + @if cmp crypto/pem/pvkfmt.d.tmp crypto/pem/pvkfmt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pem/pvkfmt.d.tmp; \ + else \ + mv crypto/pem/pvkfmt.d.tmp crypto/pem/pvkfmt.d; \ + fi +crypto/pkcs12/p12_add.o: ../crypto/pkcs12/p12_add.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_add.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_add.c + @touch crypto/pkcs12/p12_add.d.tmp + @if cmp crypto/pkcs12/p12_add.d.tmp crypto/pkcs12/p12_add.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_add.d.tmp; \ + else \ + mv crypto/pkcs12/p12_add.d.tmp crypto/pkcs12/p12_add.d; \ + fi +crypto/pkcs12/p12_asn.o: ../crypto/pkcs12/p12_asn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_asn.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_asn.c + @touch crypto/pkcs12/p12_asn.d.tmp + @if cmp crypto/pkcs12/p12_asn.d.tmp crypto/pkcs12/p12_asn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_asn.d.tmp; \ + else \ + mv crypto/pkcs12/p12_asn.d.tmp crypto/pkcs12/p12_asn.d; \ + fi +crypto/pkcs12/p12_attr.o: ../crypto/pkcs12/p12_attr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_attr.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_attr.c + @touch crypto/pkcs12/p12_attr.d.tmp + @if cmp crypto/pkcs12/p12_attr.d.tmp crypto/pkcs12/p12_attr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_attr.d.tmp; \ + else \ + mv crypto/pkcs12/p12_attr.d.tmp crypto/pkcs12/p12_attr.d; \ + fi +crypto/pkcs12/p12_crpt.o: ../crypto/pkcs12/p12_crpt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_crpt.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_crpt.c + @touch crypto/pkcs12/p12_crpt.d.tmp + @if cmp crypto/pkcs12/p12_crpt.d.tmp crypto/pkcs12/p12_crpt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_crpt.d.tmp; \ + else \ + mv crypto/pkcs12/p12_crpt.d.tmp crypto/pkcs12/p12_crpt.d; \ + fi +crypto/pkcs12/p12_crt.o: ../crypto/pkcs12/p12_crt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_crt.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_crt.c + @touch crypto/pkcs12/p12_crt.d.tmp + @if cmp crypto/pkcs12/p12_crt.d.tmp crypto/pkcs12/p12_crt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_crt.d.tmp; \ + else \ + mv crypto/pkcs12/p12_crt.d.tmp crypto/pkcs12/p12_crt.d; \ + fi +crypto/pkcs12/p12_decr.o: ../crypto/pkcs12/p12_decr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_decr.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_decr.c + @touch crypto/pkcs12/p12_decr.d.tmp + @if cmp crypto/pkcs12/p12_decr.d.tmp crypto/pkcs12/p12_decr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_decr.d.tmp; \ + else \ + mv crypto/pkcs12/p12_decr.d.tmp crypto/pkcs12/p12_decr.d; \ + fi +crypto/pkcs12/p12_init.o: ../crypto/pkcs12/p12_init.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_init.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_init.c + @touch crypto/pkcs12/p12_init.d.tmp + @if cmp crypto/pkcs12/p12_init.d.tmp crypto/pkcs12/p12_init.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_init.d.tmp; \ + else \ + mv crypto/pkcs12/p12_init.d.tmp crypto/pkcs12/p12_init.d; \ + fi +crypto/pkcs12/p12_key.o: ../crypto/pkcs12/p12_key.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_key.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_key.c + @touch crypto/pkcs12/p12_key.d.tmp + @if cmp crypto/pkcs12/p12_key.d.tmp crypto/pkcs12/p12_key.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_key.d.tmp; \ + else \ + mv crypto/pkcs12/p12_key.d.tmp crypto/pkcs12/p12_key.d; \ + fi +crypto/pkcs12/p12_kiss.o: ../crypto/pkcs12/p12_kiss.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_kiss.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_kiss.c + @touch crypto/pkcs12/p12_kiss.d.tmp + @if cmp crypto/pkcs12/p12_kiss.d.tmp crypto/pkcs12/p12_kiss.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_kiss.d.tmp; \ + else \ + mv crypto/pkcs12/p12_kiss.d.tmp crypto/pkcs12/p12_kiss.d; \ + fi +crypto/pkcs12/p12_mutl.o: ../crypto/pkcs12/p12_mutl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_mutl.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_mutl.c + @touch crypto/pkcs12/p12_mutl.d.tmp + @if cmp crypto/pkcs12/p12_mutl.d.tmp crypto/pkcs12/p12_mutl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_mutl.d.tmp; \ + else \ + mv crypto/pkcs12/p12_mutl.d.tmp crypto/pkcs12/p12_mutl.d; \ + fi +crypto/pkcs12/p12_npas.o: ../crypto/pkcs12/p12_npas.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_npas.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_npas.c + @touch crypto/pkcs12/p12_npas.d.tmp + @if cmp crypto/pkcs12/p12_npas.d.tmp crypto/pkcs12/p12_npas.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_npas.d.tmp; \ + else \ + mv crypto/pkcs12/p12_npas.d.tmp crypto/pkcs12/p12_npas.d; \ + fi +crypto/pkcs12/p12_p8d.o: ../crypto/pkcs12/p12_p8d.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_p8d.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_p8d.c + @touch crypto/pkcs12/p12_p8d.d.tmp + @if cmp crypto/pkcs12/p12_p8d.d.tmp crypto/pkcs12/p12_p8d.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_p8d.d.tmp; \ + else \ + mv crypto/pkcs12/p12_p8d.d.tmp crypto/pkcs12/p12_p8d.d; \ + fi +crypto/pkcs12/p12_p8e.o: ../crypto/pkcs12/p12_p8e.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_p8e.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_p8e.c + @touch crypto/pkcs12/p12_p8e.d.tmp + @if cmp crypto/pkcs12/p12_p8e.d.tmp crypto/pkcs12/p12_p8e.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_p8e.d.tmp; \ + else \ + mv crypto/pkcs12/p12_p8e.d.tmp crypto/pkcs12/p12_p8e.d; \ + fi +crypto/pkcs12/p12_sbag.o: ../crypto/pkcs12/p12_sbag.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_sbag.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_sbag.c + @touch crypto/pkcs12/p12_sbag.d.tmp + @if cmp crypto/pkcs12/p12_sbag.d.tmp crypto/pkcs12/p12_sbag.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_sbag.d.tmp; \ + else \ + mv crypto/pkcs12/p12_sbag.d.tmp crypto/pkcs12/p12_sbag.d; \ + fi +crypto/pkcs12/p12_utl.o: ../crypto/pkcs12/p12_utl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/p12_utl.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/p12_utl.c + @touch crypto/pkcs12/p12_utl.d.tmp + @if cmp crypto/pkcs12/p12_utl.d.tmp crypto/pkcs12/p12_utl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/p12_utl.d.tmp; \ + else \ + mv crypto/pkcs12/p12_utl.d.tmp crypto/pkcs12/p12_utl.d; \ + fi +crypto/pkcs12/pk12err.o: ../crypto/pkcs12/pk12err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs12/pk12err.d.tmp -MT $@ -c -o $@ ../crypto/pkcs12/pk12err.c + @touch crypto/pkcs12/pk12err.d.tmp + @if cmp crypto/pkcs12/pk12err.d.tmp crypto/pkcs12/pk12err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs12/pk12err.d.tmp; \ + else \ + mv crypto/pkcs12/pk12err.d.tmp crypto/pkcs12/pk12err.d; \ + fi +crypto/pkcs7/bio_pk7.o: ../crypto/pkcs7/bio_pk7.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs7/bio_pk7.d.tmp -MT $@ -c -o $@ ../crypto/pkcs7/bio_pk7.c + @touch crypto/pkcs7/bio_pk7.d.tmp + @if cmp crypto/pkcs7/bio_pk7.d.tmp crypto/pkcs7/bio_pk7.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs7/bio_pk7.d.tmp; \ + else \ + mv crypto/pkcs7/bio_pk7.d.tmp crypto/pkcs7/bio_pk7.d; \ + fi +crypto/pkcs7/pk7_asn1.o: ../crypto/pkcs7/pk7_asn1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs7/pk7_asn1.d.tmp -MT $@ -c -o $@ ../crypto/pkcs7/pk7_asn1.c + @touch crypto/pkcs7/pk7_asn1.d.tmp + @if cmp crypto/pkcs7/pk7_asn1.d.tmp crypto/pkcs7/pk7_asn1.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs7/pk7_asn1.d.tmp; \ + else \ + mv crypto/pkcs7/pk7_asn1.d.tmp crypto/pkcs7/pk7_asn1.d; \ + fi +crypto/pkcs7/pk7_attr.o: ../crypto/pkcs7/pk7_attr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs7/pk7_attr.d.tmp -MT $@ -c -o $@ ../crypto/pkcs7/pk7_attr.c + @touch crypto/pkcs7/pk7_attr.d.tmp + @if cmp crypto/pkcs7/pk7_attr.d.tmp crypto/pkcs7/pk7_attr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs7/pk7_attr.d.tmp; \ + else \ + mv crypto/pkcs7/pk7_attr.d.tmp crypto/pkcs7/pk7_attr.d; \ + fi +crypto/pkcs7/pk7_doit.o: ../crypto/pkcs7/pk7_doit.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs7/pk7_doit.d.tmp -MT $@ -c -o $@ ../crypto/pkcs7/pk7_doit.c + @touch crypto/pkcs7/pk7_doit.d.tmp + @if cmp crypto/pkcs7/pk7_doit.d.tmp crypto/pkcs7/pk7_doit.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs7/pk7_doit.d.tmp; \ + else \ + mv crypto/pkcs7/pk7_doit.d.tmp crypto/pkcs7/pk7_doit.d; \ + fi +crypto/pkcs7/pk7_lib.o: ../crypto/pkcs7/pk7_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs7/pk7_lib.d.tmp -MT $@ -c -o $@ ../crypto/pkcs7/pk7_lib.c + @touch crypto/pkcs7/pk7_lib.d.tmp + @if cmp crypto/pkcs7/pk7_lib.d.tmp crypto/pkcs7/pk7_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs7/pk7_lib.d.tmp; \ + else \ + mv crypto/pkcs7/pk7_lib.d.tmp crypto/pkcs7/pk7_lib.d; \ + fi +crypto/pkcs7/pk7_mime.o: ../crypto/pkcs7/pk7_mime.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs7/pk7_mime.d.tmp -MT $@ -c -o $@ ../crypto/pkcs7/pk7_mime.c + @touch crypto/pkcs7/pk7_mime.d.tmp + @if cmp crypto/pkcs7/pk7_mime.d.tmp crypto/pkcs7/pk7_mime.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs7/pk7_mime.d.tmp; \ + else \ + mv crypto/pkcs7/pk7_mime.d.tmp crypto/pkcs7/pk7_mime.d; \ + fi +crypto/pkcs7/pk7_smime.o: ../crypto/pkcs7/pk7_smime.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs7/pk7_smime.d.tmp -MT $@ -c -o $@ ../crypto/pkcs7/pk7_smime.c + @touch crypto/pkcs7/pk7_smime.d.tmp + @if cmp crypto/pkcs7/pk7_smime.d.tmp crypto/pkcs7/pk7_smime.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs7/pk7_smime.d.tmp; \ + else \ + mv crypto/pkcs7/pk7_smime.d.tmp crypto/pkcs7/pk7_smime.d; \ + fi +crypto/pkcs7/pkcs7err.o: ../crypto/pkcs7/pkcs7err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/pkcs7/pkcs7err.d.tmp -MT $@ -c -o $@ ../crypto/pkcs7/pkcs7err.c + @touch crypto/pkcs7/pkcs7err.d.tmp + @if cmp crypto/pkcs7/pkcs7err.d.tmp crypto/pkcs7/pkcs7err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/pkcs7/pkcs7err.d.tmp; \ + else \ + mv crypto/pkcs7/pkcs7err.d.tmp crypto/pkcs7/pkcs7err.d; \ + fi +crypto/poly1305/poly1305.o: ../crypto/poly1305/poly1305.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/poly1305/poly1305.d.tmp -MT $@ -c -o $@ ../crypto/poly1305/poly1305.c + @touch crypto/poly1305/poly1305.d.tmp + @if cmp crypto/poly1305/poly1305.d.tmp crypto/poly1305/poly1305.d > /dev/null 2> /dev/null; then \ + rm -f crypto/poly1305/poly1305.d.tmp; \ + else \ + mv crypto/poly1305/poly1305.d.tmp crypto/poly1305/poly1305.d; \ + fi +crypto/poly1305/poly1305_ameth.o: ../crypto/poly1305/poly1305_ameth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/poly1305/poly1305_ameth.d.tmp -MT $@ -c -o $@ ../crypto/poly1305/poly1305_ameth.c + @touch crypto/poly1305/poly1305_ameth.d.tmp + @if cmp crypto/poly1305/poly1305_ameth.d.tmp crypto/poly1305/poly1305_ameth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/poly1305/poly1305_ameth.d.tmp; \ + else \ + mv crypto/poly1305/poly1305_ameth.d.tmp crypto/poly1305/poly1305_ameth.d; \ + fi +crypto/poly1305/poly1305_pmeth.o: ../crypto/poly1305/poly1305_pmeth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/poly1305/poly1305_pmeth.d.tmp -MT $@ -c -o $@ ../crypto/poly1305/poly1305_pmeth.c + @touch crypto/poly1305/poly1305_pmeth.d.tmp + @if cmp crypto/poly1305/poly1305_pmeth.d.tmp crypto/poly1305/poly1305_pmeth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/poly1305/poly1305_pmeth.d.tmp; \ + else \ + mv crypto/poly1305/poly1305_pmeth.d.tmp crypto/poly1305/poly1305_pmeth.d; \ + fi +crypto/rand/drbg_ctr.o: ../crypto/rand/drbg_ctr.c + $(CC) -I. -Iinclude -Icrypto/modes -I.. -I../include -I../crypto/modes $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rand/drbg_ctr.d.tmp -MT $@ -c -o $@ ../crypto/rand/drbg_ctr.c + @touch crypto/rand/drbg_ctr.d.tmp + @if cmp crypto/rand/drbg_ctr.d.tmp crypto/rand/drbg_ctr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rand/drbg_ctr.d.tmp; \ + else \ + mv crypto/rand/drbg_ctr.d.tmp crypto/rand/drbg_ctr.d; \ + fi +crypto/rand/drbg_lib.o: ../crypto/rand/drbg_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rand/drbg_lib.d.tmp -MT $@ -c -o $@ ../crypto/rand/drbg_lib.c + @touch crypto/rand/drbg_lib.d.tmp + @if cmp crypto/rand/drbg_lib.d.tmp crypto/rand/drbg_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rand/drbg_lib.d.tmp; \ + else \ + mv crypto/rand/drbg_lib.d.tmp crypto/rand/drbg_lib.d; \ + fi +crypto/rand/rand_egd.o: ../crypto/rand/rand_egd.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rand/rand_egd.d.tmp -MT $@ -c -o $@ ../crypto/rand/rand_egd.c + @touch crypto/rand/rand_egd.d.tmp + @if cmp crypto/rand/rand_egd.d.tmp crypto/rand/rand_egd.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rand/rand_egd.d.tmp; \ + else \ + mv crypto/rand/rand_egd.d.tmp crypto/rand/rand_egd.d; \ + fi +crypto/rand/rand_err.o: ../crypto/rand/rand_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rand/rand_err.d.tmp -MT $@ -c -o $@ ../crypto/rand/rand_err.c + @touch crypto/rand/rand_err.d.tmp + @if cmp crypto/rand/rand_err.d.tmp crypto/rand/rand_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rand/rand_err.d.tmp; \ + else \ + mv crypto/rand/rand_err.d.tmp crypto/rand/rand_err.d; \ + fi +crypto/rand/rand_lib.o: ../crypto/rand/rand_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rand/rand_lib.d.tmp -MT $@ -c -o $@ ../crypto/rand/rand_lib.c + @touch crypto/rand/rand_lib.d.tmp + @if cmp crypto/rand/rand_lib.d.tmp crypto/rand/rand_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rand/rand_lib.d.tmp; \ + else \ + mv crypto/rand/rand_lib.d.tmp crypto/rand/rand_lib.d; \ + fi +crypto/rand/rand_unix.o: ../crypto/rand/rand_unix.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rand/rand_unix.d.tmp -MT $@ -c -o $@ ../crypto/rand/rand_unix.c + @touch crypto/rand/rand_unix.d.tmp + @if cmp crypto/rand/rand_unix.d.tmp crypto/rand/rand_unix.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rand/rand_unix.d.tmp; \ + else \ + mv crypto/rand/rand_unix.d.tmp crypto/rand/rand_unix.d; \ + fi +crypto/rand/rand_vms.o: ../crypto/rand/rand_vms.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rand/rand_vms.d.tmp -MT $@ -c -o $@ ../crypto/rand/rand_vms.c + @touch crypto/rand/rand_vms.d.tmp + @if cmp crypto/rand/rand_vms.d.tmp crypto/rand/rand_vms.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rand/rand_vms.d.tmp; \ + else \ + mv crypto/rand/rand_vms.d.tmp crypto/rand/rand_vms.d; \ + fi +crypto/rand/rand_win.o: ../crypto/rand/rand_win.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rand/rand_win.d.tmp -MT $@ -c -o $@ ../crypto/rand/rand_win.c + @touch crypto/rand/rand_win.d.tmp + @if cmp crypto/rand/rand_win.d.tmp crypto/rand/rand_win.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rand/rand_win.d.tmp; \ + else \ + mv crypto/rand/rand_win.d.tmp crypto/rand/rand_win.d; \ + fi +crypto/rand/randfile.o: ../crypto/rand/randfile.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rand/randfile.d.tmp -MT $@ -c -o $@ ../crypto/rand/randfile.c + @touch crypto/rand/randfile.d.tmp + @if cmp crypto/rand/randfile.d.tmp crypto/rand/randfile.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rand/randfile.d.tmp; \ + else \ + mv crypto/rand/randfile.d.tmp crypto/rand/randfile.d; \ + fi +crypto/rc2/rc2_cbc.o: ../crypto/rc2/rc2_cbc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rc2/rc2_cbc.d.tmp -MT $@ -c -o $@ ../crypto/rc2/rc2_cbc.c + @touch crypto/rc2/rc2_cbc.d.tmp + @if cmp crypto/rc2/rc2_cbc.d.tmp crypto/rc2/rc2_cbc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rc2/rc2_cbc.d.tmp; \ + else \ + mv crypto/rc2/rc2_cbc.d.tmp crypto/rc2/rc2_cbc.d; \ + fi +crypto/rc2/rc2_ecb.o: ../crypto/rc2/rc2_ecb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rc2/rc2_ecb.d.tmp -MT $@ -c -o $@ ../crypto/rc2/rc2_ecb.c + @touch crypto/rc2/rc2_ecb.d.tmp + @if cmp crypto/rc2/rc2_ecb.d.tmp crypto/rc2/rc2_ecb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rc2/rc2_ecb.d.tmp; \ + else \ + mv crypto/rc2/rc2_ecb.d.tmp crypto/rc2/rc2_ecb.d; \ + fi +crypto/rc2/rc2_skey.o: ../crypto/rc2/rc2_skey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rc2/rc2_skey.d.tmp -MT $@ -c -o $@ ../crypto/rc2/rc2_skey.c + @touch crypto/rc2/rc2_skey.d.tmp + @if cmp crypto/rc2/rc2_skey.d.tmp crypto/rc2/rc2_skey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rc2/rc2_skey.d.tmp; \ + else \ + mv crypto/rc2/rc2_skey.d.tmp crypto/rc2/rc2_skey.d; \ + fi +crypto/rc2/rc2cfb64.o: ../crypto/rc2/rc2cfb64.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rc2/rc2cfb64.d.tmp -MT $@ -c -o $@ ../crypto/rc2/rc2cfb64.c + @touch crypto/rc2/rc2cfb64.d.tmp + @if cmp crypto/rc2/rc2cfb64.d.tmp crypto/rc2/rc2cfb64.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rc2/rc2cfb64.d.tmp; \ + else \ + mv crypto/rc2/rc2cfb64.d.tmp crypto/rc2/rc2cfb64.d; \ + fi +crypto/rc2/rc2ofb64.o: ../crypto/rc2/rc2ofb64.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rc2/rc2ofb64.d.tmp -MT $@ -c -o $@ ../crypto/rc2/rc2ofb64.c + @touch crypto/rc2/rc2ofb64.d.tmp + @if cmp crypto/rc2/rc2ofb64.d.tmp crypto/rc2/rc2ofb64.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rc2/rc2ofb64.d.tmp; \ + else \ + mv crypto/rc2/rc2ofb64.d.tmp crypto/rc2/rc2ofb64.d; \ + fi +crypto/rc4/rc4_enc.o: ../crypto/rc4/rc4_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rc4/rc4_enc.d.tmp -MT $@ -c -o $@ ../crypto/rc4/rc4_enc.c + @touch crypto/rc4/rc4_enc.d.tmp + @if cmp crypto/rc4/rc4_enc.d.tmp crypto/rc4/rc4_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rc4/rc4_enc.d.tmp; \ + else \ + mv crypto/rc4/rc4_enc.d.tmp crypto/rc4/rc4_enc.d; \ + fi +crypto/rc4/rc4_skey.o: ../crypto/rc4/rc4_skey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rc4/rc4_skey.d.tmp -MT $@ -c -o $@ ../crypto/rc4/rc4_skey.c + @touch crypto/rc4/rc4_skey.d.tmp + @if cmp crypto/rc4/rc4_skey.d.tmp crypto/rc4/rc4_skey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rc4/rc4_skey.d.tmp; \ + else \ + mv crypto/rc4/rc4_skey.d.tmp crypto/rc4/rc4_skey.d; \ + fi +crypto/rc5/rc5_ecb.o: ../crypto/rc5/rc5_ecb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rc5/rc5_ecb.d.tmp -MT $@ -c -o $@ ../crypto/rc5/rc5_ecb.c + @touch crypto/rc5/rc5_ecb.d.tmp + @if cmp crypto/rc5/rc5_ecb.d.tmp crypto/rc5/rc5_ecb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rc5/rc5_ecb.d.tmp; \ + else \ + mv crypto/rc5/rc5_ecb.d.tmp crypto/rc5/rc5_ecb.d; \ + fi +crypto/rc5/rc5_enc.o: ../crypto/rc5/rc5_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rc5/rc5_enc.d.tmp -MT $@ -c -o $@ ../crypto/rc5/rc5_enc.c + @touch crypto/rc5/rc5_enc.d.tmp + @if cmp crypto/rc5/rc5_enc.d.tmp crypto/rc5/rc5_enc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rc5/rc5_enc.d.tmp; \ + else \ + mv crypto/rc5/rc5_enc.d.tmp crypto/rc5/rc5_enc.d; \ + fi +crypto/rc5/rc5_skey.o: ../crypto/rc5/rc5_skey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rc5/rc5_skey.d.tmp -MT $@ -c -o $@ ../crypto/rc5/rc5_skey.c + @touch crypto/rc5/rc5_skey.d.tmp + @if cmp crypto/rc5/rc5_skey.d.tmp crypto/rc5/rc5_skey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rc5/rc5_skey.d.tmp; \ + else \ + mv crypto/rc5/rc5_skey.d.tmp crypto/rc5/rc5_skey.d; \ + fi +crypto/rc5/rc5cfb64.o: ../crypto/rc5/rc5cfb64.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rc5/rc5cfb64.d.tmp -MT $@ -c -o $@ ../crypto/rc5/rc5cfb64.c + @touch crypto/rc5/rc5cfb64.d.tmp + @if cmp crypto/rc5/rc5cfb64.d.tmp crypto/rc5/rc5cfb64.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rc5/rc5cfb64.d.tmp; \ + else \ + mv crypto/rc5/rc5cfb64.d.tmp crypto/rc5/rc5cfb64.d; \ + fi +crypto/rc5/rc5ofb64.o: ../crypto/rc5/rc5ofb64.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rc5/rc5ofb64.d.tmp -MT $@ -c -o $@ ../crypto/rc5/rc5ofb64.c + @touch crypto/rc5/rc5ofb64.d.tmp + @if cmp crypto/rc5/rc5ofb64.d.tmp crypto/rc5/rc5ofb64.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rc5/rc5ofb64.d.tmp; \ + else \ + mv crypto/rc5/rc5ofb64.d.tmp crypto/rc5/rc5ofb64.d; \ + fi +crypto/ripemd/rmd_dgst.o: ../crypto/ripemd/rmd_dgst.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ripemd/rmd_dgst.d.tmp -MT $@ -c -o $@ ../crypto/ripemd/rmd_dgst.c + @touch crypto/ripemd/rmd_dgst.d.tmp + @if cmp crypto/ripemd/rmd_dgst.d.tmp crypto/ripemd/rmd_dgst.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ripemd/rmd_dgst.d.tmp; \ + else \ + mv crypto/ripemd/rmd_dgst.d.tmp crypto/ripemd/rmd_dgst.d; \ + fi +crypto/ripemd/rmd_one.o: ../crypto/ripemd/rmd_one.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ripemd/rmd_one.d.tmp -MT $@ -c -o $@ ../crypto/ripemd/rmd_one.c + @touch crypto/ripemd/rmd_one.d.tmp + @if cmp crypto/ripemd/rmd_one.d.tmp crypto/ripemd/rmd_one.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ripemd/rmd_one.d.tmp; \ + else \ + mv crypto/ripemd/rmd_one.d.tmp crypto/ripemd/rmd_one.d; \ + fi +crypto/rsa/rsa_ameth.o: ../crypto/rsa/rsa_ameth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_ameth.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_ameth.c + @touch crypto/rsa/rsa_ameth.d.tmp + @if cmp crypto/rsa/rsa_ameth.d.tmp crypto/rsa/rsa_ameth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_ameth.d.tmp; \ + else \ + mv crypto/rsa/rsa_ameth.d.tmp crypto/rsa/rsa_ameth.d; \ + fi +crypto/rsa/rsa_asn1.o: ../crypto/rsa/rsa_asn1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_asn1.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_asn1.c + @touch crypto/rsa/rsa_asn1.d.tmp + @if cmp crypto/rsa/rsa_asn1.d.tmp crypto/rsa/rsa_asn1.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_asn1.d.tmp; \ + else \ + mv crypto/rsa/rsa_asn1.d.tmp crypto/rsa/rsa_asn1.d; \ + fi +crypto/rsa/rsa_chk.o: ../crypto/rsa/rsa_chk.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_chk.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_chk.c + @touch crypto/rsa/rsa_chk.d.tmp + @if cmp crypto/rsa/rsa_chk.d.tmp crypto/rsa/rsa_chk.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_chk.d.tmp; \ + else \ + mv crypto/rsa/rsa_chk.d.tmp crypto/rsa/rsa_chk.d; \ + fi +crypto/rsa/rsa_crpt.o: ../crypto/rsa/rsa_crpt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_crpt.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_crpt.c + @touch crypto/rsa/rsa_crpt.d.tmp + @if cmp crypto/rsa/rsa_crpt.d.tmp crypto/rsa/rsa_crpt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_crpt.d.tmp; \ + else \ + mv crypto/rsa/rsa_crpt.d.tmp crypto/rsa/rsa_crpt.d; \ + fi +crypto/rsa/rsa_depr.o: ../crypto/rsa/rsa_depr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_depr.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_depr.c + @touch crypto/rsa/rsa_depr.d.tmp + @if cmp crypto/rsa/rsa_depr.d.tmp crypto/rsa/rsa_depr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_depr.d.tmp; \ + else \ + mv crypto/rsa/rsa_depr.d.tmp crypto/rsa/rsa_depr.d; \ + fi +crypto/rsa/rsa_err.o: ../crypto/rsa/rsa_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_err.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_err.c + @touch crypto/rsa/rsa_err.d.tmp + @if cmp crypto/rsa/rsa_err.d.tmp crypto/rsa/rsa_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_err.d.tmp; \ + else \ + mv crypto/rsa/rsa_err.d.tmp crypto/rsa/rsa_err.d; \ + fi +crypto/rsa/rsa_gen.o: ../crypto/rsa/rsa_gen.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_gen.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_gen.c + @touch crypto/rsa/rsa_gen.d.tmp + @if cmp crypto/rsa/rsa_gen.d.tmp crypto/rsa/rsa_gen.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_gen.d.tmp; \ + else \ + mv crypto/rsa/rsa_gen.d.tmp crypto/rsa/rsa_gen.d; \ + fi +crypto/rsa/rsa_lib.o: ../crypto/rsa/rsa_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_lib.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_lib.c + @touch crypto/rsa/rsa_lib.d.tmp + @if cmp crypto/rsa/rsa_lib.d.tmp crypto/rsa/rsa_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_lib.d.tmp; \ + else \ + mv crypto/rsa/rsa_lib.d.tmp crypto/rsa/rsa_lib.d; \ + fi +crypto/rsa/rsa_meth.o: ../crypto/rsa/rsa_meth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_meth.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_meth.c + @touch crypto/rsa/rsa_meth.d.tmp + @if cmp crypto/rsa/rsa_meth.d.tmp crypto/rsa/rsa_meth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_meth.d.tmp; \ + else \ + mv crypto/rsa/rsa_meth.d.tmp crypto/rsa/rsa_meth.d; \ + fi +crypto/rsa/rsa_mp.o: ../crypto/rsa/rsa_mp.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_mp.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_mp.c + @touch crypto/rsa/rsa_mp.d.tmp + @if cmp crypto/rsa/rsa_mp.d.tmp crypto/rsa/rsa_mp.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_mp.d.tmp; \ + else \ + mv crypto/rsa/rsa_mp.d.tmp crypto/rsa/rsa_mp.d; \ + fi +crypto/rsa/rsa_none.o: ../crypto/rsa/rsa_none.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_none.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_none.c + @touch crypto/rsa/rsa_none.d.tmp + @if cmp crypto/rsa/rsa_none.d.tmp crypto/rsa/rsa_none.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_none.d.tmp; \ + else \ + mv crypto/rsa/rsa_none.d.tmp crypto/rsa/rsa_none.d; \ + fi +crypto/rsa/rsa_oaep.o: ../crypto/rsa/rsa_oaep.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_oaep.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_oaep.c + @touch crypto/rsa/rsa_oaep.d.tmp + @if cmp crypto/rsa/rsa_oaep.d.tmp crypto/rsa/rsa_oaep.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_oaep.d.tmp; \ + else \ + mv crypto/rsa/rsa_oaep.d.tmp crypto/rsa/rsa_oaep.d; \ + fi +crypto/rsa/rsa_ossl.o: ../crypto/rsa/rsa_ossl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_ossl.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_ossl.c + @touch crypto/rsa/rsa_ossl.d.tmp + @if cmp crypto/rsa/rsa_ossl.d.tmp crypto/rsa/rsa_ossl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_ossl.d.tmp; \ + else \ + mv crypto/rsa/rsa_ossl.d.tmp crypto/rsa/rsa_ossl.d; \ + fi +crypto/rsa/rsa_pk1.o: ../crypto/rsa/rsa_pk1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_pk1.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_pk1.c + @touch crypto/rsa/rsa_pk1.d.tmp + @if cmp crypto/rsa/rsa_pk1.d.tmp crypto/rsa/rsa_pk1.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_pk1.d.tmp; \ + else \ + mv crypto/rsa/rsa_pk1.d.tmp crypto/rsa/rsa_pk1.d; \ + fi +crypto/rsa/rsa_pmeth.o: ../crypto/rsa/rsa_pmeth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_pmeth.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_pmeth.c + @touch crypto/rsa/rsa_pmeth.d.tmp + @if cmp crypto/rsa/rsa_pmeth.d.tmp crypto/rsa/rsa_pmeth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_pmeth.d.tmp; \ + else \ + mv crypto/rsa/rsa_pmeth.d.tmp crypto/rsa/rsa_pmeth.d; \ + fi +crypto/rsa/rsa_prn.o: ../crypto/rsa/rsa_prn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_prn.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_prn.c + @touch crypto/rsa/rsa_prn.d.tmp + @if cmp crypto/rsa/rsa_prn.d.tmp crypto/rsa/rsa_prn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_prn.d.tmp; \ + else \ + mv crypto/rsa/rsa_prn.d.tmp crypto/rsa/rsa_prn.d; \ + fi +crypto/rsa/rsa_pss.o: ../crypto/rsa/rsa_pss.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_pss.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_pss.c + @touch crypto/rsa/rsa_pss.d.tmp + @if cmp crypto/rsa/rsa_pss.d.tmp crypto/rsa/rsa_pss.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_pss.d.tmp; \ + else \ + mv crypto/rsa/rsa_pss.d.tmp crypto/rsa/rsa_pss.d; \ + fi +crypto/rsa/rsa_saos.o: ../crypto/rsa/rsa_saos.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_saos.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_saos.c + @touch crypto/rsa/rsa_saos.d.tmp + @if cmp crypto/rsa/rsa_saos.d.tmp crypto/rsa/rsa_saos.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_saos.d.tmp; \ + else \ + mv crypto/rsa/rsa_saos.d.tmp crypto/rsa/rsa_saos.d; \ + fi +crypto/rsa/rsa_sign.o: ../crypto/rsa/rsa_sign.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_sign.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_sign.c + @touch crypto/rsa/rsa_sign.d.tmp + @if cmp crypto/rsa/rsa_sign.d.tmp crypto/rsa/rsa_sign.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_sign.d.tmp; \ + else \ + mv crypto/rsa/rsa_sign.d.tmp crypto/rsa/rsa_sign.d; \ + fi +crypto/rsa/rsa_ssl.o: ../crypto/rsa/rsa_ssl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_ssl.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_ssl.c + @touch crypto/rsa/rsa_ssl.d.tmp + @if cmp crypto/rsa/rsa_ssl.d.tmp crypto/rsa/rsa_ssl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_ssl.d.tmp; \ + else \ + mv crypto/rsa/rsa_ssl.d.tmp crypto/rsa/rsa_ssl.d; \ + fi +crypto/rsa/rsa_x931.o: ../crypto/rsa/rsa_x931.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_x931.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_x931.c + @touch crypto/rsa/rsa_x931.d.tmp + @if cmp crypto/rsa/rsa_x931.d.tmp crypto/rsa/rsa_x931.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_x931.d.tmp; \ + else \ + mv crypto/rsa/rsa_x931.d.tmp crypto/rsa/rsa_x931.d; \ + fi +crypto/rsa/rsa_x931g.o: ../crypto/rsa/rsa_x931g.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/rsa/rsa_x931g.d.tmp -MT $@ -c -o $@ ../crypto/rsa/rsa_x931g.c + @touch crypto/rsa/rsa_x931g.d.tmp + @if cmp crypto/rsa/rsa_x931g.d.tmp crypto/rsa/rsa_x931g.d > /dev/null 2> /dev/null; then \ + rm -f crypto/rsa/rsa_x931g.d.tmp; \ + else \ + mv crypto/rsa/rsa_x931g.d.tmp crypto/rsa/rsa_x931g.d; \ + fi +crypto/seed/seed.o: ../crypto/seed/seed.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/seed/seed.d.tmp -MT $@ -c -o $@ ../crypto/seed/seed.c + @touch crypto/seed/seed.d.tmp + @if cmp crypto/seed/seed.d.tmp crypto/seed/seed.d > /dev/null 2> /dev/null; then \ + rm -f crypto/seed/seed.d.tmp; \ + else \ + mv crypto/seed/seed.d.tmp crypto/seed/seed.d; \ + fi +crypto/seed/seed_cbc.o: ../crypto/seed/seed_cbc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/seed/seed_cbc.d.tmp -MT $@ -c -o $@ ../crypto/seed/seed_cbc.c + @touch crypto/seed/seed_cbc.d.tmp + @if cmp crypto/seed/seed_cbc.d.tmp crypto/seed/seed_cbc.d > /dev/null 2> /dev/null; then \ + rm -f crypto/seed/seed_cbc.d.tmp; \ + else \ + mv crypto/seed/seed_cbc.d.tmp crypto/seed/seed_cbc.d; \ + fi +crypto/seed/seed_cfb.o: ../crypto/seed/seed_cfb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/seed/seed_cfb.d.tmp -MT $@ -c -o $@ ../crypto/seed/seed_cfb.c + @touch crypto/seed/seed_cfb.d.tmp + @if cmp crypto/seed/seed_cfb.d.tmp crypto/seed/seed_cfb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/seed/seed_cfb.d.tmp; \ + else \ + mv crypto/seed/seed_cfb.d.tmp crypto/seed/seed_cfb.d; \ + fi +crypto/seed/seed_ecb.o: ../crypto/seed/seed_ecb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/seed/seed_ecb.d.tmp -MT $@ -c -o $@ ../crypto/seed/seed_ecb.c + @touch crypto/seed/seed_ecb.d.tmp + @if cmp crypto/seed/seed_ecb.d.tmp crypto/seed/seed_ecb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/seed/seed_ecb.d.tmp; \ + else \ + mv crypto/seed/seed_ecb.d.tmp crypto/seed/seed_ecb.d; \ + fi +crypto/seed/seed_ofb.o: ../crypto/seed/seed_ofb.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/seed/seed_ofb.d.tmp -MT $@ -c -o $@ ../crypto/seed/seed_ofb.c + @touch crypto/seed/seed_ofb.d.tmp + @if cmp crypto/seed/seed_ofb.d.tmp crypto/seed/seed_ofb.d > /dev/null 2> /dev/null; then \ + rm -f crypto/seed/seed_ofb.d.tmp; \ + else \ + mv crypto/seed/seed_ofb.d.tmp crypto/seed/seed_ofb.d; \ + fi +crypto/sha/keccak1600.o: ../crypto/sha/keccak1600.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/sha/keccak1600.d.tmp -MT $@ -c -o $@ ../crypto/sha/keccak1600.c + @touch crypto/sha/keccak1600.d.tmp + @if cmp crypto/sha/keccak1600.d.tmp crypto/sha/keccak1600.d > /dev/null 2> /dev/null; then \ + rm -f crypto/sha/keccak1600.d.tmp; \ + else \ + mv crypto/sha/keccak1600.d.tmp crypto/sha/keccak1600.d; \ + fi +crypto/sha/sha1_one.o: ../crypto/sha/sha1_one.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/sha/sha1_one.d.tmp -MT $@ -c -o $@ ../crypto/sha/sha1_one.c + @touch crypto/sha/sha1_one.d.tmp + @if cmp crypto/sha/sha1_one.d.tmp crypto/sha/sha1_one.d > /dev/null 2> /dev/null; then \ + rm -f crypto/sha/sha1_one.d.tmp; \ + else \ + mv crypto/sha/sha1_one.d.tmp crypto/sha/sha1_one.d; \ + fi +crypto/sha/sha1dgst.o: ../crypto/sha/sha1dgst.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/sha/sha1dgst.d.tmp -MT $@ -c -o $@ ../crypto/sha/sha1dgst.c + @touch crypto/sha/sha1dgst.d.tmp + @if cmp crypto/sha/sha1dgst.d.tmp crypto/sha/sha1dgst.d > /dev/null 2> /dev/null; then \ + rm -f crypto/sha/sha1dgst.d.tmp; \ + else \ + mv crypto/sha/sha1dgst.d.tmp crypto/sha/sha1dgst.d; \ + fi +crypto/sha/sha256.o: ../crypto/sha/sha256.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/sha/sha256.d.tmp -MT $@ -c -o $@ ../crypto/sha/sha256.c + @touch crypto/sha/sha256.d.tmp + @if cmp crypto/sha/sha256.d.tmp crypto/sha/sha256.d > /dev/null 2> /dev/null; then \ + rm -f crypto/sha/sha256.d.tmp; \ + else \ + mv crypto/sha/sha256.d.tmp crypto/sha/sha256.d; \ + fi +crypto/sha/sha512.o: ../crypto/sha/sha512.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/sha/sha512.d.tmp -MT $@ -c -o $@ ../crypto/sha/sha512.c + @touch crypto/sha/sha512.d.tmp + @if cmp crypto/sha/sha512.d.tmp crypto/sha/sha512.d > /dev/null 2> /dev/null; then \ + rm -f crypto/sha/sha512.d.tmp; \ + else \ + mv crypto/sha/sha512.d.tmp crypto/sha/sha512.d; \ + fi +crypto/siphash/siphash.o: ../crypto/siphash/siphash.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/siphash/siphash.d.tmp -MT $@ -c -o $@ ../crypto/siphash/siphash.c + @touch crypto/siphash/siphash.d.tmp + @if cmp crypto/siphash/siphash.d.tmp crypto/siphash/siphash.d > /dev/null 2> /dev/null; then \ + rm -f crypto/siphash/siphash.d.tmp; \ + else \ + mv crypto/siphash/siphash.d.tmp crypto/siphash/siphash.d; \ + fi +crypto/siphash/siphash_ameth.o: ../crypto/siphash/siphash_ameth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/siphash/siphash_ameth.d.tmp -MT $@ -c -o $@ ../crypto/siphash/siphash_ameth.c + @touch crypto/siphash/siphash_ameth.d.tmp + @if cmp crypto/siphash/siphash_ameth.d.tmp crypto/siphash/siphash_ameth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/siphash/siphash_ameth.d.tmp; \ + else \ + mv crypto/siphash/siphash_ameth.d.tmp crypto/siphash/siphash_ameth.d; \ + fi +crypto/siphash/siphash_pmeth.o: ../crypto/siphash/siphash_pmeth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/siphash/siphash_pmeth.d.tmp -MT $@ -c -o $@ ../crypto/siphash/siphash_pmeth.c + @touch crypto/siphash/siphash_pmeth.d.tmp + @if cmp crypto/siphash/siphash_pmeth.d.tmp crypto/siphash/siphash_pmeth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/siphash/siphash_pmeth.d.tmp; \ + else \ + mv crypto/siphash/siphash_pmeth.d.tmp crypto/siphash/siphash_pmeth.d; \ + fi +crypto/sm2/sm2_crypt.o: ../crypto/sm2/sm2_crypt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/sm2/sm2_crypt.d.tmp -MT $@ -c -o $@ ../crypto/sm2/sm2_crypt.c + @touch crypto/sm2/sm2_crypt.d.tmp + @if cmp crypto/sm2/sm2_crypt.d.tmp crypto/sm2/sm2_crypt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/sm2/sm2_crypt.d.tmp; \ + else \ + mv crypto/sm2/sm2_crypt.d.tmp crypto/sm2/sm2_crypt.d; \ + fi +crypto/sm2/sm2_err.o: ../crypto/sm2/sm2_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/sm2/sm2_err.d.tmp -MT $@ -c -o $@ ../crypto/sm2/sm2_err.c + @touch crypto/sm2/sm2_err.d.tmp + @if cmp crypto/sm2/sm2_err.d.tmp crypto/sm2/sm2_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/sm2/sm2_err.d.tmp; \ + else \ + mv crypto/sm2/sm2_err.d.tmp crypto/sm2/sm2_err.d; \ + fi +crypto/sm2/sm2_pmeth.o: ../crypto/sm2/sm2_pmeth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/sm2/sm2_pmeth.d.tmp -MT $@ -c -o $@ ../crypto/sm2/sm2_pmeth.c + @touch crypto/sm2/sm2_pmeth.d.tmp + @if cmp crypto/sm2/sm2_pmeth.d.tmp crypto/sm2/sm2_pmeth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/sm2/sm2_pmeth.d.tmp; \ + else \ + mv crypto/sm2/sm2_pmeth.d.tmp crypto/sm2/sm2_pmeth.d; \ + fi +crypto/sm2/sm2_sign.o: ../crypto/sm2/sm2_sign.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/sm2/sm2_sign.d.tmp -MT $@ -c -o $@ ../crypto/sm2/sm2_sign.c + @touch crypto/sm2/sm2_sign.d.tmp + @if cmp crypto/sm2/sm2_sign.d.tmp crypto/sm2/sm2_sign.d > /dev/null 2> /dev/null; then \ + rm -f crypto/sm2/sm2_sign.d.tmp; \ + else \ + mv crypto/sm2/sm2_sign.d.tmp crypto/sm2/sm2_sign.d; \ + fi +crypto/sm3/m_sm3.o: ../crypto/sm3/m_sm3.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/sm3/m_sm3.d.tmp -MT $@ -c -o $@ ../crypto/sm3/m_sm3.c + @touch crypto/sm3/m_sm3.d.tmp + @if cmp crypto/sm3/m_sm3.d.tmp crypto/sm3/m_sm3.d > /dev/null 2> /dev/null; then \ + rm -f crypto/sm3/m_sm3.d.tmp; \ + else \ + mv crypto/sm3/m_sm3.d.tmp crypto/sm3/m_sm3.d; \ + fi +crypto/sm3/sm3.o: ../crypto/sm3/sm3.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/sm3/sm3.d.tmp -MT $@ -c -o $@ ../crypto/sm3/sm3.c + @touch crypto/sm3/sm3.d.tmp + @if cmp crypto/sm3/sm3.d.tmp crypto/sm3/sm3.d > /dev/null 2> /dev/null; then \ + rm -f crypto/sm3/sm3.d.tmp; \ + else \ + mv crypto/sm3/sm3.d.tmp crypto/sm3/sm3.d; \ + fi +crypto/sm4/sm4.o: ../crypto/sm4/sm4.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/sm4/sm4.d.tmp -MT $@ -c -o $@ ../crypto/sm4/sm4.c + @touch crypto/sm4/sm4.d.tmp + @if cmp crypto/sm4/sm4.d.tmp crypto/sm4/sm4.d > /dev/null 2> /dev/null; then \ + rm -f crypto/sm4/sm4.d.tmp; \ + else \ + mv crypto/sm4/sm4.d.tmp crypto/sm4/sm4.d; \ + fi +crypto/srp/srp_lib.o: ../crypto/srp/srp_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/srp/srp_lib.d.tmp -MT $@ -c -o $@ ../crypto/srp/srp_lib.c + @touch crypto/srp/srp_lib.d.tmp + @if cmp crypto/srp/srp_lib.d.tmp crypto/srp/srp_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/srp/srp_lib.d.tmp; \ + else \ + mv crypto/srp/srp_lib.d.tmp crypto/srp/srp_lib.d; \ + fi +crypto/srp/srp_vfy.o: ../crypto/srp/srp_vfy.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/srp/srp_vfy.d.tmp -MT $@ -c -o $@ ../crypto/srp/srp_vfy.c + @touch crypto/srp/srp_vfy.d.tmp + @if cmp crypto/srp/srp_vfy.d.tmp crypto/srp/srp_vfy.d > /dev/null 2> /dev/null; then \ + rm -f crypto/srp/srp_vfy.d.tmp; \ + else \ + mv crypto/srp/srp_vfy.d.tmp crypto/srp/srp_vfy.d; \ + fi +crypto/stack/stack.o: ../crypto/stack/stack.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/stack/stack.d.tmp -MT $@ -c -o $@ ../crypto/stack/stack.c + @touch crypto/stack/stack.d.tmp + @if cmp crypto/stack/stack.d.tmp crypto/stack/stack.d > /dev/null 2> /dev/null; then \ + rm -f crypto/stack/stack.d.tmp; \ + else \ + mv crypto/stack/stack.d.tmp crypto/stack/stack.d; \ + fi +crypto/store/loader_file.o: ../crypto/store/loader_file.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/store/loader_file.d.tmp -MT $@ -c -o $@ ../crypto/store/loader_file.c + @touch crypto/store/loader_file.d.tmp + @if cmp crypto/store/loader_file.d.tmp crypto/store/loader_file.d > /dev/null 2> /dev/null; then \ + rm -f crypto/store/loader_file.d.tmp; \ + else \ + mv crypto/store/loader_file.d.tmp crypto/store/loader_file.d; \ + fi +crypto/store/store_err.o: ../crypto/store/store_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/store/store_err.d.tmp -MT $@ -c -o $@ ../crypto/store/store_err.c + @touch crypto/store/store_err.d.tmp + @if cmp crypto/store/store_err.d.tmp crypto/store/store_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/store/store_err.d.tmp; \ + else \ + mv crypto/store/store_err.d.tmp crypto/store/store_err.d; \ + fi +crypto/store/store_init.o: ../crypto/store/store_init.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/store/store_init.d.tmp -MT $@ -c -o $@ ../crypto/store/store_init.c + @touch crypto/store/store_init.d.tmp + @if cmp crypto/store/store_init.d.tmp crypto/store/store_init.d > /dev/null 2> /dev/null; then \ + rm -f crypto/store/store_init.d.tmp; \ + else \ + mv crypto/store/store_init.d.tmp crypto/store/store_init.d; \ + fi +crypto/store/store_lib.o: ../crypto/store/store_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/store/store_lib.d.tmp -MT $@ -c -o $@ ../crypto/store/store_lib.c + @touch crypto/store/store_lib.d.tmp + @if cmp crypto/store/store_lib.d.tmp crypto/store/store_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/store/store_lib.d.tmp; \ + else \ + mv crypto/store/store_lib.d.tmp crypto/store/store_lib.d; \ + fi +crypto/store/store_register.o: ../crypto/store/store_register.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/store/store_register.d.tmp -MT $@ -c -o $@ ../crypto/store/store_register.c + @touch crypto/store/store_register.d.tmp + @if cmp crypto/store/store_register.d.tmp crypto/store/store_register.d > /dev/null 2> /dev/null; then \ + rm -f crypto/store/store_register.d.tmp; \ + else \ + mv crypto/store/store_register.d.tmp crypto/store/store_register.d; \ + fi +crypto/store/store_strings.o: ../crypto/store/store_strings.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/store/store_strings.d.tmp -MT $@ -c -o $@ ../crypto/store/store_strings.c + @touch crypto/store/store_strings.d.tmp + @if cmp crypto/store/store_strings.d.tmp crypto/store/store_strings.d > /dev/null 2> /dev/null; then \ + rm -f crypto/store/store_strings.d.tmp; \ + else \ + mv crypto/store/store_strings.d.tmp crypto/store/store_strings.d; \ + fi +crypto/threads_none.o: ../crypto/threads_none.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/threads_none.d.tmp -MT $@ -c -o $@ ../crypto/threads_none.c + @touch crypto/threads_none.d.tmp + @if cmp crypto/threads_none.d.tmp crypto/threads_none.d > /dev/null 2> /dev/null; then \ + rm -f crypto/threads_none.d.tmp; \ + else \ + mv crypto/threads_none.d.tmp crypto/threads_none.d; \ + fi +crypto/threads_pthread.o: ../crypto/threads_pthread.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/threads_pthread.d.tmp -MT $@ -c -o $@ ../crypto/threads_pthread.c + @touch crypto/threads_pthread.d.tmp + @if cmp crypto/threads_pthread.d.tmp crypto/threads_pthread.d > /dev/null 2> /dev/null; then \ + rm -f crypto/threads_pthread.d.tmp; \ + else \ + mv crypto/threads_pthread.d.tmp crypto/threads_pthread.d; \ + fi +crypto/threads_win.o: ../crypto/threads_win.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/threads_win.d.tmp -MT $@ -c -o $@ ../crypto/threads_win.c + @touch crypto/threads_win.d.tmp + @if cmp crypto/threads_win.d.tmp crypto/threads_win.d > /dev/null 2> /dev/null; then \ + rm -f crypto/threads_win.d.tmp; \ + else \ + mv crypto/threads_win.d.tmp crypto/threads_win.d; \ + fi +crypto/ts/ts_asn1.o: ../crypto/ts/ts_asn1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ts/ts_asn1.d.tmp -MT $@ -c -o $@ ../crypto/ts/ts_asn1.c + @touch crypto/ts/ts_asn1.d.tmp + @if cmp crypto/ts/ts_asn1.d.tmp crypto/ts/ts_asn1.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ts/ts_asn1.d.tmp; \ + else \ + mv crypto/ts/ts_asn1.d.tmp crypto/ts/ts_asn1.d; \ + fi +crypto/ts/ts_conf.o: ../crypto/ts/ts_conf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ts/ts_conf.d.tmp -MT $@ -c -o $@ ../crypto/ts/ts_conf.c + @touch crypto/ts/ts_conf.d.tmp + @if cmp crypto/ts/ts_conf.d.tmp crypto/ts/ts_conf.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ts/ts_conf.d.tmp; \ + else \ + mv crypto/ts/ts_conf.d.tmp crypto/ts/ts_conf.d; \ + fi +crypto/ts/ts_err.o: ../crypto/ts/ts_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ts/ts_err.d.tmp -MT $@ -c -o $@ ../crypto/ts/ts_err.c + @touch crypto/ts/ts_err.d.tmp + @if cmp crypto/ts/ts_err.d.tmp crypto/ts/ts_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ts/ts_err.d.tmp; \ + else \ + mv crypto/ts/ts_err.d.tmp crypto/ts/ts_err.d; \ + fi +crypto/ts/ts_lib.o: ../crypto/ts/ts_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ts/ts_lib.d.tmp -MT $@ -c -o $@ ../crypto/ts/ts_lib.c + @touch crypto/ts/ts_lib.d.tmp + @if cmp crypto/ts/ts_lib.d.tmp crypto/ts/ts_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ts/ts_lib.d.tmp; \ + else \ + mv crypto/ts/ts_lib.d.tmp crypto/ts/ts_lib.d; \ + fi +crypto/ts/ts_req_print.o: ../crypto/ts/ts_req_print.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ts/ts_req_print.d.tmp -MT $@ -c -o $@ ../crypto/ts/ts_req_print.c + @touch crypto/ts/ts_req_print.d.tmp + @if cmp crypto/ts/ts_req_print.d.tmp crypto/ts/ts_req_print.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ts/ts_req_print.d.tmp; \ + else \ + mv crypto/ts/ts_req_print.d.tmp crypto/ts/ts_req_print.d; \ + fi +crypto/ts/ts_req_utils.o: ../crypto/ts/ts_req_utils.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ts/ts_req_utils.d.tmp -MT $@ -c -o $@ ../crypto/ts/ts_req_utils.c + @touch crypto/ts/ts_req_utils.d.tmp + @if cmp crypto/ts/ts_req_utils.d.tmp crypto/ts/ts_req_utils.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ts/ts_req_utils.d.tmp; \ + else \ + mv crypto/ts/ts_req_utils.d.tmp crypto/ts/ts_req_utils.d; \ + fi +crypto/ts/ts_rsp_print.o: ../crypto/ts/ts_rsp_print.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ts/ts_rsp_print.d.tmp -MT $@ -c -o $@ ../crypto/ts/ts_rsp_print.c + @touch crypto/ts/ts_rsp_print.d.tmp + @if cmp crypto/ts/ts_rsp_print.d.tmp crypto/ts/ts_rsp_print.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ts/ts_rsp_print.d.tmp; \ + else \ + mv crypto/ts/ts_rsp_print.d.tmp crypto/ts/ts_rsp_print.d; \ + fi +crypto/ts/ts_rsp_sign.o: ../crypto/ts/ts_rsp_sign.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ts/ts_rsp_sign.d.tmp -MT $@ -c -o $@ ../crypto/ts/ts_rsp_sign.c + @touch crypto/ts/ts_rsp_sign.d.tmp + @if cmp crypto/ts/ts_rsp_sign.d.tmp crypto/ts/ts_rsp_sign.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ts/ts_rsp_sign.d.tmp; \ + else \ + mv crypto/ts/ts_rsp_sign.d.tmp crypto/ts/ts_rsp_sign.d; \ + fi +crypto/ts/ts_rsp_utils.o: ../crypto/ts/ts_rsp_utils.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ts/ts_rsp_utils.d.tmp -MT $@ -c -o $@ ../crypto/ts/ts_rsp_utils.c + @touch crypto/ts/ts_rsp_utils.d.tmp + @if cmp crypto/ts/ts_rsp_utils.d.tmp crypto/ts/ts_rsp_utils.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ts/ts_rsp_utils.d.tmp; \ + else \ + mv crypto/ts/ts_rsp_utils.d.tmp crypto/ts/ts_rsp_utils.d; \ + fi +crypto/ts/ts_rsp_verify.o: ../crypto/ts/ts_rsp_verify.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ts/ts_rsp_verify.d.tmp -MT $@ -c -o $@ ../crypto/ts/ts_rsp_verify.c + @touch crypto/ts/ts_rsp_verify.d.tmp + @if cmp crypto/ts/ts_rsp_verify.d.tmp crypto/ts/ts_rsp_verify.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ts/ts_rsp_verify.d.tmp; \ + else \ + mv crypto/ts/ts_rsp_verify.d.tmp crypto/ts/ts_rsp_verify.d; \ + fi +crypto/ts/ts_verify_ctx.o: ../crypto/ts/ts_verify_ctx.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ts/ts_verify_ctx.d.tmp -MT $@ -c -o $@ ../crypto/ts/ts_verify_ctx.c + @touch crypto/ts/ts_verify_ctx.d.tmp + @if cmp crypto/ts/ts_verify_ctx.d.tmp crypto/ts/ts_verify_ctx.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ts/ts_verify_ctx.d.tmp; \ + else \ + mv crypto/ts/ts_verify_ctx.d.tmp crypto/ts/ts_verify_ctx.d; \ + fi +crypto/txt_db/txt_db.o: ../crypto/txt_db/txt_db.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/txt_db/txt_db.d.tmp -MT $@ -c -o $@ ../crypto/txt_db/txt_db.c + @touch crypto/txt_db/txt_db.d.tmp + @if cmp crypto/txt_db/txt_db.d.tmp crypto/txt_db/txt_db.d > /dev/null 2> /dev/null; then \ + rm -f crypto/txt_db/txt_db.d.tmp; \ + else \ + mv crypto/txt_db/txt_db.d.tmp crypto/txt_db/txt_db.d; \ + fi +crypto/ui/ui_err.o: ../crypto/ui/ui_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ui/ui_err.d.tmp -MT $@ -c -o $@ ../crypto/ui/ui_err.c + @touch crypto/ui/ui_err.d.tmp + @if cmp crypto/ui/ui_err.d.tmp crypto/ui/ui_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ui/ui_err.d.tmp; \ + else \ + mv crypto/ui/ui_err.d.tmp crypto/ui/ui_err.d; \ + fi +crypto/ui/ui_lib.o: ../crypto/ui/ui_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ui/ui_lib.d.tmp -MT $@ -c -o $@ ../crypto/ui/ui_lib.c + @touch crypto/ui/ui_lib.d.tmp + @if cmp crypto/ui/ui_lib.d.tmp crypto/ui/ui_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ui/ui_lib.d.tmp; \ + else \ + mv crypto/ui/ui_lib.d.tmp crypto/ui/ui_lib.d; \ + fi +crypto/ui/ui_null.o: ../crypto/ui/ui_null.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ui/ui_null.d.tmp -MT $@ -c -o $@ ../crypto/ui/ui_null.c + @touch crypto/ui/ui_null.d.tmp + @if cmp crypto/ui/ui_null.d.tmp crypto/ui/ui_null.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ui/ui_null.d.tmp; \ + else \ + mv crypto/ui/ui_null.d.tmp crypto/ui/ui_null.d; \ + fi +crypto/ui/ui_openssl.o: ../crypto/ui/ui_openssl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ui/ui_openssl.d.tmp -MT $@ -c -o $@ ../crypto/ui/ui_openssl.c + @touch crypto/ui/ui_openssl.d.tmp + @if cmp crypto/ui/ui_openssl.d.tmp crypto/ui/ui_openssl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ui/ui_openssl.d.tmp; \ + else \ + mv crypto/ui/ui_openssl.d.tmp crypto/ui/ui_openssl.d; \ + fi +crypto/ui/ui_util.o: ../crypto/ui/ui_util.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/ui/ui_util.d.tmp -MT $@ -c -o $@ ../crypto/ui/ui_util.c + @touch crypto/ui/ui_util.d.tmp + @if cmp crypto/ui/ui_util.d.tmp crypto/ui/ui_util.d > /dev/null 2> /dev/null; then \ + rm -f crypto/ui/ui_util.d.tmp; \ + else \ + mv crypto/ui/ui_util.d.tmp crypto/ui/ui_util.d; \ + fi +crypto/uid.o: ../crypto/uid.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/uid.d.tmp -MT $@ -c -o $@ ../crypto/uid.c + @touch crypto/uid.d.tmp + @if cmp crypto/uid.d.tmp crypto/uid.d > /dev/null 2> /dev/null; then \ + rm -f crypto/uid.d.tmp; \ + else \ + mv crypto/uid.d.tmp crypto/uid.d; \ + fi +crypto/whrlpool/wp_block.o: ../crypto/whrlpool/wp_block.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/whrlpool/wp_block.d.tmp -MT $@ -c -o $@ ../crypto/whrlpool/wp_block.c + @touch crypto/whrlpool/wp_block.d.tmp + @if cmp crypto/whrlpool/wp_block.d.tmp crypto/whrlpool/wp_block.d > /dev/null 2> /dev/null; then \ + rm -f crypto/whrlpool/wp_block.d.tmp; \ + else \ + mv crypto/whrlpool/wp_block.d.tmp crypto/whrlpool/wp_block.d; \ + fi +crypto/whrlpool/wp_dgst.o: ../crypto/whrlpool/wp_dgst.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/whrlpool/wp_dgst.d.tmp -MT $@ -c -o $@ ../crypto/whrlpool/wp_dgst.c + @touch crypto/whrlpool/wp_dgst.d.tmp + @if cmp crypto/whrlpool/wp_dgst.d.tmp crypto/whrlpool/wp_dgst.d > /dev/null 2> /dev/null; then \ + rm -f crypto/whrlpool/wp_dgst.d.tmp; \ + else \ + mv crypto/whrlpool/wp_dgst.d.tmp crypto/whrlpool/wp_dgst.d; \ + fi +crypto/x509/by_dir.o: ../crypto/x509/by_dir.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/by_dir.d.tmp -MT $@ -c -o $@ ../crypto/x509/by_dir.c + @touch crypto/x509/by_dir.d.tmp + @if cmp crypto/x509/by_dir.d.tmp crypto/x509/by_dir.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/by_dir.d.tmp; \ + else \ + mv crypto/x509/by_dir.d.tmp crypto/x509/by_dir.d; \ + fi +crypto/x509/by_file.o: ../crypto/x509/by_file.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/by_file.d.tmp -MT $@ -c -o $@ ../crypto/x509/by_file.c + @touch crypto/x509/by_file.d.tmp + @if cmp crypto/x509/by_file.d.tmp crypto/x509/by_file.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/by_file.d.tmp; \ + else \ + mv crypto/x509/by_file.d.tmp crypto/x509/by_file.d; \ + fi +crypto/x509/t_crl.o: ../crypto/x509/t_crl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/t_crl.d.tmp -MT $@ -c -o $@ ../crypto/x509/t_crl.c + @touch crypto/x509/t_crl.d.tmp + @if cmp crypto/x509/t_crl.d.tmp crypto/x509/t_crl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/t_crl.d.tmp; \ + else \ + mv crypto/x509/t_crl.d.tmp crypto/x509/t_crl.d; \ + fi +crypto/x509/t_req.o: ../crypto/x509/t_req.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/t_req.d.tmp -MT $@ -c -o $@ ../crypto/x509/t_req.c + @touch crypto/x509/t_req.d.tmp + @if cmp crypto/x509/t_req.d.tmp crypto/x509/t_req.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/t_req.d.tmp; \ + else \ + mv crypto/x509/t_req.d.tmp crypto/x509/t_req.d; \ + fi +crypto/x509/t_x509.o: ../crypto/x509/t_x509.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/t_x509.d.tmp -MT $@ -c -o $@ ../crypto/x509/t_x509.c + @touch crypto/x509/t_x509.d.tmp + @if cmp crypto/x509/t_x509.d.tmp crypto/x509/t_x509.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/t_x509.d.tmp; \ + else \ + mv crypto/x509/t_x509.d.tmp crypto/x509/t_x509.d; \ + fi +crypto/x509/x509_att.o: ../crypto/x509/x509_att.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_att.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_att.c + @touch crypto/x509/x509_att.d.tmp + @if cmp crypto/x509/x509_att.d.tmp crypto/x509/x509_att.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_att.d.tmp; \ + else \ + mv crypto/x509/x509_att.d.tmp crypto/x509/x509_att.d; \ + fi +crypto/x509/x509_cmp.o: ../crypto/x509/x509_cmp.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_cmp.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_cmp.c + @touch crypto/x509/x509_cmp.d.tmp + @if cmp crypto/x509/x509_cmp.d.tmp crypto/x509/x509_cmp.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_cmp.d.tmp; \ + else \ + mv crypto/x509/x509_cmp.d.tmp crypto/x509/x509_cmp.d; \ + fi +crypto/x509/x509_d2.o: ../crypto/x509/x509_d2.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_d2.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_d2.c + @touch crypto/x509/x509_d2.d.tmp + @if cmp crypto/x509/x509_d2.d.tmp crypto/x509/x509_d2.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_d2.d.tmp; \ + else \ + mv crypto/x509/x509_d2.d.tmp crypto/x509/x509_d2.d; \ + fi +crypto/x509/x509_def.o: ../crypto/x509/x509_def.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_def.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_def.c + @touch crypto/x509/x509_def.d.tmp + @if cmp crypto/x509/x509_def.d.tmp crypto/x509/x509_def.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_def.d.tmp; \ + else \ + mv crypto/x509/x509_def.d.tmp crypto/x509/x509_def.d; \ + fi +crypto/x509/x509_err.o: ../crypto/x509/x509_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_err.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_err.c + @touch crypto/x509/x509_err.d.tmp + @if cmp crypto/x509/x509_err.d.tmp crypto/x509/x509_err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_err.d.tmp; \ + else \ + mv crypto/x509/x509_err.d.tmp crypto/x509/x509_err.d; \ + fi +crypto/x509/x509_ext.o: ../crypto/x509/x509_ext.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_ext.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_ext.c + @touch crypto/x509/x509_ext.d.tmp + @if cmp crypto/x509/x509_ext.d.tmp crypto/x509/x509_ext.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_ext.d.tmp; \ + else \ + mv crypto/x509/x509_ext.d.tmp crypto/x509/x509_ext.d; \ + fi +crypto/x509/x509_lu.o: ../crypto/x509/x509_lu.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_lu.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_lu.c + @touch crypto/x509/x509_lu.d.tmp + @if cmp crypto/x509/x509_lu.d.tmp crypto/x509/x509_lu.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_lu.d.tmp; \ + else \ + mv crypto/x509/x509_lu.d.tmp crypto/x509/x509_lu.d; \ + fi +crypto/x509/x509_meth.o: ../crypto/x509/x509_meth.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_meth.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_meth.c + @touch crypto/x509/x509_meth.d.tmp + @if cmp crypto/x509/x509_meth.d.tmp crypto/x509/x509_meth.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_meth.d.tmp; \ + else \ + mv crypto/x509/x509_meth.d.tmp crypto/x509/x509_meth.d; \ + fi +crypto/x509/x509_obj.o: ../crypto/x509/x509_obj.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_obj.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_obj.c + @touch crypto/x509/x509_obj.d.tmp + @if cmp crypto/x509/x509_obj.d.tmp crypto/x509/x509_obj.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_obj.d.tmp; \ + else \ + mv crypto/x509/x509_obj.d.tmp crypto/x509/x509_obj.d; \ + fi +crypto/x509/x509_r2x.o: ../crypto/x509/x509_r2x.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_r2x.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_r2x.c + @touch crypto/x509/x509_r2x.d.tmp + @if cmp crypto/x509/x509_r2x.d.tmp crypto/x509/x509_r2x.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_r2x.d.tmp; \ + else \ + mv crypto/x509/x509_r2x.d.tmp crypto/x509/x509_r2x.d; \ + fi +crypto/x509/x509_req.o: ../crypto/x509/x509_req.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_req.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_req.c + @touch crypto/x509/x509_req.d.tmp + @if cmp crypto/x509/x509_req.d.tmp crypto/x509/x509_req.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_req.d.tmp; \ + else \ + mv crypto/x509/x509_req.d.tmp crypto/x509/x509_req.d; \ + fi +crypto/x509/x509_set.o: ../crypto/x509/x509_set.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_set.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_set.c + @touch crypto/x509/x509_set.d.tmp + @if cmp crypto/x509/x509_set.d.tmp crypto/x509/x509_set.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_set.d.tmp; \ + else \ + mv crypto/x509/x509_set.d.tmp crypto/x509/x509_set.d; \ + fi +crypto/x509/x509_trs.o: ../crypto/x509/x509_trs.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_trs.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_trs.c + @touch crypto/x509/x509_trs.d.tmp + @if cmp crypto/x509/x509_trs.d.tmp crypto/x509/x509_trs.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_trs.d.tmp; \ + else \ + mv crypto/x509/x509_trs.d.tmp crypto/x509/x509_trs.d; \ + fi +crypto/x509/x509_txt.o: ../crypto/x509/x509_txt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_txt.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_txt.c + @touch crypto/x509/x509_txt.d.tmp + @if cmp crypto/x509/x509_txt.d.tmp crypto/x509/x509_txt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_txt.d.tmp; \ + else \ + mv crypto/x509/x509_txt.d.tmp crypto/x509/x509_txt.d; \ + fi +crypto/x509/x509_v3.o: ../crypto/x509/x509_v3.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_v3.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_v3.c + @touch crypto/x509/x509_v3.d.tmp + @if cmp crypto/x509/x509_v3.d.tmp crypto/x509/x509_v3.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_v3.d.tmp; \ + else \ + mv crypto/x509/x509_v3.d.tmp crypto/x509/x509_v3.d; \ + fi +crypto/x509/x509_vfy.o: ../crypto/x509/x509_vfy.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_vfy.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_vfy.c + @touch crypto/x509/x509_vfy.d.tmp + @if cmp crypto/x509/x509_vfy.d.tmp crypto/x509/x509_vfy.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_vfy.d.tmp; \ + else \ + mv crypto/x509/x509_vfy.d.tmp crypto/x509/x509_vfy.d; \ + fi +crypto/x509/x509_vpm.o: ../crypto/x509/x509_vpm.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509_vpm.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509_vpm.c + @touch crypto/x509/x509_vpm.d.tmp + @if cmp crypto/x509/x509_vpm.d.tmp crypto/x509/x509_vpm.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509_vpm.d.tmp; \ + else \ + mv crypto/x509/x509_vpm.d.tmp crypto/x509/x509_vpm.d; \ + fi +crypto/x509/x509cset.o: ../crypto/x509/x509cset.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509cset.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509cset.c + @touch crypto/x509/x509cset.d.tmp + @if cmp crypto/x509/x509cset.d.tmp crypto/x509/x509cset.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509cset.d.tmp; \ + else \ + mv crypto/x509/x509cset.d.tmp crypto/x509/x509cset.d; \ + fi +crypto/x509/x509name.o: ../crypto/x509/x509name.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509name.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509name.c + @touch crypto/x509/x509name.d.tmp + @if cmp crypto/x509/x509name.d.tmp crypto/x509/x509name.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509name.d.tmp; \ + else \ + mv crypto/x509/x509name.d.tmp crypto/x509/x509name.d; \ + fi +crypto/x509/x509rset.o: ../crypto/x509/x509rset.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509rset.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509rset.c + @touch crypto/x509/x509rset.d.tmp + @if cmp crypto/x509/x509rset.d.tmp crypto/x509/x509rset.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509rset.d.tmp; \ + else \ + mv crypto/x509/x509rset.d.tmp crypto/x509/x509rset.d; \ + fi +crypto/x509/x509spki.o: ../crypto/x509/x509spki.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509spki.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509spki.c + @touch crypto/x509/x509spki.d.tmp + @if cmp crypto/x509/x509spki.d.tmp crypto/x509/x509spki.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509spki.d.tmp; \ + else \ + mv crypto/x509/x509spki.d.tmp crypto/x509/x509spki.d; \ + fi +crypto/x509/x509type.o: ../crypto/x509/x509type.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x509type.d.tmp -MT $@ -c -o $@ ../crypto/x509/x509type.c + @touch crypto/x509/x509type.d.tmp + @if cmp crypto/x509/x509type.d.tmp crypto/x509/x509type.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x509type.d.tmp; \ + else \ + mv crypto/x509/x509type.d.tmp crypto/x509/x509type.d; \ + fi +crypto/x509/x_all.o: ../crypto/x509/x_all.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x_all.d.tmp -MT $@ -c -o $@ ../crypto/x509/x_all.c + @touch crypto/x509/x_all.d.tmp + @if cmp crypto/x509/x_all.d.tmp crypto/x509/x_all.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x_all.d.tmp; \ + else \ + mv crypto/x509/x_all.d.tmp crypto/x509/x_all.d; \ + fi +crypto/x509/x_attrib.o: ../crypto/x509/x_attrib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x_attrib.d.tmp -MT $@ -c -o $@ ../crypto/x509/x_attrib.c + @touch crypto/x509/x_attrib.d.tmp + @if cmp crypto/x509/x_attrib.d.tmp crypto/x509/x_attrib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x_attrib.d.tmp; \ + else \ + mv crypto/x509/x_attrib.d.tmp crypto/x509/x_attrib.d; \ + fi +crypto/x509/x_crl.o: ../crypto/x509/x_crl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x_crl.d.tmp -MT $@ -c -o $@ ../crypto/x509/x_crl.c + @touch crypto/x509/x_crl.d.tmp + @if cmp crypto/x509/x_crl.d.tmp crypto/x509/x_crl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x_crl.d.tmp; \ + else \ + mv crypto/x509/x_crl.d.tmp crypto/x509/x_crl.d; \ + fi +crypto/x509/x_exten.o: ../crypto/x509/x_exten.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x_exten.d.tmp -MT $@ -c -o $@ ../crypto/x509/x_exten.c + @touch crypto/x509/x_exten.d.tmp + @if cmp crypto/x509/x_exten.d.tmp crypto/x509/x_exten.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x_exten.d.tmp; \ + else \ + mv crypto/x509/x_exten.d.tmp crypto/x509/x_exten.d; \ + fi +crypto/x509/x_name.o: ../crypto/x509/x_name.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x_name.d.tmp -MT $@ -c -o $@ ../crypto/x509/x_name.c + @touch crypto/x509/x_name.d.tmp + @if cmp crypto/x509/x_name.d.tmp crypto/x509/x_name.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x_name.d.tmp; \ + else \ + mv crypto/x509/x_name.d.tmp crypto/x509/x_name.d; \ + fi +crypto/x509/x_pubkey.o: ../crypto/x509/x_pubkey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x_pubkey.d.tmp -MT $@ -c -o $@ ../crypto/x509/x_pubkey.c + @touch crypto/x509/x_pubkey.d.tmp + @if cmp crypto/x509/x_pubkey.d.tmp crypto/x509/x_pubkey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x_pubkey.d.tmp; \ + else \ + mv crypto/x509/x_pubkey.d.tmp crypto/x509/x_pubkey.d; \ + fi +crypto/x509/x_req.o: ../crypto/x509/x_req.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x_req.d.tmp -MT $@ -c -o $@ ../crypto/x509/x_req.c + @touch crypto/x509/x_req.d.tmp + @if cmp crypto/x509/x_req.d.tmp crypto/x509/x_req.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x_req.d.tmp; \ + else \ + mv crypto/x509/x_req.d.tmp crypto/x509/x_req.d; \ + fi +crypto/x509/x_x509.o: ../crypto/x509/x_x509.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x_x509.d.tmp -MT $@ -c -o $@ ../crypto/x509/x_x509.c + @touch crypto/x509/x_x509.d.tmp + @if cmp crypto/x509/x_x509.d.tmp crypto/x509/x_x509.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x_x509.d.tmp; \ + else \ + mv crypto/x509/x_x509.d.tmp crypto/x509/x_x509.d; \ + fi +crypto/x509/x_x509a.o: ../crypto/x509/x_x509a.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509/x_x509a.d.tmp -MT $@ -c -o $@ ../crypto/x509/x_x509a.c + @touch crypto/x509/x_x509a.d.tmp + @if cmp crypto/x509/x_x509a.d.tmp crypto/x509/x_x509a.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509/x_x509a.d.tmp; \ + else \ + mv crypto/x509/x_x509a.d.tmp crypto/x509/x_x509a.d; \ + fi +crypto/x509v3/pcy_cache.o: ../crypto/x509v3/pcy_cache.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/pcy_cache.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/pcy_cache.c + @touch crypto/x509v3/pcy_cache.d.tmp + @if cmp crypto/x509v3/pcy_cache.d.tmp crypto/x509v3/pcy_cache.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/pcy_cache.d.tmp; \ + else \ + mv crypto/x509v3/pcy_cache.d.tmp crypto/x509v3/pcy_cache.d; \ + fi +crypto/x509v3/pcy_data.o: ../crypto/x509v3/pcy_data.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/pcy_data.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/pcy_data.c + @touch crypto/x509v3/pcy_data.d.tmp + @if cmp crypto/x509v3/pcy_data.d.tmp crypto/x509v3/pcy_data.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/pcy_data.d.tmp; \ + else \ + mv crypto/x509v3/pcy_data.d.tmp crypto/x509v3/pcy_data.d; \ + fi +crypto/x509v3/pcy_lib.o: ../crypto/x509v3/pcy_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/pcy_lib.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/pcy_lib.c + @touch crypto/x509v3/pcy_lib.d.tmp + @if cmp crypto/x509v3/pcy_lib.d.tmp crypto/x509v3/pcy_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/pcy_lib.d.tmp; \ + else \ + mv crypto/x509v3/pcy_lib.d.tmp crypto/x509v3/pcy_lib.d; \ + fi +crypto/x509v3/pcy_map.o: ../crypto/x509v3/pcy_map.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/pcy_map.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/pcy_map.c + @touch crypto/x509v3/pcy_map.d.tmp + @if cmp crypto/x509v3/pcy_map.d.tmp crypto/x509v3/pcy_map.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/pcy_map.d.tmp; \ + else \ + mv crypto/x509v3/pcy_map.d.tmp crypto/x509v3/pcy_map.d; \ + fi +crypto/x509v3/pcy_node.o: ../crypto/x509v3/pcy_node.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/pcy_node.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/pcy_node.c + @touch crypto/x509v3/pcy_node.d.tmp + @if cmp crypto/x509v3/pcy_node.d.tmp crypto/x509v3/pcy_node.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/pcy_node.d.tmp; \ + else \ + mv crypto/x509v3/pcy_node.d.tmp crypto/x509v3/pcy_node.d; \ + fi +crypto/x509v3/pcy_tree.o: ../crypto/x509v3/pcy_tree.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/pcy_tree.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/pcy_tree.c + @touch crypto/x509v3/pcy_tree.d.tmp + @if cmp crypto/x509v3/pcy_tree.d.tmp crypto/x509v3/pcy_tree.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/pcy_tree.d.tmp; \ + else \ + mv crypto/x509v3/pcy_tree.d.tmp crypto/x509v3/pcy_tree.d; \ + fi +crypto/x509v3/v3_addr.o: ../crypto/x509v3/v3_addr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_addr.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_addr.c + @touch crypto/x509v3/v3_addr.d.tmp + @if cmp crypto/x509v3/v3_addr.d.tmp crypto/x509v3/v3_addr.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_addr.d.tmp; \ + else \ + mv crypto/x509v3/v3_addr.d.tmp crypto/x509v3/v3_addr.d; \ + fi +crypto/x509v3/v3_admis.o: ../crypto/x509v3/v3_admis.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_admis.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_admis.c + @touch crypto/x509v3/v3_admis.d.tmp + @if cmp crypto/x509v3/v3_admis.d.tmp crypto/x509v3/v3_admis.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_admis.d.tmp; \ + else \ + mv crypto/x509v3/v3_admis.d.tmp crypto/x509v3/v3_admis.d; \ + fi +crypto/x509v3/v3_akey.o: ../crypto/x509v3/v3_akey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_akey.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_akey.c + @touch crypto/x509v3/v3_akey.d.tmp + @if cmp crypto/x509v3/v3_akey.d.tmp crypto/x509v3/v3_akey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_akey.d.tmp; \ + else \ + mv crypto/x509v3/v3_akey.d.tmp crypto/x509v3/v3_akey.d; \ + fi +crypto/x509v3/v3_akeya.o: ../crypto/x509v3/v3_akeya.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_akeya.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_akeya.c + @touch crypto/x509v3/v3_akeya.d.tmp + @if cmp crypto/x509v3/v3_akeya.d.tmp crypto/x509v3/v3_akeya.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_akeya.d.tmp; \ + else \ + mv crypto/x509v3/v3_akeya.d.tmp crypto/x509v3/v3_akeya.d; \ + fi +crypto/x509v3/v3_alt.o: ../crypto/x509v3/v3_alt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_alt.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_alt.c + @touch crypto/x509v3/v3_alt.d.tmp + @if cmp crypto/x509v3/v3_alt.d.tmp crypto/x509v3/v3_alt.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_alt.d.tmp; \ + else \ + mv crypto/x509v3/v3_alt.d.tmp crypto/x509v3/v3_alt.d; \ + fi +crypto/x509v3/v3_asid.o: ../crypto/x509v3/v3_asid.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_asid.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_asid.c + @touch crypto/x509v3/v3_asid.d.tmp + @if cmp crypto/x509v3/v3_asid.d.tmp crypto/x509v3/v3_asid.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_asid.d.tmp; \ + else \ + mv crypto/x509v3/v3_asid.d.tmp crypto/x509v3/v3_asid.d; \ + fi +crypto/x509v3/v3_bcons.o: ../crypto/x509v3/v3_bcons.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_bcons.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_bcons.c + @touch crypto/x509v3/v3_bcons.d.tmp + @if cmp crypto/x509v3/v3_bcons.d.tmp crypto/x509v3/v3_bcons.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_bcons.d.tmp; \ + else \ + mv crypto/x509v3/v3_bcons.d.tmp crypto/x509v3/v3_bcons.d; \ + fi +crypto/x509v3/v3_bitst.o: ../crypto/x509v3/v3_bitst.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_bitst.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_bitst.c + @touch crypto/x509v3/v3_bitst.d.tmp + @if cmp crypto/x509v3/v3_bitst.d.tmp crypto/x509v3/v3_bitst.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_bitst.d.tmp; \ + else \ + mv crypto/x509v3/v3_bitst.d.tmp crypto/x509v3/v3_bitst.d; \ + fi +crypto/x509v3/v3_conf.o: ../crypto/x509v3/v3_conf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_conf.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_conf.c + @touch crypto/x509v3/v3_conf.d.tmp + @if cmp crypto/x509v3/v3_conf.d.tmp crypto/x509v3/v3_conf.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_conf.d.tmp; \ + else \ + mv crypto/x509v3/v3_conf.d.tmp crypto/x509v3/v3_conf.d; \ + fi +crypto/x509v3/v3_cpols.o: ../crypto/x509v3/v3_cpols.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_cpols.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_cpols.c + @touch crypto/x509v3/v3_cpols.d.tmp + @if cmp crypto/x509v3/v3_cpols.d.tmp crypto/x509v3/v3_cpols.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_cpols.d.tmp; \ + else \ + mv crypto/x509v3/v3_cpols.d.tmp crypto/x509v3/v3_cpols.d; \ + fi +crypto/x509v3/v3_crld.o: ../crypto/x509v3/v3_crld.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_crld.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_crld.c + @touch crypto/x509v3/v3_crld.d.tmp + @if cmp crypto/x509v3/v3_crld.d.tmp crypto/x509v3/v3_crld.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_crld.d.tmp; \ + else \ + mv crypto/x509v3/v3_crld.d.tmp crypto/x509v3/v3_crld.d; \ + fi +crypto/x509v3/v3_enum.o: ../crypto/x509v3/v3_enum.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_enum.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_enum.c + @touch crypto/x509v3/v3_enum.d.tmp + @if cmp crypto/x509v3/v3_enum.d.tmp crypto/x509v3/v3_enum.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_enum.d.tmp; \ + else \ + mv crypto/x509v3/v3_enum.d.tmp crypto/x509v3/v3_enum.d; \ + fi +crypto/x509v3/v3_extku.o: ../crypto/x509v3/v3_extku.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_extku.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_extku.c + @touch crypto/x509v3/v3_extku.d.tmp + @if cmp crypto/x509v3/v3_extku.d.tmp crypto/x509v3/v3_extku.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_extku.d.tmp; \ + else \ + mv crypto/x509v3/v3_extku.d.tmp crypto/x509v3/v3_extku.d; \ + fi +crypto/x509v3/v3_genn.o: ../crypto/x509v3/v3_genn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_genn.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_genn.c + @touch crypto/x509v3/v3_genn.d.tmp + @if cmp crypto/x509v3/v3_genn.d.tmp crypto/x509v3/v3_genn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_genn.d.tmp; \ + else \ + mv crypto/x509v3/v3_genn.d.tmp crypto/x509v3/v3_genn.d; \ + fi +crypto/x509v3/v3_ia5.o: ../crypto/x509v3/v3_ia5.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_ia5.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_ia5.c + @touch crypto/x509v3/v3_ia5.d.tmp + @if cmp crypto/x509v3/v3_ia5.d.tmp crypto/x509v3/v3_ia5.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_ia5.d.tmp; \ + else \ + mv crypto/x509v3/v3_ia5.d.tmp crypto/x509v3/v3_ia5.d; \ + fi +crypto/x509v3/v3_info.o: ../crypto/x509v3/v3_info.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_info.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_info.c + @touch crypto/x509v3/v3_info.d.tmp + @if cmp crypto/x509v3/v3_info.d.tmp crypto/x509v3/v3_info.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_info.d.tmp; \ + else \ + mv crypto/x509v3/v3_info.d.tmp crypto/x509v3/v3_info.d; \ + fi +crypto/x509v3/v3_int.o: ../crypto/x509v3/v3_int.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_int.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_int.c + @touch crypto/x509v3/v3_int.d.tmp + @if cmp crypto/x509v3/v3_int.d.tmp crypto/x509v3/v3_int.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_int.d.tmp; \ + else \ + mv crypto/x509v3/v3_int.d.tmp crypto/x509v3/v3_int.d; \ + fi +crypto/x509v3/v3_lib.o: ../crypto/x509v3/v3_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_lib.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_lib.c + @touch crypto/x509v3/v3_lib.d.tmp + @if cmp crypto/x509v3/v3_lib.d.tmp crypto/x509v3/v3_lib.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_lib.d.tmp; \ + else \ + mv crypto/x509v3/v3_lib.d.tmp crypto/x509v3/v3_lib.d; \ + fi +crypto/x509v3/v3_ncons.o: ../crypto/x509v3/v3_ncons.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_ncons.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_ncons.c + @touch crypto/x509v3/v3_ncons.d.tmp + @if cmp crypto/x509v3/v3_ncons.d.tmp crypto/x509v3/v3_ncons.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_ncons.d.tmp; \ + else \ + mv crypto/x509v3/v3_ncons.d.tmp crypto/x509v3/v3_ncons.d; \ + fi +crypto/x509v3/v3_pci.o: ../crypto/x509v3/v3_pci.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_pci.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_pci.c + @touch crypto/x509v3/v3_pci.d.tmp + @if cmp crypto/x509v3/v3_pci.d.tmp crypto/x509v3/v3_pci.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_pci.d.tmp; \ + else \ + mv crypto/x509v3/v3_pci.d.tmp crypto/x509v3/v3_pci.d; \ + fi +crypto/x509v3/v3_pcia.o: ../crypto/x509v3/v3_pcia.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_pcia.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_pcia.c + @touch crypto/x509v3/v3_pcia.d.tmp + @if cmp crypto/x509v3/v3_pcia.d.tmp crypto/x509v3/v3_pcia.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_pcia.d.tmp; \ + else \ + mv crypto/x509v3/v3_pcia.d.tmp crypto/x509v3/v3_pcia.d; \ + fi +crypto/x509v3/v3_pcons.o: ../crypto/x509v3/v3_pcons.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_pcons.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_pcons.c + @touch crypto/x509v3/v3_pcons.d.tmp + @if cmp crypto/x509v3/v3_pcons.d.tmp crypto/x509v3/v3_pcons.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_pcons.d.tmp; \ + else \ + mv crypto/x509v3/v3_pcons.d.tmp crypto/x509v3/v3_pcons.d; \ + fi +crypto/x509v3/v3_pku.o: ../crypto/x509v3/v3_pku.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_pku.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_pku.c + @touch crypto/x509v3/v3_pku.d.tmp + @if cmp crypto/x509v3/v3_pku.d.tmp crypto/x509v3/v3_pku.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_pku.d.tmp; \ + else \ + mv crypto/x509v3/v3_pku.d.tmp crypto/x509v3/v3_pku.d; \ + fi +crypto/x509v3/v3_pmaps.o: ../crypto/x509v3/v3_pmaps.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_pmaps.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_pmaps.c + @touch crypto/x509v3/v3_pmaps.d.tmp + @if cmp crypto/x509v3/v3_pmaps.d.tmp crypto/x509v3/v3_pmaps.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_pmaps.d.tmp; \ + else \ + mv crypto/x509v3/v3_pmaps.d.tmp crypto/x509v3/v3_pmaps.d; \ + fi +crypto/x509v3/v3_prn.o: ../crypto/x509v3/v3_prn.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_prn.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_prn.c + @touch crypto/x509v3/v3_prn.d.tmp + @if cmp crypto/x509v3/v3_prn.d.tmp crypto/x509v3/v3_prn.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_prn.d.tmp; \ + else \ + mv crypto/x509v3/v3_prn.d.tmp crypto/x509v3/v3_prn.d; \ + fi +crypto/x509v3/v3_purp.o: ../crypto/x509v3/v3_purp.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_purp.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_purp.c + @touch crypto/x509v3/v3_purp.d.tmp + @if cmp crypto/x509v3/v3_purp.d.tmp crypto/x509v3/v3_purp.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_purp.d.tmp; \ + else \ + mv crypto/x509v3/v3_purp.d.tmp crypto/x509v3/v3_purp.d; \ + fi +crypto/x509v3/v3_skey.o: ../crypto/x509v3/v3_skey.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_skey.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_skey.c + @touch crypto/x509v3/v3_skey.d.tmp + @if cmp crypto/x509v3/v3_skey.d.tmp crypto/x509v3/v3_skey.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_skey.d.tmp; \ + else \ + mv crypto/x509v3/v3_skey.d.tmp crypto/x509v3/v3_skey.d; \ + fi +crypto/x509v3/v3_sxnet.o: ../crypto/x509v3/v3_sxnet.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_sxnet.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_sxnet.c + @touch crypto/x509v3/v3_sxnet.d.tmp + @if cmp crypto/x509v3/v3_sxnet.d.tmp crypto/x509v3/v3_sxnet.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_sxnet.d.tmp; \ + else \ + mv crypto/x509v3/v3_sxnet.d.tmp crypto/x509v3/v3_sxnet.d; \ + fi +crypto/x509v3/v3_tlsf.o: ../crypto/x509v3/v3_tlsf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_tlsf.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_tlsf.c + @touch crypto/x509v3/v3_tlsf.d.tmp + @if cmp crypto/x509v3/v3_tlsf.d.tmp crypto/x509v3/v3_tlsf.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_tlsf.d.tmp; \ + else \ + mv crypto/x509v3/v3_tlsf.d.tmp crypto/x509v3/v3_tlsf.d; \ + fi +crypto/x509v3/v3_utl.o: ../crypto/x509v3/v3_utl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3_utl.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3_utl.c + @touch crypto/x509v3/v3_utl.d.tmp + @if cmp crypto/x509v3/v3_utl.d.tmp crypto/x509v3/v3_utl.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3_utl.d.tmp; \ + else \ + mv crypto/x509v3/v3_utl.d.tmp crypto/x509v3/v3_utl.d; \ + fi +crypto/x509v3/v3err.o: ../crypto/x509v3/v3err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF crypto/x509v3/v3err.d.tmp -MT $@ -c -o $@ ../crypto/x509v3/v3err.c + @touch crypto/x509v3/v3err.d.tmp + @if cmp crypto/x509v3/v3err.d.tmp crypto/x509v3/v3err.d > /dev/null 2> /dev/null; then \ + rm -f crypto/x509v3/v3err.d.tmp; \ + else \ + mv crypto/x509v3/v3err.d.tmp crypto/x509v3/v3err.d; \ + fi +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) $(ARFLAGS) $@ $? + $(RANLIB) $@ || echo Never mind. +libssl$(SHLIB_EXT_SIMPLE) libssl$(SHLIB_EXT): 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 libcrypto$(SHLIB_EXT_SIMPLE) + $(CC) $(LIB_CFLAGS) -L. $(LIB_LDFLAGS) -install_name $(INSTALLTOP)/$(LIBDIR)/libssl$(SHLIB_EXT) \ + -o libssl$(SHLIB_EXT) 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 $(LIB_EX_LIBS) + if [ 'libssl$(SHLIB_EXT_SIMPLE)' != 'libssl$(SHLIB_EXT)' ]; then \ + rm -f libssl$(SHLIB_EXT_SIMPLE); \ + ln -s libssl$(SHLIB_EXT) libssl$(SHLIB_EXT_SIMPLE); \ + fi +ssl/bio_ssl.o: ../ssl/bio_ssl.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/bio_ssl.d.tmp -MT $@ -c -o $@ ../ssl/bio_ssl.c + @touch ssl/bio_ssl.d.tmp + @if cmp ssl/bio_ssl.d.tmp ssl/bio_ssl.d > /dev/null 2> /dev/null; then \ + rm -f ssl/bio_ssl.d.tmp; \ + else \ + mv ssl/bio_ssl.d.tmp ssl/bio_ssl.d; \ + fi +ssl/d1_lib.o: ../ssl/d1_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/d1_lib.d.tmp -MT $@ -c -o $@ ../ssl/d1_lib.c + @touch ssl/d1_lib.d.tmp + @if cmp ssl/d1_lib.d.tmp ssl/d1_lib.d > /dev/null 2> /dev/null; then \ + rm -f ssl/d1_lib.d.tmp; \ + else \ + mv ssl/d1_lib.d.tmp ssl/d1_lib.d; \ + fi +ssl/d1_msg.o: ../ssl/d1_msg.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/d1_msg.d.tmp -MT $@ -c -o $@ ../ssl/d1_msg.c + @touch ssl/d1_msg.d.tmp + @if cmp ssl/d1_msg.d.tmp ssl/d1_msg.d > /dev/null 2> /dev/null; then \ + rm -f ssl/d1_msg.d.tmp; \ + else \ + mv ssl/d1_msg.d.tmp ssl/d1_msg.d; \ + fi +ssl/d1_srtp.o: ../ssl/d1_srtp.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/d1_srtp.d.tmp -MT $@ -c -o $@ ../ssl/d1_srtp.c + @touch ssl/d1_srtp.d.tmp + @if cmp ssl/d1_srtp.d.tmp ssl/d1_srtp.d > /dev/null 2> /dev/null; then \ + rm -f ssl/d1_srtp.d.tmp; \ + else \ + mv ssl/d1_srtp.d.tmp ssl/d1_srtp.d; \ + fi +ssl/methods.o: ../ssl/methods.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/methods.d.tmp -MT $@ -c -o $@ ../ssl/methods.c + @touch ssl/methods.d.tmp + @if cmp ssl/methods.d.tmp ssl/methods.d > /dev/null 2> /dev/null; then \ + rm -f ssl/methods.d.tmp; \ + else \ + mv ssl/methods.d.tmp ssl/methods.d; \ + fi +ssl/packet.o: ../ssl/packet.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/packet.d.tmp -MT $@ -c -o $@ ../ssl/packet.c + @touch ssl/packet.d.tmp + @if cmp ssl/packet.d.tmp ssl/packet.d > /dev/null 2> /dev/null; then \ + rm -f ssl/packet.d.tmp; \ + else \ + mv ssl/packet.d.tmp ssl/packet.d; \ + fi +ssl/pqueue.o: ../ssl/pqueue.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/pqueue.d.tmp -MT $@ -c -o $@ ../ssl/pqueue.c + @touch ssl/pqueue.d.tmp + @if cmp ssl/pqueue.d.tmp ssl/pqueue.d > /dev/null 2> /dev/null; then \ + rm -f ssl/pqueue.d.tmp; \ + else \ + mv ssl/pqueue.d.tmp ssl/pqueue.d; \ + fi +ssl/record/dtls1_bitmap.o: ../ssl/record/dtls1_bitmap.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/record/dtls1_bitmap.d.tmp -MT $@ -c -o $@ ../ssl/record/dtls1_bitmap.c + @touch ssl/record/dtls1_bitmap.d.tmp + @if cmp ssl/record/dtls1_bitmap.d.tmp ssl/record/dtls1_bitmap.d > /dev/null 2> /dev/null; then \ + rm -f ssl/record/dtls1_bitmap.d.tmp; \ + else \ + mv ssl/record/dtls1_bitmap.d.tmp ssl/record/dtls1_bitmap.d; \ + fi +ssl/record/rec_layer_d1.o: ../ssl/record/rec_layer_d1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/record/rec_layer_d1.d.tmp -MT $@ -c -o $@ ../ssl/record/rec_layer_d1.c + @touch ssl/record/rec_layer_d1.d.tmp + @if cmp ssl/record/rec_layer_d1.d.tmp ssl/record/rec_layer_d1.d > /dev/null 2> /dev/null; then \ + rm -f ssl/record/rec_layer_d1.d.tmp; \ + else \ + mv ssl/record/rec_layer_d1.d.tmp ssl/record/rec_layer_d1.d; \ + fi +ssl/record/rec_layer_s3.o: ../ssl/record/rec_layer_s3.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/record/rec_layer_s3.d.tmp -MT $@ -c -o $@ ../ssl/record/rec_layer_s3.c + @touch ssl/record/rec_layer_s3.d.tmp + @if cmp ssl/record/rec_layer_s3.d.tmp ssl/record/rec_layer_s3.d > /dev/null 2> /dev/null; then \ + rm -f ssl/record/rec_layer_s3.d.tmp; \ + else \ + mv ssl/record/rec_layer_s3.d.tmp ssl/record/rec_layer_s3.d; \ + fi +ssl/record/ssl3_buffer.o: ../ssl/record/ssl3_buffer.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/record/ssl3_buffer.d.tmp -MT $@ -c -o $@ ../ssl/record/ssl3_buffer.c + @touch ssl/record/ssl3_buffer.d.tmp + @if cmp ssl/record/ssl3_buffer.d.tmp ssl/record/ssl3_buffer.d > /dev/null 2> /dev/null; then \ + rm -f ssl/record/ssl3_buffer.d.tmp; \ + else \ + mv ssl/record/ssl3_buffer.d.tmp ssl/record/ssl3_buffer.d; \ + fi +ssl/record/ssl3_record.o: ../ssl/record/ssl3_record.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/record/ssl3_record.d.tmp -MT $@ -c -o $@ ../ssl/record/ssl3_record.c + @touch ssl/record/ssl3_record.d.tmp + @if cmp ssl/record/ssl3_record.d.tmp ssl/record/ssl3_record.d > /dev/null 2> /dev/null; then \ + rm -f ssl/record/ssl3_record.d.tmp; \ + else \ + mv ssl/record/ssl3_record.d.tmp ssl/record/ssl3_record.d; \ + fi +ssl/record/ssl3_record_tls13.o: ../ssl/record/ssl3_record_tls13.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/record/ssl3_record_tls13.d.tmp -MT $@ -c -o $@ ../ssl/record/ssl3_record_tls13.c + @touch ssl/record/ssl3_record_tls13.d.tmp + @if cmp ssl/record/ssl3_record_tls13.d.tmp ssl/record/ssl3_record_tls13.d > /dev/null 2> /dev/null; then \ + rm -f ssl/record/ssl3_record_tls13.d.tmp; \ + else \ + mv ssl/record/ssl3_record_tls13.d.tmp ssl/record/ssl3_record_tls13.d; \ + fi +ssl/s3_cbc.o: ../ssl/s3_cbc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/s3_cbc.d.tmp -MT $@ -c -o $@ ../ssl/s3_cbc.c + @touch ssl/s3_cbc.d.tmp + @if cmp ssl/s3_cbc.d.tmp ssl/s3_cbc.d > /dev/null 2> /dev/null; then \ + rm -f ssl/s3_cbc.d.tmp; \ + else \ + mv ssl/s3_cbc.d.tmp ssl/s3_cbc.d; \ + fi +ssl/s3_enc.o: ../ssl/s3_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/s3_enc.d.tmp -MT $@ -c -o $@ ../ssl/s3_enc.c + @touch ssl/s3_enc.d.tmp + @if cmp ssl/s3_enc.d.tmp ssl/s3_enc.d > /dev/null 2> /dev/null; then \ + rm -f ssl/s3_enc.d.tmp; \ + else \ + mv ssl/s3_enc.d.tmp ssl/s3_enc.d; \ + fi +ssl/s3_lib.o: ../ssl/s3_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/s3_lib.d.tmp -MT $@ -c -o $@ ../ssl/s3_lib.c + @touch ssl/s3_lib.d.tmp + @if cmp ssl/s3_lib.d.tmp ssl/s3_lib.d > /dev/null 2> /dev/null; then \ + rm -f ssl/s3_lib.d.tmp; \ + else \ + mv ssl/s3_lib.d.tmp ssl/s3_lib.d; \ + fi +ssl/s3_msg.o: ../ssl/s3_msg.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/s3_msg.d.tmp -MT $@ -c -o $@ ../ssl/s3_msg.c + @touch ssl/s3_msg.d.tmp + @if cmp ssl/s3_msg.d.tmp ssl/s3_msg.d > /dev/null 2> /dev/null; then \ + rm -f ssl/s3_msg.d.tmp; \ + else \ + mv ssl/s3_msg.d.tmp ssl/s3_msg.d; \ + fi +ssl/ssl_asn1.o: ../ssl/ssl_asn1.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/ssl_asn1.d.tmp -MT $@ -c -o $@ ../ssl/ssl_asn1.c + @touch ssl/ssl_asn1.d.tmp + @if cmp ssl/ssl_asn1.d.tmp ssl/ssl_asn1.d > /dev/null 2> /dev/null; then \ + rm -f ssl/ssl_asn1.d.tmp; \ + else \ + mv ssl/ssl_asn1.d.tmp ssl/ssl_asn1.d; \ + fi +ssl/ssl_cert.o: ../ssl/ssl_cert.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/ssl_cert.d.tmp -MT $@ -c -o $@ ../ssl/ssl_cert.c + @touch ssl/ssl_cert.d.tmp + @if cmp ssl/ssl_cert.d.tmp ssl/ssl_cert.d > /dev/null 2> /dev/null; then \ + rm -f ssl/ssl_cert.d.tmp; \ + else \ + mv ssl/ssl_cert.d.tmp ssl/ssl_cert.d; \ + fi +ssl/ssl_ciph.o: ../ssl/ssl_ciph.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/ssl_ciph.d.tmp -MT $@ -c -o $@ ../ssl/ssl_ciph.c + @touch ssl/ssl_ciph.d.tmp + @if cmp ssl/ssl_ciph.d.tmp ssl/ssl_ciph.d > /dev/null 2> /dev/null; then \ + rm -f ssl/ssl_ciph.d.tmp; \ + else \ + mv ssl/ssl_ciph.d.tmp ssl/ssl_ciph.d; \ + fi +ssl/ssl_conf.o: ../ssl/ssl_conf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/ssl_conf.d.tmp -MT $@ -c -o $@ ../ssl/ssl_conf.c + @touch ssl/ssl_conf.d.tmp + @if cmp ssl/ssl_conf.d.tmp ssl/ssl_conf.d > /dev/null 2> /dev/null; then \ + rm -f ssl/ssl_conf.d.tmp; \ + else \ + mv ssl/ssl_conf.d.tmp ssl/ssl_conf.d; \ + fi +ssl/ssl_err.o: ../ssl/ssl_err.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/ssl_err.d.tmp -MT $@ -c -o $@ ../ssl/ssl_err.c + @touch ssl/ssl_err.d.tmp + @if cmp ssl/ssl_err.d.tmp ssl/ssl_err.d > /dev/null 2> /dev/null; then \ + rm -f ssl/ssl_err.d.tmp; \ + else \ + mv ssl/ssl_err.d.tmp ssl/ssl_err.d; \ + fi +ssl/ssl_init.o: ../ssl/ssl_init.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/ssl_init.d.tmp -MT $@ -c -o $@ ../ssl/ssl_init.c + @touch ssl/ssl_init.d.tmp + @if cmp ssl/ssl_init.d.tmp ssl/ssl_init.d > /dev/null 2> /dev/null; then \ + rm -f ssl/ssl_init.d.tmp; \ + else \ + mv ssl/ssl_init.d.tmp ssl/ssl_init.d; \ + fi +ssl/ssl_lib.o: ../ssl/ssl_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/ssl_lib.d.tmp -MT $@ -c -o $@ ../ssl/ssl_lib.c + @touch ssl/ssl_lib.d.tmp + @if cmp ssl/ssl_lib.d.tmp ssl/ssl_lib.d > /dev/null 2> /dev/null; then \ + rm -f ssl/ssl_lib.d.tmp; \ + else \ + mv ssl/ssl_lib.d.tmp ssl/ssl_lib.d; \ + fi +ssl/ssl_mcnf.o: ../ssl/ssl_mcnf.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/ssl_mcnf.d.tmp -MT $@ -c -o $@ ../ssl/ssl_mcnf.c + @touch ssl/ssl_mcnf.d.tmp + @if cmp ssl/ssl_mcnf.d.tmp ssl/ssl_mcnf.d > /dev/null 2> /dev/null; then \ + rm -f ssl/ssl_mcnf.d.tmp; \ + else \ + mv ssl/ssl_mcnf.d.tmp ssl/ssl_mcnf.d; \ + fi +ssl/ssl_rsa.o: ../ssl/ssl_rsa.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/ssl_rsa.d.tmp -MT $@ -c -o $@ ../ssl/ssl_rsa.c + @touch ssl/ssl_rsa.d.tmp + @if cmp ssl/ssl_rsa.d.tmp ssl/ssl_rsa.d > /dev/null 2> /dev/null; then \ + rm -f ssl/ssl_rsa.d.tmp; \ + else \ + mv ssl/ssl_rsa.d.tmp ssl/ssl_rsa.d; \ + fi +ssl/ssl_sess.o: ../ssl/ssl_sess.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/ssl_sess.d.tmp -MT $@ -c -o $@ ../ssl/ssl_sess.c + @touch ssl/ssl_sess.d.tmp + @if cmp ssl/ssl_sess.d.tmp ssl/ssl_sess.d > /dev/null 2> /dev/null; then \ + rm -f ssl/ssl_sess.d.tmp; \ + else \ + mv ssl/ssl_sess.d.tmp ssl/ssl_sess.d; \ + fi +ssl/ssl_stat.o: ../ssl/ssl_stat.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/ssl_stat.d.tmp -MT $@ -c -o $@ ../ssl/ssl_stat.c + @touch ssl/ssl_stat.d.tmp + @if cmp ssl/ssl_stat.d.tmp ssl/ssl_stat.d > /dev/null 2> /dev/null; then \ + rm -f ssl/ssl_stat.d.tmp; \ + else \ + mv ssl/ssl_stat.d.tmp ssl/ssl_stat.d; \ + fi +ssl/ssl_txt.o: ../ssl/ssl_txt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/ssl_txt.d.tmp -MT $@ -c -o $@ ../ssl/ssl_txt.c + @touch ssl/ssl_txt.d.tmp + @if cmp ssl/ssl_txt.d.tmp ssl/ssl_txt.d > /dev/null 2> /dev/null; then \ + rm -f ssl/ssl_txt.d.tmp; \ + else \ + mv ssl/ssl_txt.d.tmp ssl/ssl_txt.d; \ + fi +ssl/ssl_utst.o: ../ssl/ssl_utst.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/ssl_utst.d.tmp -MT $@ -c -o $@ ../ssl/ssl_utst.c + @touch ssl/ssl_utst.d.tmp + @if cmp ssl/ssl_utst.d.tmp ssl/ssl_utst.d > /dev/null 2> /dev/null; then \ + rm -f ssl/ssl_utst.d.tmp; \ + else \ + mv ssl/ssl_utst.d.tmp ssl/ssl_utst.d; \ + fi +ssl/statem/extensions.o: ../ssl/statem/extensions.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/statem/extensions.d.tmp -MT $@ -c -o $@ ../ssl/statem/extensions.c + @touch ssl/statem/extensions.d.tmp + @if cmp ssl/statem/extensions.d.tmp ssl/statem/extensions.d > /dev/null 2> /dev/null; then \ + rm -f ssl/statem/extensions.d.tmp; \ + else \ + mv ssl/statem/extensions.d.tmp ssl/statem/extensions.d; \ + fi +ssl/statem/extensions_clnt.o: ../ssl/statem/extensions_clnt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/statem/extensions_clnt.d.tmp -MT $@ -c -o $@ ../ssl/statem/extensions_clnt.c + @touch ssl/statem/extensions_clnt.d.tmp + @if cmp ssl/statem/extensions_clnt.d.tmp ssl/statem/extensions_clnt.d > /dev/null 2> /dev/null; then \ + rm -f ssl/statem/extensions_clnt.d.tmp; \ + else \ + mv ssl/statem/extensions_clnt.d.tmp ssl/statem/extensions_clnt.d; \ + fi +ssl/statem/extensions_cust.o: ../ssl/statem/extensions_cust.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/statem/extensions_cust.d.tmp -MT $@ -c -o $@ ../ssl/statem/extensions_cust.c + @touch ssl/statem/extensions_cust.d.tmp + @if cmp ssl/statem/extensions_cust.d.tmp ssl/statem/extensions_cust.d > /dev/null 2> /dev/null; then \ + rm -f ssl/statem/extensions_cust.d.tmp; \ + else \ + mv ssl/statem/extensions_cust.d.tmp ssl/statem/extensions_cust.d; \ + fi +ssl/statem/extensions_srvr.o: ../ssl/statem/extensions_srvr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/statem/extensions_srvr.d.tmp -MT $@ -c -o $@ ../ssl/statem/extensions_srvr.c + @touch ssl/statem/extensions_srvr.d.tmp + @if cmp ssl/statem/extensions_srvr.d.tmp ssl/statem/extensions_srvr.d > /dev/null 2> /dev/null; then \ + rm -f ssl/statem/extensions_srvr.d.tmp; \ + else \ + mv ssl/statem/extensions_srvr.d.tmp ssl/statem/extensions_srvr.d; \ + fi +ssl/statem/statem.o: ../ssl/statem/statem.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/statem/statem.d.tmp -MT $@ -c -o $@ ../ssl/statem/statem.c + @touch ssl/statem/statem.d.tmp + @if cmp ssl/statem/statem.d.tmp ssl/statem/statem.d > /dev/null 2> /dev/null; then \ + rm -f ssl/statem/statem.d.tmp; \ + else \ + mv ssl/statem/statem.d.tmp ssl/statem/statem.d; \ + fi +ssl/statem/statem_clnt.o: ../ssl/statem/statem_clnt.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/statem/statem_clnt.d.tmp -MT $@ -c -o $@ ../ssl/statem/statem_clnt.c + @touch ssl/statem/statem_clnt.d.tmp + @if cmp ssl/statem/statem_clnt.d.tmp ssl/statem/statem_clnt.d > /dev/null 2> /dev/null; then \ + rm -f ssl/statem/statem_clnt.d.tmp; \ + else \ + mv ssl/statem/statem_clnt.d.tmp ssl/statem/statem_clnt.d; \ + fi +ssl/statem/statem_dtls.o: ../ssl/statem/statem_dtls.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/statem/statem_dtls.d.tmp -MT $@ -c -o $@ ../ssl/statem/statem_dtls.c + @touch ssl/statem/statem_dtls.d.tmp + @if cmp ssl/statem/statem_dtls.d.tmp ssl/statem/statem_dtls.d > /dev/null 2> /dev/null; then \ + rm -f ssl/statem/statem_dtls.d.tmp; \ + else \ + mv ssl/statem/statem_dtls.d.tmp ssl/statem/statem_dtls.d; \ + fi +ssl/statem/statem_lib.o: ../ssl/statem/statem_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/statem/statem_lib.d.tmp -MT $@ -c -o $@ ../ssl/statem/statem_lib.c + @touch ssl/statem/statem_lib.d.tmp + @if cmp ssl/statem/statem_lib.d.tmp ssl/statem/statem_lib.d > /dev/null 2> /dev/null; then \ + rm -f ssl/statem/statem_lib.d.tmp; \ + else \ + mv ssl/statem/statem_lib.d.tmp ssl/statem/statem_lib.d; \ + fi +ssl/statem/statem_srvr.o: ../ssl/statem/statem_srvr.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/statem/statem_srvr.d.tmp -MT $@ -c -o $@ ../ssl/statem/statem_srvr.c + @touch ssl/statem/statem_srvr.d.tmp + @if cmp ssl/statem/statem_srvr.d.tmp ssl/statem/statem_srvr.d > /dev/null 2> /dev/null; then \ + rm -f ssl/statem/statem_srvr.d.tmp; \ + else \ + mv ssl/statem/statem_srvr.d.tmp ssl/statem/statem_srvr.d; \ + fi +ssl/t1_enc.o: ../ssl/t1_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/t1_enc.d.tmp -MT $@ -c -o $@ ../ssl/t1_enc.c + @touch ssl/t1_enc.d.tmp + @if cmp ssl/t1_enc.d.tmp ssl/t1_enc.d > /dev/null 2> /dev/null; then \ + rm -f ssl/t1_enc.d.tmp; \ + else \ + mv ssl/t1_enc.d.tmp ssl/t1_enc.d; \ + fi +ssl/t1_lib.o: ../ssl/t1_lib.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/t1_lib.d.tmp -MT $@ -c -o $@ ../ssl/t1_lib.c + @touch ssl/t1_lib.d.tmp + @if cmp ssl/t1_lib.d.tmp ssl/t1_lib.d > /dev/null 2> /dev/null; then \ + rm -f ssl/t1_lib.d.tmp; \ + else \ + mv ssl/t1_lib.d.tmp ssl/t1_lib.d; \ + fi +ssl/t1_trce.o: ../ssl/t1_trce.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/t1_trce.d.tmp -MT $@ -c -o $@ ../ssl/t1_trce.c + @touch ssl/t1_trce.d.tmp + @if cmp ssl/t1_trce.d.tmp ssl/t1_trce.d > /dev/null 2> /dev/null; then \ + rm -f ssl/t1_trce.d.tmp; \ + else \ + mv ssl/t1_trce.d.tmp ssl/t1_trce.d; \ + fi +ssl/tls13_enc.o: ../ssl/tls13_enc.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/tls13_enc.d.tmp -MT $@ -c -o $@ ../ssl/tls13_enc.c + @touch ssl/tls13_enc.d.tmp + @if cmp ssl/tls13_enc.d.tmp ssl/tls13_enc.d > /dev/null 2> /dev/null; then \ + rm -f ssl/tls13_enc.d.tmp; \ + else \ + mv ssl/tls13_enc.d.tmp ssl/tls13_enc.d; \ + fi +ssl/tls_srp.o: ../ssl/tls_srp.c + $(CC) -I. -Iinclude -I.. -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF ssl/tls_srp.d.tmp -MT $@ -c -o $@ ../ssl/tls_srp.c + @touch ssl/tls_srp.d.tmp + @if cmp ssl/tls_srp.d.tmp ssl/tls_srp.d > /dev/null 2> /dev/null; then \ + rm -f ssl/tls_srp.d.tmp; \ + else \ + mv ssl/tls_srp.d.tmp ssl/tls_srp.d; \ + fi +libssl.a: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o + $(AR) $(ARFLAGS) $@ $? + $(RANLIB) $@ || echo Never mind. +test/libtestutil.a: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/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) $(ARFLAGS) $@ $? + $(RANLIB) $@ || echo Never mind. +test/testutil/basic_output.o: ../test/testutil/basic_output.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/basic_output.d.tmp -MT $@ -c -o $@ ../test/testutil/basic_output.c + @touch test/testutil/basic_output.d.tmp + @if cmp test/testutil/basic_output.d.tmp test/testutil/basic_output.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/basic_output.d.tmp; \ + else \ + mv test/testutil/basic_output.d.tmp test/testutil/basic_output.d; \ + fi +test/testutil/cb.o: ../test/testutil/cb.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/cb.d.tmp -MT $@ -c -o $@ ../test/testutil/cb.c + @touch test/testutil/cb.d.tmp + @if cmp test/testutil/cb.d.tmp test/testutil/cb.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/cb.d.tmp; \ + else \ + mv test/testutil/cb.d.tmp test/testutil/cb.d; \ + fi +test/testutil/driver.o: ../test/testutil/driver.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/driver.d.tmp -MT $@ -c -o $@ ../test/testutil/driver.c + @touch test/testutil/driver.d.tmp + @if cmp test/testutil/driver.d.tmp test/testutil/driver.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/driver.d.tmp; \ + else \ + mv test/testutil/driver.d.tmp test/testutil/driver.d; \ + fi +test/testutil/format_output.o: ../test/testutil/format_output.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/format_output.d.tmp -MT $@ -c -o $@ ../test/testutil/format_output.c + @touch test/testutil/format_output.d.tmp + @if cmp test/testutil/format_output.d.tmp test/testutil/format_output.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/format_output.d.tmp; \ + else \ + mv test/testutil/format_output.d.tmp test/testutil/format_output.d; \ + fi +test/testutil/main.o: ../test/testutil/main.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/main.d.tmp -MT $@ -c -o $@ ../test/testutil/main.c + @touch test/testutil/main.d.tmp + @if cmp test/testutil/main.d.tmp test/testutil/main.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/main.d.tmp; \ + else \ + mv test/testutil/main.d.tmp test/testutil/main.d; \ + fi +test/testutil/output_helpers.o: ../test/testutil/output_helpers.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/output_helpers.d.tmp -MT $@ -c -o $@ ../test/testutil/output_helpers.c + @touch test/testutil/output_helpers.d.tmp + @if cmp test/testutil/output_helpers.d.tmp test/testutil/output_helpers.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/output_helpers.d.tmp; \ + else \ + mv test/testutil/output_helpers.d.tmp test/testutil/output_helpers.d; \ + fi +test/testutil/random.o: ../test/testutil/random.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/random.d.tmp -MT $@ -c -o $@ ../test/testutil/random.c + @touch test/testutil/random.d.tmp + @if cmp test/testutil/random.d.tmp test/testutil/random.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/random.d.tmp; \ + else \ + mv test/testutil/random.d.tmp test/testutil/random.d; \ + fi +test/testutil/stanza.o: ../test/testutil/stanza.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/stanza.d.tmp -MT $@ -c -o $@ ../test/testutil/stanza.c + @touch test/testutil/stanza.d.tmp + @if cmp test/testutil/stanza.d.tmp test/testutil/stanza.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/stanza.d.tmp; \ + else \ + mv test/testutil/stanza.d.tmp test/testutil/stanza.d; \ + fi +test/testutil/tap_bio.o: ../test/testutil/tap_bio.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/tap_bio.d.tmp -MT $@ -c -o $@ ../test/testutil/tap_bio.c + @touch test/testutil/tap_bio.d.tmp + @if cmp test/testutil/tap_bio.d.tmp test/testutil/tap_bio.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/tap_bio.d.tmp; \ + else \ + mv test/testutil/tap_bio.d.tmp test/testutil/tap_bio.d; \ + fi +test/testutil/test_cleanup.o: ../test/testutil/test_cleanup.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/test_cleanup.d.tmp -MT $@ -c -o $@ ../test/testutil/test_cleanup.c + @touch test/testutil/test_cleanup.d.tmp + @if cmp test/testutil/test_cleanup.d.tmp test/testutil/test_cleanup.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/test_cleanup.d.tmp; \ + else \ + mv test/testutil/test_cleanup.d.tmp test/testutil/test_cleanup.d; \ + fi +test/testutil/tests.o: ../test/testutil/tests.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/tests.d.tmp -MT $@ -c -o $@ ../test/testutil/tests.c + @touch test/testutil/tests.d.tmp + @if cmp test/testutil/tests.d.tmp test/testutil/tests.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/tests.d.tmp; \ + else \ + mv test/testutil/tests.d.tmp test/testutil/tests.d; \ + fi +test/testutil/testutil_init.o: ../test/testutil/testutil_init.c + $(CC) -Iinclude -I../include $(LIB_CFLAGS) $(LIB_CPPFLAGS) -MMD -MF test/testutil/testutil_init.d.tmp -MT $@ -c -o $@ ../test/testutil/testutil_init.c + @touch test/testutil/testutil_init.d.tmp + @if cmp test/testutil/testutil_init.d.tmp test/testutil/testutil_init.d > /dev/null 2> /dev/null; then \ + rm -f test/testutil/testutil_init.d.tmp; \ + else \ + mv test/testutil/testutil_init.d.tmp test/testutil/testutil_init.d; \ + fi +engines/capi.dylib: engines/e_capi.o libcrypto$(SHLIB_EXT_SIMPLE) + $(CC) $(DSO_CFLAGS) -L. $(DSO_LDFLAGS) \ + -o engines/capi.dylib engines/e_capi.o \ + -lcrypto $(DSO_EX_LIBS) +engines/e_capi.o: ../engines/e_capi.c + $(CC) -Iinclude -I../include $(DSO_CFLAGS) $(DSO_CPPFLAGS) -MMD -MF engines/e_capi.d.tmp -MT $@ -c -o $@ ../engines/e_capi.c + @touch engines/e_capi.d.tmp + @if cmp engines/e_capi.d.tmp engines/e_capi.d > /dev/null 2> /dev/null; then \ + rm -f engines/e_capi.d.tmp; \ + else \ + mv engines/e_capi.d.tmp engines/e_capi.d; \ + fi +engines/dasync.dylib: engines/e_dasync.o libcrypto$(SHLIB_EXT_SIMPLE) + $(CC) $(DSO_CFLAGS) -L. $(DSO_LDFLAGS) \ + -o engines/dasync.dylib engines/e_dasync.o \ + -lcrypto $(DSO_EX_LIBS) +engines/e_dasync.o: ../engines/e_dasync.c + $(CC) -Iinclude -I../include $(DSO_CFLAGS) $(DSO_CPPFLAGS) -MMD -MF engines/e_dasync.d.tmp -MT $@ -c -o $@ ../engines/e_dasync.c + @touch engines/e_dasync.d.tmp + @if cmp engines/e_dasync.d.tmp engines/e_dasync.d > /dev/null 2> /dev/null; then \ + rm -f engines/e_dasync.d.tmp; \ + else \ + mv engines/e_dasync.d.tmp engines/e_dasync.d; \ + fi +engines/ossltest.dylib: engines/e_ossltest.o libcrypto$(SHLIB_EXT_SIMPLE) + $(CC) $(DSO_CFLAGS) -L. $(DSO_LDFLAGS) \ + -o engines/ossltest.dylib engines/e_ossltest.o \ + -lcrypto $(DSO_EX_LIBS) +engines/e_ossltest.o: ../engines/e_ossltest.c + $(CC) -Iinclude -I../include $(DSO_CFLAGS) $(DSO_CPPFLAGS) -MMD -MF engines/e_ossltest.d.tmp -MT $@ -c -o $@ ../engines/e_ossltest.c + @touch engines/e_ossltest.d.tmp + @if cmp engines/e_ossltest.d.tmp engines/e_ossltest.d > /dev/null 2> /dev/null; then \ + rm -f engines/e_ossltest.d.tmp; \ + else \ + mv engines/e_ossltest.d.tmp engines/e_ossltest.d; \ + fi +engines/padlock.dylib: engines/e_padlock.o libcrypto$(SHLIB_EXT_SIMPLE) + $(CC) $(DSO_CFLAGS) -L. $(DSO_LDFLAGS) \ + -o engines/padlock.dylib engines/e_padlock.o \ + -lcrypto $(DSO_EX_LIBS) +engines/e_padlock.o: ../engines/e_padlock.c + $(CC) -Iinclude -I../include $(DSO_CFLAGS) $(DSO_CPPFLAGS) -MMD -MF engines/e_padlock.d.tmp -MT $@ -c -o $@ ../engines/e_padlock.c + @touch engines/e_padlock.d.tmp + @if cmp engines/e_padlock.d.tmp engines/e_padlock.d > /dev/null 2> /dev/null; then \ + rm -f engines/e_padlock.d.tmp; \ + else \ + mv engines/e_padlock.d.tmp engines/e_padlock.d; \ + fi +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 libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f apps/openssl + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -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 $(BIN_EX_LIBS) +apps/asn1pars.o: ../apps/asn1pars.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/asn1pars.d.tmp -MT $@ -c -o $@ ../apps/asn1pars.c + @touch apps/asn1pars.d.tmp + @if cmp apps/asn1pars.d.tmp apps/asn1pars.d > /dev/null 2> /dev/null; then \ + rm -f apps/asn1pars.d.tmp; \ + else \ + mv apps/asn1pars.d.tmp apps/asn1pars.d; \ + fi +apps/progs.h: ../apps/progs.pl configdata.pm + $(PERL) ../apps/progs.pl $(APPS_OPENSSL) > $@ +apps/ca.o: ../apps/ca.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/ca.d.tmp -MT $@ -c -o $@ ../apps/ca.c + @touch apps/ca.d.tmp + @if cmp apps/ca.d.tmp apps/ca.d > /dev/null 2> /dev/null; then \ + rm -f apps/ca.d.tmp; \ + else \ + mv apps/ca.d.tmp apps/ca.d; \ + fi +apps/ciphers.o: ../apps/ciphers.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/ciphers.d.tmp -MT $@ -c -o $@ ../apps/ciphers.c + @touch apps/ciphers.d.tmp + @if cmp apps/ciphers.d.tmp apps/ciphers.d > /dev/null 2> /dev/null; then \ + rm -f apps/ciphers.d.tmp; \ + else \ + mv apps/ciphers.d.tmp apps/ciphers.d; \ + fi +apps/cms.o: ../apps/cms.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/cms.d.tmp -MT $@ -c -o $@ ../apps/cms.c + @touch apps/cms.d.tmp + @if cmp apps/cms.d.tmp apps/cms.d > /dev/null 2> /dev/null; then \ + rm -f apps/cms.d.tmp; \ + else \ + mv apps/cms.d.tmp apps/cms.d; \ + fi +apps/crl.o: ../apps/crl.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/crl.d.tmp -MT $@ -c -o $@ ../apps/crl.c + @touch apps/crl.d.tmp + @if cmp apps/crl.d.tmp apps/crl.d > /dev/null 2> /dev/null; then \ + rm -f apps/crl.d.tmp; \ + else \ + mv apps/crl.d.tmp apps/crl.d; \ + fi +apps/crl2p7.o: ../apps/crl2p7.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/crl2p7.d.tmp -MT $@ -c -o $@ ../apps/crl2p7.c + @touch apps/crl2p7.d.tmp + @if cmp apps/crl2p7.d.tmp apps/crl2p7.d > /dev/null 2> /dev/null; then \ + rm -f apps/crl2p7.d.tmp; \ + else \ + mv apps/crl2p7.d.tmp apps/crl2p7.d; \ + fi +apps/dgst.o: ../apps/dgst.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/dgst.d.tmp -MT $@ -c -o $@ ../apps/dgst.c + @touch apps/dgst.d.tmp + @if cmp apps/dgst.d.tmp apps/dgst.d > /dev/null 2> /dev/null; then \ + rm -f apps/dgst.d.tmp; \ + else \ + mv apps/dgst.d.tmp apps/dgst.d; \ + fi +apps/dhparam.o: ../apps/dhparam.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/dhparam.d.tmp -MT $@ -c -o $@ ../apps/dhparam.c + @touch apps/dhparam.d.tmp + @if cmp apps/dhparam.d.tmp apps/dhparam.d > /dev/null 2> /dev/null; then \ + rm -f apps/dhparam.d.tmp; \ + else \ + mv apps/dhparam.d.tmp apps/dhparam.d; \ + fi +apps/dsa.o: ../apps/dsa.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/dsa.d.tmp -MT $@ -c -o $@ ../apps/dsa.c + @touch apps/dsa.d.tmp + @if cmp apps/dsa.d.tmp apps/dsa.d > /dev/null 2> /dev/null; then \ + rm -f apps/dsa.d.tmp; \ + else \ + mv apps/dsa.d.tmp apps/dsa.d; \ + fi +apps/dsaparam.o: ../apps/dsaparam.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/dsaparam.d.tmp -MT $@ -c -o $@ ../apps/dsaparam.c + @touch apps/dsaparam.d.tmp + @if cmp apps/dsaparam.d.tmp apps/dsaparam.d > /dev/null 2> /dev/null; then \ + rm -f apps/dsaparam.d.tmp; \ + else \ + mv apps/dsaparam.d.tmp apps/dsaparam.d; \ + fi +apps/ec.o: ../apps/ec.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/ec.d.tmp -MT $@ -c -o $@ ../apps/ec.c + @touch apps/ec.d.tmp + @if cmp apps/ec.d.tmp apps/ec.d > /dev/null 2> /dev/null; then \ + rm -f apps/ec.d.tmp; \ + else \ + mv apps/ec.d.tmp apps/ec.d; \ + fi +apps/ecparam.o: ../apps/ecparam.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/ecparam.d.tmp -MT $@ -c -o $@ ../apps/ecparam.c + @touch apps/ecparam.d.tmp + @if cmp apps/ecparam.d.tmp apps/ecparam.d > /dev/null 2> /dev/null; then \ + rm -f apps/ecparam.d.tmp; \ + else \ + mv apps/ecparam.d.tmp apps/ecparam.d; \ + fi +apps/enc.o: ../apps/enc.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/enc.d.tmp -MT $@ -c -o $@ ../apps/enc.c + @touch apps/enc.d.tmp + @if cmp apps/enc.d.tmp apps/enc.d > /dev/null 2> /dev/null; then \ + rm -f apps/enc.d.tmp; \ + else \ + mv apps/enc.d.tmp apps/enc.d; \ + fi +apps/engine.o: ../apps/engine.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/engine.d.tmp -MT $@ -c -o $@ ../apps/engine.c + @touch apps/engine.d.tmp + @if cmp apps/engine.d.tmp apps/engine.d > /dev/null 2> /dev/null; then \ + rm -f apps/engine.d.tmp; \ + else \ + mv apps/engine.d.tmp apps/engine.d; \ + fi +apps/errstr.o: ../apps/errstr.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/errstr.d.tmp -MT $@ -c -o $@ ../apps/errstr.c + @touch apps/errstr.d.tmp + @if cmp apps/errstr.d.tmp apps/errstr.d > /dev/null 2> /dev/null; then \ + rm -f apps/errstr.d.tmp; \ + else \ + mv apps/errstr.d.tmp apps/errstr.d; \ + fi +apps/gendsa.o: ../apps/gendsa.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/gendsa.d.tmp -MT $@ -c -o $@ ../apps/gendsa.c + @touch apps/gendsa.d.tmp + @if cmp apps/gendsa.d.tmp apps/gendsa.d > /dev/null 2> /dev/null; then \ + rm -f apps/gendsa.d.tmp; \ + else \ + mv apps/gendsa.d.tmp apps/gendsa.d; \ + fi +apps/genpkey.o: ../apps/genpkey.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/genpkey.d.tmp -MT $@ -c -o $@ ../apps/genpkey.c + @touch apps/genpkey.d.tmp + @if cmp apps/genpkey.d.tmp apps/genpkey.d > /dev/null 2> /dev/null; then \ + rm -f apps/genpkey.d.tmp; \ + else \ + mv apps/genpkey.d.tmp apps/genpkey.d; \ + fi +apps/genrsa.o: ../apps/genrsa.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/genrsa.d.tmp -MT $@ -c -o $@ ../apps/genrsa.c + @touch apps/genrsa.d.tmp + @if cmp apps/genrsa.d.tmp apps/genrsa.d > /dev/null 2> /dev/null; then \ + rm -f apps/genrsa.d.tmp; \ + else \ + mv apps/genrsa.d.tmp apps/genrsa.d; \ + fi +apps/nseq.o: ../apps/nseq.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/nseq.d.tmp -MT $@ -c -o $@ ../apps/nseq.c + @touch apps/nseq.d.tmp + @if cmp apps/nseq.d.tmp apps/nseq.d > /dev/null 2> /dev/null; then \ + rm -f apps/nseq.d.tmp; \ + else \ + mv apps/nseq.d.tmp apps/nseq.d; \ + fi +apps/ocsp.o: ../apps/ocsp.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/ocsp.d.tmp -MT $@ -c -o $@ ../apps/ocsp.c + @touch apps/ocsp.d.tmp + @if cmp apps/ocsp.d.tmp apps/ocsp.d > /dev/null 2> /dev/null; then \ + rm -f apps/ocsp.d.tmp; \ + else \ + mv apps/ocsp.d.tmp apps/ocsp.d; \ + fi +apps/openssl.o: ../apps/openssl.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/openssl.d.tmp -MT $@ -c -o $@ ../apps/openssl.c + @touch apps/openssl.d.tmp + @if cmp apps/openssl.d.tmp apps/openssl.d > /dev/null 2> /dev/null; then \ + rm -f apps/openssl.d.tmp; \ + else \ + mv apps/openssl.d.tmp apps/openssl.d; \ + fi +apps/passwd.o: ../apps/passwd.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/passwd.d.tmp -MT $@ -c -o $@ ../apps/passwd.c + @touch apps/passwd.d.tmp + @if cmp apps/passwd.d.tmp apps/passwd.d > /dev/null 2> /dev/null; then \ + rm -f apps/passwd.d.tmp; \ + else \ + mv apps/passwd.d.tmp apps/passwd.d; \ + fi +apps/pkcs12.o: ../apps/pkcs12.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/pkcs12.d.tmp -MT $@ -c -o $@ ../apps/pkcs12.c + @touch apps/pkcs12.d.tmp + @if cmp apps/pkcs12.d.tmp apps/pkcs12.d > /dev/null 2> /dev/null; then \ + rm -f apps/pkcs12.d.tmp; \ + else \ + mv apps/pkcs12.d.tmp apps/pkcs12.d; \ + fi +apps/pkcs7.o: ../apps/pkcs7.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/pkcs7.d.tmp -MT $@ -c -o $@ ../apps/pkcs7.c + @touch apps/pkcs7.d.tmp + @if cmp apps/pkcs7.d.tmp apps/pkcs7.d > /dev/null 2> /dev/null; then \ + rm -f apps/pkcs7.d.tmp; \ + else \ + mv apps/pkcs7.d.tmp apps/pkcs7.d; \ + fi +apps/pkcs8.o: ../apps/pkcs8.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/pkcs8.d.tmp -MT $@ -c -o $@ ../apps/pkcs8.c + @touch apps/pkcs8.d.tmp + @if cmp apps/pkcs8.d.tmp apps/pkcs8.d > /dev/null 2> /dev/null; then \ + rm -f apps/pkcs8.d.tmp; \ + else \ + mv apps/pkcs8.d.tmp apps/pkcs8.d; \ + fi +apps/pkey.o: ../apps/pkey.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/pkey.d.tmp -MT $@ -c -o $@ ../apps/pkey.c + @touch apps/pkey.d.tmp + @if cmp apps/pkey.d.tmp apps/pkey.d > /dev/null 2> /dev/null; then \ + rm -f apps/pkey.d.tmp; \ + else \ + mv apps/pkey.d.tmp apps/pkey.d; \ + fi +apps/pkeyparam.o: ../apps/pkeyparam.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/pkeyparam.d.tmp -MT $@ -c -o $@ ../apps/pkeyparam.c + @touch apps/pkeyparam.d.tmp + @if cmp apps/pkeyparam.d.tmp apps/pkeyparam.d > /dev/null 2> /dev/null; then \ + rm -f apps/pkeyparam.d.tmp; \ + else \ + mv apps/pkeyparam.d.tmp apps/pkeyparam.d; \ + fi +apps/pkeyutl.o: ../apps/pkeyutl.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/pkeyutl.d.tmp -MT $@ -c -o $@ ../apps/pkeyutl.c + @touch apps/pkeyutl.d.tmp + @if cmp apps/pkeyutl.d.tmp apps/pkeyutl.d > /dev/null 2> /dev/null; then \ + rm -f apps/pkeyutl.d.tmp; \ + else \ + mv apps/pkeyutl.d.tmp apps/pkeyutl.d; \ + fi +apps/prime.o: ../apps/prime.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/prime.d.tmp -MT $@ -c -o $@ ../apps/prime.c + @touch apps/prime.d.tmp + @if cmp apps/prime.d.tmp apps/prime.d > /dev/null 2> /dev/null; then \ + rm -f apps/prime.d.tmp; \ + else \ + mv apps/prime.d.tmp apps/prime.d; \ + fi +apps/rand.o: ../apps/rand.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/rand.d.tmp -MT $@ -c -o $@ ../apps/rand.c + @touch apps/rand.d.tmp + @if cmp apps/rand.d.tmp apps/rand.d > /dev/null 2> /dev/null; then \ + rm -f apps/rand.d.tmp; \ + else \ + mv apps/rand.d.tmp apps/rand.d; \ + fi +apps/rehash.o: ../apps/rehash.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/rehash.d.tmp -MT $@ -c -o $@ ../apps/rehash.c + @touch apps/rehash.d.tmp + @if cmp apps/rehash.d.tmp apps/rehash.d > /dev/null 2> /dev/null; then \ + rm -f apps/rehash.d.tmp; \ + else \ + mv apps/rehash.d.tmp apps/rehash.d; \ + fi +apps/req.o: ../apps/req.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/req.d.tmp -MT $@ -c -o $@ ../apps/req.c + @touch apps/req.d.tmp + @if cmp apps/req.d.tmp apps/req.d > /dev/null 2> /dev/null; then \ + rm -f apps/req.d.tmp; \ + else \ + mv apps/req.d.tmp apps/req.d; \ + fi +apps/rsa.o: ../apps/rsa.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/rsa.d.tmp -MT $@ -c -o $@ ../apps/rsa.c + @touch apps/rsa.d.tmp + @if cmp apps/rsa.d.tmp apps/rsa.d > /dev/null 2> /dev/null; then \ + rm -f apps/rsa.d.tmp; \ + else \ + mv apps/rsa.d.tmp apps/rsa.d; \ + fi +apps/rsautl.o: ../apps/rsautl.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/rsautl.d.tmp -MT $@ -c -o $@ ../apps/rsautl.c + @touch apps/rsautl.d.tmp + @if cmp apps/rsautl.d.tmp apps/rsautl.d > /dev/null 2> /dev/null; then \ + rm -f apps/rsautl.d.tmp; \ + else \ + mv apps/rsautl.d.tmp apps/rsautl.d; \ + fi +apps/s_client.o: ../apps/s_client.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/s_client.d.tmp -MT $@ -c -o $@ ../apps/s_client.c + @touch apps/s_client.d.tmp + @if cmp apps/s_client.d.tmp apps/s_client.d > /dev/null 2> /dev/null; then \ + rm -f apps/s_client.d.tmp; \ + else \ + mv apps/s_client.d.tmp apps/s_client.d; \ + fi +apps/s_server.o: ../apps/s_server.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/s_server.d.tmp -MT $@ -c -o $@ ../apps/s_server.c + @touch apps/s_server.d.tmp + @if cmp apps/s_server.d.tmp apps/s_server.d > /dev/null 2> /dev/null; then \ + rm -f apps/s_server.d.tmp; \ + else \ + mv apps/s_server.d.tmp apps/s_server.d; \ + fi +apps/s_time.o: ../apps/s_time.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/s_time.d.tmp -MT $@ -c -o $@ ../apps/s_time.c + @touch apps/s_time.d.tmp + @if cmp apps/s_time.d.tmp apps/s_time.d > /dev/null 2> /dev/null; then \ + rm -f apps/s_time.d.tmp; \ + else \ + mv apps/s_time.d.tmp apps/s_time.d; \ + fi +apps/sess_id.o: ../apps/sess_id.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/sess_id.d.tmp -MT $@ -c -o $@ ../apps/sess_id.c + @touch apps/sess_id.d.tmp + @if cmp apps/sess_id.d.tmp apps/sess_id.d > /dev/null 2> /dev/null; then \ + rm -f apps/sess_id.d.tmp; \ + else \ + mv apps/sess_id.d.tmp apps/sess_id.d; \ + fi +apps/smime.o: ../apps/smime.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/smime.d.tmp -MT $@ -c -o $@ ../apps/smime.c + @touch apps/smime.d.tmp + @if cmp apps/smime.d.tmp apps/smime.d > /dev/null 2> /dev/null; then \ + rm -f apps/smime.d.tmp; \ + else \ + mv apps/smime.d.tmp apps/smime.d; \ + fi +apps/speed.o: ../apps/speed.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/speed.d.tmp -MT $@ -c -o $@ ../apps/speed.c + @touch apps/speed.d.tmp + @if cmp apps/speed.d.tmp apps/speed.d > /dev/null 2> /dev/null; then \ + rm -f apps/speed.d.tmp; \ + else \ + mv apps/speed.d.tmp apps/speed.d; \ + fi +apps/spkac.o: ../apps/spkac.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/spkac.d.tmp -MT $@ -c -o $@ ../apps/spkac.c + @touch apps/spkac.d.tmp + @if cmp apps/spkac.d.tmp apps/spkac.d > /dev/null 2> /dev/null; then \ + rm -f apps/spkac.d.tmp; \ + else \ + mv apps/spkac.d.tmp apps/spkac.d; \ + fi +apps/srp.o: ../apps/srp.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/srp.d.tmp -MT $@ -c -o $@ ../apps/srp.c + @touch apps/srp.d.tmp + @if cmp apps/srp.d.tmp apps/srp.d > /dev/null 2> /dev/null; then \ + rm -f apps/srp.d.tmp; \ + else \ + mv apps/srp.d.tmp apps/srp.d; \ + fi +apps/storeutl.o: ../apps/storeutl.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/storeutl.d.tmp -MT $@ -c -o $@ ../apps/storeutl.c + @touch apps/storeutl.d.tmp + @if cmp apps/storeutl.d.tmp apps/storeutl.d > /dev/null 2> /dev/null; then \ + rm -f apps/storeutl.d.tmp; \ + else \ + mv apps/storeutl.d.tmp apps/storeutl.d; \ + fi +apps/ts.o: ../apps/ts.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/ts.d.tmp -MT $@ -c -o $@ ../apps/ts.c + @touch apps/ts.d.tmp + @if cmp apps/ts.d.tmp apps/ts.d > /dev/null 2> /dev/null; then \ + rm -f apps/ts.d.tmp; \ + else \ + mv apps/ts.d.tmp apps/ts.d; \ + fi +apps/verify.o: ../apps/verify.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/verify.d.tmp -MT $@ -c -o $@ ../apps/verify.c + @touch apps/verify.d.tmp + @if cmp apps/verify.d.tmp apps/verify.d > /dev/null 2> /dev/null; then \ + rm -f apps/verify.d.tmp; \ + else \ + mv apps/verify.d.tmp apps/verify.d; \ + fi +apps/version.o: ../apps/version.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/version.d.tmp -MT $@ -c -o $@ ../apps/version.c + @touch apps/version.d.tmp + @if cmp apps/version.d.tmp apps/version.d > /dev/null 2> /dev/null; then \ + rm -f apps/version.d.tmp; \ + else \ + mv apps/version.d.tmp apps/version.d; \ + fi +apps/x509.o: ../apps/x509.c apps/progs.h + $(CC) -I. -Iinclude -Iapps -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF apps/x509.d.tmp -MT $@ -c -o $@ ../apps/x509.c + @touch apps/x509.d.tmp + @if cmp apps/x509.d.tmp apps/x509.d > /dev/null 2> /dev/null; then \ + rm -f apps/x509.d.tmp; \ + else \ + mv apps/x509.d.tmp apps/x509.d; \ + fi +fuzz/asn1-test: fuzz/asn1.o fuzz/test-corpus.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f fuzz/asn1-test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o fuzz/asn1-test fuzz/asn1.o fuzz/test-corpus.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +fuzz/asn1.o: ../fuzz/asn1.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF fuzz/asn1.d.tmp -MT $@ -c -o $@ ../fuzz/asn1.c + @touch fuzz/asn1.d.tmp + @if cmp fuzz/asn1.d.tmp fuzz/asn1.d > /dev/null 2> /dev/null; then \ + rm -f fuzz/asn1.d.tmp; \ + else \ + mv fuzz/asn1.d.tmp fuzz/asn1.d; \ + fi +fuzz/test-corpus.o: ../fuzz/test-corpus.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF fuzz/test-corpus.d.tmp -MT $@ -c -o $@ ../fuzz/test-corpus.c + @touch fuzz/test-corpus.d.tmp + @if cmp fuzz/test-corpus.d.tmp fuzz/test-corpus.d > /dev/null 2> /dev/null; then \ + rm -f fuzz/test-corpus.d.tmp; \ + else \ + mv fuzz/test-corpus.d.tmp fuzz/test-corpus.d; \ + fi +fuzz/asn1parse-test: fuzz/asn1parse.o fuzz/test-corpus.o libcrypto$(SHLIB_EXT_SIMPLE) + rm -f fuzz/asn1parse-test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o fuzz/asn1parse-test fuzz/asn1parse.o fuzz/test-corpus.o \ + -lcrypto $(BIN_EX_LIBS) +fuzz/asn1parse.o: ../fuzz/asn1parse.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF fuzz/asn1parse.d.tmp -MT $@ -c -o $@ ../fuzz/asn1parse.c + @touch fuzz/asn1parse.d.tmp + @if cmp fuzz/asn1parse.d.tmp fuzz/asn1parse.d > /dev/null 2> /dev/null; then \ + rm -f fuzz/asn1parse.d.tmp; \ + else \ + mv fuzz/asn1parse.d.tmp fuzz/asn1parse.d; \ + fi +fuzz/bignum-test: fuzz/bignum.o fuzz/test-corpus.o libcrypto$(SHLIB_EXT_SIMPLE) + rm -f fuzz/bignum-test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o fuzz/bignum-test fuzz/bignum.o fuzz/test-corpus.o \ + -lcrypto $(BIN_EX_LIBS) +fuzz/bignum.o: ../fuzz/bignum.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF fuzz/bignum.d.tmp -MT $@ -c -o $@ ../fuzz/bignum.c + @touch fuzz/bignum.d.tmp + @if cmp fuzz/bignum.d.tmp fuzz/bignum.d > /dev/null 2> /dev/null; then \ + rm -f fuzz/bignum.d.tmp; \ + else \ + mv fuzz/bignum.d.tmp fuzz/bignum.d; \ + fi +fuzz/bndiv-test: fuzz/bndiv.o fuzz/test-corpus.o libcrypto$(SHLIB_EXT_SIMPLE) + rm -f fuzz/bndiv-test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o fuzz/bndiv-test fuzz/bndiv.o fuzz/test-corpus.o \ + -lcrypto $(BIN_EX_LIBS) +fuzz/bndiv.o: ../fuzz/bndiv.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF fuzz/bndiv.d.tmp -MT $@ -c -o $@ ../fuzz/bndiv.c + @touch fuzz/bndiv.d.tmp + @if cmp fuzz/bndiv.d.tmp fuzz/bndiv.d > /dev/null 2> /dev/null; then \ + rm -f fuzz/bndiv.d.tmp; \ + else \ + mv fuzz/bndiv.d.tmp fuzz/bndiv.d; \ + fi +fuzz/client-test: fuzz/client.o fuzz/test-corpus.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f fuzz/client-test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o fuzz/client-test fuzz/client.o fuzz/test-corpus.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +fuzz/client.o: ../fuzz/client.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF fuzz/client.d.tmp -MT $@ -c -o $@ ../fuzz/client.c + @touch fuzz/client.d.tmp + @if cmp fuzz/client.d.tmp fuzz/client.d > /dev/null 2> /dev/null; then \ + rm -f fuzz/client.d.tmp; \ + else \ + mv fuzz/client.d.tmp fuzz/client.d; \ + fi +fuzz/cms-test: fuzz/cms.o fuzz/test-corpus.o libcrypto$(SHLIB_EXT_SIMPLE) + rm -f fuzz/cms-test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o fuzz/cms-test fuzz/cms.o fuzz/test-corpus.o \ + -lcrypto $(BIN_EX_LIBS) +fuzz/cms.o: ../fuzz/cms.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF fuzz/cms.d.tmp -MT $@ -c -o $@ ../fuzz/cms.c + @touch fuzz/cms.d.tmp + @if cmp fuzz/cms.d.tmp fuzz/cms.d > /dev/null 2> /dev/null; then \ + rm -f fuzz/cms.d.tmp; \ + else \ + mv fuzz/cms.d.tmp fuzz/cms.d; \ + fi +fuzz/conf-test: fuzz/conf.o fuzz/test-corpus.o libcrypto$(SHLIB_EXT_SIMPLE) + rm -f fuzz/conf-test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o fuzz/conf-test fuzz/conf.o fuzz/test-corpus.o \ + -lcrypto $(BIN_EX_LIBS) +fuzz/conf.o: ../fuzz/conf.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF fuzz/conf.d.tmp -MT $@ -c -o $@ ../fuzz/conf.c + @touch fuzz/conf.d.tmp + @if cmp fuzz/conf.d.tmp fuzz/conf.d > /dev/null 2> /dev/null; then \ + rm -f fuzz/conf.d.tmp; \ + else \ + mv fuzz/conf.d.tmp fuzz/conf.d; \ + fi +fuzz/crl-test: fuzz/crl.o fuzz/test-corpus.o libcrypto$(SHLIB_EXT_SIMPLE) + rm -f fuzz/crl-test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o fuzz/crl-test fuzz/crl.o fuzz/test-corpus.o \ + -lcrypto $(BIN_EX_LIBS) +fuzz/crl.o: ../fuzz/crl.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF fuzz/crl.d.tmp -MT $@ -c -o $@ ../fuzz/crl.c + @touch fuzz/crl.d.tmp + @if cmp fuzz/crl.d.tmp fuzz/crl.d > /dev/null 2> /dev/null; then \ + rm -f fuzz/crl.d.tmp; \ + else \ + mv fuzz/crl.d.tmp fuzz/crl.d; \ + fi +fuzz/ct-test: fuzz/ct.o fuzz/test-corpus.o libcrypto$(SHLIB_EXT_SIMPLE) + rm -f fuzz/ct-test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o fuzz/ct-test fuzz/ct.o fuzz/test-corpus.o \ + -lcrypto $(BIN_EX_LIBS) +fuzz/ct.o: ../fuzz/ct.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF fuzz/ct.d.tmp -MT $@ -c -o $@ ../fuzz/ct.c + @touch fuzz/ct.d.tmp + @if cmp fuzz/ct.d.tmp fuzz/ct.d > /dev/null 2> /dev/null; then \ + rm -f fuzz/ct.d.tmp; \ + else \ + mv fuzz/ct.d.tmp fuzz/ct.d; \ + fi +fuzz/server-test: fuzz/server.o fuzz/test-corpus.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f fuzz/server-test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o fuzz/server-test fuzz/server.o fuzz/test-corpus.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +fuzz/server.o: ../fuzz/server.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF fuzz/server.d.tmp -MT $@ -c -o $@ ../fuzz/server.c + @touch fuzz/server.d.tmp + @if cmp fuzz/server.d.tmp fuzz/server.d > /dev/null 2> /dev/null; then \ + rm -f fuzz/server.d.tmp; \ + else \ + mv fuzz/server.d.tmp fuzz/server.d; \ + fi +fuzz/x509-test: fuzz/test-corpus.o fuzz/x509.o libcrypto$(SHLIB_EXT_SIMPLE) + rm -f fuzz/x509-test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o fuzz/x509-test fuzz/test-corpus.o fuzz/x509.o \ + -lcrypto $(BIN_EX_LIBS) +fuzz/x509.o: ../fuzz/x509.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF fuzz/x509.d.tmp -MT $@ -c -o $@ ../fuzz/x509.c + @touch fuzz/x509.d.tmp + @if cmp fuzz/x509.d.tmp fuzz/x509.d > /dev/null 2> /dev/null; then \ + rm -f fuzz/x509.d.tmp; \ + else \ + mv fuzz/x509.d.tmp fuzz/x509.d; \ + fi +test/aborttest: test/aborttest.o libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/aborttest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/aborttest test/aborttest.o \ + -lcrypto $(BIN_EX_LIBS) +test/aborttest.o: ../test/aborttest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/aborttest.d.tmp -MT $@ -c -o $@ ../test/aborttest.c + @touch test/aborttest.d.tmp + @if cmp test/aborttest.d.tmp test/aborttest.d > /dev/null 2> /dev/null; then \ + rm -f test/aborttest.d.tmp; \ + else \ + mv test/aborttest.d.tmp test/aborttest.d; \ + fi +test/afalgtest: test/afalgtest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/afalgtest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/afalgtest test/afalgtest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/afalgtest.o: ../test/afalgtest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/afalgtest.d.tmp -MT $@ -c -o $@ ../test/afalgtest.c + @touch test/afalgtest.d.tmp + @if cmp test/afalgtest.d.tmp test/afalgtest.d > /dev/null 2> /dev/null; then \ + rm -f test/afalgtest.d.tmp; \ + else \ + mv test/afalgtest.d.tmp test/afalgtest.d; \ + fi +test/asn1_decode_test: test/asn1_decode_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/asn1_decode_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/asn1_decode_test test/asn1_decode_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/asn1_decode_test.o: ../test/asn1_decode_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/asn1_decode_test.d.tmp -MT $@ -c -o $@ ../test/asn1_decode_test.c + @touch test/asn1_decode_test.d.tmp + @if cmp test/asn1_decode_test.d.tmp test/asn1_decode_test.d > /dev/null 2> /dev/null; then \ + rm -f test/asn1_decode_test.d.tmp; \ + else \ + mv test/asn1_decode_test.d.tmp test/asn1_decode_test.d; \ + fi +test/asn1_encode_test: test/asn1_encode_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/asn1_encode_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/asn1_encode_test test/asn1_encode_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/asn1_encode_test.o: ../test/asn1_encode_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/asn1_encode_test.d.tmp -MT $@ -c -o $@ ../test/asn1_encode_test.c + @touch test/asn1_encode_test.d.tmp + @if cmp test/asn1_encode_test.d.tmp test/asn1_encode_test.d > /dev/null 2> /dev/null; then \ + rm -f test/asn1_encode_test.d.tmp; \ + else \ + mv test/asn1_encode_test.d.tmp test/asn1_encode_test.d; \ + fi +test/asn1_internal_test: test/asn1_internal_test.o test/libtestutil.a libcrypto.a + rm -f test/asn1_internal_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/asn1_internal_test test/asn1_internal_test.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/asn1_internal_test.o: ../test/asn1_internal_test.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/asn1_internal_test.d.tmp -MT $@ -c -o $@ ../test/asn1_internal_test.c + @touch test/asn1_internal_test.d.tmp + @if cmp test/asn1_internal_test.d.tmp test/asn1_internal_test.d > /dev/null 2> /dev/null; then \ + rm -f test/asn1_internal_test.d.tmp; \ + else \ + mv test/asn1_internal_test.d.tmp test/asn1_internal_test.d; \ + fi +test/asn1_string_table_test: test/asn1_string_table_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/asn1_string_table_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/asn1_string_table_test test/asn1_string_table_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/asn1_string_table_test.o: ../test/asn1_string_table_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/asn1_string_table_test.d.tmp -MT $@ -c -o $@ ../test/asn1_string_table_test.c + @touch test/asn1_string_table_test.d.tmp + @if cmp test/asn1_string_table_test.d.tmp test/asn1_string_table_test.d > /dev/null 2> /dev/null; then \ + rm -f test/asn1_string_table_test.d.tmp; \ + else \ + mv test/asn1_string_table_test.d.tmp test/asn1_string_table_test.d; \ + fi +test/asn1_time_test: test/asn1_time_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/asn1_time_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/asn1_time_test test/asn1_time_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/asn1_time_test.o: ../test/asn1_time_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/asn1_time_test.d.tmp -MT $@ -c -o $@ ../test/asn1_time_test.c + @touch test/asn1_time_test.d.tmp + @if cmp test/asn1_time_test.d.tmp test/asn1_time_test.d > /dev/null 2> /dev/null; then \ + rm -f test/asn1_time_test.d.tmp; \ + else \ + mv test/asn1_time_test.d.tmp test/asn1_time_test.d; \ + fi +test/asynciotest: test/asynciotest.o test/ssltestlib.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/asynciotest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/asynciotest test/asynciotest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/asynciotest.o: ../test/asynciotest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/asynciotest.d.tmp -MT $@ -c -o $@ ../test/asynciotest.c + @touch test/asynciotest.d.tmp + @if cmp test/asynciotest.d.tmp test/asynciotest.d > /dev/null 2> /dev/null; then \ + rm -f test/asynciotest.d.tmp; \ + else \ + mv test/asynciotest.d.tmp test/asynciotest.d; \ + fi +test/ssltestlib.o: ../test/ssltestlib.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ssltestlib.d.tmp -MT $@ -c -o $@ ../test/ssltestlib.c + @touch test/ssltestlib.d.tmp + @if cmp test/ssltestlib.d.tmp test/ssltestlib.d > /dev/null 2> /dev/null; then \ + rm -f test/ssltestlib.d.tmp; \ + else \ + mv test/ssltestlib.d.tmp test/ssltestlib.d; \ + fi +test/asynctest: test/asynctest.o libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/asynctest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/asynctest test/asynctest.o \ + -lcrypto $(BIN_EX_LIBS) +test/asynctest.o: ../test/asynctest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/asynctest.d.tmp -MT $@ -c -o $@ ../test/asynctest.c + @touch test/asynctest.d.tmp + @if cmp test/asynctest.d.tmp test/asynctest.d > /dev/null 2> /dev/null; then \ + rm -f test/asynctest.d.tmp; \ + else \ + mv test/asynctest.d.tmp test/asynctest.d; \ + fi +test/bad_dtls_test: test/bad_dtls_test.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/bad_dtls_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/bad_dtls_test test/bad_dtls_test.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/bad_dtls_test.o: ../test/bad_dtls_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/bad_dtls_test.d.tmp -MT $@ -c -o $@ ../test/bad_dtls_test.c + @touch test/bad_dtls_test.d.tmp + @if cmp test/bad_dtls_test.d.tmp test/bad_dtls_test.d > /dev/null 2> /dev/null; then \ + rm -f test/bad_dtls_test.d.tmp; \ + else \ + mv test/bad_dtls_test.d.tmp test/bad_dtls_test.d; \ + fi +test/bftest: test/bftest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/bftest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/bftest test/bftest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/bftest.o: ../test/bftest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/bftest.d.tmp -MT $@ -c -o $@ ../test/bftest.c + @touch test/bftest.d.tmp + @if cmp test/bftest.d.tmp test/bftest.d > /dev/null 2> /dev/null; then \ + rm -f test/bftest.d.tmp; \ + else \ + mv test/bftest.d.tmp test/bftest.d; \ + fi +test/bio_callback_test: test/bio_callback_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/bio_callback_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/bio_callback_test test/bio_callback_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/bio_callback_test.o: ../test/bio_callback_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/bio_callback_test.d.tmp -MT $@ -c -o $@ ../test/bio_callback_test.c + @touch test/bio_callback_test.d.tmp + @if cmp test/bio_callback_test.d.tmp test/bio_callback_test.d > /dev/null 2> /dev/null; then \ + rm -f test/bio_callback_test.d.tmp; \ + else \ + mv test/bio_callback_test.d.tmp test/bio_callback_test.d; \ + fi +test/bio_enc_test: test/bio_enc_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/bio_enc_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/bio_enc_test test/bio_enc_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/bio_enc_test.o: ../test/bio_enc_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/bio_enc_test.d.tmp -MT $@ -c -o $@ ../test/bio_enc_test.c + @touch test/bio_enc_test.d.tmp + @if cmp test/bio_enc_test.d.tmp test/bio_enc_test.d > /dev/null 2> /dev/null; then \ + rm -f test/bio_enc_test.d.tmp; \ + else \ + mv test/bio_enc_test.d.tmp test/bio_enc_test.d; \ + fi +test/bio_memleak_test: test/bio_memleak_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/bio_memleak_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/bio_memleak_test test/bio_memleak_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/bio_memleak_test.o: ../test/bio_memleak_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/bio_memleak_test.d.tmp -MT $@ -c -o $@ ../test/bio_memleak_test.c + @touch test/bio_memleak_test.d.tmp + @if cmp test/bio_memleak_test.d.tmp test/bio_memleak_test.d > /dev/null 2> /dev/null; then \ + rm -f test/bio_memleak_test.d.tmp; \ + else \ + mv test/bio_memleak_test.d.tmp test/bio_memleak_test.d; \ + fi +test/bioprinttest: test/bioprinttest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/bioprinttest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/bioprinttest test/bioprinttest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/bioprinttest.o: ../test/bioprinttest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/bioprinttest.d.tmp -MT $@ -c -o $@ ../test/bioprinttest.c + @touch test/bioprinttest.d.tmp + @if cmp test/bioprinttest.d.tmp test/bioprinttest.d > /dev/null 2> /dev/null; then \ + rm -f test/bioprinttest.d.tmp; \ + else \ + mv test/bioprinttest.d.tmp test/bioprinttest.d; \ + fi +test/bntest: test/bntest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/bntest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/bntest test/bntest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/bntest.o: ../test/bntest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/bntest.d.tmp -MT $@ -c -o $@ ../test/bntest.c + @touch test/bntest.d.tmp + @if cmp test/bntest.d.tmp test/bntest.d > /dev/null 2> /dev/null; then \ + rm -f test/bntest.d.tmp; \ + else \ + mv test/bntest.d.tmp test/bntest.d; \ + fi +test/buildtest_c_aes: test/buildtest_aes.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_aes + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_aes test/buildtest_aes.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_aes.o: test/buildtest_aes.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_aes.d.tmp -MT $@ -c -o $@ test/buildtest_aes.c + @touch test/buildtest_aes.d.tmp + @if cmp test/buildtest_aes.d.tmp test/buildtest_aes.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_aes.d.tmp; \ + else \ + mv test/buildtest_aes.d.tmp test/buildtest_aes.d; \ + fi +test/buildtest_aes.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl aes > $@ +test/buildtest_c_asn1: test/buildtest_asn1.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_asn1 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_asn1 test/buildtest_asn1.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_asn1.o: test/buildtest_asn1.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_asn1.d.tmp -MT $@ -c -o $@ test/buildtest_asn1.c + @touch test/buildtest_asn1.d.tmp + @if cmp test/buildtest_asn1.d.tmp test/buildtest_asn1.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_asn1.d.tmp; \ + else \ + mv test/buildtest_asn1.d.tmp test/buildtest_asn1.d; \ + fi +test/buildtest_asn1.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl asn1 > $@ +test/buildtest_c_asn1t: test/buildtest_asn1t.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_asn1t + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_asn1t test/buildtest_asn1t.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_asn1t.o: test/buildtest_asn1t.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_asn1t.d.tmp -MT $@ -c -o $@ test/buildtest_asn1t.c + @touch test/buildtest_asn1t.d.tmp + @if cmp test/buildtest_asn1t.d.tmp test/buildtest_asn1t.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_asn1t.d.tmp; \ + else \ + mv test/buildtest_asn1t.d.tmp test/buildtest_asn1t.d; \ + fi +test/buildtest_asn1t.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl asn1t > $@ +test/buildtest_c_async: test/buildtest_async.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_async + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_async test/buildtest_async.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_async.o: test/buildtest_async.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_async.d.tmp -MT $@ -c -o $@ test/buildtest_async.c + @touch test/buildtest_async.d.tmp + @if cmp test/buildtest_async.d.tmp test/buildtest_async.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_async.d.tmp; \ + else \ + mv test/buildtest_async.d.tmp test/buildtest_async.d; \ + fi +test/buildtest_async.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl async > $@ +test/buildtest_c_bio: test/buildtest_bio.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_bio + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_bio test/buildtest_bio.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_bio.o: test/buildtest_bio.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_bio.d.tmp -MT $@ -c -o $@ test/buildtest_bio.c + @touch test/buildtest_bio.d.tmp + @if cmp test/buildtest_bio.d.tmp test/buildtest_bio.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_bio.d.tmp; \ + else \ + mv test/buildtest_bio.d.tmp test/buildtest_bio.d; \ + fi +test/buildtest_bio.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl bio > $@ +test/buildtest_c_blowfish: test/buildtest_blowfish.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_blowfish + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_blowfish test/buildtest_blowfish.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_blowfish.o: test/buildtest_blowfish.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_blowfish.d.tmp -MT $@ -c -o $@ test/buildtest_blowfish.c + @touch test/buildtest_blowfish.d.tmp + @if cmp test/buildtest_blowfish.d.tmp test/buildtest_blowfish.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_blowfish.d.tmp; \ + else \ + mv test/buildtest_blowfish.d.tmp test/buildtest_blowfish.d; \ + fi +test/buildtest_blowfish.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl blowfish > $@ +test/buildtest_c_bn: test/buildtest_bn.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_bn + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_bn test/buildtest_bn.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_bn.o: test/buildtest_bn.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_bn.d.tmp -MT $@ -c -o $@ test/buildtest_bn.c + @touch test/buildtest_bn.d.tmp + @if cmp test/buildtest_bn.d.tmp test/buildtest_bn.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_bn.d.tmp; \ + else \ + mv test/buildtest_bn.d.tmp test/buildtest_bn.d; \ + fi +test/buildtest_bn.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl bn > $@ +test/buildtest_c_buffer: test/buildtest_buffer.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_buffer + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_buffer test/buildtest_buffer.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_buffer.o: test/buildtest_buffer.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_buffer.d.tmp -MT $@ -c -o $@ test/buildtest_buffer.c + @touch test/buildtest_buffer.d.tmp + @if cmp test/buildtest_buffer.d.tmp test/buildtest_buffer.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_buffer.d.tmp; \ + else \ + mv test/buildtest_buffer.d.tmp test/buildtest_buffer.d; \ + fi +test/buildtest_buffer.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl buffer > $@ +test/buildtest_c_camellia: test/buildtest_camellia.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_camellia + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_camellia test/buildtest_camellia.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_camellia.o: test/buildtest_camellia.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_camellia.d.tmp -MT $@ -c -o $@ test/buildtest_camellia.c + @touch test/buildtest_camellia.d.tmp + @if cmp test/buildtest_camellia.d.tmp test/buildtest_camellia.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_camellia.d.tmp; \ + else \ + mv test/buildtest_camellia.d.tmp test/buildtest_camellia.d; \ + fi +test/buildtest_camellia.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl camellia > $@ +test/buildtest_c_cast: test/buildtest_cast.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_cast + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_cast test/buildtest_cast.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_cast.o: test/buildtest_cast.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_cast.d.tmp -MT $@ -c -o $@ test/buildtest_cast.c + @touch test/buildtest_cast.d.tmp + @if cmp test/buildtest_cast.d.tmp test/buildtest_cast.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_cast.d.tmp; \ + else \ + mv test/buildtest_cast.d.tmp test/buildtest_cast.d; \ + fi +test/buildtest_cast.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl cast > $@ +test/buildtest_c_cmac: test/buildtest_cmac.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_cmac + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_cmac test/buildtest_cmac.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_cmac.o: test/buildtest_cmac.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_cmac.d.tmp -MT $@ -c -o $@ test/buildtest_cmac.c + @touch test/buildtest_cmac.d.tmp + @if cmp test/buildtest_cmac.d.tmp test/buildtest_cmac.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_cmac.d.tmp; \ + else \ + mv test/buildtest_cmac.d.tmp test/buildtest_cmac.d; \ + fi +test/buildtest_cmac.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl cmac > $@ +test/buildtest_c_cms: test/buildtest_cms.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_cms + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_cms test/buildtest_cms.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_cms.o: test/buildtest_cms.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_cms.d.tmp -MT $@ -c -o $@ test/buildtest_cms.c + @touch test/buildtest_cms.d.tmp + @if cmp test/buildtest_cms.d.tmp test/buildtest_cms.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_cms.d.tmp; \ + else \ + mv test/buildtest_cms.d.tmp test/buildtest_cms.d; \ + fi +test/buildtest_cms.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl cms > $@ +test/buildtest_c_comp: test/buildtest_comp.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_comp + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_comp test/buildtest_comp.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_comp.o: test/buildtest_comp.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_comp.d.tmp -MT $@ -c -o $@ test/buildtest_comp.c + @touch test/buildtest_comp.d.tmp + @if cmp test/buildtest_comp.d.tmp test/buildtest_comp.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_comp.d.tmp; \ + else \ + mv test/buildtest_comp.d.tmp test/buildtest_comp.d; \ + fi +test/buildtest_comp.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl comp > $@ +test/buildtest_c_conf: test/buildtest_conf.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_conf + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_conf test/buildtest_conf.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_conf.o: test/buildtest_conf.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_conf.d.tmp -MT $@ -c -o $@ test/buildtest_conf.c + @touch test/buildtest_conf.d.tmp + @if cmp test/buildtest_conf.d.tmp test/buildtest_conf.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_conf.d.tmp; \ + else \ + mv test/buildtest_conf.d.tmp test/buildtest_conf.d; \ + fi +test/buildtest_conf.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl conf > $@ +test/buildtest_c_conf_api: test/buildtest_conf_api.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_conf_api + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_conf_api test/buildtest_conf_api.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_conf_api.o: test/buildtest_conf_api.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_conf_api.d.tmp -MT $@ -c -o $@ test/buildtest_conf_api.c + @touch test/buildtest_conf_api.d.tmp + @if cmp test/buildtest_conf_api.d.tmp test/buildtest_conf_api.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_conf_api.d.tmp; \ + else \ + mv test/buildtest_conf_api.d.tmp test/buildtest_conf_api.d; \ + fi +test/buildtest_conf_api.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl conf_api > $@ +test/buildtest_c_crypto: test/buildtest_crypto.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_crypto + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_crypto test/buildtest_crypto.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_crypto.o: test/buildtest_crypto.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_crypto.d.tmp -MT $@ -c -o $@ test/buildtest_crypto.c + @touch test/buildtest_crypto.d.tmp + @if cmp test/buildtest_crypto.d.tmp test/buildtest_crypto.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_crypto.d.tmp; \ + else \ + mv test/buildtest_crypto.d.tmp test/buildtest_crypto.d; \ + fi +test/buildtest_crypto.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl crypto > $@ +test/buildtest_c_ct: test/buildtest_ct.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_ct + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_ct test/buildtest_ct.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_ct.o: test/buildtest_ct.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_ct.d.tmp -MT $@ -c -o $@ test/buildtest_ct.c + @touch test/buildtest_ct.d.tmp + @if cmp test/buildtest_ct.d.tmp test/buildtest_ct.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_ct.d.tmp; \ + else \ + mv test/buildtest_ct.d.tmp test/buildtest_ct.d; \ + fi +test/buildtest_ct.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl ct > $@ +test/buildtest_c_des: test/buildtest_des.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_des + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_des test/buildtest_des.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_des.o: test/buildtest_des.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_des.d.tmp -MT $@ -c -o $@ test/buildtest_des.c + @touch test/buildtest_des.d.tmp + @if cmp test/buildtest_des.d.tmp test/buildtest_des.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_des.d.tmp; \ + else \ + mv test/buildtest_des.d.tmp test/buildtest_des.d; \ + fi +test/buildtest_des.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl des > $@ +test/buildtest_c_dh: test/buildtest_dh.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_dh + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_dh test/buildtest_dh.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_dh.o: test/buildtest_dh.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_dh.d.tmp -MT $@ -c -o $@ test/buildtest_dh.c + @touch test/buildtest_dh.d.tmp + @if cmp test/buildtest_dh.d.tmp test/buildtest_dh.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_dh.d.tmp; \ + else \ + mv test/buildtest_dh.d.tmp test/buildtest_dh.d; \ + fi +test/buildtest_dh.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl dh > $@ +test/buildtest_c_dsa: test/buildtest_dsa.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_dsa + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_dsa test/buildtest_dsa.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_dsa.o: test/buildtest_dsa.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_dsa.d.tmp -MT $@ -c -o $@ test/buildtest_dsa.c + @touch test/buildtest_dsa.d.tmp + @if cmp test/buildtest_dsa.d.tmp test/buildtest_dsa.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_dsa.d.tmp; \ + else \ + mv test/buildtest_dsa.d.tmp test/buildtest_dsa.d; \ + fi +test/buildtest_dsa.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl dsa > $@ +test/buildtest_c_dtls1: test/buildtest_dtls1.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_dtls1 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_dtls1 test/buildtest_dtls1.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_dtls1.o: test/buildtest_dtls1.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_dtls1.d.tmp -MT $@ -c -o $@ test/buildtest_dtls1.c + @touch test/buildtest_dtls1.d.tmp + @if cmp test/buildtest_dtls1.d.tmp test/buildtest_dtls1.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_dtls1.d.tmp; \ + else \ + mv test/buildtest_dtls1.d.tmp test/buildtest_dtls1.d; \ + fi +test/buildtest_dtls1.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl dtls1 > $@ +test/buildtest_c_e_os2: test/buildtest_e_os2.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_e_os2 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_e_os2 test/buildtest_e_os2.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_e_os2.o: test/buildtest_e_os2.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_e_os2.d.tmp -MT $@ -c -o $@ test/buildtest_e_os2.c + @touch test/buildtest_e_os2.d.tmp + @if cmp test/buildtest_e_os2.d.tmp test/buildtest_e_os2.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_e_os2.d.tmp; \ + else \ + mv test/buildtest_e_os2.d.tmp test/buildtest_e_os2.d; \ + fi +test/buildtest_e_os2.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl e_os2 > $@ +test/buildtest_c_ebcdic: test/buildtest_ebcdic.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_ebcdic + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_ebcdic test/buildtest_ebcdic.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_ebcdic.o: test/buildtest_ebcdic.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_ebcdic.d.tmp -MT $@ -c -o $@ test/buildtest_ebcdic.c + @touch test/buildtest_ebcdic.d.tmp + @if cmp test/buildtest_ebcdic.d.tmp test/buildtest_ebcdic.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_ebcdic.d.tmp; \ + else \ + mv test/buildtest_ebcdic.d.tmp test/buildtest_ebcdic.d; \ + fi +test/buildtest_ebcdic.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl ebcdic > $@ +test/buildtest_c_ec: test/buildtest_ec.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_ec + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_ec test/buildtest_ec.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_ec.o: test/buildtest_ec.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_ec.d.tmp -MT $@ -c -o $@ test/buildtest_ec.c + @touch test/buildtest_ec.d.tmp + @if cmp test/buildtest_ec.d.tmp test/buildtest_ec.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_ec.d.tmp; \ + else \ + mv test/buildtest_ec.d.tmp test/buildtest_ec.d; \ + fi +test/buildtest_ec.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl ec > $@ +test/buildtest_c_ecdh: test/buildtest_ecdh.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_ecdh + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_ecdh test/buildtest_ecdh.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_ecdh.o: test/buildtest_ecdh.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_ecdh.d.tmp -MT $@ -c -o $@ test/buildtest_ecdh.c + @touch test/buildtest_ecdh.d.tmp + @if cmp test/buildtest_ecdh.d.tmp test/buildtest_ecdh.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_ecdh.d.tmp; \ + else \ + mv test/buildtest_ecdh.d.tmp test/buildtest_ecdh.d; \ + fi +test/buildtest_ecdh.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl ecdh > $@ +test/buildtest_c_ecdsa: test/buildtest_ecdsa.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_ecdsa + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_ecdsa test/buildtest_ecdsa.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_ecdsa.o: test/buildtest_ecdsa.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_ecdsa.d.tmp -MT $@ -c -o $@ test/buildtest_ecdsa.c + @touch test/buildtest_ecdsa.d.tmp + @if cmp test/buildtest_ecdsa.d.tmp test/buildtest_ecdsa.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_ecdsa.d.tmp; \ + else \ + mv test/buildtest_ecdsa.d.tmp test/buildtest_ecdsa.d; \ + fi +test/buildtest_ecdsa.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl ecdsa > $@ +test/buildtest_c_engine: test/buildtest_engine.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_engine + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_engine test/buildtest_engine.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_engine.o: test/buildtest_engine.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_engine.d.tmp -MT $@ -c -o $@ test/buildtest_engine.c + @touch test/buildtest_engine.d.tmp + @if cmp test/buildtest_engine.d.tmp test/buildtest_engine.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_engine.d.tmp; \ + else \ + mv test/buildtest_engine.d.tmp test/buildtest_engine.d; \ + fi +test/buildtest_engine.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl engine > $@ +test/buildtest_c_evp: test/buildtest_evp.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_evp + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_evp test/buildtest_evp.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_evp.o: test/buildtest_evp.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_evp.d.tmp -MT $@ -c -o $@ test/buildtest_evp.c + @touch test/buildtest_evp.d.tmp + @if cmp test/buildtest_evp.d.tmp test/buildtest_evp.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_evp.d.tmp; \ + else \ + mv test/buildtest_evp.d.tmp test/buildtest_evp.d; \ + fi +test/buildtest_evp.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl evp > $@ +test/buildtest_c_hmac: test/buildtest_hmac.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_hmac + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_hmac test/buildtest_hmac.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_hmac.o: test/buildtest_hmac.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_hmac.d.tmp -MT $@ -c -o $@ test/buildtest_hmac.c + @touch test/buildtest_hmac.d.tmp + @if cmp test/buildtest_hmac.d.tmp test/buildtest_hmac.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_hmac.d.tmp; \ + else \ + mv test/buildtest_hmac.d.tmp test/buildtest_hmac.d; \ + fi +test/buildtest_hmac.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl hmac > $@ +test/buildtest_c_idea: test/buildtest_idea.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_idea + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_idea test/buildtest_idea.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_idea.o: test/buildtest_idea.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_idea.d.tmp -MT $@ -c -o $@ test/buildtest_idea.c + @touch test/buildtest_idea.d.tmp + @if cmp test/buildtest_idea.d.tmp test/buildtest_idea.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_idea.d.tmp; \ + else \ + mv test/buildtest_idea.d.tmp test/buildtest_idea.d; \ + fi +test/buildtest_idea.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl idea > $@ +test/buildtest_c_kdf: test/buildtest_kdf.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_kdf + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_kdf test/buildtest_kdf.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_kdf.o: test/buildtest_kdf.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_kdf.d.tmp -MT $@ -c -o $@ test/buildtest_kdf.c + @touch test/buildtest_kdf.d.tmp + @if cmp test/buildtest_kdf.d.tmp test/buildtest_kdf.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_kdf.d.tmp; \ + else \ + mv test/buildtest_kdf.d.tmp test/buildtest_kdf.d; \ + fi +test/buildtest_kdf.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl kdf > $@ +test/buildtest_c_lhash: test/buildtest_lhash.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_lhash + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_lhash test/buildtest_lhash.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_lhash.o: test/buildtest_lhash.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_lhash.d.tmp -MT $@ -c -o $@ test/buildtest_lhash.c + @touch test/buildtest_lhash.d.tmp + @if cmp test/buildtest_lhash.d.tmp test/buildtest_lhash.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_lhash.d.tmp; \ + else \ + mv test/buildtest_lhash.d.tmp test/buildtest_lhash.d; \ + fi +test/buildtest_lhash.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl lhash > $@ +test/buildtest_c_md2: test/buildtest_md2.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_md2 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_md2 test/buildtest_md2.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_md2.o: test/buildtest_md2.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_md2.d.tmp -MT $@ -c -o $@ test/buildtest_md2.c + @touch test/buildtest_md2.d.tmp + @if cmp test/buildtest_md2.d.tmp test/buildtest_md2.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_md2.d.tmp; \ + else \ + mv test/buildtest_md2.d.tmp test/buildtest_md2.d; \ + fi +test/buildtest_md2.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl md2 > $@ +test/buildtest_c_md4: test/buildtest_md4.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_md4 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_md4 test/buildtest_md4.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_md4.o: test/buildtest_md4.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_md4.d.tmp -MT $@ -c -o $@ test/buildtest_md4.c + @touch test/buildtest_md4.d.tmp + @if cmp test/buildtest_md4.d.tmp test/buildtest_md4.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_md4.d.tmp; \ + else \ + mv test/buildtest_md4.d.tmp test/buildtest_md4.d; \ + fi +test/buildtest_md4.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl md4 > $@ +test/buildtest_c_md5: test/buildtest_md5.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_md5 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_md5 test/buildtest_md5.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_md5.o: test/buildtest_md5.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_md5.d.tmp -MT $@ -c -o $@ test/buildtest_md5.c + @touch test/buildtest_md5.d.tmp + @if cmp test/buildtest_md5.d.tmp test/buildtest_md5.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_md5.d.tmp; \ + else \ + mv test/buildtest_md5.d.tmp test/buildtest_md5.d; \ + fi +test/buildtest_md5.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl md5 > $@ +test/buildtest_c_modes: test/buildtest_modes.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_modes + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_modes test/buildtest_modes.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_modes.o: test/buildtest_modes.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_modes.d.tmp -MT $@ -c -o $@ test/buildtest_modes.c + @touch test/buildtest_modes.d.tmp + @if cmp test/buildtest_modes.d.tmp test/buildtest_modes.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_modes.d.tmp; \ + else \ + mv test/buildtest_modes.d.tmp test/buildtest_modes.d; \ + fi +test/buildtest_modes.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl modes > $@ +test/buildtest_c_obj_mac: test/buildtest_obj_mac.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_obj_mac + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_obj_mac test/buildtest_obj_mac.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_obj_mac.o: test/buildtest_obj_mac.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_obj_mac.d.tmp -MT $@ -c -o $@ test/buildtest_obj_mac.c + @touch test/buildtest_obj_mac.d.tmp + @if cmp test/buildtest_obj_mac.d.tmp test/buildtest_obj_mac.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_obj_mac.d.tmp; \ + else \ + mv test/buildtest_obj_mac.d.tmp test/buildtest_obj_mac.d; \ + fi +test/buildtest_obj_mac.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl obj_mac > $@ +test/buildtest_c_objects: test/buildtest_objects.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_objects + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_objects test/buildtest_objects.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_objects.o: test/buildtest_objects.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_objects.d.tmp -MT $@ -c -o $@ test/buildtest_objects.c + @touch test/buildtest_objects.d.tmp + @if cmp test/buildtest_objects.d.tmp test/buildtest_objects.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_objects.d.tmp; \ + else \ + mv test/buildtest_objects.d.tmp test/buildtest_objects.d; \ + fi +test/buildtest_objects.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl objects > $@ +test/buildtest_c_ocsp: test/buildtest_ocsp.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_ocsp + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_ocsp test/buildtest_ocsp.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_ocsp.o: test/buildtest_ocsp.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_ocsp.d.tmp -MT $@ -c -o $@ test/buildtest_ocsp.c + @touch test/buildtest_ocsp.d.tmp + @if cmp test/buildtest_ocsp.d.tmp test/buildtest_ocsp.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_ocsp.d.tmp; \ + else \ + mv test/buildtest_ocsp.d.tmp test/buildtest_ocsp.d; \ + fi +test/buildtest_ocsp.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl ocsp > $@ +test/buildtest_c_opensslv: test/buildtest_opensslv.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_opensslv + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_opensslv test/buildtest_opensslv.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_opensslv.o: test/buildtest_opensslv.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_opensslv.d.tmp -MT $@ -c -o $@ test/buildtest_opensslv.c + @touch test/buildtest_opensslv.d.tmp + @if cmp test/buildtest_opensslv.d.tmp test/buildtest_opensslv.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_opensslv.d.tmp; \ + else \ + mv test/buildtest_opensslv.d.tmp test/buildtest_opensslv.d; \ + fi +test/buildtest_opensslv.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl opensslv > $@ +test/buildtest_c_ossl_typ: test/buildtest_ossl_typ.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_ossl_typ + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_ossl_typ test/buildtest_ossl_typ.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_ossl_typ.o: test/buildtest_ossl_typ.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_ossl_typ.d.tmp -MT $@ -c -o $@ test/buildtest_ossl_typ.c + @touch test/buildtest_ossl_typ.d.tmp + @if cmp test/buildtest_ossl_typ.d.tmp test/buildtest_ossl_typ.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_ossl_typ.d.tmp; \ + else \ + mv test/buildtest_ossl_typ.d.tmp test/buildtest_ossl_typ.d; \ + fi +test/buildtest_ossl_typ.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl ossl_typ > $@ +test/buildtest_c_pem: test/buildtest_pem.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_pem + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_pem test/buildtest_pem.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_pem.o: test/buildtest_pem.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_pem.d.tmp -MT $@ -c -o $@ test/buildtest_pem.c + @touch test/buildtest_pem.d.tmp + @if cmp test/buildtest_pem.d.tmp test/buildtest_pem.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_pem.d.tmp; \ + else \ + mv test/buildtest_pem.d.tmp test/buildtest_pem.d; \ + fi +test/buildtest_pem.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl pem > $@ +test/buildtest_c_pem2: test/buildtest_pem2.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_pem2 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_pem2 test/buildtest_pem2.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_pem2.o: test/buildtest_pem2.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_pem2.d.tmp -MT $@ -c -o $@ test/buildtest_pem2.c + @touch test/buildtest_pem2.d.tmp + @if cmp test/buildtest_pem2.d.tmp test/buildtest_pem2.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_pem2.d.tmp; \ + else \ + mv test/buildtest_pem2.d.tmp test/buildtest_pem2.d; \ + fi +test/buildtest_pem2.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl pem2 > $@ +test/buildtest_c_pkcs12: test/buildtest_pkcs12.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_pkcs12 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_pkcs12 test/buildtest_pkcs12.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_pkcs12.o: test/buildtest_pkcs12.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_pkcs12.d.tmp -MT $@ -c -o $@ test/buildtest_pkcs12.c + @touch test/buildtest_pkcs12.d.tmp + @if cmp test/buildtest_pkcs12.d.tmp test/buildtest_pkcs12.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_pkcs12.d.tmp; \ + else \ + mv test/buildtest_pkcs12.d.tmp test/buildtest_pkcs12.d; \ + fi +test/buildtest_pkcs12.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl pkcs12 > $@ +test/buildtest_c_pkcs7: test/buildtest_pkcs7.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_pkcs7 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_pkcs7 test/buildtest_pkcs7.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_pkcs7.o: test/buildtest_pkcs7.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_pkcs7.d.tmp -MT $@ -c -o $@ test/buildtest_pkcs7.c + @touch test/buildtest_pkcs7.d.tmp + @if cmp test/buildtest_pkcs7.d.tmp test/buildtest_pkcs7.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_pkcs7.d.tmp; \ + else \ + mv test/buildtest_pkcs7.d.tmp test/buildtest_pkcs7.d; \ + fi +test/buildtest_pkcs7.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl pkcs7 > $@ +test/buildtest_c_rand: test/buildtest_rand.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_rand + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_rand test/buildtest_rand.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_rand.o: test/buildtest_rand.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_rand.d.tmp -MT $@ -c -o $@ test/buildtest_rand.c + @touch test/buildtest_rand.d.tmp + @if cmp test/buildtest_rand.d.tmp test/buildtest_rand.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_rand.d.tmp; \ + else \ + mv test/buildtest_rand.d.tmp test/buildtest_rand.d; \ + fi +test/buildtest_rand.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl rand > $@ +test/buildtest_c_rand_drbg: test/buildtest_rand_drbg.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_rand_drbg + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_rand_drbg test/buildtest_rand_drbg.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_rand_drbg.o: test/buildtest_rand_drbg.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_rand_drbg.d.tmp -MT $@ -c -o $@ test/buildtest_rand_drbg.c + @touch test/buildtest_rand_drbg.d.tmp + @if cmp test/buildtest_rand_drbg.d.tmp test/buildtest_rand_drbg.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_rand_drbg.d.tmp; \ + else \ + mv test/buildtest_rand_drbg.d.tmp test/buildtest_rand_drbg.d; \ + fi +test/buildtest_rand_drbg.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl rand_drbg > $@ +test/buildtest_c_rc2: test/buildtest_rc2.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_rc2 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_rc2 test/buildtest_rc2.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_rc2.o: test/buildtest_rc2.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_rc2.d.tmp -MT $@ -c -o $@ test/buildtest_rc2.c + @touch test/buildtest_rc2.d.tmp + @if cmp test/buildtest_rc2.d.tmp test/buildtest_rc2.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_rc2.d.tmp; \ + else \ + mv test/buildtest_rc2.d.tmp test/buildtest_rc2.d; \ + fi +test/buildtest_rc2.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl rc2 > $@ +test/buildtest_c_rc4: test/buildtest_rc4.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_rc4 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_rc4 test/buildtest_rc4.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_rc4.o: test/buildtest_rc4.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_rc4.d.tmp -MT $@ -c -o $@ test/buildtest_rc4.c + @touch test/buildtest_rc4.d.tmp + @if cmp test/buildtest_rc4.d.tmp test/buildtest_rc4.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_rc4.d.tmp; \ + else \ + mv test/buildtest_rc4.d.tmp test/buildtest_rc4.d; \ + fi +test/buildtest_rc4.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl rc4 > $@ +test/buildtest_c_rc5: test/buildtest_rc5.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_rc5 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_rc5 test/buildtest_rc5.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_rc5.o: test/buildtest_rc5.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_rc5.d.tmp -MT $@ -c -o $@ test/buildtest_rc5.c + @touch test/buildtest_rc5.d.tmp + @if cmp test/buildtest_rc5.d.tmp test/buildtest_rc5.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_rc5.d.tmp; \ + else \ + mv test/buildtest_rc5.d.tmp test/buildtest_rc5.d; \ + fi +test/buildtest_rc5.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl rc5 > $@ +test/buildtest_c_ripemd: test/buildtest_ripemd.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_ripemd + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_ripemd test/buildtest_ripemd.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_ripemd.o: test/buildtest_ripemd.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_ripemd.d.tmp -MT $@ -c -o $@ test/buildtest_ripemd.c + @touch test/buildtest_ripemd.d.tmp + @if cmp test/buildtest_ripemd.d.tmp test/buildtest_ripemd.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_ripemd.d.tmp; \ + else \ + mv test/buildtest_ripemd.d.tmp test/buildtest_ripemd.d; \ + fi +test/buildtest_ripemd.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl ripemd > $@ +test/buildtest_c_rsa: test/buildtest_rsa.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_rsa + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_rsa test/buildtest_rsa.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_rsa.o: test/buildtest_rsa.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_rsa.d.tmp -MT $@ -c -o $@ test/buildtest_rsa.c + @touch test/buildtest_rsa.d.tmp + @if cmp test/buildtest_rsa.d.tmp test/buildtest_rsa.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_rsa.d.tmp; \ + else \ + mv test/buildtest_rsa.d.tmp test/buildtest_rsa.d; \ + fi +test/buildtest_rsa.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl rsa > $@ +test/buildtest_c_safestack: test/buildtest_safestack.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_safestack + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_safestack test/buildtest_safestack.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_safestack.o: test/buildtest_safestack.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_safestack.d.tmp -MT $@ -c -o $@ test/buildtest_safestack.c + @touch test/buildtest_safestack.d.tmp + @if cmp test/buildtest_safestack.d.tmp test/buildtest_safestack.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_safestack.d.tmp; \ + else \ + mv test/buildtest_safestack.d.tmp test/buildtest_safestack.d; \ + fi +test/buildtest_safestack.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl safestack > $@ +test/buildtest_c_seed: test/buildtest_seed.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_seed + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_seed test/buildtest_seed.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_seed.o: test/buildtest_seed.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_seed.d.tmp -MT $@ -c -o $@ test/buildtest_seed.c + @touch test/buildtest_seed.d.tmp + @if cmp test/buildtest_seed.d.tmp test/buildtest_seed.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_seed.d.tmp; \ + else \ + mv test/buildtest_seed.d.tmp test/buildtest_seed.d; \ + fi +test/buildtest_seed.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl seed > $@ +test/buildtest_c_sha: test/buildtest_sha.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_sha + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_sha test/buildtest_sha.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_sha.o: test/buildtest_sha.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_sha.d.tmp -MT $@ -c -o $@ test/buildtest_sha.c + @touch test/buildtest_sha.d.tmp + @if cmp test/buildtest_sha.d.tmp test/buildtest_sha.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_sha.d.tmp; \ + else \ + mv test/buildtest_sha.d.tmp test/buildtest_sha.d; \ + fi +test/buildtest_sha.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl sha > $@ +test/buildtest_c_srp: test/buildtest_srp.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_srp + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_srp test/buildtest_srp.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_srp.o: test/buildtest_srp.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_srp.d.tmp -MT $@ -c -o $@ test/buildtest_srp.c + @touch test/buildtest_srp.d.tmp + @if cmp test/buildtest_srp.d.tmp test/buildtest_srp.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_srp.d.tmp; \ + else \ + mv test/buildtest_srp.d.tmp test/buildtest_srp.d; \ + fi +test/buildtest_srp.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl srp > $@ +test/buildtest_c_srtp: test/buildtest_srtp.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_srtp + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_srtp test/buildtest_srtp.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_srtp.o: test/buildtest_srtp.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_srtp.d.tmp -MT $@ -c -o $@ test/buildtest_srtp.c + @touch test/buildtest_srtp.d.tmp + @if cmp test/buildtest_srtp.d.tmp test/buildtest_srtp.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_srtp.d.tmp; \ + else \ + mv test/buildtest_srtp.d.tmp test/buildtest_srtp.d; \ + fi +test/buildtest_srtp.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl srtp > $@ +test/buildtest_c_ssl: test/buildtest_ssl.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_ssl + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_ssl test/buildtest_ssl.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_ssl.o: test/buildtest_ssl.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_ssl.d.tmp -MT $@ -c -o $@ test/buildtest_ssl.c + @touch test/buildtest_ssl.d.tmp + @if cmp test/buildtest_ssl.d.tmp test/buildtest_ssl.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_ssl.d.tmp; \ + else \ + mv test/buildtest_ssl.d.tmp test/buildtest_ssl.d; \ + fi +test/buildtest_ssl.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl ssl > $@ +test/buildtest_c_ssl2: test/buildtest_ssl2.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_ssl2 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_ssl2 test/buildtest_ssl2.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_ssl2.o: test/buildtest_ssl2.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_ssl2.d.tmp -MT $@ -c -o $@ test/buildtest_ssl2.c + @touch test/buildtest_ssl2.d.tmp + @if cmp test/buildtest_ssl2.d.tmp test/buildtest_ssl2.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_ssl2.d.tmp; \ + else \ + mv test/buildtest_ssl2.d.tmp test/buildtest_ssl2.d; \ + fi +test/buildtest_ssl2.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl ssl2 > $@ +test/buildtest_c_ssl3: test/buildtest_ssl3.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_ssl3 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_ssl3 test/buildtest_ssl3.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_ssl3.o: test/buildtest_ssl3.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_ssl3.d.tmp -MT $@ -c -o $@ test/buildtest_ssl3.c + @touch test/buildtest_ssl3.d.tmp + @if cmp test/buildtest_ssl3.d.tmp test/buildtest_ssl3.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_ssl3.d.tmp; \ + else \ + mv test/buildtest_ssl3.d.tmp test/buildtest_ssl3.d; \ + fi +test/buildtest_ssl3.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl ssl3 > $@ +test/buildtest_c_stack: test/buildtest_stack.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_stack + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_stack test/buildtest_stack.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_stack.o: test/buildtest_stack.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_stack.d.tmp -MT $@ -c -o $@ test/buildtest_stack.c + @touch test/buildtest_stack.d.tmp + @if cmp test/buildtest_stack.d.tmp test/buildtest_stack.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_stack.d.tmp; \ + else \ + mv test/buildtest_stack.d.tmp test/buildtest_stack.d; \ + fi +test/buildtest_stack.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl stack > $@ +test/buildtest_c_store: test/buildtest_store.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_store + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_store test/buildtest_store.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_store.o: test/buildtest_store.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_store.d.tmp -MT $@ -c -o $@ test/buildtest_store.c + @touch test/buildtest_store.d.tmp + @if cmp test/buildtest_store.d.tmp test/buildtest_store.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_store.d.tmp; \ + else \ + mv test/buildtest_store.d.tmp test/buildtest_store.d; \ + fi +test/buildtest_store.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl store > $@ +test/buildtest_c_symhacks: test/buildtest_symhacks.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_symhacks + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_symhacks test/buildtest_symhacks.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_symhacks.o: test/buildtest_symhacks.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_symhacks.d.tmp -MT $@ -c -o $@ test/buildtest_symhacks.c + @touch test/buildtest_symhacks.d.tmp + @if cmp test/buildtest_symhacks.d.tmp test/buildtest_symhacks.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_symhacks.d.tmp; \ + else \ + mv test/buildtest_symhacks.d.tmp test/buildtest_symhacks.d; \ + fi +test/buildtest_symhacks.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl symhacks > $@ +test/buildtest_c_tls1: test/buildtest_tls1.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_tls1 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_tls1 test/buildtest_tls1.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_tls1.o: test/buildtest_tls1.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_tls1.d.tmp -MT $@ -c -o $@ test/buildtest_tls1.c + @touch test/buildtest_tls1.d.tmp + @if cmp test/buildtest_tls1.d.tmp test/buildtest_tls1.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_tls1.d.tmp; \ + else \ + mv test/buildtest_tls1.d.tmp test/buildtest_tls1.d; \ + fi +test/buildtest_tls1.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl tls1 > $@ +test/buildtest_c_ts: test/buildtest_ts.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_ts + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_ts test/buildtest_ts.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_ts.o: test/buildtest_ts.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_ts.d.tmp -MT $@ -c -o $@ test/buildtest_ts.c + @touch test/buildtest_ts.d.tmp + @if cmp test/buildtest_ts.d.tmp test/buildtest_ts.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_ts.d.tmp; \ + else \ + mv test/buildtest_ts.d.tmp test/buildtest_ts.d; \ + fi +test/buildtest_ts.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl ts > $@ +test/buildtest_c_txt_db: test/buildtest_txt_db.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_txt_db + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_txt_db test/buildtest_txt_db.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_txt_db.o: test/buildtest_txt_db.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_txt_db.d.tmp -MT $@ -c -o $@ test/buildtest_txt_db.c + @touch test/buildtest_txt_db.d.tmp + @if cmp test/buildtest_txt_db.d.tmp test/buildtest_txt_db.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_txt_db.d.tmp; \ + else \ + mv test/buildtest_txt_db.d.tmp test/buildtest_txt_db.d; \ + fi +test/buildtest_txt_db.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl txt_db > $@ +test/buildtest_c_ui: test/buildtest_ui.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_ui + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_ui test/buildtest_ui.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_ui.o: test/buildtest_ui.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_ui.d.tmp -MT $@ -c -o $@ test/buildtest_ui.c + @touch test/buildtest_ui.d.tmp + @if cmp test/buildtest_ui.d.tmp test/buildtest_ui.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_ui.d.tmp; \ + else \ + mv test/buildtest_ui.d.tmp test/buildtest_ui.d; \ + fi +test/buildtest_ui.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl ui > $@ +test/buildtest_c_whrlpool: test/buildtest_whrlpool.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_whrlpool + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_whrlpool test/buildtest_whrlpool.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_whrlpool.o: test/buildtest_whrlpool.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_whrlpool.d.tmp -MT $@ -c -o $@ test/buildtest_whrlpool.c + @touch test/buildtest_whrlpool.d.tmp + @if cmp test/buildtest_whrlpool.d.tmp test/buildtest_whrlpool.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_whrlpool.d.tmp; \ + else \ + mv test/buildtest_whrlpool.d.tmp test/buildtest_whrlpool.d; \ + fi +test/buildtest_whrlpool.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl whrlpool > $@ +test/buildtest_c_x509: test/buildtest_x509.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_x509 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_x509 test/buildtest_x509.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_x509.o: test/buildtest_x509.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_x509.d.tmp -MT $@ -c -o $@ test/buildtest_x509.c + @touch test/buildtest_x509.d.tmp + @if cmp test/buildtest_x509.d.tmp test/buildtest_x509.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_x509.d.tmp; \ + else \ + mv test/buildtest_x509.d.tmp test/buildtest_x509.d; \ + fi +test/buildtest_x509.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl x509 > $@ +test/buildtest_c_x509_vfy: test/buildtest_x509_vfy.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_x509_vfy + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_x509_vfy test/buildtest_x509_vfy.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_x509_vfy.o: test/buildtest_x509_vfy.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_x509_vfy.d.tmp -MT $@ -c -o $@ test/buildtest_x509_vfy.c + @touch test/buildtest_x509_vfy.d.tmp + @if cmp test/buildtest_x509_vfy.d.tmp test/buildtest_x509_vfy.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_x509_vfy.d.tmp; \ + else \ + mv test/buildtest_x509_vfy.d.tmp test/buildtest_x509_vfy.d; \ + fi +test/buildtest_x509_vfy.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl x509_vfy > $@ +test/buildtest_c_x509v3: test/buildtest_x509v3.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/buildtest_c_x509v3 + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/buildtest_c_x509v3 test/buildtest_x509v3.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/buildtest_x509v3.o: test/buildtest_x509v3.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/buildtest_x509v3.d.tmp -MT $@ -c -o $@ test/buildtest_x509v3.c + @touch test/buildtest_x509v3.d.tmp + @if cmp test/buildtest_x509v3.d.tmp test/buildtest_x509v3.d > /dev/null 2> /dev/null; then \ + rm -f test/buildtest_x509v3.d.tmp; \ + else \ + mv test/buildtest_x509v3.d.tmp test/buildtest_x509v3.d; \ + fi +test/buildtest_x509v3.c: ../test/generate_buildtest.pl + $(PERL) ../test/generate_buildtest.pl x509v3 > $@ +test/casttest: test/casttest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/casttest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/casttest test/casttest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/casttest.o: ../test/casttest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/casttest.d.tmp -MT $@ -c -o $@ ../test/casttest.c + @touch test/casttest.d.tmp + @if cmp test/casttest.d.tmp test/casttest.d > /dev/null 2> /dev/null; then \ + rm -f test/casttest.d.tmp; \ + else \ + mv test/casttest.d.tmp test/casttest.d; \ + fi +test/chacha_internal_test: test/chacha_internal_test.o test/libtestutil.a libcrypto.a + rm -f test/chacha_internal_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/chacha_internal_test test/chacha_internal_test.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/chacha_internal_test.o: ../test/chacha_internal_test.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/chacha_internal_test.d.tmp -MT $@ -c -o $@ ../test/chacha_internal_test.c + @touch test/chacha_internal_test.d.tmp + @if cmp test/chacha_internal_test.d.tmp test/chacha_internal_test.d > /dev/null 2> /dev/null; then \ + rm -f test/chacha_internal_test.d.tmp; \ + else \ + mv test/chacha_internal_test.d.tmp test/chacha_internal_test.d; \ + fi +test/cipherbytes_test: test/cipherbytes_test.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/cipherbytes_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/cipherbytes_test test/cipherbytes_test.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/cipherbytes_test.o: ../test/cipherbytes_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/cipherbytes_test.d.tmp -MT $@ -c -o $@ ../test/cipherbytes_test.c + @touch test/cipherbytes_test.d.tmp + @if cmp test/cipherbytes_test.d.tmp test/cipherbytes_test.d > /dev/null 2> /dev/null; then \ + rm -f test/cipherbytes_test.d.tmp; \ + else \ + mv test/cipherbytes_test.d.tmp test/cipherbytes_test.d; \ + fi +test/cipherlist_test: test/cipherlist_test.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/cipherlist_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/cipherlist_test test/cipherlist_test.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/cipherlist_test.o: ../test/cipherlist_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/cipherlist_test.d.tmp -MT $@ -c -o $@ ../test/cipherlist_test.c + @touch test/cipherlist_test.d.tmp + @if cmp test/cipherlist_test.d.tmp test/cipherlist_test.d > /dev/null 2> /dev/null; then \ + rm -f test/cipherlist_test.d.tmp; \ + else \ + mv test/cipherlist_test.d.tmp test/cipherlist_test.d; \ + fi +test/ciphername_test: test/ciphername_test.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/ciphername_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ciphername_test test/ciphername_test.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/ciphername_test.o: ../test/ciphername_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ciphername_test.d.tmp -MT $@ -c -o $@ ../test/ciphername_test.c + @touch test/ciphername_test.d.tmp + @if cmp test/ciphername_test.d.tmp test/ciphername_test.d > /dev/null 2> /dev/null; then \ + rm -f test/ciphername_test.d.tmp; \ + else \ + mv test/ciphername_test.d.tmp test/ciphername_test.d; \ + fi +test/clienthellotest: test/clienthellotest.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/clienthellotest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/clienthellotest test/clienthellotest.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/clienthellotest.o: ../test/clienthellotest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/clienthellotest.d.tmp -MT $@ -c -o $@ ../test/clienthellotest.c + @touch test/clienthellotest.d.tmp + @if cmp test/clienthellotest.d.tmp test/clienthellotest.d > /dev/null 2> /dev/null; then \ + rm -f test/clienthellotest.d.tmp; \ + else \ + mv test/clienthellotest.d.tmp test/clienthellotest.d; \ + fi +test/cmactest: test/cmactest.o test/libtestutil.a libcrypto.a + rm -f test/cmactest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/cmactest test/cmactest.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/cmactest.o: ../test/cmactest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/cmactest.d.tmp -MT $@ -c -o $@ ../test/cmactest.c + @touch test/cmactest.d.tmp + @if cmp test/cmactest.d.tmp test/cmactest.d > /dev/null 2> /dev/null; then \ + rm -f test/cmactest.d.tmp; \ + else \ + mv test/cmactest.d.tmp test/cmactest.d; \ + fi +test/cmsapitest: test/cmsapitest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/cmsapitest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/cmsapitest test/cmsapitest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/cmsapitest.o: ../test/cmsapitest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/cmsapitest.d.tmp -MT $@ -c -o $@ ../test/cmsapitest.c + @touch test/cmsapitest.d.tmp + @if cmp test/cmsapitest.d.tmp test/cmsapitest.d > /dev/null 2> /dev/null; then \ + rm -f test/cmsapitest.d.tmp; \ + else \ + mv test/cmsapitest.d.tmp test/cmsapitest.d; \ + fi +test/conf_include_test: test/conf_include_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/conf_include_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/conf_include_test test/conf_include_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/conf_include_test.o: ../test/conf_include_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/conf_include_test.d.tmp -MT $@ -c -o $@ ../test/conf_include_test.c + @touch test/conf_include_test.d.tmp + @if cmp test/conf_include_test.d.tmp test/conf_include_test.d > /dev/null 2> /dev/null; then \ + rm -f test/conf_include_test.d.tmp; \ + else \ + mv test/conf_include_test.d.tmp test/conf_include_test.d; \ + fi +test/constant_time_test: test/constant_time_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/constant_time_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/constant_time_test test/constant_time_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/constant_time_test.o: ../test/constant_time_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/constant_time_test.d.tmp -MT $@ -c -o $@ ../test/constant_time_test.c + @touch test/constant_time_test.d.tmp + @if cmp test/constant_time_test.d.tmp test/constant_time_test.d > /dev/null 2> /dev/null; then \ + rm -f test/constant_time_test.d.tmp; \ + else \ + mv test/constant_time_test.d.tmp test/constant_time_test.d; \ + fi +test/crltest: test/crltest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/crltest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/crltest test/crltest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/crltest.o: ../test/crltest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/crltest.d.tmp -MT $@ -c -o $@ ../test/crltest.c + @touch test/crltest.d.tmp + @if cmp test/crltest.d.tmp test/crltest.d > /dev/null 2> /dev/null; then \ + rm -f test/crltest.d.tmp; \ + else \ + mv test/crltest.d.tmp test/crltest.d; \ + fi +test/ct_test: test/ct_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/ct_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ct_test test/ct_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/ct_test.o: ../test/ct_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ct_test.d.tmp -MT $@ -c -o $@ ../test/ct_test.c + @touch test/ct_test.d.tmp + @if cmp test/ct_test.d.tmp test/ct_test.d > /dev/null 2> /dev/null; then \ + rm -f test/ct_test.d.tmp; \ + else \ + mv test/ct_test.d.tmp test/ct_test.d; \ + fi +test/ctype_internal_test: test/ctype_internal_test.o test/libtestutil.a libcrypto.a + rm -f test/ctype_internal_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ctype_internal_test test/ctype_internal_test.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/ctype_internal_test.o: ../test/ctype_internal_test.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ctype_internal_test.d.tmp -MT $@ -c -o $@ ../test/ctype_internal_test.c + @touch test/ctype_internal_test.d.tmp + @if cmp test/ctype_internal_test.d.tmp test/ctype_internal_test.d > /dev/null 2> /dev/null; then \ + rm -f test/ctype_internal_test.d.tmp; \ + else \ + mv test/ctype_internal_test.d.tmp test/ctype_internal_test.d; \ + fi +test/curve448_internal_test: test/curve448_internal_test.o test/libtestutil.a libcrypto.a + rm -f test/curve448_internal_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/curve448_internal_test test/curve448_internal_test.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/curve448_internal_test.o: ../test/curve448_internal_test.c + $(CC) -I. -Iinclude -Icrypto/ec/curve448 -I.. -I../include -I../crypto/ec/curve448 $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/curve448_internal_test.d.tmp -MT $@ -c -o $@ ../test/curve448_internal_test.c + @touch test/curve448_internal_test.d.tmp + @if cmp test/curve448_internal_test.d.tmp test/curve448_internal_test.d > /dev/null 2> /dev/null; then \ + rm -f test/curve448_internal_test.d.tmp; \ + else \ + mv test/curve448_internal_test.d.tmp test/curve448_internal_test.d; \ + fi +test/d2i_test: test/d2i_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/d2i_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/d2i_test test/d2i_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/d2i_test.o: ../test/d2i_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/d2i_test.d.tmp -MT $@ -c -o $@ ../test/d2i_test.c + @touch test/d2i_test.d.tmp + @if cmp test/d2i_test.d.tmp test/d2i_test.d > /dev/null 2> /dev/null; then \ + rm -f test/d2i_test.d.tmp; \ + else \ + mv test/d2i_test.d.tmp test/d2i_test.d; \ + fi +test/danetest: test/danetest.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/danetest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/danetest test/danetest.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/danetest.o: ../test/danetest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/danetest.d.tmp -MT $@ -c -o $@ ../test/danetest.c + @touch test/danetest.d.tmp + @if cmp test/danetest.d.tmp test/danetest.d > /dev/null 2> /dev/null; then \ + rm -f test/danetest.d.tmp; \ + else \ + mv test/danetest.d.tmp test/danetest.d; \ + fi +test/destest: test/destest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/destest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/destest test/destest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/destest.o: ../test/destest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/destest.d.tmp -MT $@ -c -o $@ ../test/destest.c + @touch test/destest.d.tmp + @if cmp test/destest.d.tmp test/destest.d > /dev/null 2> /dev/null; then \ + rm -f test/destest.d.tmp; \ + else \ + mv test/destest.d.tmp test/destest.d; \ + fi +test/dhtest: test/dhtest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/dhtest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/dhtest test/dhtest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/dhtest.o: ../test/dhtest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/dhtest.d.tmp -MT $@ -c -o $@ ../test/dhtest.c + @touch test/dhtest.d.tmp + @if cmp test/dhtest.d.tmp test/dhtest.d > /dev/null 2> /dev/null; then \ + rm -f test/dhtest.d.tmp; \ + else \ + mv test/dhtest.d.tmp test/dhtest.d; \ + fi +test/drbg_cavs_test: test/drbg_cavs_data.o test/drbg_cavs_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/drbg_cavs_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/drbg_cavs_test test/drbg_cavs_data.o test/drbg_cavs_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/drbg_cavs_data.o: ../test/drbg_cavs_data.c + $(CC) -Iinclude -Itest -I. -I../include -I../test -I.. $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/drbg_cavs_data.d.tmp -MT $@ -c -o $@ ../test/drbg_cavs_data.c + @touch test/drbg_cavs_data.d.tmp + @if cmp test/drbg_cavs_data.d.tmp test/drbg_cavs_data.d > /dev/null 2> /dev/null; then \ + rm -f test/drbg_cavs_data.d.tmp; \ + else \ + mv test/drbg_cavs_data.d.tmp test/drbg_cavs_data.d; \ + fi +test/drbg_cavs_test.o: ../test/drbg_cavs_test.c + $(CC) -Iinclude -Itest -I. -I../include -I../test -I.. $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/drbg_cavs_test.d.tmp -MT $@ -c -o $@ ../test/drbg_cavs_test.c + @touch test/drbg_cavs_test.d.tmp + @if cmp test/drbg_cavs_test.d.tmp test/drbg_cavs_test.d > /dev/null 2> /dev/null; then \ + rm -f test/drbg_cavs_test.d.tmp; \ + else \ + mv test/drbg_cavs_test.d.tmp test/drbg_cavs_test.d; \ + fi +test/drbgtest: test/drbgtest.o test/libtestutil.a libcrypto.a + rm -f test/drbgtest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/drbgtest test/drbgtest.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/drbgtest.o: ../test/drbgtest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/drbgtest.d.tmp -MT $@ -c -o $@ ../test/drbgtest.c + @touch test/drbgtest.d.tmp + @if cmp test/drbgtest.d.tmp test/drbgtest.d > /dev/null 2> /dev/null; then \ + rm -f test/drbgtest.d.tmp; \ + else \ + mv test/drbgtest.d.tmp test/drbgtest.d; \ + fi +test/dsa_no_digest_size_test: test/dsa_no_digest_size_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/dsa_no_digest_size_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/dsa_no_digest_size_test test/dsa_no_digest_size_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/dsa_no_digest_size_test.o: ../test/dsa_no_digest_size_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/dsa_no_digest_size_test.d.tmp -MT $@ -c -o $@ ../test/dsa_no_digest_size_test.c + @touch test/dsa_no_digest_size_test.d.tmp + @if cmp test/dsa_no_digest_size_test.d.tmp test/dsa_no_digest_size_test.d > /dev/null 2> /dev/null; then \ + rm -f test/dsa_no_digest_size_test.d.tmp; \ + else \ + mv test/dsa_no_digest_size_test.d.tmp test/dsa_no_digest_size_test.d; \ + fi +test/dsatest: test/dsatest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/dsatest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/dsatest test/dsatest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/dsatest.o: ../test/dsatest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/dsatest.d.tmp -MT $@ -c -o $@ ../test/dsatest.c + @touch test/dsatest.d.tmp + @if cmp test/dsatest.d.tmp test/dsatest.d > /dev/null 2> /dev/null; then \ + rm -f test/dsatest.d.tmp; \ + else \ + mv test/dsatest.d.tmp test/dsatest.d; \ + fi +test/dtls_mtu_test: test/dtls_mtu_test.o test/ssltestlib.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/dtls_mtu_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/dtls_mtu_test test/dtls_mtu_test.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/dtls_mtu_test.o: ../test/dtls_mtu_test.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/dtls_mtu_test.d.tmp -MT $@ -c -o $@ ../test/dtls_mtu_test.c + @touch test/dtls_mtu_test.d.tmp + @if cmp test/dtls_mtu_test.d.tmp test/dtls_mtu_test.d > /dev/null 2> /dev/null; then \ + rm -f test/dtls_mtu_test.d.tmp; \ + else \ + mv test/dtls_mtu_test.d.tmp test/dtls_mtu_test.d; \ + fi +test/dtlstest: test/dtlstest.o test/ssltestlib.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/dtlstest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/dtlstest test/dtlstest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/dtlstest.o: ../test/dtlstest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/dtlstest.d.tmp -MT $@ -c -o $@ ../test/dtlstest.c + @touch test/dtlstest.d.tmp + @if cmp test/dtlstest.d.tmp test/dtlstest.d > /dev/null 2> /dev/null; then \ + rm -f test/dtlstest.d.tmp; \ + else \ + mv test/dtlstest.d.tmp test/dtlstest.d; \ + fi +test/dtlsv1listentest: test/dtlsv1listentest.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/dtlsv1listentest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/dtlsv1listentest test/dtlsv1listentest.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/dtlsv1listentest.o: ../test/dtlsv1listentest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/dtlsv1listentest.d.tmp -MT $@ -c -o $@ ../test/dtlsv1listentest.c + @touch test/dtlsv1listentest.d.tmp + @if cmp test/dtlsv1listentest.d.tmp test/dtlsv1listentest.d > /dev/null 2> /dev/null; then \ + rm -f test/dtlsv1listentest.d.tmp; \ + else \ + mv test/dtlsv1listentest.d.tmp test/dtlsv1listentest.d; \ + fi +test/ec_internal_test: test/ec_internal_test.o test/libtestutil.a libcrypto.a + rm -f test/ec_internal_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ec_internal_test test/ec_internal_test.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/ec_internal_test.o: ../test/ec_internal_test.c + $(CC) -Iinclude -Icrypto/ec -I../include -I../crypto/ec $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ec_internal_test.d.tmp -MT $@ -c -o $@ ../test/ec_internal_test.c + @touch test/ec_internal_test.d.tmp + @if cmp test/ec_internal_test.d.tmp test/ec_internal_test.d > /dev/null 2> /dev/null; then \ + rm -f test/ec_internal_test.d.tmp; \ + else \ + mv test/ec_internal_test.d.tmp test/ec_internal_test.d; \ + fi +test/ecdsatest: test/ecdsatest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/ecdsatest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ecdsatest test/ecdsatest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/ecdsatest.o: ../test/ecdsatest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ecdsatest.d.tmp -MT $@ -c -o $@ ../test/ecdsatest.c + @touch test/ecdsatest.d.tmp + @if cmp test/ecdsatest.d.tmp test/ecdsatest.d > /dev/null 2> /dev/null; then \ + rm -f test/ecdsatest.d.tmp; \ + else \ + mv test/ecdsatest.d.tmp test/ecdsatest.d; \ + fi +test/ecstresstest: test/ecstresstest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/ecstresstest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ecstresstest test/ecstresstest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/ecstresstest.o: ../test/ecstresstest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ecstresstest.d.tmp -MT $@ -c -o $@ ../test/ecstresstest.c + @touch test/ecstresstest.d.tmp + @if cmp test/ecstresstest.d.tmp test/ecstresstest.d > /dev/null 2> /dev/null; then \ + rm -f test/ecstresstest.d.tmp; \ + else \ + mv test/ecstresstest.d.tmp test/ecstresstest.d; \ + fi +test/ectest: test/ectest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/ectest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ectest test/ectest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/ectest.o: ../test/ectest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ectest.d.tmp -MT $@ -c -o $@ ../test/ectest.c + @touch test/ectest.d.tmp + @if cmp test/ectest.d.tmp test/ectest.d > /dev/null 2> /dev/null; then \ + rm -f test/ectest.d.tmp; \ + else \ + mv test/ectest.d.tmp test/ectest.d; \ + fi +test/enginetest: test/enginetest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/enginetest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/enginetest test/enginetest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/enginetest.o: ../test/enginetest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/enginetest.d.tmp -MT $@ -c -o $@ ../test/enginetest.c + @touch test/enginetest.d.tmp + @if cmp test/enginetest.d.tmp test/enginetest.d > /dev/null 2> /dev/null; then \ + rm -f test/enginetest.d.tmp; \ + else \ + mv test/enginetest.d.tmp test/enginetest.d; \ + fi +test/errtest: test/errtest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/errtest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/errtest test/errtest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/errtest.o: ../test/errtest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/errtest.d.tmp -MT $@ -c -o $@ ../test/errtest.c + @touch test/errtest.d.tmp + @if cmp test/errtest.d.tmp test/errtest.d > /dev/null 2> /dev/null; then \ + rm -f test/errtest.d.tmp; \ + else \ + mv test/errtest.d.tmp test/errtest.d; \ + fi +test/evp_extra_test: test/evp_extra_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/evp_extra_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/evp_extra_test test/evp_extra_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/evp_extra_test.o: ../test/evp_extra_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/evp_extra_test.d.tmp -MT $@ -c -o $@ ../test/evp_extra_test.c + @touch test/evp_extra_test.d.tmp + @if cmp test/evp_extra_test.d.tmp test/evp_extra_test.d > /dev/null 2> /dev/null; then \ + rm -f test/evp_extra_test.d.tmp; \ + else \ + mv test/evp_extra_test.d.tmp test/evp_extra_test.d; \ + fi +test/evp_test: test/evp_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/evp_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/evp_test test/evp_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/evp_test.o: ../test/evp_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/evp_test.d.tmp -MT $@ -c -o $@ ../test/evp_test.c + @touch test/evp_test.d.tmp + @if cmp test/evp_test.d.tmp test/evp_test.d > /dev/null 2> /dev/null; then \ + rm -f test/evp_test.d.tmp; \ + else \ + mv test/evp_test.d.tmp test/evp_test.d; \ + fi +test/exdatatest: test/exdatatest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/exdatatest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/exdatatest test/exdatatest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/exdatatest.o: ../test/exdatatest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/exdatatest.d.tmp -MT $@ -c -o $@ ../test/exdatatest.c + @touch test/exdatatest.d.tmp + @if cmp test/exdatatest.d.tmp test/exdatatest.d > /dev/null 2> /dev/null; then \ + rm -f test/exdatatest.d.tmp; \ + else \ + mv test/exdatatest.d.tmp test/exdatatest.d; \ + fi +test/exptest: test/exptest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/exptest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/exptest test/exptest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/exptest.o: ../test/exptest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/exptest.d.tmp -MT $@ -c -o $@ ../test/exptest.c + @touch test/exptest.d.tmp + @if cmp test/exptest.d.tmp test/exptest.d > /dev/null 2> /dev/null; then \ + rm -f test/exptest.d.tmp; \ + else \ + mv test/exptest.d.tmp test/exptest.d; \ + fi +test/fatalerrtest: test/fatalerrtest.o test/ssltestlib.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/fatalerrtest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/fatalerrtest test/fatalerrtest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/fatalerrtest.o: ../test/fatalerrtest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/fatalerrtest.d.tmp -MT $@ -c -o $@ ../test/fatalerrtest.c + @touch test/fatalerrtest.d.tmp + @if cmp test/fatalerrtest.d.tmp test/fatalerrtest.d > /dev/null 2> /dev/null; then \ + rm -f test/fatalerrtest.d.tmp; \ + else \ + mv test/fatalerrtest.d.tmp test/fatalerrtest.d; \ + fi +test/gmdifftest: test/gmdifftest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/gmdifftest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/gmdifftest test/gmdifftest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/gmdifftest.o: ../test/gmdifftest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/gmdifftest.d.tmp -MT $@ -c -o $@ ../test/gmdifftest.c + @touch test/gmdifftest.d.tmp + @if cmp test/gmdifftest.d.tmp test/gmdifftest.d > /dev/null 2> /dev/null; then \ + rm -f test/gmdifftest.d.tmp; \ + else \ + mv test/gmdifftest.d.tmp test/gmdifftest.d; \ + fi +test/gosttest: test/gosttest.o test/ssltestlib.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/gosttest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/gosttest test/gosttest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/gosttest.o: ../test/gosttest.c + $(CC) -Iinclude -I. -I../include -I.. $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/gosttest.d.tmp -MT $@ -c -o $@ ../test/gosttest.c + @touch test/gosttest.d.tmp + @if cmp test/gosttest.d.tmp test/gosttest.d > /dev/null 2> /dev/null; then \ + rm -f test/gosttest.d.tmp; \ + else \ + mv test/gosttest.d.tmp test/gosttest.d; \ + fi +test/hmactest: test/hmactest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/hmactest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/hmactest test/hmactest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/hmactest.o: ../test/hmactest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/hmactest.d.tmp -MT $@ -c -o $@ ../test/hmactest.c + @touch test/hmactest.d.tmp + @if cmp test/hmactest.d.tmp test/hmactest.d > /dev/null 2> /dev/null; then \ + rm -f test/hmactest.d.tmp; \ + else \ + mv test/hmactest.d.tmp test/hmactest.d; \ + fi +test/ideatest: test/ideatest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/ideatest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ideatest test/ideatest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/ideatest.o: ../test/ideatest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ideatest.d.tmp -MT $@ -c -o $@ ../test/ideatest.c + @touch test/ideatest.d.tmp + @if cmp test/ideatest.d.tmp test/ideatest.d > /dev/null 2> /dev/null; then \ + rm -f test/ideatest.d.tmp; \ + else \ + mv test/ideatest.d.tmp test/ideatest.d; \ + fi +test/igetest: test/igetest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/igetest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/igetest test/igetest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/igetest.o: ../test/igetest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/igetest.d.tmp -MT $@ -c -o $@ ../test/igetest.c + @touch test/igetest.d.tmp + @if cmp test/igetest.d.tmp test/igetest.d > /dev/null 2> /dev/null; then \ + rm -f test/igetest.d.tmp; \ + else \ + mv test/igetest.d.tmp test/igetest.d; \ + fi +test/lhash_test: test/lhash_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/lhash_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/lhash_test test/lhash_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/lhash_test.o: ../test/lhash_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/lhash_test.d.tmp -MT $@ -c -o $@ ../test/lhash_test.c + @touch test/lhash_test.d.tmp + @if cmp test/lhash_test.d.tmp test/lhash_test.d > /dev/null 2> /dev/null; then \ + rm -f test/lhash_test.d.tmp; \ + else \ + mv test/lhash_test.d.tmp test/lhash_test.d; \ + fi +test/md2test: test/md2test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/md2test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/md2test test/md2test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/md2test.o: ../test/md2test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/md2test.d.tmp -MT $@ -c -o $@ ../test/md2test.c + @touch test/md2test.d.tmp + @if cmp test/md2test.d.tmp test/md2test.d > /dev/null 2> /dev/null; then \ + rm -f test/md2test.d.tmp; \ + else \ + mv test/md2test.d.tmp test/md2test.d; \ + fi +test/mdc2test: test/mdc2test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/mdc2test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/mdc2test test/mdc2test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/mdc2test.o: ../test/mdc2test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/mdc2test.d.tmp -MT $@ -c -o $@ ../test/mdc2test.c + @touch test/mdc2test.d.tmp + @if cmp test/mdc2test.d.tmp test/mdc2test.d > /dev/null 2> /dev/null; then \ + rm -f test/mdc2test.d.tmp; \ + else \ + mv test/mdc2test.d.tmp test/mdc2test.d; \ + fi +test/memleaktest: test/memleaktest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/memleaktest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/memleaktest test/memleaktest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/memleaktest.o: ../test/memleaktest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/memleaktest.d.tmp -MT $@ -c -o $@ ../test/memleaktest.c + @touch test/memleaktest.d.tmp + @if cmp test/memleaktest.d.tmp test/memleaktest.d > /dev/null 2> /dev/null; then \ + rm -f test/memleaktest.d.tmp; \ + else \ + mv test/memleaktest.d.tmp test/memleaktest.d; \ + fi +test/modes_internal_test: test/modes_internal_test.o test/libtestutil.a libcrypto.a + rm -f test/modes_internal_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/modes_internal_test test/modes_internal_test.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/modes_internal_test.o: ../test/modes_internal_test.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/modes_internal_test.d.tmp -MT $@ -c -o $@ ../test/modes_internal_test.c + @touch test/modes_internal_test.d.tmp + @if cmp test/modes_internal_test.d.tmp test/modes_internal_test.d > /dev/null 2> /dev/null; then \ + rm -f test/modes_internal_test.d.tmp; \ + else \ + mv test/modes_internal_test.d.tmp test/modes_internal_test.d; \ + fi +test/ocspapitest: test/ocspapitest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/ocspapitest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ocspapitest test/ocspapitest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/ocspapitest.o: ../test/ocspapitest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ocspapitest.d.tmp -MT $@ -c -o $@ ../test/ocspapitest.c + @touch test/ocspapitest.d.tmp + @if cmp test/ocspapitest.d.tmp test/ocspapitest.d > /dev/null 2> /dev/null; then \ + rm -f test/ocspapitest.d.tmp; \ + else \ + mv test/ocspapitest.d.tmp test/ocspapitest.d; \ + fi +test/packettest: test/packettest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/packettest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/packettest test/packettest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/packettest.o: ../test/packettest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/packettest.d.tmp -MT $@ -c -o $@ ../test/packettest.c + @touch test/packettest.d.tmp + @if cmp test/packettest.d.tmp test/packettest.d > /dev/null 2> /dev/null; then \ + rm -f test/packettest.d.tmp; \ + else \ + mv test/packettest.d.tmp test/packettest.d; \ + fi +test/pbelutest: test/pbelutest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/pbelutest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/pbelutest test/pbelutest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/pbelutest.o: ../test/pbelutest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/pbelutest.d.tmp -MT $@ -c -o $@ ../test/pbelutest.c + @touch test/pbelutest.d.tmp + @if cmp test/pbelutest.d.tmp test/pbelutest.d > /dev/null 2> /dev/null; then \ + rm -f test/pbelutest.d.tmp; \ + else \ + mv test/pbelutest.d.tmp test/pbelutest.d; \ + fi +test/pemtest: test/pemtest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/pemtest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/pemtest test/pemtest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/pemtest.o: ../test/pemtest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/pemtest.d.tmp -MT $@ -c -o $@ ../test/pemtest.c + @touch test/pemtest.d.tmp + @if cmp test/pemtest.d.tmp test/pemtest.d > /dev/null 2> /dev/null; then \ + rm -f test/pemtest.d.tmp; \ + else \ + mv test/pemtest.d.tmp test/pemtest.d; \ + fi +test/pkey_meth_kdf_test: test/pkey_meth_kdf_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/pkey_meth_kdf_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/pkey_meth_kdf_test test/pkey_meth_kdf_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/pkey_meth_kdf_test.o: ../test/pkey_meth_kdf_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/pkey_meth_kdf_test.d.tmp -MT $@ -c -o $@ ../test/pkey_meth_kdf_test.c + @touch test/pkey_meth_kdf_test.d.tmp + @if cmp test/pkey_meth_kdf_test.d.tmp test/pkey_meth_kdf_test.d > /dev/null 2> /dev/null; then \ + rm -f test/pkey_meth_kdf_test.d.tmp; \ + else \ + mv test/pkey_meth_kdf_test.d.tmp test/pkey_meth_kdf_test.d; \ + fi +test/pkey_meth_test: test/pkey_meth_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/pkey_meth_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/pkey_meth_test test/pkey_meth_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/pkey_meth_test.o: ../test/pkey_meth_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/pkey_meth_test.d.tmp -MT $@ -c -o $@ ../test/pkey_meth_test.c + @touch test/pkey_meth_test.d.tmp + @if cmp test/pkey_meth_test.d.tmp test/pkey_meth_test.d > /dev/null 2> /dev/null; then \ + rm -f test/pkey_meth_test.d.tmp; \ + else \ + mv test/pkey_meth_test.d.tmp test/pkey_meth_test.d; \ + fi +test/poly1305_internal_test: test/poly1305_internal_test.o test/libtestutil.a libcrypto.a + rm -f test/poly1305_internal_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/poly1305_internal_test test/poly1305_internal_test.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/poly1305_internal_test.o: ../test/poly1305_internal_test.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/poly1305_internal_test.d.tmp -MT $@ -c -o $@ ../test/poly1305_internal_test.c + @touch test/poly1305_internal_test.d.tmp + @if cmp test/poly1305_internal_test.d.tmp test/poly1305_internal_test.d > /dev/null 2> /dev/null; then \ + rm -f test/poly1305_internal_test.d.tmp; \ + else \ + mv test/poly1305_internal_test.d.tmp test/poly1305_internal_test.d; \ + fi +test/rc2test: test/rc2test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/rc2test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/rc2test test/rc2test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/rc2test.o: ../test/rc2test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/rc2test.d.tmp -MT $@ -c -o $@ ../test/rc2test.c + @touch test/rc2test.d.tmp + @if cmp test/rc2test.d.tmp test/rc2test.d > /dev/null 2> /dev/null; then \ + rm -f test/rc2test.d.tmp; \ + else \ + mv test/rc2test.d.tmp test/rc2test.d; \ + fi +test/rc4test: test/rc4test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/rc4test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/rc4test test/rc4test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/rc4test.o: ../test/rc4test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/rc4test.d.tmp -MT $@ -c -o $@ ../test/rc4test.c + @touch test/rc4test.d.tmp + @if cmp test/rc4test.d.tmp test/rc4test.d > /dev/null 2> /dev/null; then \ + rm -f test/rc4test.d.tmp; \ + else \ + mv test/rc4test.d.tmp test/rc4test.d; \ + fi +test/rc5test: test/rc5test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/rc5test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/rc5test test/rc5test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/rc5test.o: ../test/rc5test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/rc5test.d.tmp -MT $@ -c -o $@ ../test/rc5test.c + @touch test/rc5test.d.tmp + @if cmp test/rc5test.d.tmp test/rc5test.d > /dev/null 2> /dev/null; then \ + rm -f test/rc5test.d.tmp; \ + else \ + mv test/rc5test.d.tmp test/rc5test.d; \ + fi +test/rdrand_sanitytest: test/rdrand_sanitytest.o test/libtestutil.a libcrypto.a + rm -f test/rdrand_sanitytest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/rdrand_sanitytest test/rdrand_sanitytest.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/rdrand_sanitytest.o: ../test/rdrand_sanitytest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/rdrand_sanitytest.d.tmp -MT $@ -c -o $@ ../test/rdrand_sanitytest.c + @touch test/rdrand_sanitytest.d.tmp + @if cmp test/rdrand_sanitytest.d.tmp test/rdrand_sanitytest.d > /dev/null 2> /dev/null; then \ + rm -f test/rdrand_sanitytest.d.tmp; \ + else \ + mv test/rdrand_sanitytest.d.tmp test/rdrand_sanitytest.d; \ + fi +test/recordlentest: test/recordlentest.o test/ssltestlib.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/recordlentest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/recordlentest test/recordlentest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/recordlentest.o: ../test/recordlentest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/recordlentest.d.tmp -MT $@ -c -o $@ ../test/recordlentest.c + @touch test/recordlentest.d.tmp + @if cmp test/recordlentest.d.tmp test/recordlentest.d > /dev/null 2> /dev/null; then \ + rm -f test/recordlentest.d.tmp; \ + else \ + mv test/recordlentest.d.tmp test/recordlentest.d; \ + fi +test/rsa_complex: test/rsa_complex.o + rm -f test/rsa_complex + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/rsa_complex test/rsa_complex.o \ + $(BIN_EX_LIBS) +test/rsa_complex.o: ../test/rsa_complex.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/rsa_complex.d.tmp -MT $@ -c -o $@ ../test/rsa_complex.c + @touch test/rsa_complex.d.tmp + @if cmp test/rsa_complex.d.tmp test/rsa_complex.d > /dev/null 2> /dev/null; then \ + rm -f test/rsa_complex.d.tmp; \ + else \ + mv test/rsa_complex.d.tmp test/rsa_complex.d; \ + fi +test/rsa_mp_test: test/rsa_mp_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/rsa_mp_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/rsa_mp_test test/rsa_mp_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/rsa_mp_test.o: ../test/rsa_mp_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/rsa_mp_test.d.tmp -MT $@ -c -o $@ ../test/rsa_mp_test.c + @touch test/rsa_mp_test.d.tmp + @if cmp test/rsa_mp_test.d.tmp test/rsa_mp_test.d > /dev/null 2> /dev/null; then \ + rm -f test/rsa_mp_test.d.tmp; \ + else \ + mv test/rsa_mp_test.d.tmp test/rsa_mp_test.d; \ + fi +test/rsa_test: test/rsa_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/rsa_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/rsa_test test/rsa_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/rsa_test.o: ../test/rsa_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/rsa_test.d.tmp -MT $@ -c -o $@ ../test/rsa_test.c + @touch test/rsa_test.d.tmp + @if cmp test/rsa_test.d.tmp test/rsa_test.d > /dev/null 2> /dev/null; then \ + rm -f test/rsa_test.d.tmp; \ + else \ + mv test/rsa_test.d.tmp test/rsa_test.d; \ + fi +test/sanitytest: test/sanitytest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/sanitytest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/sanitytest test/sanitytest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/sanitytest.o: ../test/sanitytest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/sanitytest.d.tmp -MT $@ -c -o $@ ../test/sanitytest.c + @touch test/sanitytest.d.tmp + @if cmp test/sanitytest.d.tmp test/sanitytest.d > /dev/null 2> /dev/null; then \ + rm -f test/sanitytest.d.tmp; \ + else \ + mv test/sanitytest.d.tmp test/sanitytest.d; \ + fi +test/secmemtest: test/secmemtest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/secmemtest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/secmemtest test/secmemtest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/secmemtest.o: ../test/secmemtest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/secmemtest.d.tmp -MT $@ -c -o $@ ../test/secmemtest.c + @touch test/secmemtest.d.tmp + @if cmp test/secmemtest.d.tmp test/secmemtest.d > /dev/null 2> /dev/null; then \ + rm -f test/secmemtest.d.tmp; \ + else \ + mv test/secmemtest.d.tmp test/secmemtest.d; \ + fi +test/servername_test: test/servername_test.o test/ssltestlib.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/servername_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/servername_test test/servername_test.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/servername_test.o: ../test/servername_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/servername_test.d.tmp -MT $@ -c -o $@ ../test/servername_test.c + @touch test/servername_test.d.tmp + @if cmp test/servername_test.d.tmp test/servername_test.d > /dev/null 2> /dev/null; then \ + rm -f test/servername_test.d.tmp; \ + else \ + mv test/servername_test.d.tmp test/servername_test.d; \ + fi +test/shlibloadtest: test/shlibloadtest.o + rm -f test/shlibloadtest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/shlibloadtest test/shlibloadtest.o \ + $(BIN_EX_LIBS) +test/shlibloadtest.o: ../test/shlibloadtest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/shlibloadtest.d.tmp -MT $@ -c -o $@ ../test/shlibloadtest.c + @touch test/shlibloadtest.d.tmp + @if cmp test/shlibloadtest.d.tmp test/shlibloadtest.d > /dev/null 2> /dev/null; then \ + rm -f test/shlibloadtest.d.tmp; \ + else \ + mv test/shlibloadtest.d.tmp test/shlibloadtest.d; \ + fi +test/siphash_internal_test: test/siphash_internal_test.o test/libtestutil.a libcrypto.a + rm -f test/siphash_internal_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/siphash_internal_test test/siphash_internal_test.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/siphash_internal_test.o: ../test/siphash_internal_test.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/siphash_internal_test.d.tmp -MT $@ -c -o $@ ../test/siphash_internal_test.c + @touch test/siphash_internal_test.d.tmp + @if cmp test/siphash_internal_test.d.tmp test/siphash_internal_test.d > /dev/null 2> /dev/null; then \ + rm -f test/siphash_internal_test.d.tmp; \ + else \ + mv test/siphash_internal_test.d.tmp test/siphash_internal_test.d; \ + fi +test/sm2_internal_test: test/sm2_internal_test.o test/libtestutil.a libcrypto.a + rm -f test/sm2_internal_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/sm2_internal_test test/sm2_internal_test.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/sm2_internal_test.o: ../test/sm2_internal_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/sm2_internal_test.d.tmp -MT $@ -c -o $@ ../test/sm2_internal_test.c + @touch test/sm2_internal_test.d.tmp + @if cmp test/sm2_internal_test.d.tmp test/sm2_internal_test.d > /dev/null 2> /dev/null; then \ + rm -f test/sm2_internal_test.d.tmp; \ + else \ + mv test/sm2_internal_test.d.tmp test/sm2_internal_test.d; \ + fi +test/sm4_internal_test: test/sm4_internal_test.o test/libtestutil.a libcrypto.a + rm -f test/sm4_internal_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/sm4_internal_test test/sm4_internal_test.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/sm4_internal_test.o: ../test/sm4_internal_test.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/sm4_internal_test.d.tmp -MT $@ -c -o $@ ../test/sm4_internal_test.c + @touch test/sm4_internal_test.d.tmp + @if cmp test/sm4_internal_test.d.tmp test/sm4_internal_test.d > /dev/null 2> /dev/null; then \ + rm -f test/sm4_internal_test.d.tmp; \ + else \ + mv test/sm4_internal_test.d.tmp test/sm4_internal_test.d; \ + fi +test/srptest: test/srptest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/srptest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/srptest test/srptest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/srptest.o: ../test/srptest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/srptest.d.tmp -MT $@ -c -o $@ ../test/srptest.c + @touch test/srptest.d.tmp + @if cmp test/srptest.d.tmp test/srptest.d > /dev/null 2> /dev/null; then \ + rm -f test/srptest.d.tmp; \ + else \ + mv test/srptest.d.tmp test/srptest.d; \ + fi +test/ssl_cert_table_internal_test: test/ssl_cert_table_internal_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/ssl_cert_table_internal_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ssl_cert_table_internal_test test/ssl_cert_table_internal_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/ssl_cert_table_internal_test.o: ../test/ssl_cert_table_internal_test.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ssl_cert_table_internal_test.d.tmp -MT $@ -c -o $@ ../test/ssl_cert_table_internal_test.c + @touch test/ssl_cert_table_internal_test.d.tmp + @if cmp test/ssl_cert_table_internal_test.d.tmp test/ssl_cert_table_internal_test.d > /dev/null 2> /dev/null; then \ + rm -f test/ssl_cert_table_internal_test.d.tmp; \ + else \ + mv test/ssl_cert_table_internal_test.d.tmp test/ssl_cert_table_internal_test.d; \ + fi +test/ssl_ctx_test: test/ssl_ctx_test.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/ssl_ctx_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ssl_ctx_test test/ssl_ctx_test.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/ssl_ctx_test.o: ../test/ssl_ctx_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ssl_ctx_test.d.tmp -MT $@ -c -o $@ ../test/ssl_ctx_test.c + @touch test/ssl_ctx_test.d.tmp + @if cmp test/ssl_ctx_test.d.tmp test/ssl_ctx_test.d > /dev/null 2> /dev/null; then \ + rm -f test/ssl_ctx_test.d.tmp; \ + else \ + mv test/ssl_ctx_test.d.tmp test/ssl_ctx_test.d; \ + fi +test/ssl_test: test/handshake_helper.o test/ssl_test.o test/ssl_test_ctx.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/ssl_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ssl_test test/handshake_helper.o test/ssl_test.o test/ssl_test_ctx.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/handshake_helper.o: ../test/handshake_helper.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/handshake_helper.d.tmp -MT $@ -c -o $@ ../test/handshake_helper.c + @touch test/handshake_helper.d.tmp + @if cmp test/handshake_helper.d.tmp test/handshake_helper.d > /dev/null 2> /dev/null; then \ + rm -f test/handshake_helper.d.tmp; \ + else \ + mv test/handshake_helper.d.tmp test/handshake_helper.d; \ + fi +test/ssl_test.o: ../test/ssl_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ssl_test.d.tmp -MT $@ -c -o $@ ../test/ssl_test.c + @touch test/ssl_test.d.tmp + @if cmp test/ssl_test.d.tmp test/ssl_test.d > /dev/null 2> /dev/null; then \ + rm -f test/ssl_test.d.tmp; \ + else \ + mv test/ssl_test.d.tmp test/ssl_test.d; \ + fi +test/ssl_test_ctx.o: ../test/ssl_test_ctx.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ssl_test_ctx.d.tmp -MT $@ -c -o $@ ../test/ssl_test_ctx.c + @touch test/ssl_test_ctx.d.tmp + @if cmp test/ssl_test_ctx.d.tmp test/ssl_test_ctx.d > /dev/null 2> /dev/null; then \ + rm -f test/ssl_test_ctx.d.tmp; \ + else \ + mv test/ssl_test_ctx.d.tmp test/ssl_test_ctx.d; \ + fi +test/ssl_test_ctx_test: test/ssl_test_ctx.o test/ssl_test_ctx_test.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/ssl_test_ctx_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ssl_test_ctx_test test/ssl_test_ctx.o test/ssl_test_ctx_test.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/ssl_test_ctx_test.o: ../test/ssl_test_ctx_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ssl_test_ctx_test.d.tmp -MT $@ -c -o $@ ../test/ssl_test_ctx_test.c + @touch test/ssl_test_ctx_test.d.tmp + @if cmp test/ssl_test_ctx_test.d.tmp test/ssl_test_ctx_test.d > /dev/null 2> /dev/null; then \ + rm -f test/ssl_test_ctx_test.d.tmp; \ + else \ + mv test/ssl_test_ctx_test.d.tmp test/ssl_test_ctx_test.d; \ + fi +test/sslapitest: test/sslapitest.o test/ssltestlib.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/sslapitest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/sslapitest test/sslapitest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/sslapitest.o: ../test/sslapitest.c + $(CC) -Iinclude -I. -I../include -I.. $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/sslapitest.d.tmp -MT $@ -c -o $@ ../test/sslapitest.c + @touch test/sslapitest.d.tmp + @if cmp test/sslapitest.d.tmp test/sslapitest.d > /dev/null 2> /dev/null; then \ + rm -f test/sslapitest.d.tmp; \ + else \ + mv test/sslapitest.d.tmp test/sslapitest.d; \ + fi +test/sslbuffertest: test/sslbuffertest.o test/ssltestlib.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/sslbuffertest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/sslbuffertest test/sslbuffertest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/sslbuffertest.o: ../test/sslbuffertest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/sslbuffertest.d.tmp -MT $@ -c -o $@ ../test/sslbuffertest.c + @touch test/sslbuffertest.d.tmp + @if cmp test/sslbuffertest.d.tmp test/sslbuffertest.d > /dev/null 2> /dev/null; then \ + rm -f test/sslbuffertest.d.tmp; \ + else \ + mv test/sslbuffertest.d.tmp test/sslbuffertest.d; \ + fi +test/sslcorrupttest: test/sslcorrupttest.o test/ssltestlib.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/sslcorrupttest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/sslcorrupttest test/sslcorrupttest.o test/ssltestlib.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/sslcorrupttest.o: ../test/sslcorrupttest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/sslcorrupttest.d.tmp -MT $@ -c -o $@ ../test/sslcorrupttest.c + @touch test/sslcorrupttest.d.tmp + @if cmp test/sslcorrupttest.d.tmp test/sslcorrupttest.d > /dev/null 2> /dev/null; then \ + rm -f test/sslcorrupttest.d.tmp; \ + else \ + mv test/sslcorrupttest.d.tmp test/sslcorrupttest.d; \ + fi +test/ssltest_old: test/ssltest_old.o libssl$(SHLIB_EXT_SIMPLE) libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/ssltest_old + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/ssltest_old test/ssltest_old.o \ + -lssl -lcrypto $(BIN_EX_LIBS) +test/ssltest_old.o: ../test/ssltest_old.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/ssltest_old.d.tmp -MT $@ -c -o $@ ../test/ssltest_old.c + @touch test/ssltest_old.d.tmp + @if cmp test/ssltest_old.d.tmp test/ssltest_old.d > /dev/null 2> /dev/null; then \ + rm -f test/ssltest_old.d.tmp; \ + else \ + mv test/ssltest_old.d.tmp test/ssltest_old.d; \ + fi +test/stack_test: test/stack_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/stack_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/stack_test test/stack_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/stack_test.o: ../test/stack_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/stack_test.d.tmp -MT $@ -c -o $@ ../test/stack_test.c + @touch test/stack_test.d.tmp + @if cmp test/stack_test.d.tmp test/stack_test.d > /dev/null 2> /dev/null; then \ + rm -f test/stack_test.d.tmp; \ + else \ + mv test/stack_test.d.tmp test/stack_test.d; \ + fi +test/sysdefaulttest: test/sysdefaulttest.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/sysdefaulttest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/sysdefaulttest test/sysdefaulttest.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/sysdefaulttest.o: ../test/sysdefaulttest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/sysdefaulttest.d.tmp -MT $@ -c -o $@ ../test/sysdefaulttest.c + @touch test/sysdefaulttest.d.tmp + @if cmp test/sysdefaulttest.d.tmp test/sysdefaulttest.d > /dev/null 2> /dev/null; then \ + rm -f test/sysdefaulttest.d.tmp; \ + else \ + mv test/sysdefaulttest.d.tmp test/sysdefaulttest.d; \ + fi +test/test_test: test/test_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/test_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/test_test test/test_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/test_test.o: ../test/test_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/test_test.d.tmp -MT $@ -c -o $@ ../test/test_test.c + @touch test/test_test.d.tmp + @if cmp test/test_test.d.tmp test/test_test.d > /dev/null 2> /dev/null; then \ + rm -f test/test_test.d.tmp; \ + else \ + mv test/test_test.d.tmp test/test_test.d; \ + fi +test/threadstest: test/threadstest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/threadstest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/threadstest test/threadstest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/threadstest.o: ../test/threadstest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/threadstest.d.tmp -MT $@ -c -o $@ ../test/threadstest.c + @touch test/threadstest.d.tmp + @if cmp test/threadstest.d.tmp test/threadstest.d > /dev/null 2> /dev/null; then \ + rm -f test/threadstest.d.tmp; \ + else \ + mv test/threadstest.d.tmp test/threadstest.d; \ + fi +test/time_offset_test: test/time_offset_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/time_offset_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/time_offset_test test/time_offset_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/time_offset_test.o: ../test/time_offset_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/time_offset_test.d.tmp -MT $@ -c -o $@ ../test/time_offset_test.c + @touch test/time_offset_test.d.tmp + @if cmp test/time_offset_test.d.tmp test/time_offset_test.d > /dev/null 2> /dev/null; then \ + rm -f test/time_offset_test.d.tmp; \ + else \ + mv test/time_offset_test.d.tmp test/time_offset_test.d; \ + fi +test/tls13ccstest: test/ssltestlib.o test/tls13ccstest.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/tls13ccstest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/tls13ccstest test/ssltestlib.o test/tls13ccstest.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/tls13ccstest.o: ../test/tls13ccstest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/tls13ccstest.d.tmp -MT $@ -c -o $@ ../test/tls13ccstest.c + @touch test/tls13ccstest.d.tmp + @if cmp test/tls13ccstest.d.tmp test/tls13ccstest.d > /dev/null 2> /dev/null; then \ + rm -f test/tls13ccstest.d.tmp; \ + else \ + mv test/tls13ccstest.d.tmp test/tls13ccstest.d; \ + fi +test/tls13encryptiontest: test/tls13encryptiontest.o libssl.a test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/tls13encryptiontest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/tls13encryptiontest test/tls13encryptiontest.o \ + libssl.a test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/tls13encryptiontest.o: ../test/tls13encryptiontest.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/tls13encryptiontest.d.tmp -MT $@ -c -o $@ ../test/tls13encryptiontest.c + @touch test/tls13encryptiontest.d.tmp + @if cmp test/tls13encryptiontest.d.tmp test/tls13encryptiontest.d > /dev/null 2> /dev/null; then \ + rm -f test/tls13encryptiontest.d.tmp; \ + else \ + mv test/tls13encryptiontest.d.tmp test/tls13encryptiontest.d; \ + fi +test/tls13secretstest: ssl/packet.o ssl/tls13_enc.o test/tls13secretstest.o libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/tls13secretstest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/tls13secretstest ssl/packet.o ssl/tls13_enc.o test/tls13secretstest.o \ + -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/tls13secretstest.o: ../test/tls13secretstest.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/tls13secretstest.d.tmp -MT $@ -c -o $@ ../test/tls13secretstest.c + @touch test/tls13secretstest.d.tmp + @if cmp test/tls13secretstest.d.tmp test/tls13secretstest.d > /dev/null 2> /dev/null; then \ + rm -f test/tls13secretstest.d.tmp; \ + else \ + mv test/tls13secretstest.d.tmp test/tls13secretstest.d; \ + fi +test/uitest: test/uitest.o apps/libapps.a libssl$(SHLIB_EXT_SIMPLE) test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/uitest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/uitest test/uitest.o \ + apps/libapps.a -lssl test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/uitest.o: ../test/uitest.c + $(CC) -I. -Iinclude -Iapps -I.. -I../include -I../apps $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/uitest.d.tmp -MT $@ -c -o $@ ../test/uitest.c + @touch test/uitest.d.tmp + @if cmp test/uitest.d.tmp test/uitest.d > /dev/null 2> /dev/null; then \ + rm -f test/uitest.d.tmp; \ + else \ + mv test/uitest.d.tmp test/uitest.d; \ + fi +test/v3ext: test/v3ext.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/v3ext + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/v3ext test/v3ext.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/v3ext.o: ../test/v3ext.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/v3ext.d.tmp -MT $@ -c -o $@ ../test/v3ext.c + @touch test/v3ext.d.tmp + @if cmp test/v3ext.d.tmp test/v3ext.d > /dev/null 2> /dev/null; then \ + rm -f test/v3ext.d.tmp; \ + else \ + mv test/v3ext.d.tmp test/v3ext.d; \ + fi +test/v3nametest: test/v3nametest.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/v3nametest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/v3nametest test/v3nametest.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/v3nametest.o: ../test/v3nametest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/v3nametest.d.tmp -MT $@ -c -o $@ ../test/v3nametest.c + @touch test/v3nametest.d.tmp + @if cmp test/v3nametest.d.tmp test/v3nametest.d > /dev/null 2> /dev/null; then \ + rm -f test/v3nametest.d.tmp; \ + else \ + mv test/v3nametest.d.tmp test/v3nametest.d; \ + fi +test/verify_extra_test: test/verify_extra_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/verify_extra_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/verify_extra_test test/verify_extra_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/verify_extra_test.o: ../test/verify_extra_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/verify_extra_test.d.tmp -MT $@ -c -o $@ ../test/verify_extra_test.c + @touch test/verify_extra_test.d.tmp + @if cmp test/verify_extra_test.d.tmp test/verify_extra_test.d > /dev/null 2> /dev/null; then \ + rm -f test/verify_extra_test.d.tmp; \ + else \ + mv test/verify_extra_test.d.tmp test/verify_extra_test.d; \ + fi +test/versions: test/versions.o libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/versions + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/versions test/versions.o \ + -lcrypto $(BIN_EX_LIBS) +test/versions.o: ../test/versions.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/versions.d.tmp -MT $@ -c -o $@ ../test/versions.c + @touch test/versions.d.tmp + @if cmp test/versions.d.tmp test/versions.d > /dev/null 2> /dev/null; then \ + rm -f test/versions.d.tmp; \ + else \ + mv test/versions.d.tmp test/versions.d; \ + fi +test/wpackettest: test/wpackettest.o libssl.a test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/wpackettest + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/wpackettest test/wpackettest.o \ + libssl.a test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/wpackettest.o: ../test/wpackettest.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/wpackettest.d.tmp -MT $@ -c -o $@ ../test/wpackettest.c + @touch test/wpackettest.d.tmp + @if cmp test/wpackettest.d.tmp test/wpackettest.d > /dev/null 2> /dev/null; then \ + rm -f test/wpackettest.d.tmp; \ + else \ + mv test/wpackettest.d.tmp test/wpackettest.d; \ + fi +test/x509_check_cert_pkey_test: test/x509_check_cert_pkey_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/x509_check_cert_pkey_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/x509_check_cert_pkey_test test/x509_check_cert_pkey_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/x509_check_cert_pkey_test.o: ../test/x509_check_cert_pkey_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/x509_check_cert_pkey_test.d.tmp -MT $@ -c -o $@ ../test/x509_check_cert_pkey_test.c + @touch test/x509_check_cert_pkey_test.d.tmp + @if cmp test/x509_check_cert_pkey_test.d.tmp test/x509_check_cert_pkey_test.d > /dev/null 2> /dev/null; then \ + rm -f test/x509_check_cert_pkey_test.d.tmp; \ + else \ + mv test/x509_check_cert_pkey_test.d.tmp test/x509_check_cert_pkey_test.d; \ + fi +test/x509_dup_cert_test: test/x509_dup_cert_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/x509_dup_cert_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/x509_dup_cert_test test/x509_dup_cert_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/x509_dup_cert_test.o: ../test/x509_dup_cert_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/x509_dup_cert_test.d.tmp -MT $@ -c -o $@ ../test/x509_dup_cert_test.c + @touch test/x509_dup_cert_test.d.tmp + @if cmp test/x509_dup_cert_test.d.tmp test/x509_dup_cert_test.d > /dev/null 2> /dev/null; then \ + rm -f test/x509_dup_cert_test.d.tmp; \ + else \ + mv test/x509_dup_cert_test.d.tmp test/x509_dup_cert_test.d; \ + fi +test/x509_internal_test: test/x509_internal_test.o test/libtestutil.a libcrypto.a + rm -f test/x509_internal_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/x509_internal_test test/x509_internal_test.o \ + test/libtestutil.a libcrypto.a $(BIN_EX_LIBS) +test/x509_internal_test.o: ../test/x509_internal_test.c + $(CC) -I. -Iinclude -I.. -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/x509_internal_test.d.tmp -MT $@ -c -o $@ ../test/x509_internal_test.c + @touch test/x509_internal_test.d.tmp + @if cmp test/x509_internal_test.d.tmp test/x509_internal_test.d > /dev/null 2> /dev/null; then \ + rm -f test/x509_internal_test.d.tmp; \ + else \ + mv test/x509_internal_test.d.tmp test/x509_internal_test.d; \ + fi +test/x509_time_test: test/x509_time_test.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/x509_time_test + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/x509_time_test test/x509_time_test.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/x509_time_test.o: ../test/x509_time_test.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/x509_time_test.d.tmp -MT $@ -c -o $@ ../test/x509_time_test.c + @touch test/x509_time_test.d.tmp + @if cmp test/x509_time_test.d.tmp test/x509_time_test.d > /dev/null 2> /dev/null; then \ + rm -f test/x509_time_test.d.tmp; \ + else \ + mv test/x509_time_test.d.tmp test/x509_time_test.d; \ + fi +test/x509aux: test/x509aux.o test/libtestutil.a libcrypto$(SHLIB_EXT_SIMPLE) + rm -f test/x509aux + $${LDCMD:-$(CC)} $(BIN_CFLAGS) -L. $(BIN_LDFLAGS) \ + -o test/x509aux test/x509aux.o \ + test/libtestutil.a -lcrypto $(BIN_EX_LIBS) +test/x509aux.o: ../test/x509aux.c + $(CC) -Iinclude -I../include $(BIN_CFLAGS) $(BIN_CPPFLAGS) -MMD -MF test/x509aux.d.tmp -MT $@ -c -o $@ ../test/x509aux.c + @touch test/x509aux.d.tmp + @if cmp test/x509aux.d.tmp test/x509aux.d > /dev/null 2> /dev/null; then \ + rm -f test/x509aux.d.tmp; \ + else \ + mv test/x509aux.d.tmp test/x509aux.d; \ + fi +apps/CA.pl: ../apps/CA.pl.in + $(PERL) "-I$(BLDDIR)" -Mconfigdata "../util/dofile.pl" \ + "-oMakefile" ../apps/CA.pl.in > "apps/CA.pl" + chmod a+x apps/CA.pl +apps/tsget.pl: ../apps/tsget.in + $(PERL) "-I$(BLDDIR)" -Mconfigdata "../util/dofile.pl" \ + "-oMakefile" ../apps/tsget.in > "apps/tsget.pl" + chmod a+x apps/tsget.pl +tools/c_rehash: ../tools/c_rehash.in + $(PERL) "-I$(BLDDIR)" -Mconfigdata "../util/dofile.pl" \ + "-oMakefile" ../tools/c_rehash.in > "tools/c_rehash" + chmod a+x tools/c_rehash +util/shlib_wrap.sh: ../util/shlib_wrap.sh.in + $(PERL) "-I$(BLDDIR)" -Mconfigdata "../util/dofile.pl" \ + "-oMakefile" ../util/shlib_wrap.sh.in > "util/shlib_wrap.sh" + chmod a+x util/shlib_wrap.sh +apps apps/: apps/openssl +crypto crypto/: crypto/cpt_err.o crypto/cryptlib.o crypto/ctype.o crypto/cversion.o crypto/ebcdic.o crypto/ex_data.o crypto/getenv.o crypto/init.o crypto/mem.o crypto/mem_clr.o crypto/mem_dbg.o crypto/mem_sec.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/threads_none.o crypto/threads_pthread.o crypto/threads_win.o crypto/uid.o +crypto/aes crypto/aes/: 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 crypto/aria/: crypto/aria/aria.o +crypto/asn1 crypto/asn1/: 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 crypto/async/: crypto/async/async.o crypto/async/async_err.o crypto/async/async_wait.o +crypto/async/arch crypto/async/arch/: crypto/async/arch/async_null.o crypto/async/arch/async_posix.o crypto/async/arch/async_win.o +crypto/bf crypto/bf/: 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 crypto/bio/: 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 crypto/blake2/: crypto/blake2/blake2b.o crypto/blake2/blake2s.o crypto/blake2/m_blake2b.o crypto/blake2/m_blake2s.o +crypto/bn crypto/bn/: 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 crypto/buffer/: crypto/buffer/buf_err.o crypto/buffer/buffer.o +crypto/camellia crypto/camellia/: 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 crypto/cast/: 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 crypto/chacha/: crypto/chacha/chacha_enc.o +crypto/cmac crypto/cmac/: crypto/cmac/cm_ameth.o crypto/cmac/cm_pmeth.o crypto/cmac/cmac.o +crypto/cms crypto/cms/: 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 crypto/comp/: crypto/comp/c_zlib.o crypto/comp/comp_err.o crypto/comp/comp_lib.o +crypto/conf crypto/conf/: 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/ct crypto/ct/: 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/des crypto/des/: 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 crypto/dh/: 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 crypto/dsa/: 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 crypto/dso/: 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/ec crypto/ec/: crypto/ec/curve25519.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/ec/curve448 crypto/ec/curve448/: 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/curve448/arch_32 crypto/ec/curve448/arch_32/: crypto/ec/curve448/arch_32/f_impl.o +crypto/engine crypto/engine/: 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 crypto/err/: crypto/err/err.o crypto/err/err_all.o crypto/err/err_prn.o +crypto/evp crypto/evp/: 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/hmac crypto/hmac/: crypto/hmac/hm_ameth.o crypto/hmac/hm_pmeth.o crypto/hmac/hmac.o +crypto/idea crypto/idea/: 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/kdf crypto/kdf/: crypto/kdf/hkdf.o crypto/kdf/kdf_err.o crypto/kdf/scrypt.o crypto/kdf/tls1_prf.o +crypto/lhash crypto/lhash/: crypto/lhash/lh_stats.o crypto/lhash/lhash.o +crypto/md2 crypto/md2/: crypto/md2/md2_dgst.o crypto/md2/md2_one.o +crypto/md4 crypto/md4/: crypto/md4/md4_dgst.o crypto/md4/md4_one.o +crypto/md5 crypto/md5/: crypto/md5/md5_dgst.o crypto/md5/md5_one.o +crypto/modes crypto/modes/: 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/objects crypto/objects/: 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 crypto/ocsp/: 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 crypto/pem/: 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 crypto/pkcs12/: 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 crypto/pkcs7/: 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 crypto/poly1305/: crypto/poly1305/poly1305.o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_pmeth.o +crypto/rand crypto/rand/: 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 crypto/rc2/: 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 crypto/rc4/: crypto/rc4/rc4_enc.o crypto/rc4/rc4_skey.o +crypto/rc5 crypto/rc5/: 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 crypto/ripemd/: crypto/ripemd/rmd_dgst.o crypto/ripemd/rmd_one.o +crypto/rsa crypto/rsa/: 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 crypto/seed/: 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 crypto/sha/: crypto/sha/keccak1600.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256.o crypto/sha/sha512.o +crypto/siphash crypto/siphash/: crypto/siphash/siphash.o crypto/siphash/siphash_ameth.o crypto/siphash/siphash_pmeth.o +crypto/sm2 crypto/sm2/: crypto/sm2/sm2_crypt.o crypto/sm2/sm2_err.o crypto/sm2/sm2_pmeth.o crypto/sm2/sm2_sign.o +crypto/sm3 crypto/sm3/: crypto/sm3/m_sm3.o crypto/sm3/sm3.o +crypto/sm4 crypto/sm4/: crypto/sm4/sm4.o +crypto/srp crypto/srp/: crypto/srp/srp_lib.o crypto/srp/srp_vfy.o +crypto/stack crypto/stack/: crypto/stack/stack.o +crypto/store crypto/store/: 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/ts crypto/ts/: 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 crypto/txt_db/: crypto/txt_db/txt_db.o +crypto/ui crypto/ui/: 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/whrlpool crypto/whrlpool/: crypto/whrlpool/wp_block.o crypto/whrlpool/wp_dgst.o +crypto/x509 crypto/x509/: 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 crypto/x509v3/: crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o +engines engines/: engines/capi.dylib engines/dasync.dylib engines/ossltest.dylib engines/padlock.dylib +fuzz fuzz/: fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test +ssl ssl/: ssl/packet.o ssl/tls13_enc.o ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o + @ : No support to produce bin test/tls13secretstest +ssl/record ssl/record/: ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o +ssl/statem ssl/statem/: ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o +test/testutil test/testutil/: test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/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 +##### SHA assembler implementations + +# GNU make "catch all" +crypto/sha/sha1-%.S: ../crypto/sha/asm/sha1-%.pl + CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@ +crypto/sha/sha256-%.S: ../crypto/sha/asm/sha512-%.pl + CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@ +crypto/sha/sha512-%.S: ../crypto/sha/asm/sha512-%.pl + CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@ +crypto/poly1305/poly1305-%.S: ../crypto/poly1305/asm/poly1305-%.pl + CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@ +##### AES assembler implementations + +# GNU make "catch all" +crypto/aes/aes-%.S: ../crypto/aes/asm/aes-%.pl + CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@ +crypto/aes/bsaes-%.S: ../crypto/aes/asm/bsaes-%.pl + CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@ + +# GNU make "catch all" +crypto/rc4/rc4-%.s: ../crypto/rc4/asm/rc4-%.pl + CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@ +##### CHACHA assembler implementations + +crypto/chacha/chacha-%.S: ../crypto/chacha/asm/chacha-%.pl + CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@ +# GNU make "catch all" +crypto/modes/ghash-%.S: ../crypto/modes/asm/ghash-%.pl + CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@ +crypto/ec/ecp_nistz256-%.S: ../crypto/ec/asm/ecp_nistz256-%.pl + CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@ + diff --git a/upstream-build/makefile/i686-linux b/upstream-build/makefile/i686-linux index bead99d..86ab44d 100644 --- a/upstream-build/makefile/i686-linux +++ b/upstream-build/makefile/i686-linux @@ -11,7 +11,7 @@ CONFIGURE_ARGS=("linux-x86", "enable-md2", "enable-rc5", "enable-ssl3", "enable- SRCDIR=.. BLDDIR=. -VERSION=1.1.1k +VERSION=1.1.1l MAJOR=1 MINOR=1.1 SHLIB_VERSION_NUMBER=1.1 @@ -30,7 +30,7 @@ ENGINES=engines/afalg.so engines/capi.so engines/dasync.so engines/ossltest.so e PROGRAMS=apps/openssl fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test test/aborttest test/afalgtest test/asn1_decode_test test/asn1_encode_test test/asn1_internal_test test/asn1_string_table_test test/asn1_time_test test/asynciotest test/asynctest test/bad_dtls_test test/bftest test/bio_callback_test test/bio_enc_test test/bio_memleak_test test/bioprinttest test/bntest test/buildtest_c_aes test/buildtest_c_asn1 test/buildtest_c_asn1t test/buildtest_c_async test/buildtest_c_bio test/buildtest_c_blowfish test/buildtest_c_bn test/buildtest_c_buffer test/buildtest_c_camellia test/buildtest_c_cast test/buildtest_c_cmac test/buildtest_c_cms test/buildtest_c_comp test/buildtest_c_conf test/buildtest_c_conf_api test/buildtest_c_crypto test/buildtest_c_ct test/buildtest_c_des test/buildtest_c_dh test/buildtest_c_dsa test/buildtest_c_dtls1 test/buildtest_c_e_os2 test/buildtest_c_ebcdic test/buildtest_c_ec test/buildtest_c_ecdh test/buildtest_c_ecdsa test/buildtest_c_engine test/buildtest_c_evp test/buildtest_c_hmac test/buildtest_c_idea test/buildtest_c_kdf test/buildtest_c_lhash test/buildtest_c_md2 test/buildtest_c_md4 test/buildtest_c_md5 test/buildtest_c_modes test/buildtest_c_obj_mac test/buildtest_c_objects test/buildtest_c_ocsp test/buildtest_c_opensslv test/buildtest_c_ossl_typ test/buildtest_c_pem test/buildtest_c_pem2 test/buildtest_c_pkcs12 test/buildtest_c_pkcs7 test/buildtest_c_rand test/buildtest_c_rand_drbg test/buildtest_c_rc2 test/buildtest_c_rc4 test/buildtest_c_rc5 test/buildtest_c_ripemd test/buildtest_c_rsa test/buildtest_c_safestack test/buildtest_c_seed test/buildtest_c_sha test/buildtest_c_srp test/buildtest_c_srtp test/buildtest_c_ssl test/buildtest_c_ssl2 test/buildtest_c_ssl3 test/buildtest_c_stack test/buildtest_c_store test/buildtest_c_symhacks test/buildtest_c_tls1 test/buildtest_c_ts test/buildtest_c_txt_db test/buildtest_c_ui test/buildtest_c_whrlpool test/buildtest_c_x509 test/buildtest_c_x509_vfy test/buildtest_c_x509v3 test/casttest test/chacha_internal_test test/cipherbytes_test test/cipherlist_test test/ciphername_test test/clienthellotest test/cmactest test/cmsapitest test/conf_include_test test/constant_time_test test/crltest test/ct_test test/ctype_internal_test test/curve448_internal_test test/d2i_test test/danetest test/destest test/dhtest test/drbg_cavs_test test/drbgtest test/dsa_no_digest_size_test test/dsatest test/dtls_mtu_test test/dtlstest test/dtlsv1listentest test/ec_internal_test test/ecdsatest test/ecstresstest test/ectest test/enginetest test/errtest test/evp_extra_test test/evp_test test/exdatatest test/exptest test/fatalerrtest test/gmdifftest test/gosttest test/hmactest test/ideatest test/igetest test/lhash_test test/md2test test/mdc2test test/memleaktest test/modes_internal_test test/ocspapitest test/packettest test/pbelutest test/pemtest test/pkey_meth_kdf_test test/pkey_meth_test test/poly1305_internal_test test/rc2test test/rc4test test/rc5test test/rdrand_sanitytest test/recordlentest test/rsa_complex test/rsa_mp_test test/rsa_test test/sanitytest test/secmemtest test/servername_test test/shlibloadtest test/siphash_internal_test test/sm2_internal_test test/sm4_internal_test test/srptest test/ssl_cert_table_internal_test test/ssl_ctx_test test/ssl_test test/ssl_test_ctx_test test/sslapitest test/sslbuffertest test/sslcorrupttest test/ssltest_old test/stack_test test/sysdefaulttest test/test_test test/threadstest test/time_offset_test test/tls13ccstest test/tls13encryptiontest test/tls13secretstest test/uitest test/v3ext test/v3nametest test/verify_extra_test test/versions test/wpackettest test/x509_check_cert_pkey_test test/x509_dup_cert_test test/x509_internal_test test/x509_time_test test/x509aux SCRIPTS=apps/CA.pl apps/tsget.pl tools/c_rehash util/shlib_wrap.sh -DEPS=test/mdc2_internal_test.d crypto/evp/e_rc2.d crypto/evp/evp_pkey.d crypto/srp/srp_vfy.d test/buildtest_x509_vfy.d crypto/modes/gcm128.d crypto/bio/bss_conn.d apps/genpkey.d fuzz/client.d crypto/rsa/rsa_chk.d test/buildtest_dsa.d crypto/ec/ec_oct.d crypto/idea/i_ecb.d crypto/ec/ec_kmeth.d crypto/bn/bn_prime.d crypto/err/err_all.d crypto/evp/p5_crpt.d crypto/rsa/rsa_sign.d crypto/uid.d crypto/ec/ecp_nistp224.d crypto/bio/bss_acpt.d crypto/dso/dso_win32.d crypto/ec/ecp_nistp521.d crypto/ec/ec_print.d crypto/x509v3/v3_ncons.d test/buildtest_symhacks.d test/ecdsatest.d crypto/store/loader_file.d ssl/record/ssl3_record_tls13.d test/packettest.d test/buildtest_ts.d crypto/idea/i_ofb64.d apps/sess_id.d crypto/pkcs7/pk7_mime.d test/drbg_cavs_data.d crypto/asn1/a_time.d crypto/dso/dso_lib.d apps/pkeyparam.d crypto/cms/cms_kari.d crypto/bn/bn_x931p.d crypto/x509/x509_req.d test/testutil/stanza.d crypto/engine/tb_cipher.d ssl/statem/statem.d crypto/conf/conf_def.d crypto/evp/c_allc.d crypto/comp/c_zlib.d crypto/dso/dso_openssl.d crypto/evp/p_dec.d test/testutil/tests.d crypto/x509v3/pcy_cache.d crypto/rc4/rc4_skey.d test/ideatest.d crypto/bio/b_sock2.d crypto/camellia/cmll_cbc.d crypto/pkcs12/p12_mutl.d crypto/bio/bss_fd.d crypto/x509v3/pcy_tree.d crypto/siphash/siphash_ameth.d apps/speed.d crypto/evp/m_sha3.d test/buildtest_whrlpool.d crypto/rand/rand_unix.d test/cipherlist_test.d crypto/x509/x509_err.d crypto/pem/pem_pkey.d crypto/x509/x_crl.d crypto/asn1/tasn_utl.d crypto/dh/dh_asn1.d crypto/evp/e_rc4_hmac_md5.d test/buildtest_x509v3.d test/dsatest.d test/buildtest_cast.d test/memleaktest.d crypto/asn1/asn_mime.d crypto/ts/ts_rsp_verify.d crypto/bn/bn_print.d test/buildtest_engine.d test/ssltest_old.d crypto/ec/ecdsa_vrf.d apps/app_rand.d crypto/ec/ecdsa_ossl.d crypto/dsa/dsa_meth.d crypto/bio/bf_lbuf.d crypto/bn/bn_const.d crypto/evp/m_sigver.d crypto/aes/aes_wrap.d crypto/sha/sha256.d crypto/cms/cms_err.d ssl/record/dtls1_bitmap.d apps/prime.d crypto/rsa/rsa_oaep.d crypto/evp/pmeth_fn.d crypto/des/cbc_cksm.d crypto/x509v3/v3_pku.d crypto/ec/ec_check.d test/recordlentest.d test/rc4test.d crypto/pkcs12/p12_p8d.d crypto/pkcs12/p12_p8e.d crypto/x509v3/v3_lib.d crypto/engine/eng_cnf.d crypto/evp/p_lib.d crypto/x509/t_crl.d crypto/asn1/a_int.d crypto/mem.d crypto/ct/ct_vfy.d apps/pkcs8.d crypto/err/err_prn.d crypto/x509v3/v3_info.d crypto/bn/bn_gcd.d crypto/comp/comp_lib.d crypto/aes/aes_cbc.d test/buildtest_pkcs12.d crypto/buffer/buffer.d crypto/x509/x509_vpm.d crypto/evp/m_null.d crypto/x509v3/v3_utl.d crypto/evp/e_old.d crypto/sm2/sm2_pmeth.d crypto/x509/x509_cmp.d crypto/asn1/tasn_dec.d crypto/ec/curve448/f_generic.d test/buildtest_sha.d crypto/x509v3/v3_int.d test/bio_callback_test.d crypto/asn1/a_type.d apps/pkey.d crypto/x509v3/pcy_lib.d crypto/des/cfb_enc.d crypto/engine/eng_fat.d apps/s_client.d crypto/ec/curve448/curve448.d crypto/ct/ct_sct.d apps/pkeyutl.d test/buildtest_md2.d crypto/blake2/m_blake2s.d test/siphash_internal_test.d crypto/evp/pmeth_gn.d crypto/md4/md4_one.d test/buildtest_obj_mac.d crypto/seed/seed.d crypto/modes/ccm128.d crypto/evp/m_md5.d crypto/threads_none.d crypto/srp/srp_lib.d crypto/aes/aes_ige.d crypto/x509/by_dir.d crypto/ec/ecp_nist.d crypto/bn/bn_blind.d crypto/evp/e_des3.d crypto/des/pcbc_enc.d crypto/asn1/n_pkey.d crypto/x509v3/v3_enum.d crypto/o_time.d crypto/rsa/rsa_lib.d test/buildtest_md5.d crypto/x509/x_req.d crypto/asn1/x_info.d fuzz/ct.d test/asynctest.d crypto/pem/pem_lib.d test/buildtest_aes.d crypto/dso/dso_err.d crypto/bio/bf_nbio.d crypto/asn1/a_strnid.d crypto/idea/i_skey.d crypto/rc4/rc4_enc.d crypto/asn1/ameth_lib.d crypto/ec/curve448/curve448_tables.d test/igetest.d crypto/ec/ecx_meth.d test/ctype_internal_test.d crypto/evp/digest.d apps/gendsa.d test/pbelutest.d test/tls13secretstest.d crypto/ec/ec_curve.d crypto/evp/e_rc5.d ssl/statem/statem_srvr.d crypto/hmac/hm_ameth.d crypto/modes/wrap128.d test/buildtest_x509.d crypto/bn/bn_sqrt.d crypto/evp/m_ripemd.d apps/passwd.d crypto/ec/ec_asn1.d crypto/pkcs12/p12_crpt.d crypto/asn1/x_pkey.d crypto/sm3/m_sm3.d test/shlibloadtest.d test/sslcorrupttest.d crypto/mem_clr.d test/ssl_cert_table_internal_test.d test/asn1_string_table_test.d apps/rehash.d crypto/pem/pem_xaux.d crypto/asn1/p5_pbev2.d crypto/evp/evp_enc.d crypto/sm4/sm4.d apps/cms.d test/x509aux.d crypto/cast/c_skey.d crypto/mem_sec.d crypto/x509/x509_def.d crypto/evp/evp_pbe.d crypto/bn/bn_kron.d crypto/rc5/rc5_enc.d crypto/dh/dh_rfc5114.d test/buildtest_asn1.d crypto/rsa/rsa_x931.d crypto/pkcs12/p12_attr.d test/ct_test.d crypto/conf/conf_api.d crypto/des/ofb64ede.d test/d2i_test.d crypto/engine/tb_digest.d fuzz/cms.d test/modes_internal_test.d crypto/bn/bn_nist.d crypto/ripemd/rmd_dgst.d crypto/asn1/asn1_item_list.d test/buildtest_rsa.d crypto/pkcs7/pk7_attr.d crypto/des/xcbc_enc.d crypto/bf/bf_enc.d crypto/bn/bn_asm.d crypto/rsa/rsa_ssl.d crypto/asn1/tasn_typ.d crypto/x509/x509_v3.d crypto/evp/pmeth_lib.d apps/rsautl.d crypto/x509/x509_trs.d apps/verify.d crypto/x509/x_x509a.d crypto/asn1/tasn_new.d crypto/ec/curve448/scalar.d test/ecstresstest.d fuzz/crl.d crypto/stack/stack.d crypto/engine/eng_init.d test/buildtest_dtls1.d crypto/ct/ct_b64.d crypto/pkcs12/p12_add.d test/bad_dtls_test.d crypto/asn1/a_sign.d crypto/dsa/dsa_depr.d test/buildtest_e_os2.d crypto/rsa/rsa_prn.d crypto/seed/seed_ecb.d crypto/evp/e_aes.d crypto/cmac/cm_pmeth.d crypto/evp/p_open.d crypto/dh/dh_prn.d crypto/asn1/asn_moid.d crypto/rc5/rc5_skey.d crypto/asn1/asn1_gen.d crypto/x509/t_req.d apps/rsa.d crypto/bio/bf_buff.d crypto/ocsp/ocsp_ht.d crypto/objects/obj_xref.d crypto/mem_dbg.d apps/s_socket.d apps/pkcs7.d crypto/x509/x509_ext.d crypto/engine/tb_dsa.d crypto/ec/ec_ameth.d crypto/evp/evp_lib.d crypto/cms/cms_smime.d test/chacha_internal_test.d crypto/rsa/rsa_crpt.d apps/s_cb.d crypto/x509/x_pubkey.d crypto/bn/bn_div.d test/pkey_meth_kdf_test.d crypto/asn1/x_long.d crypto/dh/dh_gen.d crypto/camellia/cmll_ecb.d test/buildtest_ecdh.d crypto/rand/randfile.d apps/ciphers.d crypto/pkcs12/p12_npas.d crypto/dh/dh_rfc7919.d crypto/sm2/sm2_sign.d crypto/o_fips.d crypto/sm3/sm3.d crypto/ct/ct_policy.d crypto/des/fcrypt_b.d crypto/blake2/m_blake2b.d crypto/asn1/d2i_pu.d ssl/statem/statem_lib.d crypto/asn1/asn_pack.d crypto/ts/ts_req_print.d test/asn1_time_test.d crypto/des/ecb_enc.d ssl/statem/extensions.d test/ssltestlib.d crypto/x509/x509_d2.d crypto/engine/tb_eckey.d test/time_offset_test.d test/testutil/basic_output.d test/buildtest_pem.d test/buildtest_dh.d crypto/engine/eng_err.d test/handshake_helper.d test/buildtest_stack.d crypto/asn1/x_spki.d crypto/asn1/tasn_enc.d crypto/des/rand_key.d crypto/evp/bio_b64.d crypto/ripemd/rmd_one.d crypto/evp/c_alld.d crypto/x509/x509name.d ssl/pqueue.d crypto/bn/bn_exp2.d crypto/asn1/tasn_scn.d crypto/siphash/siphash_pmeth.d crypto/x509v3/v3_extku.d crypto/engine/tb_asnmth.d crypto/engine/eng_lib.d test/buildtest_pem2.d crypto/asn1/t_spki.d crypto/asn1/asn1_lib.d fuzz/server.d crypto/bn/bn_lib.d test/errtest.d test/buildtest_hmac.d test/buildtest_ocsp.d crypto/getenv.d test/x509_time_test.d crypto/hmac/hm_pmeth.d test/destest.d crypto/evp/e_sm4.d test/buildtest_kdf.d crypto/asn1/a_strex.d crypto/des/ofb64enc.d crypto/pem/pem_all.d crypto/asn1/x_algor.d crypto/asn1/f_int.d crypto/asn1/i2d_pu.d crypto/x509/x509_txt.d crypto/engine/tb_rsa.d crypto/rand/rand_egd.d crypto/md4/md4_dgst.d crypto/bn/bn_word.d test/constant_time_test.d test/buildtest_rc2.d crypto/asn1/a_object.d test/ssl_test_ctx.d test/sanitytest.d crypto/whrlpool/wp_dgst.d crypto/conf/conf_ssl.d crypto/comp/comp_err.d test/x509_dup_cert_test.d crypto/buffer/buf_err.d crypto/cms/cms_dd.d crypto/cms/cms_ess.d crypto/ec/ecp_mont.d crypto/rsa/rsa_asn1.d crypto/x509v3/v3_sxnet.d crypto/dh/dh_pmeth.d crypto/asn1/p8_pkey.d apps/s_time.d crypto/bio/bss_file.d crypto/dsa/dsa_prn.d crypto/poly1305/poly1305_pmeth.d test/exdatatest.d test/dhtest.d test/buildtest_ecdsa.d crypto/async/arch/async_win.d test/buildtest_ripemd.d crypto/pkcs12/p12_crt.d test/testutil/testutil_init.d test/exptest.d crypto/bn/bn_intern.d crypto/x509v3/v3_prn.d apps/openssl.d crypto/ui/ui_lib.d crypto/store/store_register.d crypto/pkcs12/p12_asn.d crypto/evp/e_chacha20_poly1305.d crypto/bn/bn_depr.d ssl/ssl_utst.d crypto/x509/x_x509.d test/buildtest_opensslv.d crypto/cms/cms_sd.d crypto/sm2/sm2_err.d crypto/objects/o_names.d crypto/evp/m_md4.d test/rsa_complex.d engines/e_ossltest.d test/buildtest_tls1.d crypto/store/store_strings.d crypto/x509v3/v3_pcons.d crypto/ts/ts_conf.d crypto/x509v3/v3_crld.d crypto/x509v3/v3err.d crypto/x509v3/v3_akeya.d crypto/ec/ecp_smpl.d crypto/ts/ts_asn1.d crypto/dso/dso_vms.d apps/ecparam.d test/enginetest.d crypto/asn1/t_pkey.d test/aborttest.d apps/req.d crypto/store/store_init.d test/buildtest_seed.d crypto/whrlpool/wp_block.d crypto/conf/conf_mod.d crypto/asn1/asn1_par.d ssl/ssl_sess.d test/ciphername_test.d crypto/rsa/rsa_gen.d crypto/bn/bn_mont.d crypto/ec/eck_prn.d crypto/bio/bss_bio.d crypto/ec/ecp_oct.d crypto/x509v3/v3_bcons.d crypto/evp/evp_err.d crypto/asn1/t_bitst.d test/bftest.d ssl/statem/extensions_clnt.d crypto/dh/dh_depr.d crypto/evp/encode.d apps/storeutl.d crypto/aes/aes_ofb.d crypto/x509v3/v3_tlsf.d crypto/ocsp/ocsp_asn.d test/hmactest.d test/evp_test.d apps/smime.d crypto/ocsp/ocsp_vfy.d crypto/des/set_key.d test/sm2_internal_test.d test/buildtest_txt_db.d ssl/record/ssl3_buffer.d test/bio_memleak_test.d crypto/bio/b_dump.d test/buildtest_safestack.d crypto/asn1/p5_pbe.d crypto/dsa/dsa_lib.d crypto/asn1/asn_mstbl.d apps/ocsp.d crypto/des/ecb3_enc.d test/buildtest_cmac.d crypto/asn1/a_utf8.d crypto/asn1/a_bitstr.d crypto/sha/sha512.d crypto/modes/ofb128.d crypto/evp/bio_ok.d crypto/sha/keccak1600.d crypto/idea/i_cbc.d test/ssl_test.d crypto/evp/e_cast.d ssl/ssl_lib.d crypto/pkcs7/bio_pk7.d ssl/s3_cbc.d crypto/rc2/rc2cfb64.d crypto/des/cfb64enc.d test/buildtest_cms.d ssl/packet.d crypto/aes/aes_ecb.d crypto/rc5/rc5ofb64.d crypto/aes/aes_cfb.d crypto/bn/bn_shift.d crypto/asn1/a_i2d_fp.d crypto/ctype.d crypto/x509/x509_meth.d test/buildtest_bio.d crypto/pkcs7/pk7_doit.d crypto/ts/ts_rsp_print.d crypto/pem/pem_err.d crypto/rand/rand_vms.d ssl/ssl_cert.d crypto/engine/tb_dh.d apps/srp.d crypto/rsa/rsa_none.d crypto/ex_data.d test/versions.d crypto/ec/ecp_nistputil.d crypto/engine/eng_rdrand.d crypto/objects/obj_dat.d crypto/async/async_wait.d crypto/pkcs7/pkcs7err.d test/testutil/tap_bio.d crypto/dh/dh_key.d test/asn1_internal_test.d test/buildtest_idea.d apps/bf_prefix.d test/casttest.d test/sslapitest.d crypto/des/qud_cksm.d apps/pkcs12.d crypto/asn1/asn1_err.d crypto/evp/evp_key.d test/bntest.d crypto/objects/obj_lib.d test/ssl_ctx_test.d fuzz/asn1parse.d engines/e_capi.d crypto/dsa/dsa_asn1.d test/srptest.d crypto/des/str2key.d crypto/dso/dso_dlfcn.d test/buildtest_ssl.d crypto/async/async.d ssl/statem/statem_dtls.d crypto/rc2/rc2ofb64.d crypto/modes/cbc128.d crypto/evp/p_verify.d crypto/dh/dh_check.d test/dtlstest.d test/clienthellotest.d ssl/ssl_init.d crypto/asn1/a_mbstr.d test/buildtest_ct.d test/sslbuffertest.d crypto/cmac/cm_ameth.d crypto/bio/b_addr.d crypto/engine/eng_openssl.d crypto/bn/bn_add.d crypto/dh/dh_meth.d crypto/camellia/cmll_ctr.d fuzz/bndiv.d test/buildtest_md4.d crypto/asn1/x_int64.d ssl/tls13_enc.d ssl/ssl_ciph.d test/asn1_encode_test.d crypto/ec/curve448/eddsa.d crypto/store/store_lib.d crypto/engine/eng_list.d crypto/conf/conf_lib.d crypto/evp/evp_cnf.d crypto/evp/e_aes_cbc_hmac_sha256.d test/cipherbytes_test.d crypto/dsa/dsa_key.d crypto/bn/bn_mpi.d crypto/asn1/x_val.d crypto/pkcs12/p12_key.d crypto/x509/t_x509.d apps/s_server.d crypto/rsa/rsa_ameth.d ssl/ssl_conf.d crypto/pem/pem_sign.d test/buildtest_objects.d test/buildtest_ui.d crypto/bn/bn_mul.d test/buildtest_rand_drbg.d ssl/s3_msg.d crypto/ct/ct_sct_ctx.d ssl/d1_srtp.d crypto/x509/x509type.d crypto/des/cfb64ede.d test/buildtest_evp.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/cms/cms_io.d crypto/x509v3/pcy_node.d test/afalgtest.d crypto/rsa/rsa_pmeth.d crypto/evp/m_wp.d crypto/asn1/f_string.d crypto/ocsp/ocsp_cl.d crypto/evp/p_sign.d crypto/ocsp/ocsp_err.d crypto/ocsp/ocsp_ext.d crypto/ct/ct_oct.d crypto/des/des_enc.d crypto/pem/pem_oth.d crypto/cversion.d test/pemtest.d crypto/camellia/camellia.d crypto/bf/bf_cfb64.d crypto/asn1/a_dup.d crypto/evp/e_des.d test/pkey_meth_test.d test/buildtest_async.d crypto/md2/md2_dgst.d crypto/bio/bf_null.d test/buildtest_rc5.d crypto/rand/drbg_ctr.d crypto/rsa/rsa_meth.d crypto/rc2/rc2_cbc.d crypto/objects/obj_err.d crypto/pem/pem_info.d crypto/bio/bss_mem.d test/bioprinttest.d test/sm4_internal_test.d crypto/modes/cfb128.d crypto/dso/dso_dl.d ssl/s3_enc.d test/cmsapitest.d crypto/x509/x509_att.d crypto/x509/x_attrib.d crypto/rc2/rc2_ecb.d crypto/bn/bn_recp.d crypto/asn1/evp_asn1.d apps/rand.d crypto/asn1/a_d2i_fp.d crypto/evp/m_sha1.d test/buildtest_ebcdic.d test/buildtest_store.d crypto/x509v3/v3_addr.d crypto/x509/by_file.d crypto/x509/x_all.d crypto/ui/ui_util.d crypto/cms/cms_cd.d crypto/pem/pem_pk8.d apps/asn1pars.d ssl/ssl_mcnf.d crypto/modes/xts128.d crypto/asn1/x_bignum.d crypto/bn/bn_exp.d test/buildtest_conf_api.d crypto/x509v3/v3_purp.d crypto/seed/seed_ofb.d crypto/ec/ec_mult.d crypto/x509/x509rset.d crypto/ct/ct_prn.d crypto/asn1/nsseq.d crypto/rsa/rsa_mp.d crypto/camellia/cmll_ofb.d ssl/statem/extensions_cust.d crypto/ec/ec_cvt.d crypto/ts/ts_req_utils.d crypto/blake2/blake2b.d crypto/asn1/a_verify.d crypto/kdf/tls1_prf.d crypto/x509v3/pcy_data.d crypto/pkcs7/pk7_asn1.d test/dsa_no_digest_size_test.d apps/crl2p7.d test/mdc2test.d crypto/md2/md2_one.d crypto/ocsp/ocsp_lib.d crypto/ec/ec_pmeth.d crypto/ui/ui_openssl.d crypto/modes/ocb128.d crypto/bf/bf_ecb.d crypto/cast/c_ecb.d crypto/rand/rand_err.d crypto/cms/cms_att.d crypto/sha/sha1_one.d ssl/record/rec_layer_d1.d test/buildtest_crypto.d crypto/ts/ts_lib.d crypto/bio/bss_dgram.d crypto/rsa/rsa_pss.d crypto/rsa/rsa_pk1.d test/fatalerrtest.d test/buildtest_lhash.d crypto/bn/bn_gf2m.d test/gmdifftest.d test/gosttest.d test/buildtest_ssl2.d ssl/record/rec_layer_s3.d crypto/dsa/dsa_gen.d test/buildtest_des.d test/asn1_decode_test.d test/cmactest.d crypto/poly1305/poly1305_ameth.d ssl/bio_ssl.d crypto/modes/ctr128.d crypto/ebcdic.d crypto/ec/curve25519.d crypto/bio/bio_meth.d apps/engine.d crypto/x509/x509_set.d ssl/tls_srp.d crypto/bio/bss_null.d crypto/evp/e_camellia.d apps/opt.d crypto/ts/ts_verify_ctx.d test/buildtest_srtp.d ssl/s3_lib.d crypto/dsa/dsa_ossl.d apps/dsaparam.d crypto/ec/ecdsa_sign.d ssl/t1_trce.d crypto/asn1/bio_ndef.d crypto/x509v3/v3_admis.d crypto/init.d crypto/pkcs7/pk7_lib.d ssl/ssl_txt.d crypto/aria/aria.d crypto/des/cbc_enc.d crypto/asn1/a_digest.d crypto/x509v3/v3_asid.d crypto/dh/dh_ameth.d crypto/dsa/dsa_err.d crypto/dh/dh_kdf.d test/poly1305_internal_test.d crypto/ocsp/ocsp_srv.d crypto/des/fcrypt.d crypto/rand/rand_lib.d apps/version.d engines/e_padlock.d crypto/cms/cms_asn1.d test/conf_include_test.d crypto/asn1/x_sig.d crypto/des/ofb_enc.d test/stack_test.d crypto/ui/ui_err.d crypto/x509v3/v3_ia5.d test/drbg_cavs_test.d crypto/ec/ec2_oct.d apps/genrsa.d crypto/pkcs7/pk7_smime.d ssl/d1_msg.d crypto/modes/cts128.d crypto/rand/drbg_lib.d crypto/aes/aes_misc.d crypto/bn/bn_mod.d fuzz/bignum.d crypto/evp/cmeth_lib.d crypto/idea/i_cfb64.d crypto/ts/ts_err.d crypto/ec/curve448/arch_32/f_impl.d test/md2test.d crypto/dh/dh_lib.d crypto/sha/sha1dgst.d ssl/t1_enc.d crypto/pkcs12/p12_utl.d apps/ca.d crypto/evp/p5_crpt2.d crypto/evp/m_md5_sha1.d test/lhash_test.d crypto/x509/x509_r2x.d crypto/o_fopen.d crypto/md5/md5_one.d crypto/engine/eng_ctrl.d apps/dgst.d test/buildtest_camellia.d crypto/o_dir.d crypto/pkcs12/pk12err.d test/buildtest_ssl3.d test/x509_check_cert_pkey_test.d crypto/rsa/rsa_err.d crypto/x509/x509spki.d crypto/async/arch/async_null.d test/testutil/test_cleanup.d crypto/kdf/kdf_err.d crypto/rc5/rc5_ecb.d crypto/camellia/cmll_misc.d test/crltest.d test/buildtest_rand.d crypto/evp/e_bf.d crypto/ec/ec_err.d test/buildtest_bn.d crypto/ts/ts_rsp_utils.d crypto/asn1/a_octet.d crypto/rc5/rc5cfb64.d crypto/rc2/rc2_skey.d crypto/x509/x_name.d crypto/seed/seed_cbc.d crypto/rsa/rsa_depr.d crypto/cpt_err.d crypto/x509v3/v3_genn.d crypto/o_str.d crypto/ec/ec_key.d crypto/bio/b_print.d crypto/bn/bn_rand.d crypto/pkcs12/p12_decr.d test/bio_enc_test.d crypto/asn1/p5_scrypt.d crypto/rsa/rsa_x931g.d crypto/evp/e_seed.d crypto/asn1/a_utctm.d test/dtls_mtu_test.d crypto/pkcs12/p12_init.d engines/e_afalg.d crypto/x509/x509_lu.d crypto/x509/x509cset.d crypto/sm2/sm2_crypt.d test/rdrand_sanitytest.d crypto/async/arch/async_posix.d crypto/bn/bn_srp.d crypto/engine/tb_pkmeth.d crypto/evp/p_enc.d crypto/ec/ec2_smpl.d crypto/ec/ecdh_ossl.d ssl/record/ssl3_record.d test/rc2test.d crypto/cms/cms_env.d apps/ts.d crypto/rsa/rsa_ossl.d test/evp_extra_test.d crypto/cryptlib.d crypto/x509v3/v3_pci.d test/tls13ccstest.d ssl/d1_lib.d test/servername_test.d test/buildtest_ossl_typ.d test/buildtest_srp.d crypto/md5/md5_dgst.d crypto/threads_pthread.d crypto/cast/c_enc.d crypto/asn1/a_print.d crypto/evp/e_null.d crypto/evp/m_md2.d crypto/pkcs12/p12_kiss.d crypto/x509v3/v3_alt.d crypto/x509v3/v3_pmaps.d crypto/evp/e_aria.d crypto/seed/seed_cfb.d crypto/evp/bio_enc.d fuzz/x509.d crypto/engine/eng_table.d crypto/ec/ecdh_kdf.d crypto/asn1/d2i_pr.d crypto/ct/ct_log.d crypto/ocsp/v3_ocsp.d crypto/conf/conf_err.d apps/apps.d crypto/blake2/blake2s.d crypto/x509v3/v3_akey.d crypto/err/err.d crypto/cast/c_ofb64.d engines/e_dasync.d apps/x509.d crypto/ct/ct_x509v3.d crypto/evp/p_seal.d crypto/cms/cms_lib.d test/secmemtest.d crypto/bio/bio_cb.d crypto/engine/eng_pkey.d crypto/evp/e_xcbc_d.d test/asynciotest.d crypto/cms/cms_enc.d crypto/x509v3/v3_cpols.d crypto/conf/conf_mall.d apps/dhparam.d crypto/dsa/dsa_pmeth.d test/testutil/driver.d crypto/asn1/a_gentm.d test/buildtest_pkcs7.d crypto/cmac/cmac.d test/rsa_test.d crypto/x509/x509_obj.d test/drbgtest.d test/buildtest_conf.d test/testutil/main.d test/testutil/cb.d crypto/chacha/chacha_enc.d crypto/asn1/bio_asn1.d test/ssl_test_ctx_test.d test/buildtest_asn1t.d crypto/dsa/dsa_vrf.d ssl/ssl_asn1.d crypto/dsa/dsa_sign.d crypto/ct/ct_err.d crypto/bf/bf_skey.d crypto/cast/c_cfb64.d ssl/statem/statem_clnt.d crypto/bn/bn_ctx.d apps/dsa.d crypto/x509v3/v3_bitst.d test/buildtest_buffer.d crypto/x509v3/v3_conf.d crypto/evp/names.d crypto/ui/ui_null.d test/rsa_mp_test.d crypto/rand/rand_win.d crypto/ts/ts_rsp_sign.d crypto/poly1305/poly1305.d test/v3nametest.d test/test_test.d test/v3ext.d test/testutil/output_helpers.d test/danetest.d ssl/t1_lib.d crypto/hmac/hmac.d test/tls13encryptiontest.d apps/crl.d crypto/threads_win.d test/x509_internal_test.d test/curve448_internal_test.d crypto/x509v3/v3_skey.d test/rc5test.d ssl/ssl_rsa.d test/testutil/random.d test/buildtest_ec.d crypto/async/async_err.d test/buildtest_comp.d fuzz/conf.d crypto/engine/eng_dyn.d crypto/store/store_err.d crypto/ec/ec_lib.d apps/spkac.d test/buildtest_rc4.d crypto/evp/bio_md.d crypto/rsa/rsa_saos.d test/ec_internal_test.d crypto/evp/pbe_scrypt.d crypto/asn1/tasn_fre.d crypto/x509v3/pcy_map.d crypto/asn1/i2d_pr.d crypto/lhash/lhash.d crypto/ocsp/ocsp_prn.d crypto/conf/conf_sap.d test/sysdefaulttest.d crypto/bio/b_sock.d ssl/methods.d crypto/engine/tb_rand.d crypto/x509/x_exten.d crypto/dh/dh_err.d ssl/statem/extensions_srvr.d crypto/aes/aes_core.d crypto/pem/pem_x509.d test/buildtest_modes.d test/buildtest_blowfish.d test/ectest.d crypto/siphash/siphash.d test/threadstest.d crypto/dsa/dsa_ameth.d test/wpackettest.d crypto/lhash/lh_stats.d test/uitest.d crypto/kdf/scrypt.d test/verify_extra_test.d crypto/evp/e_rc4.d crypto/pkcs12/p12_sbag.d test/ocspapitest.d crypto/pem/pvkfmt.d crypto/ec/ecp_nistp256.d test/testutil/format_output.d crypto/cms/cms_pwri.d crypto/kdf/hkdf.d crypto/bio/bss_log.d apps/nseq.d fuzz/asn1.d crypto/bn/bn_sqr.d test/dtlsv1listentest.d crypto/evp/e_idea.d crypto/bn/bn_dh.d apps/ec.d crypto/bn/bn_err.d crypto/o_init.d crypto/txt_db/txt_db.d crypto/evp/m_mdc2.d crypto/x509/x509_vfy.d crypto/engine/eng_all.d fuzz/test-corpus.d crypto/camellia/cmll_cfb.d crypto/bio/bio_err.d ssl/ssl_err.d apps/errstr.d crypto/bio/bss_sock.d ssl/ssl_stat.d crypto/asn1/tasn_prn.d apps/enc.d crypto/bf/bf_ofb64.d crypto/x509v3/v3_pcia.d crypto/bio/bio_lib.d +DEPS=apps/s_socket.d crypto/x509/x509_txt.d crypto/ts/ts_err.d crypto/ui/ui_util.d test/drbg_cavs_data.d test/testutil/cb.d crypto/evp/bio_enc.d crypto/asn1/n_pkey.d ssl/packet.d crypto/asn1/asn1_item_list.d crypto/comp/comp_err.d crypto/asn1/x_val.d crypto/x509v3/v3_prn.d crypto/pem/pem_pk8.d crypto/evp/p_sign.d crypto/asn1/a_int.d crypto/conf/conf_ssl.d test/cipherlist_test.d crypto/sha/sha1dgst.d crypto/rc2/rc2ofb64.d test/buildtest_ts.d crypto/des/cfb64enc.d apps/s_server.d test/buildtest_rand.d crypto/evp/e_aria.d crypto/asn1/a_d2i_fp.d apps/opt.d ssl/ssl_conf.d apps/pkcs7.d crypto/seed/seed_ecb.d crypto/ec/ec_curve.d crypto/bn/bn_nist.d crypto/idea/i_skey.d test/handshake_helper.d crypto/asn1/a_mbstr.d crypto/dso/dso_win32.d test/buildtest_asn1.d ssl/ssl_mcnf.d crypto/des/str2key.d crypto/bio/b_print.d crypto/asn1/nsseq.d crypto/cmac/cmac.d crypto/camellia/cmll_ecb.d crypto/rand/drbg_ctr.d crypto/seed/seed_cfb.d test/ectest.d crypto/asn1/x_long.d test/d2i_test.d test/servername_test.d apps/ocsp.d crypto/asn1/asn_mime.d crypto/evp/evp_pbe.d crypto/aes/aes_ige.d test/tls13encryptiontest.d test/buildtest_x509_vfy.d crypto/x509v3/v3_pci.d crypto/ts/ts_verify_ctx.d crypto/hmac/hm_ameth.d crypto/ec/ec_pmeth.d crypto/ts/ts_rsp_utils.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/modes/cbc128.d test/buildtest_rand_drbg.d crypto/rand/rand_win.d crypto/engine/eng_ctrl.d ssl/statem/extensions_srvr.d test/buildtest_stack.d crypto/bn/bn_rand.d test/rc4test.d crypto/cast/c_cfb64.d crypto/buffer/buffer.d crypto/bio/bss_log.d crypto/ec/ecp_nistp224.d crypto/modes/ccm128.d crypto/srp/srp_vfy.d test/recordlentest.d crypto/asn1/tasn_enc.d crypto/bn/bn_ctx.d crypto/asn1/evp_asn1.d crypto/x509v3/v3_bitst.d crypto/rc2/rc2_skey.d crypto/bn/bn_blind.d crypto/srp/srp_lib.d crypto/pkcs7/pk7_mime.d crypto/ex_data.d test/ssl_cert_table_internal_test.d test/danetest.d crypto/engine/tb_asnmth.d crypto/des/xcbc_enc.d crypto/whrlpool/wp_block.d test/afalgtest.d crypto/ct/ct_log.d crypto/async/async_wait.d crypto/aes/aes_misc.d crypto/ocsp/ocsp_err.d crypto/objects/obj_lib.d apps/pkcs8.d apps/genpkey.d crypto/camellia/camellia.d crypto/evp/m_mdc2.d crypto/ec/curve448/arch_32/f_impl.d crypto/rsa/rsa_pk1.d crypto/x509/x509_cmp.d test/buildtest_pkcs12.d apps/pkcs12.d crypto/pkcs7/pk7_asn1.d crypto/kdf/hkdf.d apps/speed.d test/ecdsatest.d crypto/pem/pvkfmt.d crypto/evp/e_old.d test/stack_test.d crypto/engine/eng_pkey.d crypto/ec/ecdsa_vrf.d crypto/cms/cms_err.d crypto/objects/o_names.d crypto/ec/ec_oct.d crypto/evp/evp_lib.d crypto/x509v3/v3_ia5.d crypto/pkcs12/p12_sbag.d crypto/asn1/p5_pbe.d crypto/cms/cms_env.d test/ssltest_old.d crypto/asn1/asn1_gen.d crypto/camellia/cmll_ctr.d test/srptest.d test/buildtest_ssl.d test/buildtest_rc5.d test/rsa_complex.d ssl/t1_lib.d crypto/des/fcrypt_b.d crypto/ocsp/ocsp_ht.d test/buildtest_tls1.d crypto/asn1/bio_asn1.d ssl/ssl_asn1.d crypto/evp/p5_crpt.d crypto/engine/tb_pkmeth.d crypto/asn1/tasn_scn.d crypto/evp/e_rc4_hmac_md5.d crypto/ripemd/rmd_dgst.d crypto/ui/ui_openssl.d crypto/pkcs7/pk7_lib.d crypto/engine/tb_rand.d crypto/aes/aes_ecb.d crypto/asn1/a_i2d_fp.d test/buildtest_camellia.d test/mdc2_internal_test.d crypto/rand/rand_vms.d crypto/asn1/asn_pack.d crypto/txt_db/txt_db.d crypto/cmac/cm_pmeth.d crypto/modes/wrap128.d apps/req.d apps/spkac.d crypto/threads_pthread.d test/md2test.d crypto/blake2/blake2s.d crypto/x509v3/v3_ncons.d test/buildtest_ui.d crypto/objects/obj_xref.d test/buildtest_x509v3.d crypto/aes/aes_cbc.d crypto/dh/dh_check.d crypto/bio/bss_dgram.d crypto/x509/x509_lu.d crypto/ec/ec_check.d crypto/sha/sha1_one.d fuzz/crl.d crypto/x509v3/v3_akey.d apps/version.d crypto/rsa/rsa_sign.d ssl/ssl_ciph.d crypto/o_dir.d crypto/mem_dbg.d test/bad_dtls_test.d crypto/ct/ct_oct.d test/exptest.d test/ec_internal_test.d crypto/rc5/rc5cfb64.d crypto/x509v3/pcy_tree.d crypto/x509/x_pubkey.d crypto/o_fips.d crypto/evp/e_rc4.d crypto/seed/seed_cbc.d crypto/rsa/rsa_ssl.d crypto/bn/bn_div.d crypto/des/qud_cksm.d test/buildtest_cast.d crypto/x509v3/pcy_data.d test/errtest.d crypto/dh/dh_lib.d crypto/pkcs12/p12_mutl.d test/v3nametest.d crypto/bf/bf_cfb64.d crypto/asn1/a_sign.d crypto/pkcs12/pk12err.d crypto/x509/x509_vfy.d apps/s_cb.d crypto/store/store_strings.d crypto/des/cfb_enc.d crypto/x509v3/pcy_map.d test/buildtest_buffer.d crypto/kdf/tls1_prf.d crypto/asn1/f_string.d ssl/d1_lib.d crypto/evp/c_allc.d engines/e_capi.d crypto/camellia/cmll_misc.d ssl/ssl_init.d crypto/dso/dso_dlfcn.d crypto/sha/sha512.d crypto/bio/bf_nbio.d crypto/ec/ecp_nistp521.d crypto/dsa/dsa_ossl.d crypto/bio/bss_null.d crypto/pkcs12/p12_key.d apps/asn1pars.d test/pbelutest.d crypto/bio/bio_lib.d crypto/async/arch/async_win.d test/buildtest_kdf.d crypto/bn/bn_mpi.d apps/dgst.d crypto/aes/aes_core.d test/drbg_cavs_test.d test/buildtest_bn.d crypto/ec/ec_asn1.d crypto/comp/comp_lib.d crypto/evp/m_sigver.d crypto/rsa/rsa_gen.d crypto/pkcs7/pk7_smime.d crypto/camellia/cmll_cfb.d crypto/o_time.d crypto/rand/drbg_lib.d test/buildtest_comp.d crypto/cms/cms_io.d apps/smime.d crypto/asn1/a_object.d crypto/evp/bio_b64.d crypto/bio/bio_err.d crypto/cms/cms_ess.d crypto/asn1/a_digest.d test/testutil/main.d test/ssl_test_ctx_test.d apps/ec.d crypto/dsa/dsa_vrf.d test/sslcorrupttest.d apps/rsa.d crypto/async/async.d test/testutil/testutil_init.d crypto/evp/e_bf.d apps/engine.d test/bntest.d crypto/des/pcbc_enc.d crypto/dsa/dsa_sign.d fuzz/ct.d apps/x509.d crypto/x509v3/v3_pcons.d crypto/ts/ts_asn1.d test/rsa_test.d crypto/idea/i_ecb.d test/buildtest_rsa.d test/rsa_mp_test.d crypto/dso/dso_lib.d crypto/rand/randfile.d crypto/x509v3/v3_akeya.d crypto/x509v3/v3_pku.d crypto/engine/tb_digest.d ssl/ssl_cert.d crypto/ocsp/ocsp_vfy.d crypto/camellia/cmll_cbc.d crypto/x509/x509_set.d crypto/asn1/a_octet.d crypto/pkcs7/bio_pk7.d test/curve448_internal_test.d test/buildtest_safestack.d test/buildtest_ct.d crypto/dh/dh_depr.d crypto/conf/conf_sap.d test/buildtest_dtls1.d crypto/evp/evp_cnf.d crypto/lhash/lhash.d crypto/pem/pem_oth.d apps/dsaparam.d crypto/x509v3/v3_skey.d crypto/pkcs12/p12_add.d apps/prime.d ssl/t1_trce.d crypto/ec/ec_kmeth.d test/ciphername_test.d test/testutil/basic_output.d test/ctype_internal_test.d test/versions.d crypto/evp/bio_ok.d test/dtlstest.d test/poly1305_internal_test.d crypto/evp/e_des3.d ssl/ssl_utst.d crypto/asn1/a_utctm.d apps/ca.d crypto/rc2/rc2_cbc.d test/verify_extra_test.d crypto/pem/pem_lib.d crypto/rsa/rsa_asn1.d crypto/x509/x509_d2.d crypto/asn1/a_print.d apps/sess_id.d crypto/ec/eck_prn.d engines/e_dasync.d test/buildtest_pem.d crypto/x509v3/v3_enum.d crypto/evp/e_idea.d crypto/dh/dh_pmeth.d crypto/threads_win.d crypto/ec/ec_ameth.d crypto/x509v3/pcy_lib.d crypto/stack/stack.d crypto/ec/curve25519.d crypto/pkcs12/p12_decr.d ssl/ssl_stat.d fuzz/bignum.d test/evp_extra_test.d test/bftest.d crypto/bn/bn_gf2m.d crypto/ec/curve448/f_generic.d crypto/modes/xts128.d crypto/bn/bn_prime.d crypto/dh/dh_key.d crypto/pkcs12/p12_npas.d crypto/kdf/kdf_err.d crypto/rc5/rc5_ecb.d test/buildtest_conf_api.d test/ideatest.d crypto/bio/b_sock.d crypto/ec/ecp_mont.d crypto/ec/ec2_smpl.d crypto/bio/bio_cb.d ssl/tls13_enc.d test/asn1_decode_test.d crypto/x509v3/pcy_cache.d test/hmactest.d crypto/sm2/sm2_sign.d crypto/ct/ct_policy.d crypto/ec/ecdh_kdf.d test/buildtest_aes.d crypto/evp/e_aes.d crypto/ct/ct_b64.d crypto/bn/bn_sqr.d test/clienthellotest.d crypto/pkcs12/p12_asn.d crypto/camellia/cmll_ofb.d crypto/asn1/tasn_utl.d test/buildtest_sha.d crypto/x509/x509_vpm.d crypto/aes/aes_ofb.d crypto/x509/by_file.d crypto/des/ofb64ede.d test/buildtest_lhash.d test/tls13ccstest.d test/buildtest_dh.d test/buildtest_rc4.d apps/rand.d crypto/asn1/ameth_lib.d test/drbgtest.d crypto/conf/conf_def.d crypto/dso/dso_err.d crypto/cms/cms_asn1.d crypto/siphash/siphash_pmeth.d crypto/engine/eng_openssl.d test/buildtest_ssl2.d test/buildtest_txt_db.d crypto/des/fcrypt.d test/fatalerrtest.d crypto/x509/x_name.d crypto/asn1/a_bitstr.d test/x509aux.d crypto/cms/cms_sd.d test/buildtest_cms.d crypto/cms/cms_att.d crypto/ec/ecp_nistputil.d crypto/modes/ocb128.d crypto/evp/evp_pkey.d crypto/asn1/i2d_pr.d test/rc2test.d test/cmsapitest.d crypto/x509/x_req.d crypto/ripemd/rmd_one.d test/dtls_mtu_test.d ssl/bio_ssl.d crypto/evp/pmeth_lib.d crypto/x509v3/v3err.d crypto/bn/bn_x931p.d crypto/x509/x509type.d ssl/tls_srp.d crypto/ocsp/ocsp_asn.d crypto/modes/cts128.d test/buildtest_blowfish.d crypto/engine/eng_fat.d crypto/ts/ts_rsp_print.d crypto/ts/ts_conf.d crypto/x509/x_attrib.d test/gosttest.d crypto/evp/e_xcbc_d.d crypto/o_str.d crypto/pkcs12/p12_p8d.d crypto/asn1/tasn_prn.d crypto/asn1/asn1_lib.d crypto/rsa/rsa_prn.d test/buildtest_opensslv.d crypto/rc2/rc2_ecb.d test/ssl_ctx_test.d crypto/bn/bn_srp.d crypto/err/err_prn.d crypto/conf/conf_lib.d crypto/rsa/rsa_ossl.d crypto/x509v3/v3_extku.d crypto/asn1/x_pkey.d crypto/asn1/tasn_fre.d crypto/bio/bss_fd.d crypto/sm2/sm2_pmeth.d crypto/cast/c_ecb.d crypto/asn1/a_gentm.d crypto/evp/pmeth_fn.d crypto/dsa/dsa_meth.d test/rdrand_sanitytest.d ssl/d1_srtp.d apps/ciphers.d crypto/ec/curve448/curve448_tables.d crypto/bn/bn_recp.d test/buildtest_ecdh.d crypto/pkcs12/p12_kiss.d crypto/ocsp/ocsp_srv.d test/bio_enc_test.d crypto/poly1305/poly1305.d apps/ts.d test/gmdifftest.d crypto/asn1/tasn_dec.d test/buildtest_idea.d crypto/engine/eng_err.d test/buildtest_evp.d crypto/evp/c_alld.d crypto/x509/t_crl.d test/buildtest_md2.d crypto/dso/dso_vms.d crypto/x509v3/v3_utl.d crypto/ec/ecdsa_ossl.d crypto/bn/bn_asm.d apps/apps.d crypto/rsa/rsa_x931g.d crypto/cpt_err.d crypto/des/cbc_cksm.d test/bioprinttest.d crypto/bn/bn_lib.d crypto/x509v3/v3_admis.d crypto/ts/ts_req_print.d test/time_offset_test.d crypto/rc2/rc2cfb64.d test/buildtest_conf.d crypto/aria/aria.d crypto/x509v3/v3_pcia.d crypto/asn1/t_bitst.d crypto/rsa/rsa_x931.d crypto/x509/x509name.d crypto/ec/ecp_oct.d test/sm2_internal_test.d crypto/ec/curve448/eddsa.d test/buildtest_modes.d crypto/ocsp/ocsp_lib.d crypto/rsa/rsa_pss.d crypto/engine/eng_table.d ssl/record/rec_layer_s3.d test/buildtest_x509.d crypto/evp/e_aes_cbc_hmac_sha256.d test/testutil/tests.d test/buildtest_ssl3.d crypto/bn/bn_err.d crypto/x509/x509_err.d crypto/rand/rand_egd.d test/buildtest_ec.d crypto/x509/by_dir.d test/dsa_no_digest_size_test.d crypto/asn1/tasn_new.d crypto/blake2/blake2b.d test/threadstest.d crypto/ec/ecdh_ossl.d crypto/x509v3/v3_info.d crypto/cms/cms_pwri.d crypto/uid.d test/sanitytest.d crypto/evp/names.d test/buildtest_e_os2.d crypto/evp/p_dec.d crypto/evp/pbe_scrypt.d crypto/dsa/dsa_ameth.d crypto/des/ofb_enc.d crypto/ec/ec_key.d ssl/ssl_sess.d crypto/ui/ui_null.d crypto/evp/evp_enc.d crypto/x509v3/v3_pmaps.d crypto/siphash/siphash.d crypto/engine/eng_dyn.d crypto/sha/keccak1600.d test/pkey_meth_test.d crypto/bn/bn_sqrt.d crypto/bf/bf_enc.d test/destest.d test/casttest.d apps/rsautl.d crypto/asn1/asn_moid.d ssl/ssl_lib.d crypto/conf/conf_api.d test/buildtest_asn1t.d crypto/des/cfb64ede.d crypto/x509/x509_def.d crypto/ec/ecx_meth.d crypto/ec/ec_print.d crypto/store/store_init.d crypto/x509/t_x509.d crypto/cms/cms_cd.d crypto/pem/pem_x509.d crypto/evp/bio_md.d crypto/des/rand_key.d crypto/asn1/x_int64.d test/dhtest.d test/buildtest_engine.d test/buildtest_ecdsa.d crypto/ec/ecdsa_sign.d crypto/ec/ecp_smpl.d crypto/ct/ct_sct.d crypto/x509/x509rset.d test/conf_include_test.d crypto/asn1/a_utf8.d test/buildtest_obj_mac.d crypto/x509/x509_obj.d crypto/evp/e_null.d fuzz/client.d crypto/ct/ct_vfy.d crypto/x509v3/v3_int.d test/constant_time_test.d apps/ecparam.d crypto/aes/aes_cfb.d crypto/rc4/rc4_skey.d test/buildtest_ocsp.d crypto/threads_none.d crypto/des/ecb3_enc.d test/testutil/stanza.d crypto/des/ofb64enc.d test/ecstresstest.d crypto/bn/bn_mod.d test/testutil/driver.d test/buildtest_ripemd.d crypto/ts/ts_rsp_sign.d test/x509_check_cert_pkey_test.d crypto/rc4/rc4_enc.d fuzz/asn1parse.d test/evp_test.d ssl/ssl_err.d crypto/des/cbc_enc.d crypto/bio/b_sock2.d crypto/poly1305/poly1305_ameth.d ssl/s3_cbc.d crypto/evp/p_open.d test/asn1_internal_test.d test/asn1_string_table_test.d ssl/record/ssl3_record_tls13.d crypto/asn1/p5_pbev2.d crypto/o_fopen.d crypto/hmac/hm_pmeth.d crypto/x509/x_x509a.d crypto/evp/e_rc5.d crypto/ct/ct_sct_ctx.d crypto/o_init.d crypto/store/store_lib.d test/memleaktest.d crypto/asn1/x_bignum.d crypto/x509v3/v3_cpols.d test/shlibloadtest.d test/uitest.d crypto/hmac/hmac.d crypto/engine/eng_init.d test/wpackettest.d apps/bf_prefix.d crypto/whrlpool/wp_dgst.d crypto/evp/e_seed.d crypto/dh/dh_gen.d crypto/engine/tb_dsa.d crypto/evp/e_des.d crypto/x509v3/v3_crld.d crypto/engine/tb_cipher.d crypto/bn/bn_const.d test/v3ext.d crypto/bio/bf_buff.d crypto/bn/bn_depr.d crypto/dh/dh_err.d test/ct_test.d crypto/ct/ct_err.d apps/s_client.d crypto/bio/b_dump.d crypto/cms/cms_kari.d crypto/dh/dh_rfc7919.d apps/storeutl.d test/asn1_time_test.d crypto/dsa/dsa_lib.d apps/enc.d test/buildtest_pkcs7.d test/buildtest_symhacks.d crypto/cast/c_skey.d crypto/conf/conf_mall.d crypto/engine/tb_dh.d apps/s_time.d crypto/comp/c_zlib.d test/pemtest.d crypto/ec/ecp_nist.d crypto/blake2/m_blake2b.d ssl/statem/statem_dtls.d test/buildtest_ebcdic.d crypto/asn1/asn1_par.d crypto/asn1/f_int.d apps/crl.d crypto/rsa/rsa_saos.d crypto/ec/ec_mult.d crypto/evp/p_seal.d crypto/asn1/bio_ndef.d crypto/x509/x509_ext.d test/sm4_internal_test.d crypto/ct/ct_prn.d crypto/bio/bio_meth.d test/buildtest_bio.d test/cipherbytes_test.d crypto/dh/dh_asn1.d crypto/dsa/dsa_key.d crypto/rsa/rsa_err.d test/asynciotest.d crypto/evp/evp_key.d crypto/rand/rand_unix.d crypto/ec/ec2_oct.d crypto/x509/x509_meth.d ssl/t1_enc.d crypto/x509/x509_req.d crypto/ts/ts_req_utils.d crypto/x509/x509spki.d test/asynctest.d test/buildtest_store.d apps/passwd.d test/tls13secretstest.d crypto/pkcs7/pk7_attr.d crypto/ec/ec_cvt.d crypto/asn1/a_strex.d crypto/ec/ec_lib.d crypto/asn1/a_time.d crypto/sha/sha256.d ssl/record/ssl3_buffer.d crypto/evp/m_null.d test/buildtest_cmac.d crypto/x509/x_all.d apps/pkeyparam.d crypto/engine/tb_eckey.d apps/dhparam.d crypto/evp/cmeth_lib.d crypto/engine/tb_rsa.d crypto/ec/curve448/scalar.d crypto/ui/ui_err.d crypto/evp/encode.d crypto/ts/ts_rsp_verify.d test/buildtest_srtp.d test/modes_internal_test.d crypto/pkcs12/p12_crpt.d crypto/cryptlib.d crypto/dh/dh_rfc5114.d test/siphash_internal_test.d apps/openssl.d crypto/bf/bf_ecb.d crypto/sm3/m_sm3.d ssl/statem/extensions_clnt.d test/mdc2test.d crypto/store/loader_file.d crypto/evp/e_sm4.d test/aborttest.d test/buildtest_md4.d crypto/cms/cms_lib.d crypto/kdf/scrypt.d crypto/asn1/x_sig.d apps/pkey.d crypto/sm4/sm4.d crypto/evp/pmeth_gn.d apps/verify.d crypto/dh/dh_kdf.d crypto/evp/m_md5.d ssl/pqueue.d fuzz/bndiv.d crypto/x509/x509cset.d ssl/record/dtls1_bitmap.d test/test_test.d crypto/x509v3/v3_asid.d test/sslapitest.d crypto/cversion.d ssl/ssl_rsa.d test/asn1_encode_test.d crypto/pem/pem_info.d fuzz/server.d crypto/evp/p_enc.d crypto/dsa/dsa_asn1.d crypto/rsa/rsa_crpt.d crypto/engine/eng_lib.d test/bio_callback_test.d crypto/ebcdic.d test/buildtest_hmac.d crypto/ec/curve448/curve448.d crypto/conf/conf_mod.d crypto/evp/m_ripemd.d crypto/evp/m_md4.d ssl/statem/statem_srvr.d apps/crl2p7.d crypto/bn/bn_word.d ssl/record/rec_layer_d1.d test/buildtest_whrlpool.d crypto/bn/bn_dh.d crypto/modes/gcm128.d crypto/pem/pem_sign.d fuzz/asn1.d engines/e_ossltest.d crypto/async/async_err.d crypto/ui/ui_lib.d crypto/rc5/rc5_enc.d ssl/s3_enc.d crypto/asn1/p5_scrypt.d crypto/cms/cms_dd.d crypto/x509/x509_v3.d crypto/asn1/a_strnid.d crypto/mem_sec.d apps/app_rand.d crypto/bn/bn_add.d crypto/x509/x509_att.d crypto/bn/bn_gcd.d crypto/idea/i_ofb64.d crypto/aes/aes_wrap.d test/sslbuffertest.d ssl/record/ssl3_record.d crypto/rc5/rc5ofb64.d crypto/bn/bn_print.d apps/genrsa.d crypto/bn/bn_exp2.d crypto/x509v3/v3_conf.d crypto/x509v3/pcy_node.d crypto/x509v3/v3_tlsf.d crypto/idea/i_cfb64.d crypto/lhash/lh_stats.d crypto/bio/bss_conn.d test/ssl_test.d apps/srp.d crypto/cmac/cm_ameth.d test/buildtest_async.d crypto/dh/dh_ameth.d crypto/objects/obj_dat.d crypto/dh/dh_prn.d crypto/pkcs12/p12_p8e.d test/ocspapitest.d test/packettest.d crypto/conf/conf_err.d crypto/evp/e_chacha20_poly1305.d crypto/md5/md5_one.d crypto/bn/bn_kron.d crypto/chacha/chacha_enc.d crypto/ctype.d crypto/modes/ctr128.d crypto/evp/evp_err.d crypto/asn1/a_type.d crypto/asn1/x_spki.d crypto/dsa/dsa_prn.d crypto/ocsp/ocsp_cl.d crypto/evp/e_cast.d ssl/s3_lib.d test/crltest.d crypto/bf/bf_skey.d ssl/statem/statem_lib.d crypto/md4/md4_dgst.d crypto/pem/pem_xaux.d crypto/rsa/rsa_oaep.d crypto/rand/rand_err.d test/cmactest.d crypto/asn1/d2i_pr.d crypto/bio/bss_acpt.d crypto/bn/bn_exp.d crypto/asn1/a_dup.d crypto/sm2/sm2_crypt.d test/pkey_meth_kdf_test.d crypto/pkcs7/pkcs7err.d engines/e_afalg.d ssl/statem/statem.d fuzz/x509.d crypto/rsa/rsa_meth.d test/enginetest.d crypto/evp/p_verify.d crypto/x509v3/v3_lib.d apps/rehash.d apps/errstr.d crypto/x509v3/v3_genn.d crypto/asn1/t_spki.d crypto/asn1/t_pkey.d crypto/x509/x_crl.d crypto/rsa/rsa_chk.d crypto/evp/p_lib.d crypto/siphash/siphash_ameth.d crypto/store/store_err.d crypto/ocsp/v3_ocsp.d apps/dsa.d test/ssltestlib.d crypto/x509/x509_trs.d test/buildtest_dsa.d crypto/ec/ec_err.d crypto/x509v3/v3_addr.d crypto/bn/bn_intern.d test/chacha_internal_test.d crypto/x509v3/v3_sxnet.d crypto/x509/x509_r2x.d crypto/dsa/dsa_gen.d test/testutil/test_cleanup.d crypto/modes/ofb128.d test/lhash_test.d crypto/x509/x_x509.d test/buildtest_des.d crypto/idea/i_cbc.d crypto/cms/cms_smime.d test/x509_time_test.d crypto/sm2/sm2_err.d test/testutil/format_output.d crypto/objects/obj_err.d crypto/asn1/x_info.d crypto/dsa/dsa_pmeth.d crypto/pkcs12/p12_crt.d apps/gendsa.d crypto/bio/b_addr.d crypto/engine/eng_all.d crypto/evp/e_rc2.d crypto/async/arch/async_null.d crypto/rsa/rsa_pmeth.d crypto/bn/bn_mul.d crypto/bio/bf_lbuf.d crypto/evp/m_wp.d crypto/rc5/rc5_skey.d crypto/engine/eng_cnf.d crypto/rand/rand_lib.d crypto/modes/cfb128.d crypto/x509v3/v3_purp.d test/testutil/random.d crypto/pkcs12/p12_attr.d crypto/rsa/rsa_lib.d crypto/pem/pem_pkey.d crypto/pkcs12/p12_init.d crypto/evp/e_camellia.d test/buildtest_pem2.d crypto/x509/x_exten.d crypto/pem/pem_err.d crypto/rsa/rsa_mp.d crypto/bio/bss_sock.d test/buildtest_rc2.d crypto/bio/bss_file.d crypto/ocsp/ocsp_prn.d crypto/rsa/rsa_depr.d crypto/x509v3/v3_alt.d crypto/des/ecb_enc.d ssl/methods.d crypto/ts/ts_lib.d fuzz/cms.d crypto/des/des_enc.d crypto/pkcs7/pk7_doit.d crypto/asn1/asn1_err.d test/testutil/tap_bio.d crypto/blake2/m_blake2s.d ssl/s3_msg.d crypto/bio/bss_mem.d ssl/ssl_txt.d crypto/md2/md2_dgst.d crypto/evp/p5_crpt2.d crypto/init.d ssl/d1_msg.d engines/e_padlock.d ssl/statem/extensions_cust.d test/buildtest_seed.d test/exdatatest.d crypto/seed/seed.d test/ssl_test_ctx.d crypto/bn/bn_shift.d crypto/rsa/rsa_ameth.d crypto/bio/bss_bio.d crypto/dsa/dsa_depr.d test/buildtest_ossl_typ.d crypto/err/err.d test/buildtest_md5.d crypto/bn/bn_mont.d crypto/evp/m_md5_sha1.d crypto/cast/c_enc.d crypto/asn1/asn_mstbl.d crypto/bio/bf_null.d crypto/poly1305/poly1305_pmeth.d apps/cms.d crypto/ocsp/ocsp_ext.d fuzz/test-corpus.d crypto/asn1/a_verify.d fuzz/conf.d crypto/dh/dh_meth.d test/buildtest_srp.d crypto/evp/m_md2.d crypto/ec/ecp_nistp256.d crypto/asn1/i2d_pu.d crypto/dso/dso_dl.d test/buildtest_crypto.d crypto/getenv.d ssl/statem/extensions.d crypto/pem/pem_all.d crypto/engine/eng_rdrand.d crypto/pkcs12/p12_utl.d test/x509_dup_cert_test.d test/testutil/output_helpers.d test/dtlsv1listentest.d crypto/ct/ct_x509v3.d crypto/md2/md2_one.d crypto/des/set_key.d test/x509_internal_test.d crypto/asn1/x_algor.d crypto/dso/dso_openssl.d crypto/dsa/dsa_err.d crypto/seed/seed_ofb.d crypto/evp/digest.d crypto/x509v3/v3_bcons.d test/bio_memleak_test.d crypto/asn1/p8_pkey.d crypto/md5/md5_dgst.d crypto/engine/eng_list.d test/secmemtest.d crypto/buffer/buf_err.d crypto/sm3/sm3.d ssl/statem/statem_clnt.d crypto/bf/bf_ofb64.d crypto/asn1/d2i_pu.d test/igetest.d test/dsatest.d test/buildtest_objects.d crypto/mem_clr.d crypto/evp/m_sha1.d apps/nseq.d test/sysdefaulttest.d crypto/evp/m_sha3.d crypto/x509/t_req.d crypto/cast/c_ofb64.d test/rc5test.d crypto/asn1/tasn_typ.d crypto/mem.d crypto/store/store_register.d crypto/cms/cms_enc.d crypto/async/arch/async_posix.d apps/pkeyutl.d crypto/md4/md4_one.d crypto/rsa/rsa_none.d crypto/err/err_all.d GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/dso_conf.h include/openssl/opensslconf.h GENERATED=apps/CA.pl apps/progs.h apps/tsget.pl crypto/buildinf.h libcrypto.map libssl.map test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md2.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_rc5.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_ssl3.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash util/shlib_wrap.sh @@ -252,7 +252,6 @@ clean: libclean $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc -$(RM) `find . -type l \! -name '.*' -print` - $(RM) $(TARFILE) distclean: clean $(RM) configdata.pm diff --git a/upstream-build/makefile/i686-win32-mingw32 b/upstream-build/makefile/i686-win32-mingw32 index ccdd7a1..0b403b7 100644 --- a/upstream-build/makefile/i686-win32-mingw32 +++ b/upstream-build/makefile/i686-win32-mingw32 @@ -11,7 +11,7 @@ CONFIGURE_ARGS=("mingw", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3 SRCDIR=.. BLDDIR=. -VERSION=1.1.1k +VERSION=1.1.1l MAJOR=1 MINOR=1.1 SHLIB_VERSION_NUMBER=1.1 @@ -30,7 +30,7 @@ ENGINES=engines/capi.dll engines/dasync.dll engines/ossltest.dll engines/padlock PROGRAMS=apps/openssl.exe fuzz/asn1-test.exe fuzz/asn1parse-test.exe fuzz/bignum-test.exe fuzz/bndiv-test.exe fuzz/client-test.exe fuzz/cms-test.exe fuzz/conf-test.exe fuzz/crl-test.exe fuzz/ct-test.exe fuzz/server-test.exe fuzz/x509-test.exe test/aborttest.exe test/afalgtest.exe test/asn1_decode_test.exe test/asn1_encode_test.exe test/asn1_internal_test.exe test/asn1_string_table_test.exe test/asn1_time_test.exe test/asynciotest.exe test/asynctest.exe test/bad_dtls_test.exe test/bftest.exe test/bio_callback_test.exe test/bio_enc_test.exe test/bio_memleak_test.exe test/bioprinttest.exe test/bntest.exe test/buildtest_c_aes.exe test/buildtest_c_asn1.exe test/buildtest_c_asn1t.exe test/buildtest_c_async.exe test/buildtest_c_bio.exe test/buildtest_c_blowfish.exe test/buildtest_c_bn.exe test/buildtest_c_buffer.exe test/buildtest_c_camellia.exe test/buildtest_c_cast.exe test/buildtest_c_cmac.exe test/buildtest_c_cms.exe test/buildtest_c_comp.exe test/buildtest_c_conf.exe test/buildtest_c_conf_api.exe test/buildtest_c_crypto.exe test/buildtest_c_ct.exe test/buildtest_c_des.exe test/buildtest_c_dh.exe test/buildtest_c_dsa.exe test/buildtest_c_dtls1.exe test/buildtest_c_e_os2.exe test/buildtest_c_ebcdic.exe test/buildtest_c_ec.exe test/buildtest_c_ecdh.exe test/buildtest_c_ecdsa.exe test/buildtest_c_engine.exe test/buildtest_c_evp.exe test/buildtest_c_hmac.exe test/buildtest_c_idea.exe test/buildtest_c_kdf.exe test/buildtest_c_lhash.exe test/buildtest_c_md2.exe test/buildtest_c_md4.exe test/buildtest_c_md5.exe test/buildtest_c_modes.exe test/buildtest_c_obj_mac.exe test/buildtest_c_objects.exe test/buildtest_c_ocsp.exe test/buildtest_c_opensslv.exe test/buildtest_c_ossl_typ.exe test/buildtest_c_pem.exe test/buildtest_c_pem2.exe test/buildtest_c_pkcs12.exe test/buildtest_c_pkcs7.exe test/buildtest_c_rand.exe test/buildtest_c_rand_drbg.exe test/buildtest_c_rc2.exe test/buildtest_c_rc4.exe test/buildtest_c_rc5.exe test/buildtest_c_ripemd.exe test/buildtest_c_rsa.exe test/buildtest_c_safestack.exe test/buildtest_c_seed.exe test/buildtest_c_sha.exe test/buildtest_c_srp.exe test/buildtest_c_srtp.exe test/buildtest_c_ssl.exe test/buildtest_c_ssl2.exe test/buildtest_c_ssl3.exe test/buildtest_c_stack.exe test/buildtest_c_store.exe test/buildtest_c_symhacks.exe test/buildtest_c_tls1.exe test/buildtest_c_ts.exe test/buildtest_c_txt_db.exe test/buildtest_c_ui.exe test/buildtest_c_whrlpool.exe test/buildtest_c_x509.exe test/buildtest_c_x509_vfy.exe test/buildtest_c_x509v3.exe test/casttest.exe test/chacha_internal_test.exe test/cipherbytes_test.exe test/cipherlist_test.exe test/ciphername_test.exe test/clienthellotest.exe test/cmactest.exe test/cmsapitest.exe test/conf_include_test.exe test/constant_time_test.exe test/crltest.exe test/ct_test.exe test/ctype_internal_test.exe test/curve448_internal_test.exe test/d2i_test.exe test/danetest.exe test/destest.exe test/dhtest.exe test/drbg_cavs_test.exe test/drbgtest.exe test/dsa_no_digest_size_test.exe test/dsatest.exe test/dtls_mtu_test.exe test/dtlstest.exe test/dtlsv1listentest.exe test/ec_internal_test.exe test/ecdsatest.exe test/ecstresstest.exe test/ectest.exe test/enginetest.exe test/errtest.exe test/evp_extra_test.exe test/evp_test.exe test/exdatatest.exe test/exptest.exe test/fatalerrtest.exe test/gmdifftest.exe test/gosttest.exe test/hmactest.exe test/ideatest.exe test/igetest.exe test/lhash_test.exe test/md2test.exe test/mdc2test.exe test/memleaktest.exe test/modes_internal_test.exe test/ocspapitest.exe test/packettest.exe test/pbelutest.exe test/pemtest.exe test/pkey_meth_kdf_test.exe test/pkey_meth_test.exe test/poly1305_internal_test.exe test/rc2test.exe test/rc4test.exe test/rc5test.exe test/rdrand_sanitytest.exe test/recordlentest.exe test/rsa_complex.exe test/rsa_mp_test.exe test/rsa_test.exe test/sanitytest.exe test/secmemtest.exe test/servername_test.exe test/shlibloadtest.exe test/siphash_internal_test.exe test/sm2_internal_test.exe test/sm4_internal_test.exe test/srptest.exe test/ssl_cert_table_internal_test.exe test/ssl_ctx_test.exe test/ssl_test.exe test/ssl_test_ctx_test.exe test/sslapitest.exe test/sslbuffertest.exe test/sslcorrupttest.exe test/ssltest_old.exe test/stack_test.exe test/sysdefaulttest.exe test/test_test.exe test/threadstest.exe test/time_offset_test.exe test/tls13ccstest.exe test/tls13encryptiontest.exe test/tls13secretstest.exe test/uitest.exe test/v3ext.exe test/v3nametest.exe test/verify_extra_test.exe test/versions.exe test/wpackettest.exe test/x509_check_cert_pkey_test.exe test/x509_dup_cert_test.exe test/x509_internal_test.exe test/x509_time_test.exe test/x509aux.exe SCRIPTS=apps/CA.pl apps/tsget.pl tools/c_rehash util/shlib_wrap.sh -DEPS=crypto/bn/bn_kron.d crypto/md2/md2_one.d test/buildtest_kdf.d crypto/evp/p5_crpt.d crypto/ec/ecdh_ossl.d crypto/x509/x509_trs.d ssl/s3_msg.d crypto/evp/evp_enc.d crypto/sm4/sm4.d crypto/ec/ec2_oct.d crypto/bio/bss_sock.d test/x509_dup_cert_test.d crypto/des/ecb3_enc.d crypto/des/rand_key.d crypto/x509v3/pcy_cache.d crypto/pkcs12/pk12err.d crypto/x509v3/v3_utl.d crypto/bn/bn_ctx.d crypto/bn/bn_dh.d crypto/dh/dh_check.d crypto/ex_data.d crypto/conf/conf_err.d test/buildtest_engine.d crypto/sm3/sm3.d test/pemtest.d test/testutil/main.d crypto/des/fcrypt_b.d test/d2i_test.d crypto/bn/bn_blind.d crypto/ec/ec_check.d crypto/pem/pem_lib.d test/aborttest.d test/memleaktest.d crypto/evp/e_rc4_hmac_md5.d crypto/asn1/tasn_new.d test/dsatest.d test/buildtest_async.d test/buildtest_blowfish.d crypto/asn1/t_pkey.d crypto/bio/bss_dgram.d apps/x509.d apps/spkac.d crypto/asn1/tasn_typ.d test/poly1305_internal_test.d crypto/ct/ct_sct.d crypto/buffer/buf_err.d crypto/des/cbc_enc.d crypto/ec/ecp_smpl.d crypto/asn1/x_sig.d apps/engine.d crypto/evp/e_rc2.d crypto/x509v3/v3_skey.d crypto/evp/e_null.d crypto/engine/eng_list.d crypto/evp/bio_b64.d crypto/des/ecb_enc.d test/buildtest_evp.d crypto/pkcs12/p12_p8e.d test/fatalerrtest.d crypto/aes/aes_cbc.d crypto/ct/ct_b64.d ssl/statem/extensions.d crypto/rand/randfile.d crypto/ec/ecp_nist.d crypto/bn/bn_word.d crypto/sm2/sm2_crypt.d crypto/ec/curve448/eddsa.d test/buildtest_buffer.d crypto/modes/xts128.d crypto/evp/pmeth_gn.d crypto/cms/cms_smime.d crypto/engine/eng_ctrl.d crypto/pkcs12/p12_crpt.d fuzz/server.d crypto/x509/x509_r2x.d crypto/modes/cfb128.d apps/rsautl.d crypto/siphash/siphash.d crypto/asn1/asn_pack.d crypto/evp/evp_pbe.d crypto/async/arch/async_posix.d crypto/rsa/rsa_lib.d crypto/pkcs12/p12_crt.d crypto/x509/x509_vpm.d crypto/x509/x_crl.d test/bad_dtls_test.d test/srptest.d crypto/x509/x509_meth.d crypto/engine/tb_dsa.d test/ecdsatest.d test/buildtest_ct.d test/buildtest_x509.d apps/genrsa.d fuzz/cms.d crypto/x509/t_req.d test/dtls_mtu_test.d crypto/whrlpool/wp_block.d test/bntest.d fuzz/ct.d crypto/init.d crypto/err/err_all.d crypto/ec/ec_cvt.d crypto/cms/cms_enc.d test/testutil/basic_output.d test/ssltest_old.d test/pbelutest.d crypto/sha/keccak1600.d crypto/evp/e_xcbc_d.d crypto/dsa/dsa_vrf.d crypto/pkcs7/pk7_smime.d test/ctype_internal_test.d ssl/record/ssl3_record_tls13.d test/bftest.d crypto/ocsp/ocsp_lib.d test/buildtest_pem2.d test/buildtest_camellia.d crypto/asn1/asn_moid.d crypto/modes/ccm128.d test/buildtest_stack.d crypto/asn1/a_strex.d test/crltest.d test/v3ext.d crypto/x509v3/v3_asid.d test/buildtest_ssl2.d crypto/cmac/cm_pmeth.d crypto/bn/bn_depr.d apps/crl2p7.d crypto/evp/bio_md.d crypto/asn1/a_utf8.d crypto/cms/cms_ess.d crypto/bn/bn_add.d crypto/bf/bf_ecb.d crypto/bio/bf_null.d test/packettest.d test/buildtest_cast.d test/stack_test.d crypto/evp/p_seal.d crypto/cms/cms_att.d crypto/evp/e_aes.d crypto/dso/dso_vms.d crypto/dso/dso_dl.d crypto/evp/evp_key.d crypto/rc4/rc4_skey.d test/siphash_internal_test.d test/buildtest_ts.d crypto/des/des_enc.d test/sslcorrupttest.d crypto/x509/x509spki.d crypto/rsa/rsa_oaep.d crypto/ec/ecp_nistp256.d crypto/rand/drbg_ctr.d crypto/lhash/lh_stats.d crypto/evp/bio_enc.d crypto/x509/x509_v3.d fuzz/client.d crypto/x509v3/v3_cpols.d crypto/aes/aes_misc.d crypto/evp/digest.d crypto/x509v3/v3_pci.d apps/req.d crypto/rc2/rc2_cbc.d crypto/ebcdic.d crypto/siphash/siphash_pmeth.d crypto/engine/tb_dh.d crypto/camellia/cmll_cbc.d test/buildtest_sha.d crypto/modes/ofb128.d test/testutil/stanza.d crypto/x509/by_file.d crypto/bn/bn_mod.d crypto/async/async_err.d crypto/bn/bn_srp.d crypto/asn1/a_dup.d test/rsa_mp_test.d crypto/poly1305/poly1305.d apps/dgst.d apps/enc.d crypto/x509v3/v3_pcons.d test/buildtest_asn1t.d crypto/bio/bss_mem.d engines/e_ossltest.d crypto/sha/sha1dgst.d crypto/ocsp/ocsp_vfy.d crypto/asn1/a_time.d crypto/ec/curve448/arch_32/f_impl.d crypto/dsa/dsa_ameth.d crypto/dsa/dsa_key.d crypto/x509/x509cset.d test/evp_extra_test.d crypto/ec/eck_prn.d test/dtlstest.d crypto/x509v3/v3_lib.d apps/dsaparam.d test/conf_include_test.d crypto/siphash/siphash_ameth.d crypto/pkcs12/p12_sbag.d crypto/asn1/asn1_lib.d crypto/ui/ui_null.d test/buildtest_rc4.d crypto/buffer/buffer.d crypto/asn1/x_info.d crypto/bio/b_addr.d crypto/conf/conf_api.d ssl/d1_msg.d ssl/ssl_rsa.d test/sanitytest.d crypto/ripemd/rmd_one.d crypto/asn1/x_long.d crypto/rand/rand_vms.d test/buildtest_x509v3.d crypto/blake2/blake2s.d test/asn1_encode_test.d crypto/evp/e_chacha20_poly1305.d crypto/ec/curve448/curve448_tables.d test/buildtest_idea.d crypto/ct/ct_err.d crypto/evp/p_enc.d crypto/x509/x509_txt.d apps/smime.d ssl/tls13_enc.d crypto/dsa/dsa_meth.d crypto/modes/ctr128.d test/v3nametest.d test/buildtest_md4.d test/ct_test.d test/testutil/tap_bio.d crypto/conf/conf_mod.d crypto/bf/bf_cfb64.d test/buildtest_pkcs7.d test/buildtest_opensslv.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/asn1/i2d_pu.d crypto/async/async_wait.d crypto/ocsp/ocsp_prn.d test/x509aux.d test/hmactest.d crypto/rand/rand_unix.d crypto/pkcs12/p12_attr.d crypto/bio/bss_log.d crypto/uid.d crypto/engine/eng_dyn.d test/wpackettest.d crypto/dh/dh_prn.d crypto/ec/ec_oct.d crypto/x509/x509_vfy.d crypto/engine/eng_rdrand.d crypto/bn/bn_exp2.d test/buildtest_comp.d crypto/asn1/evp_asn1.d crypto/evp/e_seed.d ssl/statem/extensions_srvr.d crypto/asn1/asn1_gen.d crypto/asn1/a_gentm.d test/mdc2_internal_test.d crypto/x509v3/v3_tlsf.d crypto/bio/bss_null.d crypto/ct/ct_log.d crypto/kdf/tls1_prf.d crypto/des/cfb64ede.d crypto/camellia/cmll_cfb.d crypto/ct/ct_sct_ctx.d crypto/des/ofb_enc.d crypto/rc2/rc2ofb64.d crypto/o_fopen.d crypto/o_dir.d crypto/cast/c_skey.d crypto/dsa/dsa_prn.d crypto/store/store_err.d crypto/blake2/m_blake2s.d test/buildtest_ecdh.d apps/errstr.d crypto/ec/ec_print.d test/drbg_cavs_data.d crypto/cast/c_enc.d apps/version.d apps/ciphers.d test/tls13secretstest.d crypto/engine/tb_digest.d test/ectest.d ssl/tls_srp.d test/tls13ccstest.d test/cipherbytes_test.d test/versions.d crypto/pem/pem_sign.d crypto/threads_pthread.d test/buildtest_conf.d crypto/evp/encode.d crypto/rsa/rsa_sign.d crypto/evp/m_md5.d crypto/des/cfb64enc.d test/tls13encryptiontest.d crypto/x509v3/v3_prn.d crypto/engine/eng_openssl.d test/testutil/format_output.d crypto/asn1/asn1_item_list.d crypto/x509/x509_obj.d apps/pkcs7.d crypto/evp/c_alld.d crypto/ocsp/ocsp_ht.d crypto/x509v3/v3_akey.d crypto/o_fips.d test/buildtest_crypto.d crypto/asn1/a_mbstr.d crypto/evp/m_ripemd.d crypto/evp/m_sha3.d crypto/bn/bn_lib.d crypto/x509v3/v3err.d test/buildtest_ossl_typ.d crypto/evp/p5_crpt2.d crypto/mem_clr.d crypto/ec/ecx_meth.d test/drbg_cavs_test.d crypto/rc2/rc2cfb64.d test/buildtest_hmac.d crypto/x509/x_all.d crypto/rsa/rsa_gen.d crypto/dh/dh_gen.d ssl/record/ssl3_buffer.d crypto/seed/seed_ofb.d crypto/err/err_prn.d crypto/asn1/tasn_dec.d ssl/ssl_err.d crypto/bn/bn_nist.d crypto/sha/sha512.d crypto/ui/ui_openssl.d crypto/ui/ui_err.d crypto/modes/ocb128.d crypto/asn1/x_algor.d crypto/bf/bf_skey.d crypto/asn1/x_bignum.d crypto/store/store_register.d test/evp_test.d crypto/o_str.d crypto/sm3/m_sm3.d crypto/cms/cms_io.d crypto/rsa/rsa_pmeth.d test/exptest.d apps/ca.d engines/e_capi.d crypto/rc5/rc5_skey.d crypto/bio/bf_lbuf.d crypto/bn/bn_mont.d crypto/cast/c_ecb.d ms/applink.d crypto/rc5/rc5_ecb.d test/testutil/driver.d fuzz/bignum.d crypto/conf/conf_ssl.d crypto/x509v3/v3_addr.d crypto/bn/bn_prime.d crypto/dso/dso_openssl.d test/asynctest.d apps/openssl.d crypto/x509/x_exten.d test/pkey_meth_kdf_test.d crypto/pkcs12/p12_mutl.d crypto/evp/m_md4.d crypto/evp/pbe_scrypt.d crypto/rsa/rsa_chk.d crypto/seed/seed_cbc.d apps/cms.d apps/rsa.d crypto/seed/seed.d crypto/rsa/rsa_ossl.d ssl/ssl_conf.d test/buildtest_x509_vfy.d crypto/comp/comp_lib.d ssl/ssl_utst.d ssl/ssl_asn1.d crypto/asn1/f_string.d crypto/bio/bio_cb.d crypto/asn1/nsseq.d test/bioprinttest.d crypto/idea/i_ofb64.d crypto/x509v3/pcy_data.d crypto/mem.d test/buildtest_cmac.d test/buildtest_rc5.d test/igetest.d ssl/ssl_stat.d test/enginetest.d crypto/pem/pvkfmt.d test/test_test.d crypto/x509/t_crl.d crypto/bio/b_sock.d test/buildtest_objects.d crypto/objects/obj_dat.d engines/e_padlock.d crypto/ec/curve448/f_generic.d crypto/evp/m_md5_sha1.d crypto/evp/bio_ok.d apps/s_time.d crypto/txt_db/txt_db.d crypto/des/cfb_enc.d crypto/rsa/rsa_crpt.d crypto/rsa/rsa_asn1.d test/buildtest_bio.d crypto/x509/x_req.d crypto/des/ofb64ede.d crypto/rsa/rsa_mp.d apps/nseq.d crypto/pem/pem_err.d crypto/ocsp/ocsp_asn.d test/sslapitest.d test/buildtest_md5.d crypto/evp/c_allc.d crypto/pkcs12/p12_asn.d crypto/engine/eng_table.d crypto/x509v3/pcy_map.d crypto/cms/cms_dd.d crypto/cversion.d crypto/bn/bn_recp.d test/curve448_internal_test.d test/dhtest.d test/ssl_test.d crypto/x509v3/v3_alt.d crypto/md2/md2_dgst.d ssl/s3_cbc.d crypto/ts/ts_conf.d fuzz/x509.d crypto/bio/bio_meth.d crypto/poly1305/poly1305_pmeth.d crypto/ui/ui_lib.d test/buildtest_ui.d crypto/o_init.d crypto/asn1/i2d_pr.d crypto/rsa/rsa_err.d test/mdc2test.d crypto/ec/ecdsa_ossl.d crypto/ec/ec_mult.d crypto/idea/i_cfb64.d crypto/des/ofb64enc.d test/buildtest_ssl.d crypto/evp/e_aes_cbc_hmac_sha256.d apps/win32_init.d crypto/mem_sec.d crypto/engine/tb_cipher.d test/testutil/output_helpers.d test/buildtest_pem.d crypto/x509v3/v3_info.d crypto/pem/pem_pk8.d test/recordlentest.d crypto/evp/pmeth_lib.d crypto/dsa/dsa_depr.d crypto/evp/pmeth_fn.d crypto/bn/bn_err.d crypto/asn1/x_val.d test/lhash_test.d crypto/asn1/x_pkey.d crypto/seed/seed_ecb.d test/bio_enc_test.d crypto/bio/b_print.d test/buildtest_ecdsa.d crypto/aria/aria.d test/modes_internal_test.d crypto/bf/bf_ofb64.d crypto/cms/cms_cd.d crypto/x509/by_dir.d crypto/asn1/a_utctm.d crypto/x509v3/pcy_lib.d fuzz/test-corpus.d crypto/des/xcbc_enc.d crypto/objects/obj_err.d crypto/kdf/kdf_err.d crypto/x509/x509_def.d apps/pkcs8.d crypto/rand/rand_lib.d apps/s_client.d test/testutil/tests.d crypto/hmac/hm_ameth.d crypto/cms/cms_kari.d crypto/pem/pem_pkey.d test/afalgtest.d crypto/cmac/cmac.d fuzz/asn1.d crypto/ec/ecp_mont.d test/buildtest_ssl3.d crypto/ec/curve25519.d crypto/camellia/cmll_misc.d test/rsa_complex.d crypto/asn1/a_type.d crypto/bn/bn_sqrt.d crypto/hmac/hm_pmeth.d apps/opt.d crypto/pkcs12/p12_add.d ssl/d1_lib.d crypto/store/store_strings.d ssl/statem/statem_dtls.d crypto/srp/srp_vfy.d crypto/md4/md4_dgst.d crypto/bn/bn_print.d crypto/asn1/a_print.d crypto/ec/curve448/scalar.d crypto/x509/x_name.d test/ocspapitest.d crypto/kdf/hkdf.d crypto/asn1/tasn_utl.d crypto/pem/pem_all.d crypto/asn1/t_bitst.d apps/asn1pars.d crypto/dh/dh_pmeth.d crypto/rand/rand_err.d crypto/bio/bss_acpt.d test/buildtest_cms.d crypto/md5/md5_one.d crypto/threads_win.d apps/s_server.d crypto/ec/ec_pmeth.d test/buildtest_safestack.d crypto/x509v3/v3_pmaps.d crypto/asn1/asn1_par.d apps/storeutl.d crypto/ts/ts_rsp_verify.d crypto/asn1/t_spki.d crypto/idea/i_cbc.d crypto/engine/tb_asnmth.d fuzz/crl.d test/buildtest_ec.d crypto/o_time.d test/casttest.d crypto/bn/bn_rand.d test/clienthellotest.d crypto/ui/ui_util.d crypto/cms/cms_lib.d crypto/x509v3/v3_admis.d crypto/async/async.d crypto/ec/ecp_nistputil.d test/asn1_string_table_test.d crypto/asn1/p5_scrypt.d test/handshake_helper.d crypto/x509v3/v3_ncons.d test/gmdifftest.d crypto/evp/m_wp.d ssl/t1_enc.d crypto/x509/x509_lu.d crypto/dsa/dsa_lib.d crypto/pkcs12/p12_utl.d crypto/idea/i_skey.d test/buildtest_whrlpool.d crypto/evp/p_verify.d crypto/evp/e_aria.d crypto/asn1/a_d2i_fp.d apps/pkeyutl.d crypto/asn1/a_int.d ms/uplink.d crypto/dso/dso_lib.d crypto/camellia/cmll_ctr.d crypto/ec/ecp_oct.d test/testutil/test_cleanup.d crypto/aes/aes_cfb.d crypto/evp/e_idea.d crypto/getenv.d crypto/evp/m_sigver.d crypto/kdf/scrypt.d ssl/statem/extensions_cust.d test/buildtest_srtp.d crypto/evp/evp_lib.d apps/rehash.d crypto/asn1/bio_ndef.d crypto/rsa/rsa_pss.d ssl/ssl_txt.d test/x509_time_test.d test/sm2_internal_test.d ssl/statem/statem_lib.d crypto/evp/e_old.d crypto/evp/cmeth_lib.d test/errtest.d test/buildtest_seed.d crypto/bn/bn_sqr.d crypto/pkcs7/pk7_asn1.d crypto/ocsp/ocsp_ext.d crypto/asn1/d2i_pr.d crypto/evp/e_rc4.d ssl/statem/statem_srvr.d crypto/bio/bss_bio.d crypto/dh/dh_lib.d crypto/err/err.d test/verify_extra_test.d crypto/ec/curve448/curve448.d crypto/pem/pem_info.d test/buildtest_symhacks.d test/asn1_time_test.d test/cipherlist_test.d crypto/x509v3/v3_conf.d crypto/objects/obj_xref.d crypto/idea/i_ecb.d crypto/ec/ec_lib.d crypto/ec/ec2_smpl.d crypto/dh/dh_key.d apps/pkcs12.d crypto/ec/ecdsa_vrf.d crypto/cms/cms_env.d crypto/ec/ec_asn1.d crypto/bn/bn_intern.d apps/ts.d test/ecstresstest.d apps/ec.d crypto/ec/ecp_nistp521.d crypto/evp/e_bf.d crypto/asn1/p8_pkey.d ssl/ssl_sess.d crypto/sm2/sm2_err.d test/buildtest_des.d crypto/ec/ec_key.d crypto/ts/ts_req_utils.d crypto/comp/comp_err.d crypto/x509/x509_d2.d crypto/dh/dh_asn1.d crypto/store/store_lib.d crypto/ec/ec_curve.d test/bio_callback_test.d crypto/modes/wrap128.d crypto/blake2/blake2b.d test/ciphername_test.d crypto/rc4/rc4_enc.d crypto/pem/pem_x509.d test/ssl_ctx_test.d ssl/ssl_ciph.d crypto/camellia/camellia.d crypto/rsa/rsa_ameth.d test/buildtest_obj_mac.d ssl/statem/statem.d test/shlibloadtest.d test/dtlsv1listentest.d crypto/x509v3/v3_ia5.d test/buildtest_dsa.d test/sm4_internal_test.d test/asn1_decode_test.d crypto/x509/x_x509.d test/time_offset_test.d ssl/ssl_init.d test/buildtest_srp.d ssl/record/ssl3_record.d test/rdrand_sanitytest.d crypto/whrlpool/wp_dgst.d crypto/asn1/a_octet.d crypto/asn1/n_pkey.d crypto/bn/bn_mul.d crypto/objects/obj_lib.d crypto/rsa/rsa_meth.d crypto/bf/bf_enc.d crypto/asn1/asn_mime.d crypto/dh/dh_rfc5114.d crypto/x509/x509rset.d test/asynciotest.d crypto/objects/o_names.d test/buildtest_pkcs12.d crypto/ec/ec_kmeth.d test/buildtest_lhash.d crypto/evp/m_null.d apps/pkey.d crypto/bio/bio_err.d test/x509_check_cert_pkey_test.d crypto/cast/c_ofb64.d crypto/bn/bn_gcd.d crypto/evp/e_des.d crypto/x509v3/v3_akeya.d ssl/ssl_mcnf.d test/buildtest_aes.d crypto/evp/e_rc5.d crypto/rsa/rsa_x931g.d crypto/x509/x509_err.d crypto/asn1/a_digest.d ssl/ssl_lib.d crypto/x509v3/v3_purp.d test/testutil/testutil_init.d ssl/t1_trce.d crypto/asn1/d2i_pu.d crypto/bio/b_sock2.d crypto/des/pcbc_enc.d crypto/cast/c_cfb64.d crypto/x509v3/v3_pku.d crypto/lhash/lhash.d crypto/cryptlib.d crypto/ocsp/ocsp_cl.d test/asn1_internal_test.d test/sysdefaulttest.d crypto/rand/rand_egd.d crypto/rsa/rsa_pk1.d crypto/pkcs12/p12_decr.d test/destest.d crypto/evp/p_open.d crypto/evp/p_sign.d crypto/bn/bn_div.d crypto/sm2/sm2_pmeth.d test/buildtest_tls1.d test/dsa_no_digest_size_test.d crypto/asn1/tasn_scn.d crypto/dh/dh_err.d crypto/evp/m_sha1.d test/sslbuffertest.d test/rc5test.d crypto/evp/p_lib.d crypto/ec/ec_err.d crypto/dh/dh_meth.d crypto/asn1/p5_pbev2.d ssl/record/dtls1_bitmap.d crypto/rand/drbg_lib.d crypto/x509/x509type.d crypto/x509/x509_req.d ssl/methods.d crypto/ts/ts_rsp_sign.d crypto/engine/tb_pkmeth.d crypto/engine/eng_cnf.d crypto/rsa/rsa_saos.d crypto/pkcs12/p12_p8d.d crypto/ct/ct_x509v3.d test/buildtest_txt_db.d test/buildtest_bn.d test/buildtest_rand.d crypto/x509v3/v3_extku.d crypto/modes/cbc128.d apps/ocsp.d crypto/ts/ts_req_print.d ssl/s3_lib.d crypto/sm2/sm2_sign.d crypto/x509/x509_att.d crypto/x509/x509_cmp.d crypto/bio/bf_nbio.d test/buildtest_ripemd.d test/exdatatest.d fuzz/asn1parse.d apps/rand.d apps/gendsa.d crypto/bn/bn_mpi.d crypto/sha/sha256.d crypto/asn1/tasn_enc.d crypto/evp/e_sm4.d crypto/bn/bn_shift.d test/x509_internal_test.d crypto/seed/seed_cfb.d crypto/x509/x_pubkey.d engines/e_dasync.d crypto/x509v3/pcy_tree.d crypto/x509v3/v3_bitst.d crypto/conf/conf_sap.d crypto/asn1/asn1_err.d crypto/bio/bio_lib.d ssl/statem/extensions_clnt.d crypto/threads_none.d test/chacha_internal_test.d crypto/x509v3/v3_sxnet.d test/testutil/random.d crypto/cms/cms_sd.d crypto/engine/eng_init.d crypto/pkcs12/p12_key.d crypto/ec/ecdh_kdf.d crypto/x509v3/v3_genn.d test/buildtest_store.d test/secmemtest.d apps/genpkey.d crypto/camellia/cmll_ofb.d crypto/asn1/ameth_lib.d test/ssl_test_ctx_test.d crypto/bio/b_dump.d crypto/engine/eng_err.d crypto/ec/ecp_nistp224.d crypto/dh/dh_rfc7919.d crypto/poly1305/poly1305_ameth.d crypto/dsa/dsa_sign.d crypto/modes/gcm128.d crypto/asn1/f_int.d crypto/pkcs12/p12_init.d crypto/dsa/dsa_pmeth.d apps/srp.d crypto/ct/ct_vfy.d test/buildtest_asn1.d test/servername_test.d test/ssltestlib.d apps/apps.d test/danetest.d test/uitest.d test/rc4test.d crypto/evp/m_mdc2.d apps/prime.d crypto/rsa/rsa_x931.d crypto/rc5/rc5ofb64.d test/buildtest_ebcdic.d crypto/ct/ct_oct.d crypto/aes/aes_ige.d crypto/engine/eng_pkey.d crypto/ts/ts_rsp_print.d crypto/dsa/dsa_gen.d crypto/asn1/x_int64.d apps/pkeyparam.d test/testutil/cb.d crypto/ct/ct_prn.d crypto/pkcs12/p12_npas.d crypto/bn/bn_const.d crypto/async/arch/async_win.d test/constant_time_test.d crypto/rsa/rsa_ssl.d apps/bf_prefix.d crypto/rc5/rc5cfb64.d crypto/pkcs12/p12_kiss.d crypto/srp/srp_lib.d fuzz/conf.d crypto/pkcs7/pk7_doit.d ssl/t1_lib.d crypto/engine/tb_rand.d crypto/des/set_key.d test/ec_internal_test.d crypto/conf/conf_def.d crypto/asn1/tasn_prn.d apps/s_socket.d ssl/ssl_cert.d apps/verify.d apps/dhparam.d crypto/rc5/rc5_enc.d crypto/x509v3/v3_bcons.d crypto/x509/t_x509.d crypto/modes/cts128.d crypto/ct/ct_policy.d crypto/ts/ts_lib.d crypto/chacha/chacha_enc.d crypto/ocsp/ocsp_err.d crypto/conf/conf_mall.d crypto/rc2/rc2_skey.d crypto/cmac/cm_ameth.d apps/s_cb.d crypto/ocsp/v3_ocsp.d crypto/mem_dbg.d crypto/hmac/hmac.d apps/dsa.d crypto/aes/aes_ecb.d crypto/cpt_err.d test/bio_memleak_test.d apps/passwd.d crypto/pkcs7/pk7_attr.d crypto/ec/ecdsa_sign.d crypto/evp/e_cast.d crypto/camellia/cmll_ecb.d crypto/rsa/rsa_prn.d crypto/des/cbc_cksm.d crypto/engine/eng_fat.d test/ideatest.d crypto/ts/ts_asn1.d crypto/asn1/a_i2d_fp.d crypto/blake2/m_blake2b.d crypto/aes/aes_ofb.d crypto/dllmain.d test/buildtest_dtls1.d crypto/asn1/p5_pbe.d crypto/stack/stack.d crypto/x509v3/v3_enum.d apps/sess_id.d crypto/comp/c_zlib.d crypto/evp/names.d test/buildtest_rsa.d crypto/async/arch/async_null.d crypto/cms/cms_pwri.d crypto/asn1/bio_asn1.d test/buildtest_rc2.d crypto/bn/bn_exp.d crypto/pkcs7/bio_pk7.d crypto/x509/x509_ext.d crypto/ec/ec_ameth.d crypto/dsa/dsa_err.d crypto/bio/bf_buff.d test/buildtest_md2.d crypto/dh/dh_ameth.d crypto/pkcs7/pk7_mime.d crypto/rc2/rc2_ecb.d ssl/pqueue.d crypto/bn/bn_x931p.d ssl/s3_enc.d crypto/pem/pem_xaux.d test/md2test.d crypto/cms/cms_err.d crypto/asn1/a_verify.d crypto/pkcs7/pk7_lib.d crypto/asn1/a_bitstr.d test/buildtest_modes.d crypto/dh/dh_depr.d crypto/asn1/a_sign.d crypto/evp/e_camellia.d crypto/ts/ts_rsp_utils.d ssl/statem/statem_clnt.d crypto/pkcs7/pkcs7err.d ssl/d1_srtp.d crypto/evp/evp_pkey.d crypto/bio/bss_file.d crypto/x509/x_x509a.d test/rsa_test.d crypto/des/fcrypt.d crypto/rsa/rsa_depr.d crypto/engine/tb_eckey.d crypto/bio/bss_conn.d test/ssl_cert_table_internal_test.d test/buildtest_rand_drbg.d crypto/ocsp/ocsp_srv.d test/cmsapitest.d crypto/aes/aes_core.d test/cmactest.d crypto/des/str2key.d apps/crl.d crypto/dsa/dsa_ossl.d crypto/evp/evp_cnf.d crypto/asn1/tasn_fre.d crypto/md4/md4_one.d crypto/dh/dh_kdf.d crypto/bn/bn_gf2m.d crypto/evp/m_md2.d crypto/aes/aes_wrap.d apps/app_rand.d crypto/x509v3/v3_pcia.d crypto/rsa/rsa_none.d test/pkey_meth_test.d crypto/ripemd/rmd_dgst.d test/buildtest_e_os2.d crypto/ts/ts_err.d crypto/x509/x_attrib.d crypto/md5/md5_dgst.d crypto/asn1/a_object.d crypto/asn1/a_strnid.d crypto/store/store_init.d crypto/x509v3/v3_crld.d crypto/engine/tb_rsa.d crypto/engine/eng_lib.d apps/ecparam.d test/buildtest_dh.d crypto/ts/ts_verify_ctx.d crypto/asn1/x_spki.d crypto/cms/cms_asn1.d ssl/record/rec_layer_s3.d crypto/evp/evp_err.d apps/speed.d crypto/evp/p_dec.d ssl/bio_ssl.d test/gosttest.d crypto/store/loader_file.d crypto/pem/pem_oth.d test/rc2test.d crypto/dso/dso_err.d crypto/dsa/dsa_asn1.d crypto/dso/dso_dlfcn.d crypto/evp/e_des3.d fuzz/bndiv.d crypto/des/qud_cksm.d crypto/x509/x509_set.d crypto/x509v3/pcy_node.d test/drbgtest.d crypto/asn1/asn_mstbl.d ssl/record/rec_layer_d1.d ssl/packet.d crypto/conf/conf_lib.d crypto/engine/eng_all.d crypto/bio/bss_fd.d test/buildtest_conf_api.d crypto/x509v3/v3_int.d crypto/sha/sha1_one.d test/threadstest.d crypto/rand/rand_win.d test/ssl_test_ctx.d crypto/bn/bn_asm.d crypto/dso/dso_win32.d test/buildtest_ocsp.d crypto/x509/x509name.d crypto/ctype.d +DEPS=crypto/x509v3/v3err.d crypto/asn1/asn1_lib.d crypto/cmac/cm_pmeth.d crypto/ocsp/ocsp_prn.d test/buildtest_conf.d crypto/ct/ct_x509v3.d crypto/dso/dso_openssl.d crypto/pem/pem_xaux.d crypto/blake2/m_blake2b.d crypto/x509/x509type.d crypto/evp/e_xcbc_d.d test/asynciotest.d test/buildtest_blowfish.d test/verify_extra_test.d fuzz/bndiv.d crypto/sha/sha1_one.d apps/ec.d crypto/ocsp/ocsp_ext.d crypto/bio/bss_fd.d crypto/x509/t_x509.d test/buildtest_srp.d crypto/bn/bn_add.d crypto/ec/ec_curve.d apps/s_time.d crypto/ct/ct_log.d test/dsatest.d crypto/des/pcbc_enc.d crypto/modes/gcm128.d crypto/cmac/cm_ameth.d ssl/record/dtls1_bitmap.d test/x509_internal_test.d crypto/bio/bss_acpt.d crypto/modes/xts128.d crypto/md2/md2_one.d test/testutil/driver.d crypto/x509/x509cset.d crypto/siphash/siphash_ameth.d test/v3nametest.d crypto/rc5/rc5ofb64.d crypto/bn/bn_err.d ssl/ssl_asn1.d crypto/asn1/tasn_dec.d crypto/pkcs12/p12_p8e.d crypto/bio/bio_err.d crypto/x509v3/v3_admis.d crypto/dh/dh_meth.d crypto/rsa/rsa_depr.d test/buildtest_x509v3.d test/buildtest_dtls1.d apps/genrsa.d crypto/bn/bn_shift.d crypto/ec/ec_kmeth.d ssl/statem/extensions.d crypto/asn1/a_print.d test/crltest.d crypto/x509/t_crl.d crypto/ec/curve448/scalar.d test/dsa_no_digest_size_test.d test/buildtest_hmac.d crypto/x509/x509_req.d crypto/pem/pem_err.d ssl/record/ssl3_record.d crypto/ocsp/v3_ocsp.d crypto/rsa/rsa_pss.d test/buildtest_obj_mac.d crypto/evp/e_seed.d crypto/x509v3/pcy_map.d test/buildtest_evp.d test/bio_callback_test.d crypto/evp/p_seal.d crypto/md4/md4_one.d crypto/ui/ui_null.d crypto/ec/ec_key.d ssl/ssl_lib.d crypto/asn1/f_int.d crypto/x509v3/v3_akeya.d crypto/evp/m_wp.d crypto/ec/ec_print.d test/recordlentest.d crypto/aes/aes_wrap.d crypto/asn1/x_pkey.d crypto/async/async_err.d crypto/kdf/kdf_err.d test/buildtest_rc2.d crypto/evp/evp_pbe.d test/buildtest_pem2.d fuzz/test-corpus.d crypto/idea/i_ecb.d crypto/evp/e_null.d crypto/sha/sha512.d crypto/engine/tb_dh.d crypto/x509v3/v3_enum.d ssl/record/ssl3_record_tls13.d crypto/blake2/blake2b.d apps/pkcs12.d crypto/pem/pem_pkey.d test/buildtest_cast.d test/buildtest_idea.d apps/gendsa.d crypto/asn1/asn1_err.d crypto/asn1/x_spki.d crypto/engine/eng_dyn.d crypto/ec/curve448/f_generic.d crypto/bn/bn_lib.d crypto/comp/c_zlib.d crypto/dh/dh_check.d crypto/modes/cts128.d crypto/cms/cms_ess.d test/x509_time_test.d ssl/methods.d crypto/x509v3/v3_int.d crypto/x509/x509_txt.d crypto/dh/dh_rfc7919.d crypto/bn/bn_rand.d crypto/x509/x_attrib.d crypto/dsa/dsa_err.d test/ocspapitest.d crypto/evp/pmeth_gn.d crypto/pkcs12/p12_add.d crypto/md5/md5_dgst.d crypto/evp/digest.d crypto/x509/x_exten.d ssl/statem/statem_clnt.d test/siphash_internal_test.d crypto/rc2/rc2_skey.d test/buildtest_bn.d crypto/asn1/p5_scrypt.d crypto/ec/ec2_smpl.d crypto/bio/bss_mem.d test/buildtest_asn1t.d crypto/asn1/asn1_item_list.d crypto/asn1/a_time.d crypto/engine/tb_asnmth.d crypto/camellia/cmll_ofb.d crypto/modes/cbc128.d test/buildtest_ec.d test/buildtest_modes.d crypto/bn/bn_mod.d apps/passwd.d crypto/x509/x509_att.d crypto/poly1305/poly1305.d crypto/pkcs7/pk7_attr.d crypto/ec/ecx_meth.d test/buildtest_txt_db.d crypto/pkcs12/p12_p8d.d crypto/ec/ecdh_kdf.d crypto/x509v3/v3_asid.d crypto/asn1/a_i2d_fp.d apps/rehash.d test/ideatest.d apps/s_client.d crypto/seed/seed_cfb.d test/tls13encryptiontest.d crypto/ocsp/ocsp_err.d crypto/x509/x509_cmp.d crypto/store/store_err.d crypto/rsa/rsa_mp.d crypto/engine/eng_pkey.d test/fatalerrtest.d crypto/camellia/camellia.d crypto/ocsp/ocsp_lib.d test/buildtest_lhash.d crypto/asn1/asn_moid.d apps/prime.d crypto/evp/m_sha3.d crypto/ec/curve448/curve448_tables.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/asn1/a_utf8.d crypto/evp/m_md4.d apps/storeutl.d crypto/mem_clr.d apps/bf_prefix.d apps/s_cb.d test/exdatatest.d crypto/engine/eng_table.d ssl/packet.d crypto/rsa/rsa_meth.d crypto/x509/x509_d2.d apps/verify.d crypto/rand/randfile.d apps/spkac.d crypto/asn1/a_utctm.d crypto/evp/e_aes_cbc_hmac_sha1.d test/mdc2test.d crypto/cast/c_ecb.d crypto/asn1/tasn_fre.d crypto/evp/e_aes.d crypto/x509v3/v3_akey.d crypto/asn1/i2d_pu.d crypto/bio/b_dump.d apps/ecparam.d crypto/async/arch/async_win.d crypto/rc4/rc4_skey.d test/pbelutest.d crypto/uid.d test/buildtest_x509.d crypto/des/cbc_cksm.d crypto/x509/x_req.d crypto/ec/ecdsa_ossl.d test/buildtest_rand.d crypto/engine/tb_rsa.d crypto/dsa/dsa_ossl.d crypto/asn1/tasn_typ.d crypto/ec/curve25519.d crypto/chacha/chacha_enc.d crypto/ec/ecdh_ossl.d test/rdrand_sanitytest.d crypto/x509/x509_vfy.d crypto/evp/names.d ssl/ssl_rsa.d test/buildtest_safestack.d crypto/sm3/sm3.d crypto/hmac/hmac.d crypto/pkcs12/pk12err.d test/buildtest_pem.d crypto/dso/dso_err.d crypto/cms/cms_att.d crypto/x509v3/v3_pci.d ssl/ssl_utst.d crypto/bio/bss_file.d fuzz/client.d crypto/idea/i_cbc.d crypto/evp/m_sha1.d crypto/evp/e_rc5.d test/v3ext.d ssl/statem/extensions_srvr.d ms/uplink.d crypto/asn1/a_mbstr.d apps/smime.d crypto/pkcs12/p12_key.d crypto/cms/cms_kari.d ssl/bio_ssl.d crypto/mem_dbg.d crypto/objects/obj_dat.d ssl/statem/extensions_cust.d crypto/bio/bss_conn.d crypto/rand/drbg_ctr.d test/lhash_test.d crypto/ebcdic.d crypto/ts/ts_err.d crypto/err/err.d crypto/conf/conf_mod.d apps/rsautl.d crypto/dsa/dsa_gen.d crypto/rand/rand_err.d crypto/ocsp/ocsp_ht.d crypto/bio/b_addr.d crypto/err/err_all.d crypto/bn/bn_x931p.d test/asn1_internal_test.d crypto/dh/dh_key.d test/rc4test.d crypto/ui/ui_util.d crypto/engine/eng_cnf.d crypto/x509/x509spki.d test/buildtest_async.d crypto/engine/tb_eckey.d test/ssl_cert_table_internal_test.d crypto/x509v3/v3_skey.d crypto/rsa/rsa_pk1.d crypto/async/arch/async_posix.d crypto/threads_pthread.d test/afalgtest.d crypto/evp/p_lib.d test/mdc2_internal_test.d crypto/seed/seed.d crypto/x509v3/v3_info.d crypto/rc2/rc2_cbc.d crypto/evp/p_dec.d crypto/dsa/dsa_lib.d crypto/des/ecb3_enc.d test/wpackettest.d apps/ts.d crypto/asn1/asn_mime.d crypto/asn1/x_bignum.d test/buildtest_symhacks.d ssl/s3_enc.d crypto/cms/cms_smime.d ssl/tls_srp.d crypto/engine/tb_digest.d crypto/o_init.d crypto/pkcs12/p12_crt.d crypto/ts/ts_asn1.d test/buildtest_ocsp.d test/testutil/main.d crypto/seed/seed_ofb.d crypto/pkcs7/pk7_asn1.d apps/ocsp.d test/threadstest.d crypto/dh/dh_depr.d test/errtest.d crypto/whrlpool/wp_dgst.d crypto/ts/ts_lib.d crypto/ct/ct_b64.d crypto/bn/bn_recp.d crypto/asn1/a_type.d apps/s_socket.d crypto/dso/dso_lib.d crypto/sha/sha1dgst.d test/buildtest_rc4.d crypto/dsa/dsa_key.d crypto/o_dir.d crypto/o_fips.d crypto/pkcs12/p12_crpt.d test/buildtest_tls1.d crypto/bn/bn_sqr.d crypto/bn/bn_intern.d crypto/bf/bf_ofb64.d crypto/cmac/cmac.d test/buildtest_stack.d ms/applink.d crypto/evp/e_sm4.d crypto/dsa/dsa_ameth.d crypto/pkcs12/p12_mutl.d crypto/camellia/cmll_misc.d crypto/asn1/p5_pbev2.d test/hmactest.d crypto/x509/x509_meth.d crypto/evp/p5_crpt.d test/buildtest_rsa.d crypto/ec/ecp_nistp224.d crypto/rc2/rc2ofb64.d ssl/record/ssl3_buffer.d crypto/asn1/a_strnid.d crypto/asn1/a_gentm.d crypto/rsa/rsa_prn.d ssl/t1_trce.d ssl/tls13_enc.d crypto/asn1/x_long.d test/testutil/random.d test/x509aux.d ssl/pqueue.d crypto/des/ecb_enc.d crypto/rand/rand_lib.d crypto/idea/i_ofb64.d crypto/asn1/ameth_lib.d crypto/asn1/tasn_prn.d crypto/dsa/dsa_pmeth.d ssl/record/rec_layer_s3.d crypto/asn1/tasn_scn.d crypto/objects/obj_err.d crypto/ts/ts_req_print.d crypto/pkcs7/pkcs7err.d crypto/modes/ccm128.d crypto/engine/eng_rdrand.d crypto/camellia/cmll_cbc.d crypto/md5/md5_one.d fuzz/conf.d test/stack_test.d crypto/x509/x509_obj.d crypto/bio/bss_dgram.d crypto/evp/e_camellia.d crypto/evp/bio_ok.d crypto/modes/ofb128.d crypto/hmac/hm_ameth.d crypto/bio/bio_lib.d crypto/x509/x_pubkey.d crypto/pkcs12/p12_attr.d test/buildtest_pkcs7.d crypto/asn1/bio_ndef.d test/asn1_encode_test.d test/rsa_test.d crypto/dsa/dsa_asn1.d ssl/statem/statem_lib.d crypto/pem/pem_all.d crypto/store/loader_file.d crypto/bn/bn_prime.d crypto/getenv.d test/bio_memleak_test.d crypto/asn1/a_int.d crypto/evp/e_idea.d crypto/buffer/buf_err.d test/cmactest.d crypto/des/qud_cksm.d test/bio_enc_test.d test/ecstresstest.d crypto/evp/encode.d crypto/x509/x_x509a.d apps/crl2p7.d test/buildtest_e_os2.d test/ssl_test_ctx.d test/sslapitest.d apps/dsa.d crypto/whrlpool/wp_block.d test/buildtest_md5.d apps/errstr.d crypto/x509v3/v3_bitst.d crypto/des/des_enc.d crypto/ec/ecp_nist.d crypto/md4/md4_dgst.d crypto/ec/ecp_mont.d crypto/hmac/hm_pmeth.d crypto/evp/m_md2.d test/testutil/test_cleanup.d test/bad_dtls_test.d apps/dsaparam.d crypto/poly1305/poly1305_pmeth.d ssl/ssl_txt.d test/buildtest_pkcs12.d crypto/evp/pmeth_lib.d test/ectest.d crypto/asn1/a_bitstr.d test/dtlsv1listentest.d crypto/evp/e_des3.d crypto/dso/dso_vms.d test/asynctest.d crypto/objects/o_names.d crypto/mem.d test/ssl_test_ctx_test.d test/packettest.d test/danetest.d crypto/x509v3/v3_pcons.d crypto/rc5/rc5_skey.d test/buildtest_cms.d test/test_test.d test/testutil/testutil_init.d test/testutil/format_output.d fuzz/crl.d crypto/x509/x_name.d crypto/pem/pem_pk8.d crypto/x509v3/v3_ia5.d apps/x509.d crypto/ec/ecp_oct.d crypto/asn1/a_octet.d crypto/aes/aes_ecb.d test/sm2_internal_test.d crypto/pem/pem_oth.d crypto/md2/md2_dgst.d crypto/asn1/p5_pbe.d crypto/camellia/cmll_ecb.d crypto/o_str.d crypto/cast/c_ofb64.d crypto/engine/tb_pkmeth.d crypto/x509v3/pcy_data.d crypto/engine/eng_fat.d crypto/engine/tb_dsa.d crypto/dllmain.d crypto/ts/ts_rsp_verify.d test/buildtest_aes.d test/gmdifftest.d crypto/evp/p5_crpt2.d crypto/sm2/sm2_sign.d crypto/rand/rand_egd.d crypto/bn/bn_mpi.d crypto/evp/e_bf.d test/buildtest_ebcdic.d crypto/camellia/cmll_ctr.d crypto/asn1/i2d_pr.d crypto/evp/e_chacha20_poly1305.d crypto/dh/dh_kdf.d crypto/pkcs12/p12_sbag.d crypto/ts/ts_rsp_print.d crypto/bio/bss_bio.d crypto/asn1/f_string.d crypto/asn1/asn1_gen.d test/buildtest_ui.d fuzz/ct.d crypto/ec/curve448/curve448.d crypto/x509v3/v3_utl.d crypto/rsa/rsa_sign.d crypto/ocsp/ocsp_srv.d fuzz/x509.d ssl/t1_lib.d crypto/x509v3/v3_pcia.d apps/crl.d test/buildtest_ssl3.d crypto/ts/ts_verify_ctx.d crypto/pem/pem_lib.d crypto/evp/pmeth_fn.d crypto/evp/p_sign.d apps/ciphers.d crypto/threads_none.d crypto/bn/bn_ctx.d crypto/conf/conf_api.d crypto/ec/ec_check.d apps/s_server.d test/ciphername_test.d test/buildtest_sha.d test/buildtest_buffer.d crypto/dh/dh_rfc5114.d test/buildtest_rc5.d crypto/comp/comp_err.d apps/pkcs7.d crypto/asn1/d2i_pu.d test/ctype_internal_test.d crypto/objects/obj_lib.d crypto/bn/bn_print.d crypto/bio/b_sock.d test/buildtest_objects.d crypto/cms/cms_io.d ssl/ssl_init.d crypto/ec/ec_lib.d crypto/ec/ecp_nistp521.d crypto/rand/rand_vms.d crypto/bio/b_sock2.d test/rc5test.d apps/pkeyparam.d crypto/txt_db/txt_db.d crypto/dsa/dsa_vrf.d test/buildtest_seed.d crypto/x509/by_dir.d test/sm4_internal_test.d test/ct_test.d crypto/ec/ec_cvt.d crypto/ocsp/ocsp_vfy.d crypto/rc5/rc5_enc.d crypto/aes/aes_core.d crypto/cms/cms_lib.d crypto/evp/c_allc.d test/testutil/basic_output.d test/curve448_internal_test.d crypto/des/fcrypt_b.d crypto/x509v3/v3_ncons.d crypto/asn1/x_info.d crypto/asn1/t_bitst.d crypto/async/async.d apps/asn1pars.d crypto/ec/ecp_smpl.d test/asn1_string_table_test.d crypto/asn1/nsseq.d crypto/aes/aes_cbc.d crypto/asn1/x_val.d crypto/ec/ec_mult.d crypto/sm2/sm2_err.d crypto/evp/m_sigver.d crypto/sm2/sm2_crypt.d test/buildtest_ssl.d crypto/modes/ocb128.d engines/e_ossltest.d apps/apps.d crypto/threads_win.d crypto/asn1/evp_asn1.d crypto/x509/t_req.d crypto/x509/x509_set.d crypto/rsa/rsa_x931g.d crypto/evp/bio_enc.d test/conf_include_test.d test/testutil/tap_bio.d crypto/modes/cfb128.d ssl/ssl_ciph.d crypto/rsa/rsa_err.d crypto/des/set_key.d crypto/evp/e_cast.d crypto/srp/srp_lib.d crypto/evp/e_aria.d crypto/rc5/rc5cfb64.d crypto/asn1/a_object.d crypto/evp/e_rc4_hmac_md5.d crypto/asn1/a_sign.d test/ecdsatest.d crypto/pem/pem_info.d test/igetest.d crypto/bf/bf_ecb.d crypto/mem_sec.d test/buildtest_ct.d crypto/des/ofb_enc.d test/buildtest_dh.d crypto/rsa/rsa_oaep.d crypto/x509/x509_err.d apps/cms.d test/drbg_cavs_data.d test/buildtest_des.d crypto/bn/bn_depr.d crypto/ct/ct_err.d crypto/ec/ec_err.d test/casttest.d crypto/siphash/siphash.d ssl/ssl_stat.d crypto/rsa/rsa_ossl.d crypto/des/cfb64ede.d crypto/poly1305/poly1305_ameth.d crypto/evp/e_des.d crypto/engine/eng_all.d crypto/dsa/dsa_meth.d crypto/x509v3/v3_crld.d apps/sess_id.d crypto/ec/ec_asn1.d crypto/asn1/asn_mstbl.d crypto/asn1/p8_pkey.d crypto/des/cfb_enc.d crypto/asn1/tasn_enc.d test/sslcorrupttest.d crypto/bn/bn_srp.d test/buildtest_ripemd.d crypto/ec/curve448/eddsa.d test/dhtest.d crypto/bn/bn_exp.d test/buildtest_asn1.d crypto/x509/x509_r2x.d test/tls13ccstest.d crypto/x509v3/v3_tlsf.d crypto/kdf/scrypt.d crypto/ec/curve448/arch_32/f_impl.d crypto/bf/bf_skey.d ssl/ssl_mcnf.d crypto/des/ofb64ede.d crypto/seed/seed_cbc.d ssl/ssl_sess.d crypto/bf/bf_enc.d fuzz/cms.d test/memleaktest.d apps/req.d crypto/comp/comp_lib.d ssl/statem/statem_srvr.d crypto/ts/ts_conf.d crypto/x509/x509name.d crypto/x509v3/v3_cpols.d test/buildtest_x509_vfy.d apps/win32_init.d crypto/ec/ecdsa_sign.d crypto/rsa/rsa_x931.d test/exptest.d test/tls13secretstest.d apps/srp.d crypto/rand/drbg_lib.d test/d2i_test.d crypto/dsa/dsa_depr.d crypto/des/ofb64enc.d crypto/engine/eng_err.d crypto/bn/bn_mul.d fuzz/asn1.d crypto/cms/cms_cd.d crypto/asn1/tasn_new.d crypto/rand/rand_win.d crypto/conf/conf_ssl.d test/asn1_decode_test.d crypto/bn/bn_gf2m.d crypto/x509/x_crl.d crypto/conf/conf_lib.d crypto/evp/bio_md.d crypto/evp/p_verify.d crypto/ec/ec_pmeth.d crypto/ct/ct_vfy.d crypto/engine/tb_rand.d crypto/bio/bf_nbio.d apps/enc.d crypto/x509v3/v3_pmaps.d crypto/x509v3/pcy_cache.d crypto/des/cfb64enc.d test/servername_test.d crypto/bio/bss_log.d crypto/cms/cms_asn1.d crypto/asn1/t_spki.d test/buildtest_ssl2.d crypto/ec/ec_ameth.d crypto/dso/dso_win32.d crypto/sha/keccak1600.d crypto/store/store_register.d crypto/pkcs12/p12_asn.d crypto/ec/ecp_nistputil.d crypto/bio/bss_sock.d crypto/x509/x509_vpm.d apps/engine.d crypto/evp/evp_lib.d crypto/cversion.d crypto/aes/aes_ige.d crypto/rsa/rsa_none.d crypto/asn1/t_pkey.d crypto/ts/ts_rsp_sign.d crypto/pem/pvkfmt.d crypto/bio/bf_null.d crypto/asn1/x_algor.d ssl/statem/statem.d crypto/bn/bn_asm.d crypto/asn1/a_verify.d test/pkey_meth_kdf_test.d crypto/engine/eng_ctrl.d ssl/statem/extensions_clnt.d crypto/aes/aes_ofb.d apps/dgst.d test/ec_internal_test.d crypto/asn1/x_int64.d crypto/evp/evp_key.d crypto/cpt_err.d crypto/evp/m_md5.d test/sysdefaulttest.d crypto/bio/bio_meth.d crypto/aria/aria.d crypto/sha/sha256.d crypto/x509v3/v3_sxnet.d crypto/blake2/blake2s.d test/evp_extra_test.d crypto/bn/bn_kron.d crypto/ec/ecp_nistp256.d crypto/rc2/rc2_ecb.d test/rc2test.d crypto/modes/ctr128.d crypto/conf/conf_err.d test/uitest.d crypto/kdf/hkdf.d crypto/conf/conf_mall.d test/buildtest_ecdsa.d test/versions.d crypto/engine/tb_cipher.d test/drbgtest.d crypto/pkcs7/pk7_smime.d test/buildtest_md4.d crypto/bf/bf_cfb64.d crypto/x509v3/v3_bcons.d crypto/async/arch/async_null.d apps/genpkey.d test/poly1305_internal_test.d test/buildtest_bio.d crypto/srp/srp_vfy.d test/time_offset_test.d crypto/siphash/siphash_pmeth.d test/md2test.d crypto/ct/ct_prn.d crypto/evp/p_open.d apps/nseq.d crypto/bn/bn_div.d crypto/x509/x509_ext.d test/ssl_test.d fuzz/bignum.d crypto/pkcs12/p12_kiss.d crypto/bn/bn_word.d crypto/x509/x_x509.d crypto/evp/e_rc4.d test/buildtest_ossl_typ.d test/bioprinttest.d crypto/ripemd/rmd_dgst.d ssl/statem/statem_dtls.d crypto/dso/dso_dlfcn.d crypto/aes/aes_misc.d crypto/pkcs7/pk7_doit.d crypto/bn/bn_dh.d apps/dhparam.d crypto/x509v3/v3_purp.d crypto/idea/i_cfb64.d test/dtls_mtu_test.d test/pemtest.d test/buildtest_cmac.d crypto/evp/evp_err.d crypto/x509v3/pcy_tree.d ssl/ssl_err.d crypto/idea/i_skey.d crypto/rc2/rc2cfb64.d test/sslbuffertest.d test/pkey_meth_test.d test/buildtest_rand_drbg.d test/constant_time_test.d crypto/ui/ui_err.d crypto/evp/evp_enc.d crypto/dh/dh_asn1.d crypto/buffer/buffer.d test/chacha_internal_test.d ssl/s3_msg.d crypto/asn1/bio_asn1.d test/x509_dup_cert_test.d crypto/x509v3/pcy_lib.d test/buildtest_srtp.d crypto/dh/dh_err.d test/dtlstest.d crypto/cast/c_enc.d crypto/bn/bn_gcd.d ssl/d1_msg.d crypto/ct/ct_oct.d crypto/ec/ec_oct.d crypto/x509v3/v3_genn.d crypto/asn1/a_dup.d crypto/cms/cms_pwri.d crypto/x509v3/v3_lib.d test/buildtest_engine.d crypto/bio/bss_null.d crypto/des/rand_key.d crypto/evp/evp_pkey.d crypto/asn1/asn1_par.d test/clienthellotest.d test/srptest.d crypto/evp/m_ripemd.d fuzz/server.d crypto/bio/bf_buff.d crypto/rc4/rc4_enc.d test/buildtest_whrlpool.d crypto/evp/cmeth_lib.d test/sanitytest.d crypto/rsa/rsa_asn1.d crypto/asn1/d2i_pr.d crypto/evp/p_enc.d crypto/engine/eng_init.d crypto/dh/dh_gen.d ssl/d1_srtp.d test/bftest.d test/buildtest_conf_api.d crypto/dsa/dsa_sign.d crypto/evp/m_mdc2.d crypto/evp/e_old.d crypto/rsa/rsa_chk.d crypto/camellia/cmll_cfb.d test/buildtest_ecdh.d crypto/conf/conf_sap.d crypto/asn1/a_d2i_fp.d crypto/evp/c_alld.d ssl/ssl_conf.d crypto/ui/ui_lib.d apps/ca.d test/buildtest_kdf.d crypto/engine/eng_openssl.d crypto/lhash/lhash.d crypto/x509/by_file.d crypto/stack/stack.d test/buildtest_crypto.d crypto/store/store_init.d crypto/ui/ui_openssl.d crypto/ex_data.d fuzz/asn1parse.d engines/e_capi.d test/x509_check_cert_pkey_test.d crypto/conf/conf_def.d test/testutil/stanza.d test/buildtest_dsa.d crypto/async/async_wait.d test/rsa_mp_test.d test/buildtest_store.d apps/version.d ssl/s3_lib.d crypto/ec/ec2_oct.d crypto/asn1/x_sig.d crypto/x509/x509rset.d crypto/evp/pbe_scrypt.d ssl/d1_lib.d test/buildtest_comp.d apps/opt.d crypto/modes/wrap128.d crypto/dh/dh_lib.d test/buildtest_camellia.d crypto/pkcs12/p12_init.d test/testutil/tests.d crypto/des/cbc_enc.d test/secmemtest.d crypto/x509/x509_v3.d apps/rsa.d crypto/bio/bio_cb.d crypto/x509v3/v3_extku.d crypto/asn1/tasn_utl.d crypto/bn/bn_exp2.d crypto/ct/ct_sct.d crypto/pkcs12/p12_npas.d crypto/ts/ts_rsp_utils.d test/destest.d crypto/rsa/rsa_ssl.d crypto/engine/eng_lib.d crypto/engine/eng_list.d crypto/kdf/tls1_prf.d crypto/o_time.d crypto/dso/dso_dl.d crypto/bn/bn_sqrt.d test/ssl_ctx_test.d test/drbg_cavs_test.d crypto/pem/pem_sign.d crypto/ct/ct_policy.d crypto/ripemd/rmd_one.d test/cipherlist_test.d crypto/rsa/rsa_lib.d crypto/pkcs12/p12_decr.d crypto/des/xcbc_enc.d crypto/err/err_prn.d crypto/rc5/rc5_ecb.d crypto/cms/cms_sd.d crypto/dh/dh_prn.d crypto/pkcs7/pk7_lib.d crypto/rand/rand_unix.d crypto/sm4/sm4.d crypto/evp/bio_b64.d crypto/rsa/rsa_saos.d apps/pkey.d crypto/evp/e_rc2.d crypto/ctype.d test/testutil/output_helpers.d crypto/x509v3/pcy_node.d test/aborttest.d crypto/x509v3/v3_conf.d crypto/cast/c_skey.d crypto/pkcs12/p12_utl.d ssl/t1_enc.d test/gosttest.d crypto/cms/cms_err.d crypto/x509v3/v3_addr.d crypto/init.d test/evp_test.d crypto/rsa/rsa_gen.d crypto/seed/seed_ecb.d apps/pkcs8.d test/ssltest_old.d crypto/o_fopen.d crypto/cast/c_cfb64.d test/cipherbytes_test.d test/bntest.d engines/e_padlock.d crypto/bn/bn_blind.d crypto/asn1/a_digest.d crypto/x509/x509_lu.d crypto/des/fcrypt.d ssl/s3_cbc.d crypto/pkcs7/bio_pk7.d ssl/record/rec_layer_d1.d crypto/cms/cms_enc.d test/modes_internal_test.d engines/e_dasync.d crypto/ec/ecdsa_vrf.d crypto/bn/bn_const.d ssl/ssl_cert.d crypto/asn1/asn_pack.d crypto/objects/obj_xref.d apps/speed.d crypto/bio/bf_lbuf.d crypto/x509v3/v3_pku.d crypto/store/store_strings.d crypto/rsa/rsa_pmeth.d crypto/store/store_lib.d test/ssltestlib.d crypto/sm3/m_sm3.d crypto/evp/evp_cnf.d crypto/evp/m_null.d apps/pkeyutl.d apps/app_rand.d test/buildtest_md2.d crypto/pem/pem_x509.d apps/rand.d test/buildtest_ts.d test/cmsapitest.d crypto/bn/bn_nist.d crypto/pkcs7/pk7_mime.d crypto/cms/cms_env.d crypto/asn1/a_strex.d crypto/x509/x509_def.d crypto/x509/x_all.d crypto/asn1/n_pkey.d crypto/ct/ct_sct_ctx.d crypto/dh/dh_ameth.d test/handshake_helper.d crypto/lhash/lh_stats.d crypto/sm2/sm2_pmeth.d crypto/cryptlib.d crypto/des/str2key.d apps/openssl.d crypto/bn/bn_mont.d crypto/dsa/dsa_prn.d test/shlibloadtest.d test/rsa_complex.d crypto/evp/m_md5_sha1.d crypto/ts/ts_req_utils.d crypto/x509v3/v3_alt.d crypto/dh/dh_pmeth.d test/asn1_time_test.d test/enginetest.d crypto/rsa/rsa_crpt.d crypto/rsa/rsa_ameth.d crypto/cms/cms_dd.d crypto/blake2/m_blake2s.d test/testutil/cb.d crypto/x509v3/v3_prn.d crypto/ocsp/ocsp_asn.d crypto/bio/b_print.d crypto/ocsp/ocsp_cl.d crypto/x509/x509_trs.d crypto/ec/eck_prn.d test/buildtest_opensslv.d crypto/aes/aes_cfb.d GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/dso_conf.h include/openssl/opensslconf.h GENERATED=apps/CA.pl apps/openssl.rc apps/progs.h apps/tsget.pl crypto/buildinf.h crypto/uplink-x86.s libcrypto.def libcrypto.rc libssl.def libssl.rc test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md2.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_rc5.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_ssl3.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash util/shlib_wrap.sh @@ -269,7 +269,6 @@ clean: libclean $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc -$(RM) `find . -type l \! -name '.*' -print` - $(RM) $(TARFILE) distclean: clean $(RM) configdata.pm @@ -9665,10 +9664,10 @@ crypto/x509 crypto/x509/: crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509 crypto/x509v3 crypto/x509v3/: crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o engines engines/: engines/capi.dll engines/dasync.dll engines/ossltest.dll engines/padlock.dll fuzz fuzz/: fuzz/asn1-test.exe fuzz/asn1parse-test.exe fuzz/bignum-test.exe fuzz/bndiv-test.exe fuzz/client-test.exe fuzz/cms-test.exe fuzz/conf-test.exe fuzz/crl-test.exe fuzz/ct-test.exe fuzz/server-test.exe fuzz/x509-test.exe -ms ms/: ms/uplink.o ms/applink.o ms/applink.o +ms ms/: ms/applink.o ms/applink.o ms/uplink.o @ : No support to produce bin apps/openssl, test/uitest @ : No support to produce bin apps/openssl, test/uitest -ssl ssl/: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o ssl/packet.o ssl/tls13_enc.o +ssl ssl/: ssl/packet.o ssl/tls13_enc.o ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o @ : No support to produce bin test/tls13secretstest ssl/record ssl/record/: ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/statem ssl/statem/: ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o diff --git a/upstream-build/makefile/i686-win32-msvc b/upstream-build/makefile/i686-win32-msvc index 8a52388..e737436 100644 --- a/upstream-build/makefile/i686-win32-msvc +++ b/upstream-build/makefile/i686-win32-msvc @@ -10,7 +10,7 @@ PLATFORM=VC-WIN32 SRCDIR=.. BLDDIR=. -VERSION=1.1.1k +VERSION=1.1.1l MAJOR=1 MINOR=1.1 @@ -25,7 +25,7 @@ PROGRAMS=apps\openssl.exe fuzz\asn1-test.exe fuzz\asn1parse-test.exe fuzz\bignum PROGRAMPDBS=apps\openssl.pdb fuzz\asn1-test.pdb fuzz\asn1parse-test.pdb fuzz\bignum-test.pdb fuzz\bndiv-test.pdb fuzz\client-test.pdb fuzz\cms-test.pdb fuzz\conf-test.pdb fuzz\crl-test.pdb fuzz\ct-test.pdb fuzz\server-test.pdb fuzz\x509-test.pdb test\aborttest.pdb test\afalgtest.pdb test\asn1_decode_test.pdb test\asn1_encode_test.pdb test\asn1_internal_test.pdb test\asn1_string_table_test.pdb test\asn1_time_test.pdb test\asynciotest.pdb test\asynctest.pdb test\bad_dtls_test.pdb test\bftest.pdb test\bio_callback_test.pdb test\bio_enc_test.pdb test\bio_memleak_test.pdb test\bioprinttest.pdb test\bntest.pdb test\buildtest_c_aes.pdb test\buildtest_c_asn1.pdb test\buildtest_c_asn1t.pdb test\buildtest_c_async.pdb test\buildtest_c_bio.pdb test\buildtest_c_blowfish.pdb test\buildtest_c_bn.pdb test\buildtest_c_buffer.pdb test\buildtest_c_camellia.pdb test\buildtest_c_cast.pdb test\buildtest_c_cmac.pdb test\buildtest_c_cms.pdb test\buildtest_c_comp.pdb test\buildtest_c_conf.pdb test\buildtest_c_conf_api.pdb test\buildtest_c_crypto.pdb test\buildtest_c_ct.pdb test\buildtest_c_des.pdb test\buildtest_c_dh.pdb test\buildtest_c_dsa.pdb test\buildtest_c_dtls1.pdb test\buildtest_c_e_os2.pdb test\buildtest_c_ebcdic.pdb test\buildtest_c_ec.pdb test\buildtest_c_ecdh.pdb test\buildtest_c_ecdsa.pdb test\buildtest_c_engine.pdb test\buildtest_c_evp.pdb test\buildtest_c_hmac.pdb test\buildtest_c_idea.pdb test\buildtest_c_kdf.pdb test\buildtest_c_lhash.pdb test\buildtest_c_md2.pdb test\buildtest_c_md4.pdb test\buildtest_c_md5.pdb test\buildtest_c_modes.pdb test\buildtest_c_obj_mac.pdb test\buildtest_c_objects.pdb test\buildtest_c_ocsp.pdb test\buildtest_c_opensslv.pdb test\buildtest_c_ossl_typ.pdb test\buildtest_c_pem.pdb test\buildtest_c_pem2.pdb test\buildtest_c_pkcs12.pdb test\buildtest_c_pkcs7.pdb test\buildtest_c_rand.pdb test\buildtest_c_rand_drbg.pdb test\buildtest_c_rc2.pdb test\buildtest_c_rc4.pdb test\buildtest_c_rc5.pdb test\buildtest_c_ripemd.pdb test\buildtest_c_rsa.pdb test\buildtest_c_safestack.pdb test\buildtest_c_seed.pdb test\buildtest_c_sha.pdb test\buildtest_c_srp.pdb test\buildtest_c_srtp.pdb test\buildtest_c_ssl.pdb test\buildtest_c_ssl2.pdb test\buildtest_c_ssl3.pdb test\buildtest_c_stack.pdb test\buildtest_c_store.pdb test\buildtest_c_symhacks.pdb test\buildtest_c_tls1.pdb test\buildtest_c_ts.pdb test\buildtest_c_txt_db.pdb test\buildtest_c_ui.pdb test\buildtest_c_whrlpool.pdb test\buildtest_c_x509.pdb test\buildtest_c_x509_vfy.pdb test\buildtest_c_x509v3.pdb test\casttest.pdb test\chacha_internal_test.pdb test\cipherbytes_test.pdb test\cipherlist_test.pdb test\ciphername_test.pdb test\clienthellotest.pdb test\cmactest.pdb test\cmsapitest.pdb test\conf_include_test.pdb test\constant_time_test.pdb test\crltest.pdb test\ct_test.pdb test\ctype_internal_test.pdb test\curve448_internal_test.pdb test\d2i_test.pdb test\danetest.pdb test\destest.pdb test\dhtest.pdb test\drbg_cavs_test.pdb test\drbgtest.pdb test\dsa_no_digest_size_test.pdb test\dsatest.pdb test\dtls_mtu_test.pdb test\dtlstest.pdb test\dtlsv1listentest.pdb test\ec_internal_test.pdb test\ecdsatest.pdb test\ecstresstest.pdb test\ectest.pdb test\enginetest.pdb test\errtest.pdb test\evp_extra_test.pdb test\evp_test.pdb test\exdatatest.pdb test\exptest.pdb test\fatalerrtest.pdb test\gmdifftest.pdb test\gosttest.pdb test\hmactest.pdb test\ideatest.pdb test\igetest.pdb test\lhash_test.pdb test\md2test.pdb test\mdc2test.pdb test\memleaktest.pdb test\modes_internal_test.pdb test\ocspapitest.pdb test\packettest.pdb test\pbelutest.pdb test\pemtest.pdb test\pkey_meth_kdf_test.pdb test\pkey_meth_test.pdb test\poly1305_internal_test.pdb test\rc2test.pdb test\rc4test.pdb test\rc5test.pdb test\rdrand_sanitytest.pdb test\recordlentest.pdb test\rsa_complex.pdb test\rsa_mp_test.pdb test\rsa_test.pdb test\sanitytest.pdb test\secmemtest.pdb test\servername_test.pdb test\shlibloadtest.pdb test\siphash_internal_test.pdb test\sm2_internal_test.pdb test\sm4_internal_test.pdb test\srptest.pdb test\ssl_cert_table_internal_test.pdb test\ssl_ctx_test.pdb test\ssl_test.pdb test\ssl_test_ctx_test.pdb test\sslapitest.pdb test\sslbuffertest.pdb test\sslcorrupttest.pdb test\ssltest_old.pdb test\stack_test.pdb test\sysdefaulttest.pdb test\test_test.pdb test\threadstest.pdb test\time_offset_test.pdb test\tls13ccstest.pdb test\tls13encryptiontest.pdb test\tls13secretstest.pdb test\uitest.pdb test\v3ext.pdb test\v3nametest.pdb test\verify_extra_test.pdb test\versions.pdb test\wpackettest.pdb test\x509_check_cert_pkey_test.pdb test\x509_dup_cert_test.pdb test\x509_internal_test.pdb test\x509_time_test.pdb test\x509aux.pdb SCRIPTS=apps\CA.pl apps\tsget.pl tools\c_rehash.pl -DEPS=crypto\pkcs12\p12_attr.d test\buildtest_aes.d crypto\cms\cms_sd.d test\buildtest_comp.d crypto\dh\dh_kdf.d crypto\dh\dh_depr.d test\evp_test.d test\modes_internal_test.d test\chacha_internal_test.d crypto\evp\digest.d test\tls13ccstest.d crypto\ec\ec_ameth.d test\buildtest_txt_db.d ssl\ssl_cert.d crypto\asn1\d2i_pr.d crypto\ts\ts_verify_ctx.d crypto\rsa\rsa_pss.d test\tls13secretstest.d crypto\x509v3\v3_enum.d test\x509_internal_test.d crypto\cms\cms_env.d crypto\dh\dh_prn.d crypto\cms\cms_ess.d fuzz\crl.d crypto\rsa\rsa_crpt.d crypto\sha\sha1_one.d crypto\evp\m_sha1.d crypto\async\async_err.d crypto\ts\ts_rsp_verify.d crypto\engine\eng_list.d apps\storeutl.d crypto\rsa\rsa_pk1.d crypto\bio\bio_meth.d crypto\evp\e_idea.d ssl\record\ssl3_record.d crypto\asn1\nsseq.d crypto\hmac\hm_pmeth.d crypto\evp\m_md2.d crypto\comp\comp_lib.d test\cipherlist_test.d crypto\bn\bn_recp.d crypto\asn1\a_strex.d crypto\des\qud_cksm.d crypto\x509v3\v3_alt.d crypto\evp\names.d crypto\store\store_register.d crypto\evp\e_camellia.d test\ssl_test_ctx_test.d crypto\ct\ct_vfy.d crypto\engine\tb_dsa.d crypto\evp\m_null.d test\buildtest_pkcs7.d crypto\x509\x509_err.d crypto\ec\curve25519.d crypto\bio\bf_null.d crypto\asn1\a_utf8.d crypto\store\loader_file.d crypto\evp\e_des.d crypto\bf\bf_cfb64.d crypto\cast\c_ofb64.d crypto\pkcs7\pkcs7err.d crypto\bio\bss_null.d crypto\x509\x_all.d test\exptest.d crypto\asn1\p5_pbev2.d crypto\dso\dso_vms.d crypto\pkcs7\pk7_attr.d apps\opt.d crypto\dh\dh_key.d apps\s_cb.d crypto\evp\e_aes.d crypto\dh\dh_gen.d test\buildtest_ecdsa.d crypto\x509\x509_att.d crypto\asn1\x_bignum.d test\pemtest.d crypto\mem.d apps\ec.d crypto\rsa\rsa_ameth.d crypto\ts\ts_lib.d crypto\aes\aes_ecb.d ssl\statem\extensions.d crypto\evp\m_md4.d crypto\evp\e_bf.d crypto\uid.d ssl\statem\extensions_clnt.d crypto\bio\b_print.d crypto\aes\aes_core.d crypto\ct\ct_x509v3.d test\sslbuffertest.d crypto\engine\eng_ctrl.d test\buildtest_store.d crypto\rsa\rsa_saos.d engines\e_ossltest.d crypto\cms\cms_io.d crypto\seed\seed_cbc.d crypto\seed\seed_ecb.d test\testutil\tap_bio.d crypto\init.d crypto\engine\eng_all.d test\buildtest_cmac.d crypto\ec\curve448\curve448.d test\tls13encryptiontest.d crypto\ocsp\v3_ocsp.d crypto\idea\i_ofb64.d crypto\poly1305\poly1305.d crypto\ts\ts_rsp_print.d crypto\ct\ct_sct_ctx.d crypto\x509\x509_req.d test\evp_extra_test.d test\ocspapitest.d crypto\bn\bn_x931p.d crypto\x509\x509_cmp.d test\buildtest_evp.d crypto\bio\bss_dgram.d ssl\statem\statem.d test\buildtest_stack.d crypto\conf\conf_def.d crypto\bn\bn_word.d test\buildtest_md5.d crypto\pem\pem_oth.d crypto\buffer\buf_err.d crypto\evp\c_alld.d crypto\md4\md4_one.d crypto\rsa\rsa_x931.d test\ciphername_test.d apps\pkcs7.d crypto\store\store_strings.d test\aborttest.d crypto\evp\e_sm4.d crypto\asn1\tasn_typ.d ssl\ssl_init.d test\ideatest.d crypto\mem_clr.d crypto\engine\tb_digest.d crypto\async\arch\async_win.d crypto\camellia\cmll_misc.d crypto\evp\p5_crpt2.d test\testutil\stanza.d test\asn1_time_test.d apps\crl.d crypto\aes\aes_ige.d apps\dgst.d crypto\bio\bss_log.d crypto\dsa\dsa_pmeth.d apps\passwd.d test\conf_include_test.d apps\dsaparam.d crypto\ec\curve448\f_generic.d test\buildtest_srp.d crypto\x509\t_req.d test\sysdefaulttest.d crypto\evp\m_sha3.d apps\speed.d apps\openssl.d test\buildtest_x509.d test\buildtest_ct.d crypto\evp\p_seal.d crypto\pkcs12\p12_p8e.d crypto\pkcs7\pk7_asn1.d ssl\s3_msg.d test\buildtest_rand_drbg.d crypto\modes\cfb128.d crypto\ec\ec_check.d test\asn1_string_table_test.d ssl\d1_lib.d crypto\objects\obj_err.d crypto\x509v3\v3_admis.d crypto\evp\bio_b64.d crypto\pem\pvkfmt.d crypto\x509\x509_trs.d fuzz\asn1parse.d test\ct_test.d crypto\ec\ec_curve.d test\buildtest_obj_mac.d crypto\bn\bn_sqrt.d apps\crl2p7.d crypto\dh\dh_lib.d crypto\threads_pthread.d crypto\ec\curve448\arch_32\f_impl.d crypto\dh\dh_pmeth.d crypto\poly1305\poly1305_pmeth.d crypto\siphash\siphash_pmeth.d crypto\ts\ts_rsp_utils.d crypto\modes\ocb128.d test\buildtest_des.d crypto\dsa\dsa_depr.d crypto\x509\x509type.d test\buildtest_conf.d test\rsa_complex.d crypto\evp\cmeth_lib.d crypto\cms\cms_cd.d crypto\idea\i_cbc.d crypto\asn1\a_octet.d crypto\asn1\a_type.d crypto\dh\dh_rfc5114.d fuzz\asn1.d crypto\rand\rand_egd.d test\drbg_cavs_data.d test\buildtest_seed.d crypto\siphash\siphash.d crypto\asn1\a_dup.d test\asn1_internal_test.d test\buildtest_sha.d crypto\conf\conf_mod.d crypto\pkcs12\pk12err.d crypto\x509v3\pcy_tree.d crypto\ec\ecp_nistp224.d apps\pkeyutl.d crypto\des\cfb_enc.d crypto\bn\bn_rand.d crypto\asn1\x_long.d crypto\asn1\a_object.d test\testutil\tests.d crypto\des\ofb64ede.d crypto\cms\cms_pwri.d apps\engine.d crypto\cpt_err.d crypto\ec\ecdsa_vrf.d crypto\x509\x509_set.d crypto\asn1\tasn_fre.d crypto\asn1\t_bitst.d crypto\x509v3\v3_addr.d crypto\modes\cbc128.d crypto\ct\ct_log.d crypto\pem\pem_all.d crypto\pem\pem_pkey.d ssl\statem\statem_srvr.d crypto\dsa\dsa_prn.d test\sslcorrupttest.d crypto\ripemd\rmd_dgst.d crypto\asn1\bio_ndef.d crypto\bio\b_sock.d crypto\cast\c_enc.d crypto\rand\randfile.d crypto\x509\x_exten.d crypto\evp\e_aes_cbc_hmac_sha1.d test\rsa_test.d ssl\ssl_stat.d test\ssltestlib.d crypto\blake2\m_blake2b.d test\lhash_test.d crypto\ec\ecdsa_ossl.d crypto\bio\bss_sock.d test\asynciotest.d crypto\x509v3\pcy_node.d test\buildtest_tls1.d crypto\bn\bn_err.d crypto\ec\ec_cvt.d ssl\record\ssl3_record_tls13.d crypto\asn1\tasn_utl.d test\testutil\format_output.d test\versions.d crypto\asn1\i2d_pr.d crypto\mem_dbg.d crypto\evp\e_rc5.d crypto\conf\conf_api.d crypto\engine\eng_table.d apps\rand.d ssl\methods.d test\dsa_no_digest_size_test.d crypto\comp\comp_err.d test\packettest.d crypto\bio\bss_conn.d crypto\ts\ts_rsp_sign.d apps\cms.d crypto\conf\conf_mall.d apps\gendsa.d test\rc4test.d crypto\ct\ct_prn.d crypto\md5\md5_one.d crypto\dh\dh_check.d crypto\asn1\f_string.d crypto\o_dir.d crypto\asn1\a_print.d test\wpackettest.d crypto\objects\obj_lib.d crypto\ec\ecdsa_sign.d crypto\seed\seed_ofb.d crypto\rsa\rsa_lib.d crypto\comp\c_zlib.d test\buildtest_ts.d crypto\evp\e_cast.d crypto\ts\ts_req_utils.d crypto\ec\ec_lib.d crypto\ec\ecdh_kdf.d crypto\bio\bss_fd.d crypto\ec\ecp_nistp256.d test\time_offset_test.d test\stack_test.d test\buildtest_ec.d crypto\des\des_enc.d crypto\cast\c_skey.d crypto\ec\ec_pmeth.d crypto\des\set_key.d crypto\x509v3\v3_int.d apps\s_client.d crypto\pkcs12\p12_sbag.d crypto\sha\sha512.d crypto\whrlpool\wp_dgst.d crypto\evp\pbe_scrypt.d crypto\asn1\evp_asn1.d test\memleaktest.d crypto\x509v3\v3_akeya.d crypto\evp\p5_crpt.d crypto\bio\bio_cb.d crypto\x509v3\v3err.d crypto\x509v3\pcy_cache.d crypto\x509\x_x509a.d crypto\x509\x509_lu.d crypto\sm2\sm2_sign.d crypto\sha\sha1dgst.d engines\e_padlock.d crypto\x509\x509_vfy.d crypto\rsa\rsa_err.d crypto\x509v3\v3_crld.d crypto\asn1\asn1_par.d crypto\bio\b_sock2.d crypto\x509\x509_meth.d crypto\x509v3\v3_asid.d crypto\sm2\sm2_err.d crypto\rc5\rc5cfb64.d crypto\evp\e_aes_cbc_hmac_sha256.d test\hmactest.d crypto\mem_sec.d crypto\asn1\f_int.d crypto\idea\i_skey.d crypto\rsa\rsa_sign.d crypto\pkcs12\p12_npas.d crypto\rand\drbg_lib.d test\buildtest_rsa.d crypto\engine\eng_rdrand.d crypto\des\xcbc_enc.d test\dtlsv1listentest.d crypto\modes\wrap128.d crypto\dh\dh_rfc7919.d test\pkey_meth_kdf_test.d test\rdrand_sanitytest.d test\buildtest_asn1t.d crypto\lhash\lhash.d engines\e_dasync.d crypto\bn\bn_exp2.d crypto\evp\evp_enc.d test\buildtest_md4.d crypto\x509\x509cset.d ssl\tls13_enc.d crypto\x509v3\v3_skey.d crypto\des\ecb_enc.d test\siphash_internal_test.d crypto\rsa\rsa_ssl.d ssl\ssl_asn1.d fuzz\server.d test\buildtest_idea.d crypto\asn1\tasn_scn.d ssl\statem\extensions_cust.d crypto\evp\e_rc4_hmac_md5.d crypto\evp\m_sigver.d crypto\dh\dh_ameth.d test\bio_memleak_test.d crypto\pkcs12\p12_crpt.d test\curve448_internal_test.d crypto\bn\bn_intern.d crypto\x509\x509_d2.d crypto\cmac\cm_ameth.d crypto\camellia\cmll_ofb.d test\clienthellotest.d test\buildtest_buffer.d crypto\cms\cms_asn1.d crypto\ts\ts_req_print.d crypto\asn1\a_mbstr.d crypto\evp\e_chacha20_poly1305.d crypto\evp\evp_key.d crypto\engine\eng_init.d crypto\engine\eng_openssl.d crypto\engine\eng_pkey.d crypto\ec\ec2_smpl.d crypto\evp\evp_pkey.d crypto\dsa\dsa_asn1.d crypto\rc2\rc2cfb64.d test\buildtest_asn1.d test\pbelutest.d test\asn1_decode_test.d test\buildtest_md2.d crypto\siphash\siphash_ameth.d crypto\ec\ecp_oct.d ssl\ssl_lib.d test\srptest.d crypto\ocsp\ocsp_cl.d crypto\aes\aes_ofb.d crypto\dsa\dsa_ossl.d crypto\chacha\chacha_enc.d crypto\aes\aes_cbc.d test\sslapitest.d crypto\kdf\tls1_prf.d crypto\asn1\tasn_prn.d test\testutil\random.d crypto\rand\rand_vms.d test\ctype_internal_test.d crypto\ec\ec_print.d crypto\blake2\m_blake2s.d crypto\evp\p_dec.d crypto\pem\pem_x509.d crypto\bn\bn_blind.d crypto\des\str2key.d crypto\seed\seed.d crypto\asn1\p5_pbe.d crypto\ctype.d crypto\ocsp\ocsp_srv.d fuzz\cms.d test\handshake_helper.d ssl\ssl_conf.d crypto\ct\ct_policy.d test\buildtest_rand.d fuzz\bndiv.d crypto\bn\bn_gcd.d test\buildtest_whrlpool.d crypto\ec\ec_key.d crypto\evp\pmeth_gn.d test\dtlstest.d crypto\hmac\hmac.d test\ecdsatest.d apps\ocsp.d test\buildtest_engine.d crypto\sm3\m_sm3.d test\buildtest_blowfish.d apps\smime.d crypto\ui\ui_util.d ssl\record\ssl3_buffer.d crypto\ocsp\ocsp_ext.d test\dtls_mtu_test.d crypto\x509v3\v3_tlsf.d apps\dhparam.d crypto\dsa\dsa_meth.d ssl\statem\statem_dtls.d apps\app_rand.d crypto\kdf\hkdf.d crypto\asn1\a_time.d test\buildtest_lhash.d test\buildtest_symhacks.d test\ectest.d crypto\cms\cms_smime.d apps\rehash.d crypto\evp\pmeth_lib.d crypto\x509\x_req.d ssl\ssl_ciph.d crypto\lhash\lh_stats.d crypto\cversion.d crypto\pem\pem_pk8.d apps\rsa.d apps\s_time.d crypto\md2\md2_one.d test\sm2_internal_test.d crypto\dsa\dsa_key.d crypto\rsa\rsa_gen.d crypto\o_init.d crypto\asn1\asn1_item_list.d crypto\pem\pem_info.d crypto\x509\x509_txt.d crypto\objects\obj_xref.d apps\dsa.d crypto\des\rand_key.d test\ssl_test_ctx.d test\buildtest_ebcdic.d ssl\record\dtls1_bitmap.d engines\e_capi.d test\buildtest_crypto.d test\dhtest.d crypto\ocsp\ocsp_ht.d crypto\cms\cms_enc.d crypto\camellia\cmll_ctr.d test\buildtest_ocsp.d crypto\buffer\buffer.d crypto\des\cfb64enc.d crypto\pkcs12\p12_p8d.d crypto\asn1\a_digest.d crypto\ui\ui_err.d crypto\evp\e_seed.d apps\ecparam.d test\gosttest.d crypto\asn1\x_val.d crypto\ui\ui_openssl.d ms\applink.d crypto\txt_db\txt_db.d crypto\bn\bn_ctx.d crypto\asn1\p8_pkey.d apps\win32_init.d crypto\conf\conf_lib.d crypto\evp\m_ripemd.d crypto\ui\ui_lib.d ms\uplink.d test\afalgtest.d test\v3ext.d test\cmsapitest.d crypto\x509\x509rset.d ssl\bio_ssl.d crypto\ts\ts_conf.d crypto\ui\ui_null.d crypto\dso\dso_openssl.d crypto\rand\rand_unix.d test\buildtest_bio.d crypto\x509\x_crl.d apps\x509.d crypto\dsa\dsa_lib.d crypto\des\ecb3_enc.d crypto\evp\bio_enc.d crypto\asn1\asn_mstbl.d crypto\async\async.d crypto\ec\curve448\curve448_tables.d crypto\asn1\a_verify.d test\buildtest_hmac.d crypto\x509v3\v3_ncons.d test\rc5test.d crypto\sha\sha256.d test\buildtest_camellia.d crypto\bio\b_dump.d apps\pkcs8.d test\drbg_cavs_test.d apps\spkac.d apps\genpkey.d test\sm4_internal_test.d crypto\cms\cms_lib.d crypto\x509\by_dir.d crypto\ec\ec_oct.d crypto\bn\bn_dh.d crypto\ec\curve448\scalar.d crypto\evp\evp_err.d crypto\idea\i_ecb.d crypto\des\cbc_enc.d crypto\ocsp\ocsp_err.d apps\asn1pars.d test\dsatest.d crypto\asn1\d2i_pu.d crypto\cryptlib.d test\buildtest_modes.d crypto\camellia\cmll_cfb.d apps\pkcs12.d crypto\rc5\rc5ofb64.d test\buildtest_pem2.d crypto\x509v3\pcy_data.d crypto\rsa\rsa_mp.d crypto\asn1\ameth_lib.d crypto\bn\bn_mont.d test\buildtest_bn.d crypto\srp\srp_vfy.d crypto\evp\p_open.d crypto\engine\tb_rand.d crypto\x509v3\v3_purp.d test\buildtest_ssl3.d crypto\cms\cms_err.d ssl\ssl_err.d crypto\conf\conf_sap.d crypto\asn1\x_pkey.d crypto\pkcs7\pk7_smime.d crypto\bn\bn_depr.d crypto\engine\tb_cipher.d crypto\camellia\camellia.d crypto\rc5\rc5_ecb.d test\cipherbytes_test.d crypto\dsa\dsa_sign.d crypto\evp\p_verify.d crypto\rc5\rc5_skey.d crypto\cms\cms_att.d crypto\bio\bss_bio.d test\bftest.d test\enginetest.d ssl\statem\extensions_srvr.d apps\ts.d crypto\evp\evp_lib.d crypto\ec\curve448\eddsa.d crypto\bf\bf_skey.d crypto\rand\rand_win.d crypto\cast\c_ecb.d fuzz\test-corpus.d crypto\x509\x_pubkey.d crypto\pkcs7\pk7_lib.d crypto\asn1\a_sign.d crypto\bn\bn_asm.d ssl\packet.d test\igetest.d crypto\ebcdic.d crypto\pkcs7\bio_pk7.d test\bio_callback_test.d crypto\cmac\cm_pmeth.d test\verify_extra_test.d crypto\ct\ct_err.d crypto\bn\bn_const.d crypto\ripemd\rmd_one.d crypto\asn1\tasn_dec.d apps\prime.d apps\srp.d crypto\asn1\a_int.d apps\pkey.d crypto\md2\md2_dgst.d crypto\seed\seed_cfb.d crypto\evp\encode.d crypto\bn\bn_print.d crypto\dsa\dsa_err.d crypto\asn1\a_gentm.d test\ssl_test.d crypto\o_time.d crypto\pkcs12\p12_decr.d crypto\bf\bf_enc.d ssl\s3_lib.d crypto\bn\bn_kron.d test\buildtest_rc5.d crypto\bio\bf_lbuf.d crypto\rsa\rsa_asn1.d crypto\store\store_err.d crypto\aria\aria.d crypto\srp\srp_lib.d crypto\async\arch\async_posix.d crypto\engine\eng_err.d crypto\o_fopen.d ssl\d1_msg.d fuzz\x509.d crypto\rc2\rc2_ecb.d crypto\x509v3\v3_cpols.d crypto\rc2\rc2_skey.d ssl\d1_srtp.d crypto\ct\ct_oct.d crypto\asn1\asn_moid.d crypto\x509v3\pcy_lib.d test\fatalerrtest.d crypto\err\err_all.d crypto\rsa\rsa_ossl.d test\buildtest_opensslv.d crypto\rand\rand_lib.d test\cmactest.d crypto\bn\bn_mod.d test\buildtest_pkcs12.d test\shlibloadtest.d crypto\x509v3\v3_pmaps.d ssl\ssl_sess.d crypto\getenv.d crypto\ec\ec_asn1.d ssl\record\rec_layer_s3.d crypto\bn\bn_srp.d crypto\dso\dso_err.d crypto\asn1\x_sig.d test\buildtest_dsa.d apps\apps.d crypto\stack\stack.d test\buildtest_ssl.d crypto\evp\e_rc2.d test\ecstresstest.d crypto\async\arch\async_null.d apps\nseq.d test\ssl_cert_table_internal_test.d crypto\x509\t_x509.d test\testutil\test_cleanup.d crypto\rsa\rsa_x931g.d crypto\modes\gcm128.d crypto\o_fips.d crypto\des\ofb64enc.d crypto\bio\bf_nbio.d crypto\md5\md5_dgst.d test\testutil\testutil_init.d crypto\rand\drbg_ctr.d crypto\engine\tb_rsa.d test\buildtest_dh.d fuzz\bignum.d ssl\statem\statem_clnt.d crypto\des\fcrypt_b.d ssl\ssl_utst.d crypto\bn\bn_exp.d test\testutil\output_helpers.d crypto\dsa\dsa_gen.d crypto\x509v3\v3_pcons.d crypto\asn1\a_i2d_fp.d crypto\evp\e_null.d crypto\cms\cms_kari.d crypto\evp\e_rc4.d crypto\bn\bn_nist.d crypto\pkcs12\p12_kiss.d crypto\x509v3\v3_extku.d crypto\rc5\rc5_enc.d crypto\dso\dso_lib.d crypto\ec\ec_err.d crypto\asn1\a_strnid.d test\x509_time_test.d crypto\sha\keccak1600.d crypto\evp\e_xcbc_d.d test\buildtest_safestack.d crypto\dso\dso_dlfcn.d crypto\evp\c_allc.d crypto\blake2\blake2s.d ssl\t1_lib.d crypto\asn1\a_d2i_fp.d crypto\kdf\kdf_err.d test\ssltest_old.d crypto\asn1\asn1_lib.d crypto\camellia\cmll_cbc.d crypto\evp\m_wp.d test\rc2test.d test\testutil\cb.d crypto\err\err.d crypto\ex_data.d test\bntest.d crypto\objects\o_names.d ssl\ssl_rsa.d crypto\rsa\rsa_meth.d crypto\pkcs7\pk7_mime.d crypto\sm2\sm2_crypt.d crypto\asn1\tasn_enc.d crypto\bf\bf_ecb.d crypto\ocsp\ocsp_asn.d test\x509aux.d crypto\threads_none.d crypto\engine\eng_dyn.d test\buildtest_cms.d crypto\rc2\rc2ofb64.d crypto\bn\bn_lib.d test\buildtest_e_os2.d test\x509_dup_cert_test.d crypto\aes\aes_cfb.d crypto\asn1\bio_asn1.d crypto\dsa\dsa_vrf.d apps\req.d crypto\asn1\x_spki.d crypto\asn1\p5_scrypt.d crypto\evp\e_des3.d crypto\conf\conf_err.d crypto\bio\bss_mem.d crypto\x509v3\v3_utl.d crypto\pem\pem_lib.d crypto\aes\aes_misc.d crypto\x509\x509name.d test\d2i_test.d ssl\s3_cbc.d crypto\rc4\rc4_skey.d test\destest.d crypto\bn\bn_mpi.d test\test_test.d crypto\pkcs12\p12_asn.d crypto\x509\x509_vpm.d crypto\conf\conf_ssl.d crypto\ec\ecp_mont.d crypto\ec\ec_mult.d crypto\asn1\n_pkey.d crypto\rsa\rsa_oaep.d crypto\des\pcbc_enc.d crypto\threads_win.d crypto\evp\pmeth_fn.d ssl\ssl_mcnf.d crypto\engine\tb_pkmeth.d crypto\pkcs12\p12_utl.d crypto\pkcs12\p12_mutl.d crypto\bio\b_addr.d test\buildtest_dtls1.d crypto\asn1\asn1_gen.d apps\errstr.d crypto\x509v3\v3_bitst.d crypto\store\store_lib.d crypto\ocsp\ocsp_prn.d crypto\dh\dh_asn1.d apps\bf_prefix.d crypto\ec\ecx_meth.d crypto\x509\x509_v3.d crypto\sm4\sm4.d crypto\async\async_wait.d crypto\ec\ecp_nistp521.d fuzz\conf.d crypto\asn1\asn_pack.d crypto\modes\ccm128.d apps\verify.d crypto\aes\aes_wrap.d crypto\bn\bn_gf2m.d crypto\bn\bn_sqr.d test\recordlentest.d crypto\x509v3\v3_akey.d crypto\dllmain.d crypto\des\fcrypt.d crypto\poly1305\poly1305_ameth.d test\errtest.d crypto\evp\e_aria.d crypto\evp\m_md5_sha1.d crypto\ec\ecdh_ossl.d test\pkey_meth_test.d crypto\x509v3\pcy_map.d crypto\x509\by_file.d crypto\x509v3\v3_bcons.d apps\ca.d crypto\ocsp\ocsp_lib.d crypto\idea\i_cfb64.d crypto\ec\eck_prn.d crypto\asn1\t_pkey.d crypto\engine\tb_eckey.d crypto\asn1\i2d_pu.d ssl\s3_enc.d test\drbgtest.d crypto\x509\x509_def.d crypto\engine\tb_asnmth.d crypto\ec\ec_kmeth.d test\buildtest_ui.d test\casttest.d crypto\o_str.d test\poly1305_internal_test.d test\bad_dtls_test.d crypto\dh\dh_err.d crypto\bn\bn_prime.d crypto\des\cbc_cksm.d crypto\asn1\tasn_new.d test\buildtest_ossl_typ.d test\bioprinttest.d test\crltest.d apps\ciphers.d crypto\modes\ofb128.d ssl\statem\statem_lib.d test\buildtest_rc2.d crypto\pkcs7\pk7_doit.d crypto\ocsp\ocsp_vfy.d crypto\pem\pem_sign.d test\secmemtest.d crypto\bn\bn_mul.d crypto\pkcs12\p12_key.d ssl\ssl_txt.d ssl\pqueue.d crypto\bio\bss_file.d ssl\t1_enc.d apps\enc.d test\rsa_mp_test.d crypto\cast\c_cfb64.d crypto\x509\t_crl.d test\buildtest_ssl2.d crypto\x509v3\v3_pci.d test\buildtest_x509v3.d crypto\dsa\dsa_ameth.d crypto\pem\pem_err.d crypto\bio\bss_acpt.d test\bio_enc_test.d ssl\record\rec_layer_d1.d test\buildtest_x509_vfy.d crypto\rc2\rc2_cbc.d test\mdc2_internal_test.d crypto\x509v3\v3_sxnet.d apps\version.d test\buildtest_rc4.d crypto\pkcs12\p12_crt.d crypto\ct\ct_b64.d test\uitest.d test\buildtest_conf_api.d crypto\err\err_prn.d crypto\asn1\t_spki.d crypto\x509v3\v3_lib.d crypto\asn1\x_info.d crypto\cms\cms_dd.d crypto\pkcs12\p12_init.d crypto\sm2\sm2_pmeth.d crypto\bio\bio_err.d crypto\cmac\cmac.d test\buildtest_ripemd.d crypto\evp\p_lib.d test\asynctest.d crypto\asn1\a_bitstr.d crypto\rsa\rsa_none.d crypto\x509v3\v3_ia5.d test\x509_check_cert_pkey_test.d crypto\evp\m_md5.d test\mdc2test.d crypto\rc4\rc4_enc.d crypto\engine\tb_dh.d test\buildtest_cast.d crypto\x509v3\v3_pku.d crypto\asn1\x_int64.d crypto\rand\rand_err.d crypto\dso\dso_dl.d test\constant_time_test.d crypto\evp\bio_ok.d test\testutil\main.d crypto\bn\bn_div.d crypto\modes\cts128.d crypto\x509\x509spki.d crypto\des\cfb64ede.d crypto\modes\xts128.d crypto\whrlpool\wp_block.d crypto\x509v3\v3_prn.d crypto\bio\bf_buff.d crypto\x509v3\v3_conf.d crypto\des\ofb_enc.d test\buildtest_kdf.d crypto\bn\bn_shift.d test\danetest.d crypto\pem\pem_xaux.d test\md2test.d crypto\x509\x_name.d crypto\evp\p_sign.d crypto\rsa\rsa_pmeth.d test\ssl_ctx_test.d crypto\objects\obj_dat.d crypto\ts\ts_err.d crypto\kdf\scrypt.d crypto\x509\x509_obj.d test\buildtest_objects.d crypto\x509v3\v3_pcia.d apps\sess_id.d test\v3nametest.d test\sanitytest.d crypto\x509\x509_r2x.d crypto\x509v3\v3_genn.d crypto\bf\bf_ofb64.d test\servername_test.d fuzz\ct.d crypto\evp\p_enc.d crypto\ct\ct_sct.d crypto\x509\x509_ext.d test\testutil\driver.d crypto\dh\dh_meth.d crypto\x509\x_x509.d crypto\hmac\hm_ameth.d crypto\dso\dso_win32.d crypto\camellia\cmll_ecb.d ssl\tls_srp.d crypto\pkcs12\p12_add.d test\ec_internal_test.d crypto\evp\evp_cnf.d crypto\blake2\blake2b.d crypto\ec\ec2_oct.d crypto\asn1\a_utctm.d crypto\store\store_init.d crypto\bn\bn_add.d test\threadstest.d crypto\rsa\rsa_prn.d crypto\ec\ecp_smpl.d crypto\evp\m_mdc2.d crypto\rsa\rsa_chk.d test\gmdifftest.d crypto\asn1\asn1_err.d test\buildtest_ecdh.d test\asn1_encode_test.d crypto\engine\eng_fat.d test\buildtest_async.d crypto\engine\eng_lib.d ssl\t1_trce.d crypto\bio\bio_lib.d crypto\sm3\sm3.d crypto\rsa\rsa_depr.d crypto\evp\bio_md.d apps\s_socket.d crypto\evp\evp_pbe.d crypto\ts\ts_asn1.d crypto\asn1\x_algor.d crypto\md4\md4_dgst.d crypto\x509v3\v3_info.d crypto\ec\ecp_nist.d apps\s_server.d test\exdatatest.d crypto\evp\e_old.d crypto\ec\ecp_nistputil.d crypto\modes\ctr128.d test\testutil\basic_output.d test\buildtest_pem.d apps\rsautl.d test\buildtest_srtp.d fuzz\client.d crypto\x509\x_attrib.d crypto\asn1\asn_mime.d apps\genrsa.d crypto\engine\eng_cnf.d apps\pkeyparam.d +DEPS=crypto\evp\e_aes_cbc_hmac_sha1.d crypto\err\err_all.d crypto\seed\seed.d crypto\cversion.d crypto\x509v3\v3_enum.d crypto\cms\cms_pwri.d crypto\camellia\camellia.d crypto\ec\ec2_oct.d ssl\ssl_rsa.d test\tls13encryptiontest.d crypto\pkcs12\p12_p8d.d crypto\evp\bio_md.d crypto\cms\cms_cd.d ssl\s3_msg.d crypto\bio\bio_meth.d crypto\pkcs12\p12_utl.d crypto\dso\dso_err.d test\buildtest_opensslv.d crypto\cms\cms_kari.d crypto\x509v3\pcy_map.d crypto\pkcs7\pk7_doit.d engines\e_ossltest.d test\md2test.d crypto\pkcs7\pkcs7err.d crypto\ec\ec_lib.d crypto\evp\pmeth_lib.d crypto\evp\pmeth_fn.d crypto\x509v3\v3_utl.d test\ssl_cert_table_internal_test.d crypto\x509\x_all.d crypto\camellia\cmll_ctr.d crypto\bn\bn_const.d crypto\sha\sha512.d apps\bf_prefix.d crypto\engine\eng_rdrand.d crypto\ec\ecdsa_ossl.d test\testutil\basic_output.d crypto\ct\ct_sct_ctx.d crypto\idea\i_cfb64.d crypto\asn1\a_print.d apps\ciphers.d crypto\engine\eng_fat.d crypto\asn1\i2d_pu.d crypto\x509v3\v3_genn.d crypto\asn1\asn1_par.d test\lhash_test.d apps\engine.d crypto\aria\aria.d crypto\x509v3\v3_pcia.d test\buildtest_ts.d test\dsatest.d crypto\buffer\buffer.d test\bio_callback_test.d crypto\cast\c_cfb64.d crypto\store\store_lib.d apps\pkcs12.d crypto\bn\bn_asm.d crypto\x509v3\v3_ncons.d crypto\des\str2key.d test\exptest.d crypto\evp\c_alld.d crypto\evp\m_wp.d crypto\bn\bn_mul.d test\buildtest_rsa.d crypto\rc4\rc4_enc.d crypto\pkcs12\p12_npas.d crypto\dh\dh_check.d crypto\rsa\rsa_asn1.d crypto\ts\ts_err.d crypto\x509\x_crl.d ssl\ssl_mcnf.d test\buildtest_conf.d test\dhtest.d crypto\poly1305\poly1305.d crypto\ct\ct_sct.d test\time_offset_test.d crypto\pkcs12\p12_crt.d test\crltest.d test\ct_test.d crypto\hmac\hmac.d test\bad_dtls_test.d crypto\bio\bss_acpt.d crypto\rsa\rsa_depr.d crypto\pem\pvkfmt.d crypto\mem_sec.d crypto\dh\dh_err.d test\buildtest_rand.d test\aborttest.d crypto\dsa\dsa_pmeth.d crypto\asn1\a_strex.d crypto\rand\drbg_lib.d fuzz\x509.d crypto\dsa\dsa_vrf.d crypto\pem\pem_oth.d crypto\ui\ui_null.d crypto\md4\md4_one.d crypto\ebcdic.d test\buildtest_pkcs12.d crypto\ec\curve448\curve448_tables.d test\cipherlist_test.d apps\pkcs7.d crypto\ec\ecx_meth.d test\uitest.d test\ssl_ctx_test.d crypto\uid.d test\tls13ccstest.d crypto\rc5\rc5_ecb.d crypto\conf\conf_sap.d crypto\x509\x509_vfy.d crypto\md2\md2_one.d crypto\x509v3\v3_bcons.d crypto\evp\m_md5_sha1.d crypto\dh\dh_prn.d test\sm4_internal_test.d ssl\statem\extensions_clnt.d test\buildtest_ct.d crypto\x509v3\v3_extku.d crypto\bn\bn_err.d crypto\evp\e_bf.d crypto\ocsp\ocsp_err.d apps\dhparam.d test\buildtest_obj_mac.d crypto\modes\ofb128.d test\buildtest_ossl_typ.d test\buildtest_comp.d ssl\d1_msg.d crypto\modes\cbc128.d ssl\statem\statem_lib.d test\testutil\test_cleanup.d test\sanitytest.d test\afalgtest.d crypto\evp\evp_err.d crypto\mem.d apps\s_cb.d test\casttest.d crypto\modes\cts128.d test\buildtest_md4.d crypto\cmac\cm_pmeth.d crypto\bf\bf_skey.d crypto\store\loader_file.d crypto\des\ofb64enc.d crypto\bio\b_print.d crypto\evp\m_sigver.d crypto\x509v3\pcy_lib.d crypto\des\cfb64enc.d crypto\o_fopen.d crypto\engine\eng_dyn.d crypto\pkcs12\p12_p8e.d crypto\bio\bss_fd.d crypto\asn1\tasn_new.d crypto\bio\bss_file.d crypto\des\set_key.d crypto\evp\p_lib.d crypto\cms\cms_lib.d crypto\seed\seed_cfb.d crypto\x509\x_x509.d test\buildtest_pkcs7.d crypto\md5\md5_dgst.d crypto\engine\tb_digest.d test\tls13secretstest.d test\x509aux.d apps\pkeyparam.d test\drbg_cavs_test.d crypto\x509v3\v3_pmaps.d fuzz\cms.d crypto\asn1\asn1_lib.d crypto\dsa\dsa_err.d crypto\ec\curve448\arch_32\f_impl.d crypto\des\ecb3_enc.d test\ocspapitest.d crypto\async\arch\async_null.d crypto\comp\comp_lib.d crypto\ocsp\ocsp_ext.d apps\ts.d test\testutil\stanza.d crypto\engine\eng_lib.d crypto\store\store_register.d crypto\aes\aes_ige.d ssl\ssl_stat.d crypto\bf\bf_enc.d crypto\asn1\x_sig.d crypto\bn\bn_x931p.d test\shlibloadtest.d crypto\bio\bss_log.d test\buildtest_rc4.d crypto\modes\wrap128.d apps\gendsa.d crypto\asn1\bio_asn1.d test\buildtest_srp.d crypto\async\async_wait.d crypto\modes\gcm128.d test\buildtest_ecdh.d apps\storeutl.d crypto\engine\eng_cnf.d crypto\evp\e_old.d crypto\conf\conf_lib.d test\buildtest_async.d test\curve448_internal_test.d crypto\engine\tb_dh.d crypto\comp\c_zlib.d test\enginetest.d apps\enc.d crypto\asn1\asn1_item_list.d test\buildtest_buffer.d ssl\record\rec_layer_d1.d crypto\asn1\ameth_lib.d crypto\x509v3\v3_sxnet.d apps\ocsp.d crypto\x509\t_req.d crypto\x509v3\pcy_cache.d crypto\poly1305\poly1305_pmeth.d fuzz\test-corpus.d crypto\asn1\a_time.d crypto\des\fcrypt.d fuzz\asn1.d crypto\engine\eng_ctrl.d crypto\x509\x509_lu.d crypto\asn1\f_int.d crypto\rc5\rc5ofb64.d test\ssl_test_ctx_test.d test\buildtest_seed.d crypto\rsa\rsa_chk.d crypto\evp\m_md2.d test\rc5test.d crypto\store\store_err.d crypto\async\arch\async_posix.d crypto\asn1\d2i_pu.d test\buildtest_hmac.d test\buildtest_asn1t.d crypto\ts\ts_lib.d crypto\bio\bf_lbuf.d test\buildtest_ssl.d crypto\o_str.d apps\genrsa.d crypto\aes\aes_cfb.d crypto\asn1\tasn_prn.d crypto\ui\ui_util.d crypto\asn1\a_type.d crypto\x509v3\v3_tlsf.d crypto\asn1\p5_pbev2.d crypto\asn1\asn_pack.d test\buildtest_crypto.d crypto\x509\x509_v3.d crypto\objects\obj_lib.d crypto\async\async_err.d crypto\x509v3\v3_int.d crypto\bn\bn_mod.d crypto\bn\bn_exp.d crypto\ex_data.d crypto\bf\bf_ofb64.d apps\s_time.d crypto\evp\evp_enc.d crypto\bio\bf_nbio.d crypto\mem_dbg.d test\buildtest_conf_api.d crypto\rc4\rc4_skey.d apps\opt.d crypto\pem\pem_pk8.d crypto\asn1\p5_scrypt.d crypto\dh\dh_lib.d test\pkey_meth_kdf_test.d test\ssltest_old.d engines\e_dasync.d test\x509_check_cert_pkey_test.d crypto\camellia\cmll_cbc.d crypto\hmac\hm_pmeth.d test\siphash_internal_test.d crypto\aes\aes_ecb.d crypto\idea\i_ofb64.d test\testutil\format_output.d crypto\cpt_err.d crypto\idea\i_cbc.d apps\dsaparam.d crypto\cast\c_ofb64.d crypto\asn1\t_bitst.d ssl\statem\statem_clnt.d apps\s_client.d crypto\asn1\a_object.d test\ecdsatest.d crypto\ocsp\ocsp_ht.d apps\app_rand.d crypto\asn1\x_pkey.d crypto\ec\ecdsa_sign.d crypto\asn1\a_dup.d crypto\asn1\f_string.d crypto\bio\b_sock2.d crypto\asn1\tasn_typ.d apps\rsautl.d crypto\ct\ct_policy.d apps\speed.d apps\srp.d crypto\cms\cms_ess.d crypto\bn\bn_exp2.d crypto\evp\names.d crypto\asn1\a_gentm.d test\dtlsv1listentest.d test\rsa_complex.d crypto\bio\bio_lib.d crypto\des\fcrypt_b.d crypto\rsa\rsa_pss.d crypto\rsa\rsa_err.d ssl\methods.d test\asynctest.d test\versions.d crypto\ec\ec_err.d crypto\init.d test\buildtest_cms.d test\v3ext.d test\buildtest_blowfish.d crypto\modes\ctr128.d crypto\store\store_init.d crypto\bn\bn_gf2m.d apps\pkcs8.d crypto\evp\e_des.d crypto\sm2\sm2_crypt.d apps\cms.d crypto\asn1\x_long.d crypto\dh\dh_meth.d ssl\ssl_asn1.d crypto\aes\aes_misc.d crypto\ct\ct_vfy.d crypto\x509\x509rset.d crypto\ec\ecp_nistp256.d crypto\siphash\siphash_ameth.d test\buildtest_dsa.d ssl\record\ssl3_record.d test\testutil\tests.d crypto\asn1\p5_pbe.d test\buildtest_camellia.d crypto\evp\e_seed.d crypto\des\pcbc_enc.d apps\pkeyutl.d crypto\dh\dh_gen.d crypto\blake2\blake2b.d crypto\pem\pem_all.d test\rc4test.d crypto\sm3\sm3.d crypto\kdf\kdf_err.d crypto\bio\b_sock.d crypto\sha\keccak1600.d crypto\rand\rand_err.d crypto\rc2\rc2_cbc.d crypto\bio\bss_null.d crypto\ec\ec_check.d test\buildtest_pem.d ssl\ssl_sess.d crypto\ec\curve25519.d crypto\engine\eng_list.d crypto\x509\x509_set.d apps\x509.d crypto\pkcs12\p12_add.d crypto\pkcs12\p12_asn.d crypto\dsa\dsa_depr.d crypto\x509\by_dir.d crypto\sm3\m_sm3.d crypto\rsa\rsa_pmeth.d crypto\pem\pem_xaux.d crypto\x509\x509_txt.d crypto\rsa\rsa_x931g.d crypto\ec\ecp_nistputil.d crypto\ocsp\ocsp_asn.d test\sslbuffertest.d crypto\bn\bn_shift.d crypto\asn1\x_algor.d test\pkey_meth_test.d fuzz\server.d crypto\evp\pmeth_gn.d crypto\ec\ecp_nistp521.d test\buildtest_x509_vfy.d crypto\whrlpool\wp_dgst.d crypto\ec\ecp_smpl.d crypto\evp\cmeth_lib.d crypto\modes\ccm128.d crypto\conf\conf_mall.d crypto\rand\drbg_ctr.d crypto\evp\e_aria.d apps\pkey.d crypto\engine\tb_pkmeth.d crypto\ec\ec_cvt.d crypto\sm2\sm2_sign.d crypto\bn\bn_word.d crypto\pkcs12\p12_sbag.d apps\passwd.d crypto\x509\x509_d2.d crypto\dsa\dsa_asn1.d crypto\evp\bio_enc.d crypto\ec\curve448\eddsa.d crypto\err\err.d crypto\asn1\x_spki.d crypto\bn\bn_add.d crypto\lhash\lh_stats.d test\memleaktest.d crypto\asn1\a_bitstr.d crypto\conf\conf_ssl.d test\exdatatest.d crypto\bn\bn_intern.d crypto\ec\ecp_nist.d crypto\bn\bn_lib.d ssl\packet.d test\dtls_mtu_test.d test\buildtest_kdf.d crypto\evp\m_md4.d crypto\ec\ecp_nistp224.d test\asynciotest.d crypto\evp\p5_crpt.d apps\verify.d test\wpackettest.d crypto\evp\digest.d ssl\s3_cbc.d crypto\x509v3\pcy_data.d crypto\evp\e_des3.d crypto\evp\c_allc.d test\testutil\cb.d crypto\pkcs7\pk7_smime.d test\buildtest_evp.d crypto\x509v3\v3_pku.d crypto\pkcs7\pk7_attr.d test\buildtest_x509.d crypto\ts\ts_rsp_sign.d crypto\objects\obj_err.d crypto\evp\p_open.d test\buildtest_ssl3.d ssl\ssl_lib.d test\cipherbytes_test.d test\bio_enc_test.d test\buildtest_dh.d crypto\ec\ecp_mont.d test\rdrand_sanitytest.d crypto\engine\tb_rsa.d crypto\bn\bn_sqrt.d crypto\evp\e_rc5.d test\buildtest_x509v3.d crypto\evp\m_sha3.d test\buildtest_e_os2.d crypto\evp\e_sm4.d crypto\ct\ct_oct.d crypto\evp\e_idea.d crypto\bio\bss_sock.d test\pbelutest.d crypto\rc2\rc2_skey.d test\danetest.d test\rsa_test.d test\sslcorrupttest.d crypto\cmac\cmac.d test\drbg_cavs_data.d crypto\conf\conf_mod.d crypto\x509v3\v3_bitst.d crypto\rc5\rc5cfb64.d crypto\pem\pem_err.d crypto\engine\tb_dsa.d crypto\x509\x509_trs.d test\buildtest_ecdsa.d apps\ec.d crypto\idea\i_skey.d test\buildtest_rc5.d apps\genpkey.d ssl\bio_ssl.d crypto\cast\c_enc.d crypto\ec\ec_curve.d test\pemtest.d crypto\dso\dso_lib.d test\clienthellotest.d test\dsa_no_digest_size_test.d test\x509_dup_cert_test.d crypto\threads_win.d crypto\des\qud_cksm.d crypto\dllmain.d crypto\rsa\rsa_meth.d crypto\bf\bf_cfb64.d crypto\asn1\a_utf8.d crypto\ocsp\v3_ocsp.d test\recordlentest.d test\bio_memleak_test.d test\hmactest.d test\testutil\tap_bio.d crypto\cast\c_skey.d crypto\x509\x509type.d test\ciphername_test.d test\verify_extra_test.d test\x509_time_test.d crypto\ec\ec_ameth.d crypto\ec\curve448\f_generic.d crypto\threads_pthread.d crypto\ui\ui_openssl.d crypto\evp\m_null.d test\buildtest_idea.d crypto\x509v3\v3_purp.d crypto\asn1\tasn_fre.d crypto\evp\p_dec.d crypto\kdf\hkdf.d test\testutil\driver.d crypto\srp\srp_vfy.d crypto\x509v3\v3_crld.d crypto\asn1\a_sign.d test\testutil\main.d test\threadstest.d crypto\x509\x509_def.d crypto\asn1\x_bignum.d crypto\rsa\rsa_ameth.d crypto\x509\x509_obj.d crypto\des\rand_key.d ms\applink.d test\servername_test.d crypto\ui\ui_lib.d crypto\pkcs12\pk12err.d crypto\ec\ecp_oct.d crypto\srp\srp_lib.d crypto\store\store_strings.d crypto\des\cbc_enc.d test\chacha_internal_test.d crypto\evp\pbe_scrypt.d crypto\des\des_enc.d crypto\evp\p_sign.d ssl\s3_enc.d apps\rehash.d ms\uplink.d crypto\bn\bn_kron.d test\ssl_test.d crypto\ct\ct_b64.d crypto\getenv.d crypto\asn1\a_d2i_fp.d apps\crl.d ssl\ssl_err.d crypto\ec\ec_asn1.d crypto\evp\e_rc4_hmac_md5.d test\buildtest_lhash.d crypto\asn1\x_val.d test\buildtest_safestack.d test\x509_internal_test.d crypto\poly1305\poly1305_ameth.d crypto\asn1\a_digest.d test\drbgtest.d crypto\bn\bn_prime.d test\buildtest_ebcdic.d ssl\record\rec_layer_s3.d crypto\ocsp\ocsp_cl.d crypto\pkcs12\p12_attr.d test\buildtest_md5.d crypto\asn1\a_utctm.d crypto\rand\randfile.d crypto\pem\pem_info.d crypto\rsa\rsa_crpt.d crypto\ec\eck_prn.d test\buildtest_txt_db.d test\buildtest_des.d crypto\asn1\i2d_pr.d crypto\evp\m_sha1.d crypto\des\cfb_enc.d crypto\asn1\a_verify.d crypto\camellia\cmll_cfb.d crypto\asn1\asn_mstbl.d crypto\rsa\rsa_sign.d test\gmdifftest.d crypto\ec\curve448\curve448.d crypto\bf\bf_ecb.d apps\dsa.d test\buildtest_modes.d crypto\engine\tb_asnmth.d crypto\chacha\chacha_enc.d crypto\engine\eng_openssl.d test\buildtest_bn.d apps\prime.d crypto\des\ofb_enc.d crypto\whrlpool\wp_block.d crypto\evp\m_ripemd.d crypto\evp\encode.d test\mdc2test.d test\evp_test.d crypto\x509\x509_req.d crypto\async\async.d ssl\statem\statem_srvr.d apps\smime.d apps\nseq.d crypto\dh\dh_depr.d test\ec_internal_test.d crypto\bn\bn_recp.d crypto\ctype.d test\ssltestlib.d test\igetest.d crypto\x509v3\v3_pcons.d crypto\cms\cms_dd.d crypto\asn1\t_spki.d engines\e_padlock.d crypto\rsa\rsa_prn.d apps\dgst.d crypto\blake2\m_blake2s.d crypto\x509v3\v3_ia5.d crypto\o_time.d crypto\sm2\sm2_pmeth.d crypto\evp\evp_pkey.d fuzz\bndiv.d crypto\bn\bn_mont.d crypto\camellia\cmll_misc.d apps\crl2p7.d test\buildtest_whrlpool.d crypto\asn1\evp_asn1.d test\test_test.d crypto\ec\ec_mult.d crypto\aes\aes_ofb.d test\buildtest_bio.d crypto\bn\bn_depr.d crypto\x509v3\v3_cpols.d test\destest.d crypto\x509v3\v3_skey.d ssl\ssl_conf.d crypto\evp\evp_lib.d crypto\asn1\a_i2d_fp.d crypto\x509v3\v3_prn.d test\asn1_time_test.d crypto\pkcs12\p12_crpt.d test\testutil\testutil_init.d crypto\asn1\a_mbstr.d crypto\asn1\asn1_err.d crypto\cms\cms_sd.d crypto\engine\tb_eckey.d crypto\asn1\d2i_pr.d crypto\hmac\hm_ameth.d crypto\comp\comp_err.d test\bioprinttest.d crypto\blake2\m_blake2b.d crypto\dso\dso_vms.d crypto\evp\e_cast.d crypto\dso\dso_openssl.d crypto\x509v3\pcy_tree.d test\sm2_internal_test.d crypto\asn1\t_pkey.d ssl\d1_srtp.d test\testutil\output_helpers.d crypto\rc2\rc2cfb64.d crypto\asn1\asn_mime.d ssl\t1_enc.d crypto\sm2\sm2_err.d apps\sess_id.d crypto\cms\cms_err.d crypto\x509\x509_cmp.d crypto\seed\seed_ecb.d apps\s_server.d crypto\ocsp\ocsp_lib.d crypto\stack\stack.d crypto\ec\ecdh_kdf.d fuzz\conf.d crypto\rsa\rsa_saos.d crypto\bn\bn_srp.d crypto\rand\rand_vms.d crypto\objects\obj_xref.d crypto\x509\x509_r2x.d crypto\bio\b_addr.d crypto\ec\ec_key.d apps\rsa.d crypto\cryptlib.d crypto\dsa\dsa_gen.d crypto\camellia\cmll_ecb.d crypto\dsa\dsa_lib.d crypto\rsa\rsa_x931.d crypto\pkcs12\p12_decr.d crypto\rc5\rc5_skey.d crypto\x509\x509_vpm.d crypto\asn1\nsseq.d crypto\seed\seed_ofb.d fuzz\ct.d crypto\ec\ec_kmeth.d crypto\pkcs12\p12_key.d test\sysdefaulttest.d test\buildtest_dtls1.d crypto\evp\e_rc4.d crypto\x509v3\v3_akey.d engines\e_capi.d crypto\dsa\dsa_key.d crypto\engine\eng_err.d apps\errstr.d crypto\rand\rand_unix.d test\d2i_test.d crypto\asn1\a_octet.d crypto\ripemd\rmd_one.d crypto\pkcs7\pk7_asn1.d crypto\rsa\rsa_ossl.d ssl\statem\statem_dtls.d crypto\des\cfb64ede.d crypto\rsa\rsa_oaep.d crypto\bio\bss_mem.d test\sslapitest.d crypto\ts\ts_rsp_utils.d test\rsa_mp_test.d ssl\t1_trce.d apps\s_socket.d crypto\ripemd\rmd_dgst.d crypto\evp\m_md5.d test\buildtest_cast.d crypto\des\ofb64ede.d crypto\kdf\scrypt.d crypto\conf\conf_api.d crypto\dh\dh_pmeth.d crypto\evp\e_aes_cbc_hmac_sha256.d test\buildtest_asn1.d crypto\evp\evp_key.d ssl\tls_srp.d crypto\asn1\a_int.d apps\spkac.d test\cmsapitest.d crypto\ts\ts_req_utils.d ssl\ssl_init.d test\bntest.d crypto\bn\bn_sqr.d fuzz\asn1parse.d crypto\conf\conf_err.d crypto\bn\bn_print.d crypto\bn\bn_dh.d crypto\pem\pem_sign.d crypto\modes\xts128.d crypto\camellia\cmll_ofb.d crypto\cms\cms_smime.d test\buildtest_ssl2.d crypto\idea\i_ecb.d crypto\ts\ts_conf.d crypto\evp\p_verify.d crypto\seed\seed_cbc.d apps\asn1pars.d crypto\engine\eng_all.d crypto\md4\md4_dgst.d ssl\pqueue.d crypto\modes\ocb128.d crypto\bio\bss_bio.d crypto\ec\ecdh_ossl.d crypto\asn1\n_pkey.d crypto\cast\c_ecb.d crypto\bn\bn_blind.d crypto\pem\pem_pkey.d crypto\buffer\buf_err.d crypto\x509v3\v3_alt.d crypto\dso\dso_win32.d crypto\aes\aes_core.d crypto\conf\conf_def.d test\v3nametest.d test\secmemtest.d apps\version.d apps\req.d fuzz\bignum.d test\buildtest_stack.d crypto\ec\ec_print.d test\asn1_string_table_test.d crypto\x509\x509spki.d crypto\dh\dh_ameth.d crypto\x509\x_attrib.d crypto\o_init.d test\poly1305_internal_test.d crypto\cms\cms_enc.d crypto\evp\e_null.d test\evp_extra_test.d crypto\des\xcbc_enc.d test\srptest.d crypto\rc2\rc2_ecb.d ssl\ssl_utst.d test\fatalerrtest.d crypto\rand\rand_win.d crypto\engine\eng_table.d apps\rand.d test\buildtest_aes.d fuzz\client.d test\ideatest.d crypto\async\arch\async_win.d crypto\cmac\cm_ameth.d crypto\x509\x509name.d crypto\asn1\tasn_enc.d crypto\dsa\dsa_ossl.d crypto\x509v3\v3err.d crypto\bio\bss_dgram.d crypto\x509\x_req.d crypto\dh\dh_rfc7919.d ssl\record\ssl3_buffer.d ssl\d1_lib.d test\ssl_test_ctx.d crypto\asn1\a_strnid.d apps\ca.d crypto\cms\cms_att.d test\buildtest_srtp.d crypto\sha\sha1_one.d ssl\statem\extensions.d crypto\o_dir.d ssl\t1_lib.d crypto\ts\ts_req_print.d test\buildtest_ui.d crypto\engine\eng_pkey.d crypto\ocsp\ocsp_prn.d apps\win32_init.d crypto\x509\x_exten.d crypto\cms\cms_env.d crypto\rsa\rsa_lib.d crypto\ts\ts_asn1.d crypto\evp\p_enc.d crypto\bn\bn_div.d crypto\rand\rand_lib.d crypto\ct\ct_err.d crypto\rsa\rsa_gen.d test\buildtest_cmac.d crypto\bio\bio_err.d crypto\engine\eng_init.d crypto\bio\bf_null.d crypto\x509v3\v3_info.d crypto\lhash\lhash.d crypto\rand\rand_egd.d ssl\record\ssl3_record_tls13.d crypto\ts\ts_rsp_verify.d crypto\ts\ts_rsp_print.d crypto\mem_clr.d ssl\statem\extensions_srvr.d crypto\x509\by_file.d crypto\aes\aes_cbc.d crypto\ui\ui_err.d test\buildtest_store.d test\gosttest.d test\constant_time_test.d test\ectest.d test\ctype_internal_test.d ssl\statem\extensions_cust.d test\rc2test.d crypto\bn\bn_ctx.d crypto\ocsp\ocsp_srv.d crypto\siphash\siphash_pmeth.d crypto\objects\obj_dat.d test\buildtest_ocsp.d crypto\bio\bf_buff.d crypto\asn1\p8_pkey.d test\buildtest_ripemd.d crypto\bn\bn_mpi.d crypto\dh\dh_asn1.d crypto\x509v3\v3_lib.d crypto\ec\curve448\scalar.d crypto\pkcs7\bio_pk7.d test\handshake_helper.d crypto\x509\x_pubkey.d ssl\tls13_enc.d crypto\engine\tb_rand.d crypto\x509\t_x509.d crypto\evp\e_chacha20_poly1305.d crypto\x509\x509cset.d test\buildtest_pem2.d crypto\pkcs7\pk7_mime.d crypto\bio\bio_cb.d crypto\sm4\sm4.d test\asn1_encode_test.d crypto\dh\dh_rfc5114.d crypto\dh\dh_kdf.d test\cmactest.d ssl\record\dtls1_bitmap.d crypto\x509\t_crl.d crypto\dh\dh_key.d crypto\ts\ts_verify_ctx.d crypto\x509\x509_ext.d crypto\x509v3\v3_akeya.d crypto\evp\evp_pbe.d crypto\modes\cfb128.d crypto\dso\dso_dl.d crypto\asn1\tasn_utl.d test\buildtest_ec.d crypto\x509v3\pcy_node.d test\bftest.d test\stack_test.d crypto\x509v3\v3_addr.d ssl\ssl_txt.d crypto\dsa\dsa_prn.d crypto\bio\bss_conn.d crypto\ct\ct_x509v3.d test\buildtest_symhacks.d crypto\evp\m_mdc2.d crypto\asn1\bio_ndef.d crypto\x509\x509_att.d crypto\pkcs12\p12_mutl.d crypto\pkcs7\pk7_lib.d crypto\rsa\rsa_ssl.d crypto\rc2\rc2ofb64.d crypto\rsa\rsa_none.d crypto\err\err_prn.d crypto\evp\p_seal.d crypto\des\ecb_enc.d crypto\x509v3\v3_conf.d crypto\x509v3\v3_asid.d crypto\ec\ec2_smpl.d apps\ecparam.d crypto\bn\bn_nist.d ssl\statem\statem.d crypto\pkcs12\p12_kiss.d crypto\evp\bio_ok.d crypto\objects\o_names.d test\buildtest_rc2.d crypto\x509\x_x509a.d crypto\ct\ct_prn.d ssl\ssl_cert.d crypto\dsa\dsa_sign.d crypto\cms\cms_asn1.d crypto\rsa\rsa_mp.d crypto\x509\x509_meth.d apps\apps.d crypto\dsa\dsa_ameth.d crypto\cms\cms_io.d crypto\evp\e_aes.d test\buildtest_objects.d crypto\asn1\asn_moid.d crypto\x509\x509_err.d crypto\evp\p5_crpt2.d crypto\evp\e_xcbc_d.d crypto\des\cbc_cksm.d crypto\txt_db\txt_db.d crypto\engine\tb_cipher.d crypto\x509v3\v3_admis.d crypto\bio\b_dump.d crypto\rsa\rsa_pk1.d crypto\asn1\asn1_gen.d test\buildtest_sha.d crypto\asn1\x_int64.d crypto\ocsp\ocsp_vfy.d crypto\aes\aes_wrap.d crypto\sha\sha256.d crypto\siphash\siphash.d test\asn1_decode_test.d crypto\pem\pem_x509.d crypto\threads_none.d test\ecstresstest.d test\buildtest_tls1.d crypto\md5\md5_one.d fuzz\crl.d crypto\x509\x_name.d crypto\ec\ec_pmeth.d test\packettest.d crypto\evp\bio_b64.d crypto\asn1\x_info.d crypto\pkcs12\p12_init.d ssl\s3_lib.d crypto\kdf\tls1_prf.d crypto\asn1\tasn_dec.d crypto\blake2\blake2s.d crypto\asn1\tasn_scn.d test\dtlstest.d crypto\bn\bn_rand.d crypto\ec\ecdsa_vrf.d crypto\dsa\dsa_meth.d crypto\evp\evp_cnf.d crypto\ec\ec_oct.d apps\openssl.d test\buildtest_md2.d test\mdc2_internal_test.d test\testutil\random.d crypto\evp\e_camellia.d crypto\ct\ct_log.d ssl\ssl_ciph.d crypto\o_fips.d crypto\rc5\rc5_enc.d crypto\bn\bn_gcd.d test\conf_include_test.d test\buildtest_engine.d test\modes_internal_test.d crypto\dso\dso_dlfcn.d crypto\evp\e_rc2.d test\buildtest_rand_drbg.d test\asn1_internal_test.d crypto\pem\pem_lib.d crypto\sha\sha1dgst.d crypto\x509v3\v3_pci.d crypto\md2\md2_dgst.d test\errtest.d GENERATED_MANDATORY=include\crypto\bn_conf.h include\crypto\dso_conf.h include\openssl\opensslconf.h GENERATED=apps\CA.pl apps\openssl.rc apps\progs.h apps\tsget.pl crypto\buildinf.h libcrypto.def libcrypto.rc libssl.def libssl.rc test\buildtest_aes.c test\buildtest_asn1.c test\buildtest_asn1t.c test\buildtest_async.c test\buildtest_bio.c test\buildtest_blowfish.c test\buildtest_bn.c test\buildtest_buffer.c test\buildtest_camellia.c test\buildtest_cast.c test\buildtest_cmac.c test\buildtest_cms.c test\buildtest_comp.c test\buildtest_conf.c test\buildtest_conf_api.c test\buildtest_crypto.c test\buildtest_ct.c test\buildtest_des.c test\buildtest_dh.c test\buildtest_dsa.c test\buildtest_dtls1.c test\buildtest_e_os2.c test\buildtest_ebcdic.c test\buildtest_ec.c test\buildtest_ecdh.c test\buildtest_ecdsa.c test\buildtest_engine.c test\buildtest_evp.c test\buildtest_hmac.c test\buildtest_idea.c test\buildtest_kdf.c test\buildtest_lhash.c test\buildtest_md2.c test\buildtest_md4.c test\buildtest_md5.c test\buildtest_modes.c test\buildtest_obj_mac.c test\buildtest_objects.c test\buildtest_ocsp.c test\buildtest_opensslv.c test\buildtest_ossl_typ.c test\buildtest_pem.c test\buildtest_pem2.c test\buildtest_pkcs12.c test\buildtest_pkcs7.c test\buildtest_rand.c test\buildtest_rand_drbg.c test\buildtest_rc2.c test\buildtest_rc4.c test\buildtest_rc5.c test\buildtest_ripemd.c test\buildtest_rsa.c test\buildtest_safestack.c test\buildtest_seed.c test\buildtest_sha.c test\buildtest_srp.c test\buildtest_srtp.c test\buildtest_ssl.c test\buildtest_ssl2.c test\buildtest_ssl3.c test\buildtest_stack.c test\buildtest_store.c test\buildtest_symhacks.c test\buildtest_tls1.c test\buildtest_ts.c test\buildtest_txt_db.c test\buildtest_ui.c test\buildtest_whrlpool.c test\buildtest_x509.c test\buildtest_x509_vfy.c test\buildtest_x509v3.c tools\c_rehash.pl @@ -168,17 +168,17 @@ build_apps build_tests: build_programs # Convenience target to prebuild all generated files, not just the mandatory # ones build_all_generated: $(GENERATED_MANDATORY) $(GENERATED) - @ + @@rem @$(ECHO) "Warning: consider configuring with no-makedepend, because if" @$(ECHO) " target system doesn't have $(PERL)," @$(ECHO) " then make will fail..." - @ + @@rem test: tests tests: build_generated $(MAKE) /$(MAKEFLAGS) depend && $(MAKE) /$(MAKEFLAGS) _tests _tests: build_programs_nodep build_engines_nodep - @ + @@rem -mkdir $(BLDDIR)\test\test-runs set SRCTOP=$(SRCDIR) set BLDTOP=$(BLDDIR) @@ -187,13 +187,13 @@ _tests: build_programs_nodep build_engines_nodep set OPENSSL_ENGINES=$(MAKEDIR)\engines set OPENSSL_DEBUG_MEMORY=on "$(PERL)" "$(SRCDIR)\test\run_tests.pl" $(TESTS) - @ + @@rem list-tests: - @ + @@rem @set SRCTOP=$(SRCDIR) @"$(PERL)" "$(SRCDIR)\test\run_tests.pl" list - @ + @@rem install: install_sw install_ssldirs install_docs @@ -414,9 +414,9 @@ distclean: clean -del /Q /F makefile depend: - @ + @ @rem @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl" "VC" - @ + @ @rem # Install helper targets ############################################# @@ -449,10 +449,10 @@ install_dev: install_runtime_libs @if "$(INSTALLTOP)"=="" ( $(ECHO) "INSTALLTOP should not be empty" & exit 1 ) @$(ECHO) "*** Installing development files" @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(INSTALLTOP)\include\openssl" - @ + @@rem @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\ms\applink.c" \ "$(INSTALLTOP)\include\openssl" - @ + @@rem @"$(PERL)" "$(SRCDIR)\util\copy.pl" "-exclude_re=/__DECC_" \ "$(SRCDIR)\include\openssl\*.h" \ "$(INSTALLTOP)\include\openssl" @@ -7382,8 +7382,8 @@ crypto\x509 crypto\x509\ : crypto\x509\by_dir.obj crypto\x509\by_file.obj crypto crypto\x509v3 crypto\x509v3\ : crypto\x509v3\pcy_cache.obj crypto\x509v3\pcy_data.obj crypto\x509v3\pcy_lib.obj crypto\x509v3\pcy_map.obj crypto\x509v3\pcy_node.obj crypto\x509v3\pcy_tree.obj crypto\x509v3\v3_addr.obj crypto\x509v3\v3_admis.obj crypto\x509v3\v3_akey.obj crypto\x509v3\v3_akeya.obj crypto\x509v3\v3_alt.obj crypto\x509v3\v3_asid.obj crypto\x509v3\v3_bcons.obj crypto\x509v3\v3_bitst.obj crypto\x509v3\v3_conf.obj crypto\x509v3\v3_cpols.obj crypto\x509v3\v3_crld.obj crypto\x509v3\v3_enum.obj crypto\x509v3\v3_extku.obj crypto\x509v3\v3_genn.obj crypto\x509v3\v3_ia5.obj crypto\x509v3\v3_info.obj crypto\x509v3\v3_int.obj crypto\x509v3\v3_lib.obj crypto\x509v3\v3_ncons.obj crypto\x509v3\v3_pci.obj crypto\x509v3\v3_pcia.obj crypto\x509v3\v3_pcons.obj crypto\x509v3\v3_pku.obj crypto\x509v3\v3_pmaps.obj crypto\x509v3\v3_prn.obj crypto\x509v3\v3_purp.obj crypto\x509v3\v3_skey.obj crypto\x509v3\v3_sxnet.obj crypto\x509v3\v3_tlsf.obj crypto\x509v3\v3_utl.obj crypto\x509v3\v3err.obj engines engines\ : engines\capi.dll engines\dasync.dll engines\ossltest.dll engines\padlock.dll fuzz fuzz\ : fuzz\asn1-test.exe fuzz\asn1parse-test.exe fuzz\bignum-test.exe fuzz\bndiv-test.exe fuzz\client-test.exe fuzz\cms-test.exe fuzz\conf-test.exe fuzz\crl-test.exe fuzz\ct-test.exe fuzz\server-test.exe fuzz\x509-test.exe -ms ms\ : ms\uplink.obj ms\applink.obj ms\applink.obj -ssl ssl\ : ssl\bio_ssl.obj ssl\d1_lib.obj ssl\d1_msg.obj ssl\d1_srtp.obj ssl\methods.obj ssl\packet.obj ssl\pqueue.obj ssl\s3_cbc.obj ssl\s3_enc.obj ssl\s3_lib.obj ssl\s3_msg.obj ssl\ssl_asn1.obj ssl\ssl_cert.obj ssl\ssl_ciph.obj ssl\ssl_conf.obj ssl\ssl_err.obj ssl\ssl_init.obj ssl\ssl_lib.obj ssl\ssl_mcnf.obj ssl\ssl_rsa.obj ssl\ssl_sess.obj ssl\ssl_stat.obj ssl\ssl_txt.obj ssl\ssl_utst.obj ssl\t1_enc.obj ssl\t1_lib.obj ssl\t1_trce.obj ssl\tls13_enc.obj ssl\tls_srp.obj ssl\packet.obj ssl\tls13_enc.obj +ms ms\ : ms\applink.obj ms\applink.obj ms\uplink.obj +ssl ssl\ : ssl\packet.obj ssl\tls13_enc.obj ssl\bio_ssl.obj ssl\d1_lib.obj ssl\d1_msg.obj ssl\d1_srtp.obj ssl\methods.obj ssl\packet.obj ssl\pqueue.obj ssl\s3_cbc.obj ssl\s3_enc.obj ssl\s3_lib.obj ssl\s3_msg.obj ssl\ssl_asn1.obj ssl\ssl_cert.obj ssl\ssl_ciph.obj ssl\ssl_conf.obj ssl\ssl_err.obj ssl\ssl_init.obj ssl\ssl_lib.obj ssl\ssl_mcnf.obj ssl\ssl_rsa.obj ssl\ssl_sess.obj ssl\ssl_stat.obj ssl\ssl_txt.obj ssl\ssl_utst.obj ssl\t1_enc.obj ssl\t1_lib.obj ssl\t1_trce.obj ssl\tls13_enc.obj ssl\tls_srp.obj ssl\record ssl\record\ : ssl\record\dtls1_bitmap.obj ssl\record\rec_layer_d1.obj ssl\record\rec_layer_s3.obj ssl\record\ssl3_buffer.obj ssl\record\ssl3_record.obj ssl\record\ssl3_record_tls13.obj ssl\statem ssl\statem\ : ssl\statem\extensions.obj ssl\statem\extensions_clnt.obj ssl\statem\extensions_cust.obj ssl\statem\extensions_srvr.obj ssl\statem\statem.obj ssl\statem\statem_clnt.obj ssl\statem\statem_dtls.obj ssl\statem\statem_lib.obj ssl\statem\statem_srvr.obj test\testutil test\testutil\ : test\testutil\basic_output.obj test\testutil\cb.obj test\testutil\driver.obj test\testutil\format_output.obj test\testutil\main.obj test\testutil\output_helpers.obj test\testutil\random.obj test\testutil\stanza.obj test\testutil\tap_bio.obj test\testutil\test_cleanup.obj test\testutil\tests.obj test\testutil\testutil_init.obj diff --git a/upstream-build/makefile/x86_64-freebsd b/upstream-build/makefile/x86_64-freebsd index 4dfea18..c31cf97 100644 --- a/upstream-build/makefile/x86_64-freebsd +++ b/upstream-build/makefile/x86_64-freebsd @@ -11,7 +11,7 @@ CONFIGURE_ARGS=("BSD-x86_64", "enable-md2", "enable-rc5", "enable-ssl3", "enable SRCDIR=.. BLDDIR=. -VERSION=1.1.1k +VERSION=1.1.1l MAJOR=1 MINOR=1.1 SHLIB_VERSION_NUMBER=1.1 @@ -30,7 +30,7 @@ ENGINES=engines/capi.so engines/dasync.so engines/ossltest.so engines/padlock.so PROGRAMS=apps/openssl fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test test/aborttest test/afalgtest test/asn1_decode_test test/asn1_encode_test test/asn1_internal_test test/asn1_string_table_test test/asn1_time_test test/asynciotest test/asynctest test/bad_dtls_test test/bftest test/bio_callback_test test/bio_enc_test test/bio_memleak_test test/bioprinttest test/bntest test/buildtest_c_aes test/buildtest_c_asn1 test/buildtest_c_asn1t test/buildtest_c_async test/buildtest_c_bio test/buildtest_c_blowfish test/buildtest_c_bn test/buildtest_c_buffer test/buildtest_c_camellia test/buildtest_c_cast test/buildtest_c_cmac test/buildtest_c_cms test/buildtest_c_comp test/buildtest_c_conf test/buildtest_c_conf_api test/buildtest_c_crypto test/buildtest_c_ct test/buildtest_c_des test/buildtest_c_dh test/buildtest_c_dsa test/buildtest_c_dtls1 test/buildtest_c_e_os2 test/buildtest_c_ebcdic test/buildtest_c_ec test/buildtest_c_ecdh test/buildtest_c_ecdsa test/buildtest_c_engine test/buildtest_c_evp test/buildtest_c_hmac test/buildtest_c_idea test/buildtest_c_kdf test/buildtest_c_lhash test/buildtest_c_md2 test/buildtest_c_md4 test/buildtest_c_md5 test/buildtest_c_modes test/buildtest_c_obj_mac test/buildtest_c_objects test/buildtest_c_ocsp test/buildtest_c_opensslv test/buildtest_c_ossl_typ test/buildtest_c_pem test/buildtest_c_pem2 test/buildtest_c_pkcs12 test/buildtest_c_pkcs7 test/buildtest_c_rand test/buildtest_c_rand_drbg test/buildtest_c_rc2 test/buildtest_c_rc4 test/buildtest_c_rc5 test/buildtest_c_ripemd test/buildtest_c_rsa test/buildtest_c_safestack test/buildtest_c_seed test/buildtest_c_sha test/buildtest_c_srp test/buildtest_c_srtp test/buildtest_c_ssl test/buildtest_c_ssl2 test/buildtest_c_ssl3 test/buildtest_c_stack test/buildtest_c_store test/buildtest_c_symhacks test/buildtest_c_tls1 test/buildtest_c_ts test/buildtest_c_txt_db test/buildtest_c_ui test/buildtest_c_whrlpool test/buildtest_c_x509 test/buildtest_c_x509_vfy test/buildtest_c_x509v3 test/casttest test/chacha_internal_test test/cipherbytes_test test/cipherlist_test test/ciphername_test test/clienthellotest test/cmactest test/cmsapitest test/conf_include_test test/constant_time_test test/crltest test/ct_test test/ctype_internal_test test/curve448_internal_test test/d2i_test test/danetest test/destest test/dhtest test/drbg_cavs_test test/drbgtest test/dsa_no_digest_size_test test/dsatest test/dtls_mtu_test test/dtlstest test/dtlsv1listentest test/ec_internal_test test/ecdsatest test/ecstresstest test/ectest test/enginetest test/errtest test/evp_extra_test test/evp_test test/exdatatest test/exptest test/fatalerrtest test/gmdifftest test/gosttest test/hmactest test/ideatest test/igetest test/lhash_test test/md2test test/mdc2test test/memleaktest test/modes_internal_test test/ocspapitest test/packettest test/pbelutest test/pemtest test/pkey_meth_kdf_test test/pkey_meth_test test/poly1305_internal_test test/rc2test test/rc4test test/rc5test test/rdrand_sanitytest test/recordlentest test/rsa_complex test/rsa_mp_test test/rsa_test test/sanitytest test/secmemtest test/servername_test test/shlibloadtest test/siphash_internal_test test/sm2_internal_test test/sm4_internal_test test/srptest test/ssl_cert_table_internal_test test/ssl_ctx_test test/ssl_test test/ssl_test_ctx_test test/sslapitest test/sslbuffertest test/sslcorrupttest test/ssltest_old test/stack_test test/sysdefaulttest test/test_test test/threadstest test/time_offset_test test/tls13ccstest test/tls13encryptiontest test/tls13secretstest test/uitest test/v3ext test/v3nametest test/verify_extra_test test/versions test/wpackettest test/x509_check_cert_pkey_test test/x509_dup_cert_test test/x509_internal_test test/x509_time_test test/x509aux SCRIPTS=apps/CA.pl apps/tsget.pl tools/c_rehash util/shlib_wrap.sh -DEPS=crypto/modes/cfb128.d crypto/store/store_register.d crypto/err/err_prn.d test/sm4_internal_test.d ssl/ssl_rsa.d crypto/bio/bss_dgram.d crypto/x509/x509_trs.d apps/apps.d test/buildtest_hmac.d crypto/bn/bn_x931p.d crypto/x509/x509_vfy.d crypto/conf/conf_mall.d test/buildtest_tls1.d crypto/bn/bn_exp.d crypto/dh/dh_prn.d test/d2i_test.d crypto/des/ofb_enc.d test/pemtest.d crypto/ts/ts_err.d test/bio_enc_test.d crypto/bn/bn_print.d test/cmactest.d crypto/evp/evp_lib.d crypto/x509/x_crl.d crypto/asn1/a_strex.d apps/x509.d crypto/rsa/rsa_saos.d crypto/engine/eng_dyn.d crypto/x509v3/pcy_node.d test/buildtest_ssl2.d crypto/pem/pem_pkey.d ssl/s3_msg.d crypto/bio/bf_buff.d crypto/dsa/dsa_meth.d test/asn1_time_test.d crypto/cms/cms_att.d crypto/ec/eck_prn.d test/rsa_mp_test.d crypto/modes/ccm128.d test/rc4test.d crypto/asn1/t_pkey.d crypto/cmac/cm_ameth.d crypto/idea/i_skey.d test/dtls_mtu_test.d crypto/asn1/tasn_enc.d crypto/o_init.d test/buildtest_ct.d crypto/evp/m_md5_sha1.d crypto/x509/x509spki.d crypto/evp/evp_pbe.d crypto/evp/evp_err.d crypto/evp/m_md2.d crypto/asn1/bio_ndef.d apps/smime.d crypto/aes/aes_cbc.d crypto/camellia/cmll_ofb.d test/shlibloadtest.d test/buildtest_asn1t.d test/md2test.d crypto/bf/bf_cfb64.d crypto/rsa/rsa_x931.d crypto/asn1/tasn_typ.d test/x509_internal_test.d test/buildtest_conf_api.d apps/dsaparam.d crypto/cms/cms_ess.d crypto/modes/xts128.d crypto/siphash/siphash.d crypto/x509v3/v3_pcons.d test/dsa_no_digest_size_test.d crypto/sm3/sm3.d crypto/objects/obj_lib.d crypto/uid.d crypto/ct/ct_oct.d crypto/x509v3/v3_int.d crypto/dsa/dsa_gen.d crypto/camellia/cmll_cfb.d crypto/engine/tb_dh.d crypto/ts/ts_req_print.d crypto/conf/conf_err.d ssl/statem/statem_clnt.d crypto/o_fips.d ssl/ssl_err.d test/buildtest_md2.d crypto/buffer/buf_err.d crypto/evp/e_seed.d crypto/comp/comp_lib.d crypto/dh/dh_meth.d ssl/bio_ssl.d test/buildtest_seed.d crypto/x509/x509_req.d crypto/evp/m_md4.d test/ssltestlib.d crypto/pem/pem_info.d crypto/evp/pmeth_gn.d crypto/des/qud_cksm.d apps/ocsp.d crypto/evp/p_enc.d apps/version.d test/asn1_decode_test.d crypto/ec/ec_curve.d crypto/des/fcrypt.d test/buildtest_srtp.d crypto/ec/ecdh_kdf.d crypto/ec/ec_mult.d crypto/ct/ct_prn.d crypto/pem/pem_x509.d fuzz/cms.d crypto/dsa/dsa_ameth.d crypto/asn1/nsseq.d crypto/poly1305/poly1305_pmeth.d crypto/engine/tb_asnmth.d test/drbg_cavs_data.d apps/pkey.d test/dhtest.d crypto/sha/sha256.d crypto/ui/ui_lib.d crypto/pem/pem_all.d test/crltest.d crypto/dsa/dsa_sign.d crypto/seed/seed_cfb.d crypto/x509/by_dir.d crypto/dsa/dsa_err.d test/cmsapitest.d crypto/ts/ts_rsp_print.d crypto/x509v3/pcy_data.d apps/dsa.d crypto/engine/tb_cipher.d crypto/conf/conf_sap.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/pkcs7/pk7_lib.d ssl/statem/extensions_srvr.d crypto/ec/ec_ameth.d test/buildtest_safestack.d crypto/rand/randfile.d crypto/asn1/asn1_item_list.d test/exdatatest.d test/asn1_internal_test.d test/ecstresstest.d crypto/rsa/rsa_mp.d apps/s_time.d crypto/ec/ecdh_ossl.d crypto/threads_none.d crypto/engine/eng_err.d crypto/rc5/rc5_enc.d crypto/asn1/a_dup.d crypto/x509v3/v3_admis.d test/buildtest_crypto.d test/test_test.d test/x509_dup_cert_test.d crypto/x509/x509_vpm.d test/buildtest_buffer.d crypto/dso/dso_win32.d crypto/sha/sha1_one.d fuzz/crl.d test/buildtest_ossl_typ.d crypto/x509v3/v3_bcons.d test/buildtest_blowfish.d crypto/ui/ui_openssl.d crypto/des/cfb64enc.d crypto/bn/bn_mpi.d crypto/siphash/siphash_pmeth.d crypto/x509/x509_v3.d crypto/pem/pvkfmt.d crypto/x509/t_req.d crypto/mem_clr.d crypto/pkcs12/p12_asn.d crypto/evp/e_aria.d crypto/mem_dbg.d crypto/des/str2key.d test/rdrand_sanitytest.d crypto/ec/ecp_nistp256.d crypto/camellia/cmll_cbc.d crypto/aes/aes_ige.d crypto/asn1/asn_moid.d apps/rsautl.d crypto/objects/o_names.d crypto/asn1/p5_pbev2.d crypto/dsa/dsa_lib.d crypto/rc2/rc2_cbc.d ssl/statem/statem.d crypto/blake2/m_blake2b.d crypto/bio/bf_lbuf.d apps/spkac.d crypto/ec/ec_err.d test/curve448_internal_test.d test/drbgtest.d crypto/idea/i_cfb64.d apps/s_server.d apps/dhparam.d crypto/dh/dh_pmeth.d test/bio_callback_test.d crypto/rsa/rsa_pmeth.d crypto/x509v3/v3_pci.d crypto/asn1/a_sign.d crypto/x509/x509_err.d crypto/rand/rand_err.d crypto/ebcdic.d crypto/pem/pem_xaux.d crypto/asn1/asn_mime.d crypto/ec/curve448/eddsa.d test/asynctest.d crypto/ripemd/rmd_dgst.d apps/genpkey.d crypto/asn1/p5_pbe.d test/srptest.d crypto/ec/ecp_nistp224.d crypto/ocsp/ocsp_ext.d crypto/md4/md4_one.d crypto/ec/ecp_smpl.d crypto/bn/bn_exp2.d crypto/mem.d test/ec_internal_test.d crypto/asn1/i2d_pr.d crypto/ocsp/ocsp_lib.d crypto/evp/e_idea.d crypto/asn1/f_int.d test/clienthellotest.d test/buildtest_objects.d apps/enc.d crypto/engine/eng_rdrand.d crypto/pkcs12/p12_decr.d crypto/evp/m_sigver.d crypto/stack/stack.d crypto/buffer/buffer.d test/igetest.d test/testutil/test_cleanup.d test/testutil/tap_bio.d ssl/d1_msg.d crypto/x509v3/v3_tlsf.d crypto/rsa/rsa_asn1.d crypto/x509/x_pubkey.d crypto/bio/bf_null.d crypto/bn/bn_mont.d test/packettest.d crypto/ui/ui_util.d crypto/async/async_wait.d crypto/evp/m_null.d apps/pkeyparam.d crypto/pkcs12/p12_npas.d crypto/rand/drbg_ctr.d test/testutil/random.d crypto/x509/x509rset.d crypto/rsa/rsa_lib.d crypto/blake2/m_blake2s.d crypto/mem_sec.d apps/s_socket.d ssl/record/rec_layer_s3.d ssl/methods.d crypto/x509v3/v3_skey.d test/afalgtest.d crypto/ec/ec2_smpl.d engines/e_ossltest.d crypto/x509v3/v3_info.d crypto/des/fcrypt_b.d test/ssl_test.d crypto/camellia/camellia.d test/ideatest.d crypto/asn1/a_digest.d test/buildtest_cms.d crypto/sm3/m_sm3.d ssl/ssl_mcnf.d test/buildtest_asn1.d crypto/asn1/a_d2i_fp.d test/buildtest_ebcdic.d crypto/objects/obj_dat.d crypto/cast/c_cfb64.d crypto/rand/rand_unix.d crypto/md5/md5_one.d crypto/ct/ct_err.d test/v3ext.d engines/e_padlock.d ssl/t1_trce.d crypto/blake2/blake2s.d crypto/cmac/cm_pmeth.d crypto/bf/bf_skey.d crypto/cms/cms_cd.d test/fatalerrtest.d ssl/ssl_asn1.d crypto/modes/wrap128.d crypto/poly1305/poly1305.d apps/s_cb.d crypto/err/err_all.d crypto/asn1/asn_pack.d apps/ca.d test/testutil/format_output.d crypto/pkcs12/p12_crpt.d crypto/dh/dh_ameth.d crypto/evp/evp_key.d crypto/ct/ct_policy.d test/buildtest_rc5.d test/secmemtest.d crypto/x509/x_name.d crypto/engine/tb_dsa.d crypto/conf/conf_def.d apps/ecparam.d crypto/bio/bss_null.d crypto/rsa/rsa_err.d fuzz/asn1parse.d crypto/rsa/rsa_sign.d crypto/rc2/rc2ofb64.d crypto/asn1/x_sig.d test/danetest.d crypto/des/ecb3_enc.d crypto/siphash/siphash_ameth.d crypto/rc2/rc2_ecb.d crypto/async/arch/async_null.d crypto/dsa/dsa_asn1.d crypto/asn1/x_pkey.d crypto/evp/e_bf.d crypto/x509v3/pcy_map.d test/ciphername_test.d crypto/modes/cts128.d test/chacha_internal_test.d test/buildtest_obj_mac.d crypto/x509v3/v3_conf.d crypto/ocsp/ocsp_ht.d apps/verify.d test/sm2_internal_test.d crypto/x509v3/v3_sxnet.d crypto/des/set_key.d crypto/x509v3/pcy_tree.d crypto/rc4/rc4_enc.d crypto/asn1/a_bitstr.d crypto/init.d crypto/x509v3/v3_ia5.d test/time_offset_test.d crypto/asn1/a_utctm.d test/drbg_cavs_test.d crypto/sm2/sm2_crypt.d ssl/statem/statem_srvr.d crypto/asn1/d2i_pr.d crypto/camellia/cmll_ctr.d crypto/evp/names.d ssl/t1_enc.d crypto/x509v3/v3_cpols.d crypto/x509v3/v3_pmaps.d apps/s_client.d test/buildtest_rc4.d crypto/ts/ts_verify_ctx.d test/cipherlist_test.d crypto/evp/p_seal.d crypto/asn1/tasn_utl.d crypto/camellia/cmll_misc.d crypto/dsa/dsa_pmeth.d crypto/store/store_err.d test/rc2test.d crypto/dh/dh_rfc5114.d crypto/bn/bn_word.d ssl/statem/extensions_clnt.d crypto/ec/ec_pmeth.d test/tls13secretstest.d crypto/asn1/t_bitst.d test/tls13ccstest.d crypto/evp/pmeth_lib.d crypto/aes/aes_misc.d test/ssl_ctx_test.d crypto/lhash/lhash.d crypto/x509/t_crl.d crypto/dh/dh_err.d crypto/seed/seed.d crypto/dso/dso_dl.d crypto/md2/md2_one.d crypto/evp/m_mdc2.d apps/openssl.d crypto/x509/x509_txt.d crypto/evp/bio_ok.d crypto/cmac/cmac.d crypto/rsa/rsa_chk.d test/enginetest.d fuzz/bndiv.d test/modes_internal_test.d crypto/rsa/rsa_oaep.d test/ectest.d crypto/engine/eng_table.d test/tls13encryptiontest.d crypto/engine/eng_lib.d crypto/asn1/n_pkey.d crypto/asn1/tasn_prn.d test/evp_extra_test.d crypto/ec/ec_oct.d crypto/bn/bn_kron.d crypto/blake2/blake2b.d crypto/pkcs7/pk7_smime.d crypto/x509/x_attrib.d crypto/sha/sha512.d test/buildtest_des.d crypto/asn1/a_utf8.d crypto/asn1/a_int.d crypto/dsa/dsa_key.d crypto/des/ofb64ede.d crypto/threads_win.d crypto/cast/c_enc.d crypto/evp/p_lib.d crypto/comp/c_zlib.d crypto/bio/bss_acpt.d test/hmactest.d apps/asn1pars.d crypto/srp/srp_vfy.d crypto/evp/m_wp.d crypto/rsa/rsa_pss.d crypto/ctype.d test/siphash_internal_test.d crypto/ec/curve25519.d test/bio_memleak_test.d crypto/ui/ui_null.d crypto/rsa/rsa_meth.d test/buildtest_lhash.d crypto/x509/x509_def.d test/wpackettest.d crypto/conf/conf_mod.d crypto/x509v3/v3_akey.d crypto/dh/dh_gen.d test/buildtest_dsa.d test/testutil/main.d crypto/async/arch/async_posix.d crypto/ex_data.d crypto/threads_pthread.d crypto/x509/x509type.d crypto/evp/e_xcbc_d.d test/sanitytest.d ssl/statem/statem_dtls.d crypto/x509/x509_meth.d test/buildtest_rand_drbg.d ssl/s3_cbc.d test/buildtest_pem2.d crypto/asn1/tasn_scn.d crypto/evp/evp_enc.d test/testutil/testutil_init.d crypto/seed/seed_ofb.d crypto/x509v3/pcy_lib.d crypto/x509/x509_lu.d test/conf_include_test.d crypto/sha/sha1dgst.d crypto/ec/ecp_mont.d apps/errstr.d test/sysdefaulttest.d crypto/pkcs7/pk7_mime.d crypto/dso/dso_err.d crypto/bio/bss_log.d crypto/x509/x509cset.d test/buildtest_aes.d test/asn1_encode_test.d ssl/ssl_stat.d crypto/aes/aes_ecb.d apps/app_rand.d crypto/ocsp/ocsp_asn.d crypto/modes/ofb128.d crypto/sha/keccak1600.d crypto/evp/e_old.d crypto/rsa/rsa_ameth.d crypto/store/store_strings.d crypto/modes/gcm128.d crypto/evp/e_rc5.d crypto/dh/dh_depr.d crypto/async/arch/async_win.d apps/ec.d crypto/pkcs12/p12_mutl.d crypto/ct/ct_b64.d crypto/ec/ecp_nistp521.d ssl/record/ssl3_record.d crypto/rc5/rc5ofb64.d crypto/rc5/rc5_ecb.d test/buildtest_cast.d crypto/x509v3/v3_lib.d test/sslbuffertest.d crypto/des/pcbc_enc.d crypto/x509/x_req.d crypto/pkcs12/p12_crt.d crypto/evp/p5_crpt.d crypto/bn/bn_gcd.d crypto/asn1/asn1_lib.d test/exptest.d crypto/engine/eng_ctrl.d crypto/x509v3/v3_addr.d test/buildtest_comp.d crypto/bio/bss_fd.d ssl/t1_lib.d crypto/pkcs7/pk7_attr.d crypto/ct/ct_log.d crypto/modes/ocb128.d crypto/bn/bn_lib.d fuzz/asn1.d crypto/dso/dso_lib.d apps/req.d apps/passwd.d crypto/rsa/rsa_gen.d apps/engine.d crypto/x509v3/v3_ncons.d crypto/whrlpool/wp_dgst.d crypto/bio/bf_nbio.d test/testutil/stanza.d crypto/bf/bf_ofb64.d crypto/cast/c_skey.d crypto/asn1/a_octet.d apps/sess_id.d crypto/engine/tb_pkmeth.d crypto/evp/bio_enc.d test/buildtest_x509.d crypto/ec/ecdsa_sign.d crypto/md2/md2_dgst.d crypto/dsa/dsa_vrf.d crypto/evp/e_rc4_hmac_md5.d crypto/asn1/a_strnid.d test/buildtest_ssl.d crypto/asn1/a_type.d crypto/engine/eng_openssl.d crypto/ec/ec_check.d test/buildtest_pkcs7.d crypto/hmac/hmac.d crypto/poly1305/poly1305_ameth.d crypto/pkcs12/p12_p8d.d crypto/pkcs12/p12_add.d crypto/idea/i_cbc.d crypto/asn1/bio_asn1.d crypto/asn1/tasn_dec.d crypto/evp/evp_cnf.d crypto/cms/cms_err.d test/buildtest_conf.d crypto/asn1/p8_pkey.d test/bad_dtls_test.d crypto/cms/cms_lib.d crypto/evp/e_rc4.d crypto/ec/curve448/arch_32/f_impl.d crypto/x509v3/v3_enum.d crypto/des/cfb_enc.d crypto/evp/bio_b64.d test/buildtest_md4.d crypto/dh/dh_key.d crypto/ec/ecp_nist.d crypto/asn1/asn1_gen.d ssl/s3_lib.d crypto/ts/ts_req_utils.d apps/cms.d crypto/seed/seed_ecb.d crypto/rand/drbg_lib.d test/asynciotest.d crypto/ec/ec_lib.d apps/ciphers.d crypto/asn1/t_spki.d crypto/evp/p_verify.d crypto/evp/m_sha3.d test/uitest.d crypto/x509v3/v3_bitst.d crypto/engine/eng_fat.d crypto/rand/rand_egd.d apps/ts.d apps/speed.d test/v3nametest.d crypto/rsa/rsa_x931g.d crypto/idea/i_ofb64.d test/rsa_complex.d test/bftest.d crypto/rsa/rsa_ossl.d crypto/asn1/a_object.d crypto/engine/tb_rand.d crypto/x509v3/v3_akeya.d crypto/sm2/sm2_pmeth.d crypto/asn1/tasn_fre.d test/buildtest_bio.d fuzz/bignum.d crypto/bn/bn_const.d crypto/cms/cms_smime.d crypto/ct/ct_sct_ctx.d test/buildtest_bn.d fuzz/x509.d crypto/bn/bn_shift.d crypto/x509/x509_att.d test/servername_test.d crypto/cms/cms_kari.d crypto/x509v3/v3_crld.d crypto/asn1/a_print.d crypto/ec/ec2_oct.d crypto/x509/x509_cmp.d test/buildtest_stack.d crypto/x509v3/v3_utl.d test/buildtest_x509v3.d test/recordlentest.d crypto/evp/e_rc2.d crypto/evp/e_cast.d crypto/ec/curve448/f_generic.d crypto/bio/b_sock2.d crypto/pkcs12/p12_sbag.d crypto/asn1/x_int64.d test/buildtest_ec.d ssl/ssl_ciph.d test/buildtest_md5.d crypto/evp/digest.d test/buildtest_srp.d test/rc5test.d crypto/rand/rand_vms.d crypto/x509/x_exten.d crypto/aes/aes_cfb.d crypto/kdf/scrypt.d test/buildtest_cmac.d crypto/ct/ct_x509v3.d crypto/x509/x509_obj.d crypto/bn/bn_rand.d crypto/evp/bio_md.d crypto/asn1/x_long.d crypto/kdf/kdf_err.d test/pkey_meth_test.d apps/opt.d crypto/asn1/p5_scrypt.d ssl/statem/statem_lib.d crypto/ts/ts_rsp_sign.d crypto/x509/x_x509a.d crypto/ec/ecp_nistputil.d crypto/rsa/rsa_pk1.d ssl/tls_srp.d test/buildtest_sha.d crypto/ui/ui_err.d crypto/des/rand_key.d test/rsa_test.d crypto/bn/bn_dh.d test/destest.d crypto/des/ofb64enc.d crypto/pem/pem_lib.d ssl/d1_srtp.d test/testutil/basic_output.d crypto/evp/evp_pkey.d crypto/camellia/cmll_ecb.d ssl/ssl_lib.d test/mdc2_internal_test.d apps/bf_prefix.d test/buildtest_evp.d crypto/md5/md5_dgst.d ssl/ssl_txt.d crypto/x509v3/v3_prn.d crypto/asn1/a_verify.d test/sslapitest.d crypto/asn1/x_bignum.d test/buildtest_async.d test/buildtest_symhacks.d crypto/bn/bn_srp.d ssl/record/ssl3_buffer.d crypto/evp/p_open.d ssl/s3_enc.d crypto/dsa/dsa_depr.d crypto/dh/dh_asn1.d crypto/cms/cms_sd.d crypto/err/err.d crypto/asn1/evp_asn1.d crypto/asn1/d2i_pu.d test/buildtest_rsa.d crypto/bio/bio_cb.d crypto/pem/pem_err.d test/ctype_internal_test.d test/errtest.d crypto/pem/pem_sign.d crypto/engine/eng_init.d crypto/engine/eng_all.d apps/srp.d crypto/x509/x_x509.d crypto/bn/bn_intern.d crypto/ec/ecdsa_ossl.d test/buildtest_idea.d test/buildtest_ecdh.d test/ssl_cert_table_internal_test.d crypto/engine/tb_digest.d crypto/hmac/hm_pmeth.d crypto/pkcs12/p12_kiss.d fuzz/test-corpus.d crypto/asn1/asn1_err.d crypto/store/store_lib.d ssl/pqueue.d test/buildtest_modes.d crypto/asn1/f_string.d test/pbelutest.d crypto/x509/x_all.d crypto/rsa/rsa_prn.d test/asn1_string_table_test.d engines/e_dasync.d ssl/d1_lib.d test/buildtest_ripemd.d crypto/modes/cbc128.d test/ct_test.d crypto/engine/eng_cnf.d crypto/cryptlib.d test/buildtest_rand.d crypto/txt_db/txt_db.d crypto/pkcs12/p12_attr.d crypto/cpt_err.d crypto/evp/cmeth_lib.d crypto/aes/aes_ofb.d test/poly1305_internal_test.d test/buildtest_camellia.d crypto/engine/eng_pkey.d crypto/evp/pbe_scrypt.d crypto/kdf/tls1_prf.d crypto/evp/p_sign.d crypto/cms/cms_env.d crypto/engine/tb_rsa.d test/ecdsatest.d crypto/o_str.d crypto/evp/e_camellia.d test/pkey_meth_kdf_test.d test/dsatest.d crypto/ts/ts_lib.d test/evp_test.d apps/crl2p7.d crypto/x509v3/pcy_cache.d crypto/bn/bn_recp.d crypto/evp/e_sm4.d test/testutil/tests.d crypto/rc4/rc4_skey.d apps/crl.d test/buildtest_ui.d crypto/evp/e_aes.d test/buildtest_ts.d crypto/async/async_err.d test/threadstest.d crypto/cast/c_ecb.d crypto/engine/tb_eckey.d crypto/ts/ts_rsp_utils.d crypto/bf/bf_ecb.d crypto/asn1/a_time.d crypto/asn1/a_mbstr.d crypto/evp/m_sha1.d crypto/des/des_enc.d crypto/des/cbc_enc.d crypto/des/ecb_enc.d crypto/evp/e_des.d crypto/rsa/rsa_none.d crypto/bn/bn_nist.d crypto/pkcs7/bio_pk7.d crypto/bio/b_addr.d crypto/ec/ec_kmeth.d crypto/ocsp/ocsp_srv.d crypto/des/cbc_cksm.d ssl/packet.d crypto/asn1/ameth_lib.d test/ssltest_old.d test/buildtest_ssl3.d crypto/comp/comp_err.d test/ssl_test_ctx.d crypto/ec/ec_asn1.d crypto/cms/cms_dd.d crypto/conf/conf_lib.d crypto/bn/bn_div.d crypto/getenv.d crypto/o_fopen.d crypto/ec/curve448/curve448.d test/buildtest_rc2.d crypto/bn/bn_mul.d crypto/rsa/rsa_depr.d test/x509aux.d crypto/bn/bn_err.d crypto/bn/bn_asm.d apps/storeutl.d crypto/bio/bss_conn.d test/x509_check_cert_pkey_test.d crypto/bio/b_dump.d test/versions.d test/dtlstest.d crypto/pkcs12/p12_p8e.d test/buildtest_whrlpool.d crypto/objects/obj_xref.d crypto/rand/rand_win.d crypto/asn1/i2d_pu.d ssl/statem/extensions_cust.d crypto/idea/i_ecb.d fuzz/client.d crypto/rc5/rc5_skey.d crypto/asn1/asn1_par.d test/memleaktest.d crypto/x509v3/v3_asid.d crypto/bio/bss_bio.d crypto/ocsp/v3_ocsp.d crypto/pkcs12/p12_key.d apps/rand.d apps/gendsa.d test/buildtest_pkcs12.d crypto/evp/p_dec.d test/buildtest_e_os2.d test/buildtest_opensslv.d crypto/ts/ts_conf.d crypto/dh/dh_kdf.d test/testutil/cb.d crypto/evp/c_alld.d ssl/ssl_utst.d crypto/ec/ec_cvt.d crypto/x509v3/v3_purp.d crypto/asn1/x_algor.d crypto/asn1/x_val.d crypto/bn/bn_gf2m.d crypto/pkcs7/pkcs7err.d crypto/o_dir.d crypto/store/store_init.d test/ocspapitest.d crypto/ct/ct_sct.d crypto/bio/bio_lib.d crypto/rc5/rc5cfb64.d crypto/md4/md4_dgst.d ssl/record/ssl3_record_tls13.d crypto/asn1/x_spki.d test/buildtest_kdf.d crypto/bn/bn_prime.d test/testutil/driver.d crypto/ripemd/rmd_one.d ssl/ssl_cert.d test/buildtest_dtls1.d crypto/x509/x509_r2x.d crypto/bio/b_print.d crypto/ocsp/ocsp_vfy.d fuzz/server.d test/buildtest_txt_db.d crypto/chacha/chacha_enc.d crypto/bio/bio_err.d crypto/seed/seed_cbc.d crypto/evp/e_chacha20_poly1305.d crypto/aes/aes_wrap.d crypto/evp/c_allc.d crypto/ec/ecx_meth.d engines/e_capi.d crypto/asn1/asn_mstbl.d crypto/ec/curve448/scalar.d test/sslcorrupttest.d crypto/asn1/x_info.d crypto/conf/conf_api.d crypto/dsa/dsa_prn.d crypto/pem/pem_oth.d crypto/bn/bn_blind.d apps/pkeyutl.d crypto/dh/dh_rfc7919.d crypto/conf/conf_ssl.d ssl/record/dtls1_bitmap.d crypto/bn/bn_sqrt.d crypto/srp/srp_lib.d test/buildtest_ocsp.d ssl/statem/extensions.d crypto/x509/by_file.d crypto/asn1/a_gentm.d crypto/objects/obj_err.d test/casttest.d test/stack_test.d test/buildtest_store.d crypto/ec/ecp_oct.d apps/dgst.d crypto/rand/rand_lib.d apps/rsa.d crypto/x509v3/v3_extku.d crypto/dh/dh_lib.d crypto/x509/x509_d2.d crypto/evp/m_md5.d crypto/bio/b_sock.d apps/pkcs8.d crypto/ec/ec_key.d crypto/pkcs7/pk7_asn1.d crypto/cast/c_ofb64.d crypto/dso/dso_dlfcn.d crypto/evp/m_ripemd.d crypto/x509v3/v3_alt.d crypto/ct/ct_vfy.d test/bntest.d apps/genrsa.d crypto/bio/bss_mem.d apps/nseq.d test/verify_extra_test.d crypto/ts/ts_rsp_verify.d test/handshake_helper.d crypto/ocsp/ocsp_prn.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/des/cfb64ede.d test/ssl_test_ctx_test.d crypto/lhash/lh_stats.d crypto/des/xcbc_enc.d crypto/aria/aria.d crypto/rsa/rsa_crpt.d crypto/x509/x509_set.d crypto/dso/dso_vms.d test/testutil/output_helpers.d ssl/tls13_enc.d test/aborttest.d crypto/x509v3/v3err.d crypto/ec/ecdsa_vrf.d fuzz/ct.d crypto/dh/dh_check.d crypto/asn1/a_i2d_fp.d crypto/x509/x509_ext.d test/mdc2test.d crypto/bn/bn_ctx.d crypto/asn1/tasn_new.d crypto/rc2/rc2_skey.d crypto/store/loader_file.d crypto/sm4/sm4.d crypto/bn/bn_depr.d crypto/pkcs7/pk7_doit.d crypto/sm2/sm2_sign.d test/constant_time_test.d test/x509_time_test.d crypto/bf/bf_enc.d crypto/sm2/sm2_err.d apps/rehash.d crypto/dso/dso_openssl.d crypto/ocsp/ocsp_err.d crypto/hmac/hm_ameth.d test/buildtest_ecdsa.d crypto/bn/bn_mod.d crypto/whrlpool/wp_block.d test/buildtest_engine.d crypto/async/async.d crypto/aes/aes_core.d crypto/ts/ts_asn1.d fuzz/conf.d crypto/ec/ec_print.d crypto/cversion.d ssl/ssl_init.d crypto/kdf/hkdf.d crypto/ec/curve448/curve448_tables.d crypto/pkcs12/pk12err.d test/gosttest.d crypto/rc2/rc2cfb64.d test/gmdifftest.d crypto/cms/cms_asn1.d crypto/bn/bn_sqr.d ssl/record/rec_layer_d1.d crypto/engine/eng_list.d test/buildtest_pem.d crypto/pkcs12/p12_utl.d crypto/ocsp/ocsp_cl.d crypto/x509/x509name.d crypto/x509/t_x509.d crypto/evp/e_des3.d test/bioprinttest.d test/lhash_test.d apps/prime.d crypto/bio/bss_file.d ssl/ssl_sess.d crypto/evp/pmeth_fn.d ssl/ssl_conf.d crypto/bio/bss_sock.d test/cipherbytes_test.d crypto/bn/bn_add.d crypto/x509v3/v3_genn.d crypto/x509v3/v3_pcia.d crypto/rsa/rsa_ssl.d crypto/evp/encode.d crypto/evp/e_null.d crypto/dsa/dsa_ossl.d test/dtlsv1listentest.d crypto/modes/ctr128.d crypto/cms/cms_enc.d crypto/bio/bio_meth.d crypto/cms/cms_pwri.d crypto/evp/p5_crpt2.d apps/pkcs7.d test/buildtest_x509_vfy.d crypto/pem/pem_pk8.d crypto/x509v3/v3_pku.d apps/pkcs12.d crypto/pkcs12/p12_init.d crypto/o_time.d test/buildtest_dh.d crypto/cms/cms_io.d +DEPS=fuzz/conf.d crypto/engine/eng_table.d crypto/ts/ts_asn1.d crypto/evp/e_xcbc_d.d crypto/evp/c_allc.d crypto/evp/e_bf.d crypto/ec/ecp_nistp521.d crypto/x509/x_all.d crypto/bio/bss_acpt.d crypto/asn1/i2d_pu.d test/bftest.d crypto/store/store_strings.d crypto/des/fcrypt.d crypto/ocsp/ocsp_cl.d test/mdc2_internal_test.d test/bio_callback_test.d test/ideatest.d crypto/siphash/siphash.d crypto/seed/seed_cbc.d crypto/err/err_prn.d crypto/x509/x_crl.d ssl/d1_lib.d apps/bf_prefix.d test/curve448_internal_test.d crypto/ec/ecp_nistp256.d crypto/x509v3/v3_crld.d apps/openssl.d crypto/x509v3/v3_alt.d crypto/asn1/p5_pbe.d crypto/rsa/rsa_err.d test/buildtest_engine.d crypto/threads_win.d test/buildtest_blowfish.d crypto/ec/curve448/arch_32/f_impl.d crypto/camellia/cmll_misc.d crypto/txt_db/txt_db.d crypto/x509/x509_lu.d test/buildtest_bn.d crypto/asn1/tasn_typ.d crypto/des/cbc_cksm.d crypto/engine/eng_openssl.d crypto/rand/rand_win.d crypto/x509/x_pubkey.d test/testutil/main.d crypto/md5/md5_one.d crypto/evp/p_verify.d crypto/asn1/a_mbstr.d crypto/bn/bn_dh.d test/testutil/format_output.d apps/engine.d crypto/bio/bss_bio.d crypto/blake2/m_blake2b.d test/buildtest_opensslv.d crypto/bn/bn_lib.d crypto/md5/md5_dgst.d crypto/x509v3/v3_pcons.d crypto/x509v3/v3_ncons.d fuzz/bignum.d crypto/asn1/a_sign.d crypto/rc2/rc2_cbc.d crypto/kdf/kdf_err.d test/d2i_test.d apps/dsaparam.d crypto/pkcs7/pk7_attr.d test/asynctest.d ssl/statem/statem_clnt.d crypto/x509/by_file.d crypto/asn1/asn1_item_list.d crypto/comp/comp_err.d crypto/des/qud_cksm.d crypto/sha/keccak1600.d crypto/threads_pthread.d crypto/evp/pmeth_lib.d crypto/evp/m_md5_sha1.d crypto/asn1/tasn_scn.d crypto/x509/x509_req.d crypto/pkcs12/p12_kiss.d test/asn1_string_table_test.d ssl/ssl_lib.d crypto/asn1/a_time.d crypto/mem_clr.d crypto/ocsp/v3_ocsp.d test/buildtest_sha.d engines/e_capi.d crypto/engine/tb_digest.d crypto/evp/m_sha1.d crypto/asn1/x_algor.d crypto/async/async_err.d crypto/rsa/rsa_x931g.d test/dsa_no_digest_size_test.d crypto/pkcs7/pk7_mime.d crypto/rsa/rsa_pk1.d test/tls13encryptiontest.d apps/speed.d crypto/stack/stack.d test/sslcorrupttest.d crypto/x509/x509_d2.d crypto/async/arch/async_win.d crypto/bn/bn_word.d test/buildtest_store.d test/lhash_test.d crypto/evp/digest.d crypto/modes/ctr128.d crypto/dsa/dsa_ameth.d crypto/ui/ui_openssl.d test/testutil/basic_output.d test/buildtest_ecdh.d test/buildtest_pem2.d apps/nseq.d test/versions.d test/ctype_internal_test.d crypto/evp/evp_cnf.d test/buildtest_x509_vfy.d crypto/asn1/a_gentm.d test/sm2_internal_test.d test/bad_dtls_test.d apps/pkcs7.d crypto/rsa/rsa_x931.d crypto/rsa/rsa_crpt.d crypto/asn1/tasn_utl.d crypto/ec/ec_pmeth.d test/buildtest_asn1t.d crypto/bio/bio_lib.d crypto/o_fopen.d ssl/bio_ssl.d test/buildtest_lhash.d crypto/asn1/a_i2d_fp.d crypto/ec/ecdsa_ossl.d crypto/cms/cms_asn1.d apps/ecparam.d crypto/ct/ct_oct.d apps/prime.d crypto/ui/ui_err.d crypto/ec/ec_print.d crypto/evp/c_alld.d test/exdatatest.d crypto/camellia/camellia.d apps/pkey.d crypto/bn/bn_mod.d crypto/store/store_lib.d apps/s_cb.d crypto/dh/dh_gen.d apps/gendsa.d test/dhtest.d crypto/aes/aes_misc.d test/v3ext.d crypto/o_str.d crypto/x509/x509_txt.d crypto/asn1/evp_asn1.d test/buildtest_pkcs12.d crypto/bf/bf_cfb64.d crypto/kdf/tls1_prf.d crypto/pem/pem_oth.d crypto/x509/x509_err.d test/buildtest_tls1.d test/ssl_test.d crypto/evp/e_idea.d crypto/ec/ecdsa_vrf.d crypto/pem/pem_pkey.d crypto/x509v3/v3_bitst.d crypto/aes/aes_ecb.d crypto/asn1/tasn_dec.d crypto/ec/ec_err.d crypto/evp/e_rc5.d crypto/dsa/dsa_prn.d crypto/x509v3/v3_akeya.d apps/ciphers.d test/buildtest_md2.d test/x509_internal_test.d test/buildtest_async.d crypto/asn1/x_spki.d test/pemtest.d crypto/engine/tb_dsa.d crypto/evp/evp_key.d test/buildtest_evp.d crypto/x509v3/v3_extku.d test/rsa_test.d test/x509aux.d fuzz/ct.d test/ssltest_old.d fuzz/test-corpus.d crypto/bio/bss_file.d crypto/x509v3/pcy_data.d test/enginetest.d crypto/bn/bn_nist.d crypto/asn1/f_int.d crypto/evp/e_null.d crypto/pkcs12/p12_init.d crypto/hmac/hm_pmeth.d crypto/ct/ct_x509v3.d crypto/bn/bn_rand.d test/testutil/tests.d crypto/asn1/a_dup.d crypto/des/cfb64ede.d crypto/ec/curve448/eddsa.d test/buildtest_ossl_typ.d crypto/bn/bn_mont.d crypto/des/ofb_enc.d test/buildtest_rc4.d test/buildtest_cmac.d crypto/conf/conf_lib.d test/buildtest_obj_mac.d test/rc2test.d crypto/rsa/rsa_mp.d crypto/asn1/a_octet.d crypto/objects/obj_xref.d crypto/rand/drbg_ctr.d test/buildtest_ocsp.d crypto/dso/dso_dlfcn.d ssl/t1_lib.d crypto/asn1/a_strnid.d test/gmdifftest.d test/cipherbytes_test.d test/buildtest_objects.d test/packettest.d crypto/kdf/scrypt.d crypto/asn1/bio_asn1.d apps/app_rand.d crypto/conf/conf_def.d crypto/dsa/dsa_ossl.d crypto/dh/dh_asn1.d test/gosttest.d crypto/cms/cms_sd.d crypto/bn/bn_div.d test/buildtest_x509v3.d crypto/dsa/dsa_depr.d crypto/evp/pmeth_gn.d crypto/asn1/t_pkey.d crypto/ec/ec_cvt.d test/casttest.d crypto/evp/names.d engines/e_ossltest.d crypto/asn1/tasn_new.d test/sanitytest.d test/drbgtest.d crypto/ui/ui_null.d crypto/evp/p_seal.d crypto/x509/x_x509.d ssl/statem/extensions.d test/bio_enc_test.d crypto/bn/bn_mpi.d test/testutil/cb.d apps/s_client.d test/drbg_cavs_test.d crypto/poly1305/poly1305_ameth.d crypto/bn/bn_gcd.d crypto/rsa/rsa_pss.d test/buildtest_cms.d crypto/bio/b_addr.d crypto/asn1/x_info.d test/pkey_meth_kdf_test.d crypto/evp/encode.d crypto/conf/conf_err.d crypto/evp/m_wp.d crypto/sm2/sm2_crypt.d crypto/cms/cms_kari.d crypto/evp/p_enc.d test/memleaktest.d apps/rand.d crypto/x509v3/v3_pmaps.d crypto/ec/ecp_oct.d crypto/bn/bn_recp.d crypto/ts/ts_rsp_sign.d crypto/evp/m_mdc2.d ssl/record/rec_layer_d1.d crypto/bf/bf_skey.d test/exptest.d crypto/rc4/rc4_skey.d apps/rsautl.d crypto/engine/eng_pkey.d crypto/asn1/p5_scrypt.d crypto/ripemd/rmd_dgst.d crypto/dh/dh_rfc7919.d ssl/s3_cbc.d apps/genpkey.d test/buildtest_des.d apps/req.d crypto/ocsp/ocsp_asn.d crypto/ec/ec2_oct.d crypto/cmac/cm_ameth.d test/sslbuffertest.d test/buildtest_ec.d test/uitest.d crypto/rsa/rsa_asn1.d crypto/o_time.d ssl/ssl_init.d crypto/conf/conf_mall.d test/test_test.d test/stack_test.d crypto/rc5/rc5ofb64.d test/buildtest_rsa.d crypto/x509/t_crl.d test/buildtest_symhacks.d crypto/evp/e_des.d crypto/x509v3/v3_asid.d crypto/evp/m_sigver.d crypto/sm2/sm2_sign.d crypto/cast/c_ecb.d test/testutil/random.d test/dtlstest.d ssl/record/dtls1_bitmap.d crypto/des/set_key.d crypto/idea/i_ecb.d apps/version.d crypto/x509/x509_r2x.d test/ecdsatest.d crypto/x509v3/v3_utl.d crypto/evp/p_lib.d crypto/evp/e_old.d fuzz/cms.d crypto/ec/ec_asn1.d crypto/asn1/n_pkey.d crypto/aes/aes_ige.d crypto/rand/rand_egd.d crypto/cms/cms_cd.d crypto/pkcs12/p12_add.d crypto/seed/seed_ofb.d ssl/ssl_err.d crypto/async/async_wait.d crypto/ocsp/ocsp_vfy.d crypto/evp/bio_enc.d crypto/pkcs7/bio_pk7.d crypto/err/err.d crypto/asn1/a_verify.d crypto/evp/pmeth_fn.d ssl/ssl_mcnf.d test/ssl_ctx_test.d test/dtls_mtu_test.d crypto/pem/pem_info.d test/buildtest_rand_drbg.d crypto/rsa/rsa_gen.d test/ec_internal_test.d ssl/ssl_ciph.d crypto/dso/dso_win32.d crypto/dh/dh_pmeth.d crypto/dso/dso_err.d crypto/x509v3/v3_pcia.d crypto/bn/bn_exp2.d crypto/x509v3/v3_enum.d crypto/ec/curve448/scalar.d ssl/ssl_cert.d crypto/asn1/a_int.d crypto/aes/aes_cbc.d crypto/ec/ecdh_kdf.d crypto/poly1305/poly1305_pmeth.d crypto/siphash/siphash_pmeth.d crypto/lhash/lh_stats.d crypto/pkcs7/pkcs7err.d engines/e_padlock.d test/buildtest_asn1.d crypto/store/store_err.d crypto/bio/bss_dgram.d crypto/x509v3/v3_akey.d crypto/ec/ecp_nist.d crypto/x509/x509_set.d crypto/ct/ct_b64.d crypto/des/cfb64enc.d crypto/des/des_enc.d crypto/evp/evp_err.d crypto/rc5/rc5_enc.d crypto/x509/x509_def.d apps/asn1pars.d crypto/dh/dh_err.d crypto/pkcs12/p12_asn.d ssl/ssl_conf.d crypto/sm3/sm3.d crypto/cast/c_ofb64.d ssl/ssl_sess.d crypto/evp/e_aes.d crypto/ts/ts_verify_ctx.d crypto/asn1/d2i_pu.d crypto/dsa/dsa_lib.d crypto/idea/i_ofb64.d test/buildtest_ssl2.d crypto/o_init.d crypto/x509/x509_cmp.d apps/ts.d crypto/pem/pem_sign.d ssl/statem/extensions_srvr.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/bn/bn_mul.d crypto/ct/ct_policy.d crypto/evp/m_ripemd.d crypto/dsa/dsa_sign.d crypto/rsa/rsa_meth.d crypto/ts/ts_conf.d crypto/pem/pem_lib.d crypto/bn/bn_srp.d crypto/evp/m_sha3.d crypto/modes/cfb128.d crypto/x509v3/v3_skey.d fuzz/client.d crypto/store/store_register.d crypto/asn1/x_sig.d ssl/packet.d ssl/t1_trce.d crypto/uid.d apps/s_socket.d crypto/rsa/rsa_pmeth.d crypto/comp/comp_lib.d crypto/asn1/t_spki.d crypto/buffer/buf_err.d crypto/rc5/rc5cfb64.d crypto/srp/srp_vfy.d test/buildtest_ct.d crypto/ct/ct_prn.d apps/cms.d crypto/pkcs7/pk7_lib.d crypto/getenv.d fuzz/bndiv.d crypto/sha/sha1_one.d crypto/rc2/rc2_skey.d crypto/hmac/hmac.d test/buildtest_srp.d crypto/ts/ts_err.d test/poly1305_internal_test.d crypto/engine/tb_cipher.d crypto/ec/ecp_nistputil.d apps/rehash.d test/buildtest_comp.d crypto/ec/curve448/f_generic.d crypto/evp/m_null.d crypto/engine/tb_asnmth.d crypto/sm3/m_sm3.d test/evp_test.d crypto/cryptlib.d crypto/lhash/lhash.d crypto/x509/x509type.d crypto/store/store_init.d crypto/pkcs12/p12_p8e.d crypto/blake2/blake2b.d crypto/engine/eng_cnf.d crypto/pkcs12/pk12err.d crypto/dsa/dsa_vrf.d crypto/engine/eng_dyn.d crypto/ec/ecp_nistp224.d crypto/engine/eng_all.d crypto/bn/bn_depr.d crypto/cms/cms_err.d apps/ec.d crypto/cast/c_enc.d crypto/bio/b_print.d apps/s_time.d crypto/ec/eck_prn.d crypto/evp/e_rc4_hmac_md5.d crypto/seed/seed_cfb.d crypto/ct/ct_sct_ctx.d ssl/record/ssl3_record_tls13.d crypto/ec/ec_mult.d crypto/ocsp/ocsp_ext.d crypto/x509v3/v3_tlsf.d ssl/s3_lib.d crypto/x509/t_x509.d crypto/pem/pem_xaux.d test/x509_check_cert_pkey_test.d crypto/rc2/rc2_ecb.d crypto/evp/e_rc4.d crypto/idea/i_cfb64.d test/ciphername_test.d crypto/sm4/sm4.d crypto/x509v3/v3_sxnet.d apps/pkeyparam.d crypto/cast/c_cfb64.d crypto/blake2/m_blake2s.d crypto/bn/bn_sqr.d test/sysdefaulttest.d crypto/asn1/a_strex.d crypto/asn1/p8_pkey.d crypto/ebcdic.d test/buildtest_dsa.d crypto/asn1/x_pkey.d crypto/bf/bf_enc.d crypto/pkcs12/p12_attr.d test/testutil/output_helpers.d crypto/asn1/asn1_gen.d apps/pkcs12.d crypto/des/str2key.d crypto/init.d crypto/bn/bn_asm.d crypto/bio/bss_log.d apps/rsa.d crypto/aes/aes_wrap.d crypto/chacha/chacha_enc.d crypto/evp/m_md2.d crypto/modes/xts128.d test/buildtest_srtp.d crypto/ct/ct_vfy.d test/igetest.d crypto/bio/bss_null.d test/rc5test.d crypto/async/arch/async_posix.d test/constant_time_test.d crypto/sha/sha256.d crypto/x509/x509rset.d crypto/ec/curve448/curve448.d engines/e_dasync.d test/fatalerrtest.d apps/sess_id.d crypto/pem/pem_x509.d crypto/bn/bn_const.d test/testutil/driver.d test/buildtest_kdf.d crypto/rand/drbg_lib.d test/buildtest_rc5.d crypto/evp/e_aria.d crypto/asn1/p5_pbev2.d test/errtest.d crypto/asn1/a_utf8.d crypto/evp/p5_crpt2.d crypto/mem_sec.d crypto/dso/dso_vms.d crypto/evp/p_open.d crypto/camellia/cmll_ecb.d crypto/x509/x509_vpm.d crypto/asn1/f_string.d test/mdc2test.d crypto/camellia/cmll_ofb.d crypto/x509v3/v3_conf.d crypto/bn/bn_intern.d crypto/bio/bio_meth.d crypto/rsa/rsa_ameth.d crypto/objects/obj_lib.d crypto/bn/bn_sqrt.d crypto/x509/x_name.d crypto/des/rand_key.d test/ssl_test_ctx.d ssl/ssl_txt.d crypto/pkcs12/p12_crpt.d test/bio_memleak_test.d crypto/bn/bn_kron.d crypto/bio/bf_nbio.d crypto/x509v3/v3_pku.d crypto/asn1/tasn_fre.d test/conf_include_test.d test/buildtest_md5.d crypto/x509v3/v3_purp.d crypto/ec/ecp_smpl.d crypto/mem.d crypto/asn1/asn_moid.d crypto/x509/x_x509a.d fuzz/asn1.d crypto/camellia/cmll_cfb.d crypto/asn1/x_long.d crypto/aes/aes_ofb.d apps/errstr.d test/bntest.d crypto/dh/dh_check.d crypto/evp/p5_crpt.d crypto/asn1/a_bitstr.d crypto/pkcs12/p12_npas.d crypto/x509v3/v3_bcons.d test/buildtest_ts.d crypto/async/async.d crypto/asn1/asn_mstbl.d test/buildtest_ripemd.d test/x509_dup_cert_test.d crypto/pem/pem_pk8.d crypto/ct/ct_sct.d crypto/bn/bn_exp.d test/buildtest_ecdsa.d crypto/buffer/buffer.d crypto/sha/sha1dgst.d test/buildtest_conf.d test/sslapitest.d crypto/dh/dh_prn.d test/md2test.d crypto/bio/bio_cb.d crypto/des/pcbc_enc.d crypto/rand/rand_lib.d crypto/ec/ec2_smpl.d test/secmemtest.d crypto/asn1/t_bitst.d crypto/x509v3/pcy_node.d crypto/engine/eng_err.d crypto/aes/aes_cfb.d crypto/dso/dso_lib.d crypto/ec/ecp_mont.d crypto/x509/x509_obj.d test/clienthellotest.d crypto/ui/ui_util.d crypto/ex_data.d apps/crl.d crypto/threads_none.d crypto/x509v3/v3err.d test/servername_test.d crypto/dh/dh_key.d crypto/rsa/rsa_oaep.d crypto/ec/ec_ameth.d crypto/des/ofb64enc.d test/cmsapitest.d test/dtlsv1listentest.d crypto/asn1/x_bignum.d test/danetest.d test/buildtest_pkcs7.d crypto/async/arch/async_null.d test/buildtest_dh.d crypto/evp/evp_lib.d crypto/x509/x509_vfy.d ssl/statem/statem_lib.d crypto/x509v3/pcy_map.d crypto/conf/conf_ssl.d crypto/bio/b_sock2.d test/rsa_mp_test.d crypto/dh/dh_meth.d crypto/asn1/asn_pack.d crypto/evp/bio_md.d crypto/idea/i_cbc.d crypto/srp/srp_lib.d crypto/bio/bss_sock.d crypto/objects/o_names.d crypto/x509v3/v3_int.d crypto/dsa/dsa_err.d crypto/ocsp/ocsp_lib.d ssl/d1_msg.d crypto/ec/ecdh_ossl.d test/buildtest_conf_api.d crypto/bn/bn_blind.d crypto/rc2/rc2ofb64.d crypto/dh/dh_lib.d test/srptest.d crypto/evp/p_dec.d crypto/x509/by_dir.d crypto/engine/eng_rdrand.d crypto/cms/cms_att.d test/sm4_internal_test.d crypto/ctype.d test/ct_test.d crypto/pkcs7/pk7_doit.d apps/enc.d test/siphash_internal_test.d crypto/rsa/rsa_none.d crypto/x509v3/v3_cpols.d crypto/ocsp/ocsp_prn.d crypto/bf/bf_ecb.d ssl/pqueue.d crypto/cpt_err.d crypto/asn1/asn1_err.d crypto/evp/m_md4.d crypto/asn1/x_int64.d test/modes_internal_test.d crypto/pem/pem_err.d test/time_offset_test.d crypto/rsa/rsa_depr.d crypto/rc5/rc5_ecb.d test/buildtest_hmac.d crypto/x509v3/pcy_tree.d crypto/des/cbc_enc.d crypto/evp/e_chacha20_poly1305.d test/crltest.d crypto/poly1305/poly1305.d crypto/ts/ts_lib.d crypto/rsa/rsa_ossl.d test/buildtest_ebcdic.d test/buildtest_ssl.d crypto/cms/cms_lib.d test/tls13secretstest.d crypto/siphash/siphash_ameth.d test/drbg_cavs_data.d crypto/sha/sha512.d apps/pkcs8.d crypto/x509v3/v3_admis.d crypto/cmac/cm_pmeth.d apps/srp.d crypto/bio/bss_conn.d crypto/rc4/rc4_enc.d crypto/bf/bf_ofb64.d crypto/asn1/tasn_prn.d crypto/evp/e_rc2.d test/buildtest_txt_db.d crypto/bn/bn_ctx.d crypto/rsa/rsa_saos.d crypto/mem_dbg.d apps/opt.d test/buildtest_idea.d crypto/asn1/ameth_lib.d crypto/pkcs12/p12_utl.d apps/ca.d test/bioprinttest.d crypto/dso/dso_dl.d crypto/evp/p_sign.d ssl/ssl_utst.d crypto/engine/eng_ctrl.d crypto/aria/aria.d crypto/ec/ec_curve.d ssl/record/ssl3_buffer.d crypto/x509/t_req.d crypto/conf/conf_mod.d crypto/x509/x509_meth.d crypto/x509/x_exten.d crypto/camellia/cmll_ctr.d crypto/asn1/i2d_pr.d crypto/x509v3/v3_addr.d crypto/bio/bf_null.d ssl/statem/extensions_clnt.d crypto/pkcs12/p12_decr.d crypto/rc5/rc5_skey.d crypto/objects/obj_dat.d test/asn1_encode_test.d crypto/engine/tb_pkmeth.d crypto/rc2/rc2cfb64.d crypto/asn1/a_utctm.d crypto/ripemd/rmd_one.d test/rc4test.d crypto/bn/bn_x931p.d crypto/ct/ct_err.d crypto/rand/rand_unix.d crypto/evp/cmeth_lib.d ssl/t1_enc.d crypto/dh/dh_kdf.d test/evp_extra_test.d ssl/statem/statem_dtls.d crypto/sm2/sm2_err.d crypto/engine/tb_eckey.d crypto/x509/x509name.d test/buildtest_dtls1.d crypto/cms/cms_smime.d crypto/rsa/rsa_prn.d test/cipherlist_test.d apps/dhparam.d test/ssltestlib.d crypto/x509/x509_ext.d crypto/pkcs7/pk7_smime.d crypto/evp/bio_b64.d crypto/pkcs12/p12_p8d.d crypto/pkcs7/pk7_asn1.d crypto/rsa/rsa_ssl.d crypto/ts/ts_rsp_verify.d crypto/engine/tb_dh.d crypto/conf/conf_api.d fuzz/crl.d test/buildtest_aes.d crypto/asn1/asn_mime.d test/ecstresstest.d apps/s_server.d crypto/kdf/hkdf.d ssl/statem/statem_srvr.d crypto/ts/ts_rsp_utils.d apps/verify.d crypto/asn1/a_type.d crypto/cast/c_skey.d test/ectest.d crypto/modes/ocb128.d test/asn1_time_test.d crypto/asn1/nsseq.d crypto/bio/bf_buff.d crypto/comp/c_zlib.d crypto/x509v3/v3_pci.d crypto/ec/ec_oct.d crypto/idea/i_skey.d crypto/pkcs12/p12_mutl.d crypto/ts/ts_req_utils.d apps/spkac.d crypto/cms/cms_pwri.d crypto/ct/ct_log.d crypto/bio/bf_lbuf.d ssl/ssl_stat.d test/aborttest.d crypto/evp/e_cast.d crypto/bn/bn_print.d crypto/pem/pvkfmt.d crypto/x509/x509spki.d crypto/x509v3/v3_prn.d crypto/rsa/rsa_lib.d crypto/evp/e_aes_cbc_hmac_sha1.d test/buildtest_seed.d crypto/x509/x509_trs.d crypto/ec/ec_kmeth.d apps/ocsp.d test/testutil/tap_bio.d apps/dgst.d crypto/whrlpool/wp_block.d test/verify_extra_test.d test/v3nametest.d crypto/dh/dh_rfc5114.d crypto/evp/e_sm4.d crypto/cms/cms_ess.d crypto/engine/eng_init.d fuzz/x509.d crypto/evp/evp_pbe.d crypto/ec/curve25519.d crypto/bn/bn_prime.d fuzz/asn1parse.d test/buildtest_modes.d test/wpackettest.d test/dsatest.d apps/storeutl.d crypto/bn/bn_err.d test/pbelutest.d test/hmactest.d test/buildtest_md4.d test/shlibloadtest.d crypto/ocsp/ocsp_ht.d ssl/ssl_rsa.d crypto/whrlpool/wp_dgst.d crypto/bio/b_sock.d crypto/evp/pbe_scrypt.d crypto/engine/eng_fat.d crypto/asn1/a_object.d crypto/dsa/dsa_gen.d crypto/pkcs12/p12_sbag.d crypto/o_dir.d crypto/cms/cms_enc.d test/buildtest_x509.d test/buildtest_whrlpool.d crypto/x509v3/pcy_cache.d crypto/rand/randfile.d ssl/d1_srtp.d crypto/asn1/asn1_par.d crypto/asn1/asn1_lib.d test/ssl_test_ctx_test.d crypto/asn1/a_d2i_fp.d test/buildtest_cast.d crypto/evp/evp_pkey.d crypto/seed/seed_ecb.d crypto/o_fips.d test/buildtest_ssl3.d crypto/x509/x_attrib.d crypto/sm2/sm2_pmeth.d test/buildtest_rc2.d test/tls13ccstest.d crypto/evp/bio_ok.d crypto/hmac/hm_ameth.d crypto/dsa/dsa_asn1.d test/testutil/stanza.d crypto/engine/tb_rsa.d crypto/x509/x509_v3.d crypto/modes/ccm128.d test/buildtest_safestack.d crypto/ec/curve448/curve448_tables.d ssl/record/rec_layer_s3.d crypto/pkcs12/p12_key.d crypto/dso/dso_openssl.d test/ssl_cert_table_internal_test.d test/cmactest.d crypto/x509/x509_att.d crypto/aes/aes_core.d crypto/x509v3/v3_info.d crypto/asn1/bio_ndef.d crypto/md2/md2_dgst.d crypto/camellia/cmll_cbc.d ssl/statem/statem.d crypto/md2/md2_one.d ssl/tls13_enc.d ssl/statem/extensions_cust.d test/afalgtest.d crypto/x509v3/v3_ia5.d crypto/x509v3/v3_genn.d test/asn1_decode_test.d test/destest.d apps/passwd.d apps/crl2p7.d ssl/ssl_asn1.d crypto/modes/cbc128.d crypto/bn/bn_shift.d crypto/seed/seed.d crypto/bio/bss_fd.d crypto/cms/cms_env.d crypto/err/err_all.d crypto/ui/ui_lib.d crypto/engine/eng_list.d crypto/asn1/x_val.d apps/x509.d crypto/ec/ecdsa_sign.d test/chacha_internal_test.d crypto/pkcs12/p12_crt.d crypto/modes/wrap128.d crypto/cms/cms_dd.d crypto/evp/e_camellia.d ssl/record/ssl3_record.d crypto/conf/conf_sap.d crypto/asn1/a_digest.d crypto/evp/e_des3.d test/buildtest_camellia.d crypto/blake2/blake2s.d crypto/ec/ec_key.d crypto/bio/bio_err.d crypto/des/xcbc_enc.d crypto/dh/dh_ameth.d apps/apps.d test/handshake_helper.d crypto/rsa/rsa_chk.d crypto/ec/ec_lib.d crypto/modes/ofb128.d crypto/modes/gcm128.d test/buildtest_pem.d test/asynciotest.d test/buildtest_rand.d crypto/dsa/dsa_key.d crypto/des/fcrypt_b.d crypto/engine/eng_lib.d crypto/asn1/tasn_enc.d crypto/rand/rand_vms.d crypto/bio/bss_mem.d test/buildtest_crypto.d crypto/asn1/d2i_pr.d crypto/des/ecb_enc.d crypto/cversion.d crypto/bio/b_dump.d test/recordlentest.d crypto/ocsp/ocsp_err.d test/rdrand_sanitytest.d ssl/s3_msg.d test/ocspapitest.d crypto/des/ecb3_enc.d test/threadstest.d ssl/s3_enc.d test/testutil/testutil_init.d test/x509_time_test.d crypto/pem/pem_all.d apps/smime.d crypto/ec/ecx_meth.d crypto/bn/bn_add.d test/testutil/test_cleanup.d test/pkey_meth_test.d test/buildtest_e_os2.d crypto/x509v3/pcy_lib.d crypto/cms/cms_io.d crypto/store/loader_file.d test/buildtest_bio.d crypto/engine/tb_rand.d crypto/ts/ts_req_print.d fuzz/server.d apps/genrsa.d test/buildtest_ui.d test/rsa_complex.d test/buildtest_stack.d crypto/md4/md4_dgst.d crypto/asn1/a_print.d crypto/ts/ts_rsp_print.d crypto/des/cfb_enc.d crypto/x509v3/v3_lib.d crypto/bn/bn_gf2m.d crypto/dh/dh_depr.d test/asn1_internal_test.d crypto/rand/rand_err.d ssl/methods.d apps/dsa.d crypto/ocsp/ocsp_srv.d crypto/dsa/dsa_meth.d crypto/objects/obj_err.d crypto/evp/m_md5.d test/buildtest_buffer.d crypto/des/ofb64ede.d crypto/rsa/rsa_sign.d crypto/ec/ec_check.d crypto/cmac/cmac.d crypto/md4/md4_one.d apps/pkeyutl.d crypto/modes/cts128.d crypto/evp/e_seed.d ssl/tls_srp.d crypto/dsa/dsa_pmeth.d crypto/x509/x_req.d crypto/x509/x509cset.d crypto/evp/evp_enc.d GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/dso_conf.h include/openssl/opensslconf.h GENERATED=apps/CA.pl apps/progs.h apps/tsget.pl crypto/buildinf.h libcrypto.map libssl.map test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md2.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_rc5.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_ssl3.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash util/shlib_wrap.sh @@ -252,7 +252,6 @@ clean: libclean $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc -$(RM) `find . -type l \! -name '.*' -print` - $(RM) $(TARFILE) distclean: clean $(RM) configdata.pm diff --git a/upstream-build/makefile/x86_64-linux b/upstream-build/makefile/x86_64-linux index fd2a4e0..8ff498e 100644 --- a/upstream-build/makefile/x86_64-linux +++ b/upstream-build/makefile/x86_64-linux @@ -11,7 +11,7 @@ CONFIGURE_ARGS=("linux-x86_64", "--prefix=/home/karen/install", "enable-md2", "e SRCDIR=.. BLDDIR=. -VERSION=1.1.1k +VERSION=1.1.1l MAJOR=1 MINOR=1.1 SHLIB_VERSION_NUMBER=1.1 @@ -30,7 +30,7 @@ ENGINES=engines/afalg.so engines/capi.so engines/dasync.so engines/ossltest.so e PROGRAMS=apps/openssl fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test test/aborttest test/afalgtest test/asn1_decode_test test/asn1_encode_test test/asn1_internal_test test/asn1_string_table_test test/asn1_time_test test/asynciotest test/asynctest test/bad_dtls_test test/bftest test/bio_callback_test test/bio_enc_test test/bio_memleak_test test/bioprinttest test/bntest test/buildtest_c_aes test/buildtest_c_asn1 test/buildtest_c_asn1t test/buildtest_c_async test/buildtest_c_bio test/buildtest_c_blowfish test/buildtest_c_bn test/buildtest_c_buffer test/buildtest_c_camellia test/buildtest_c_cast test/buildtest_c_cmac test/buildtest_c_cms test/buildtest_c_comp test/buildtest_c_conf test/buildtest_c_conf_api test/buildtest_c_crypto test/buildtest_c_ct test/buildtest_c_des test/buildtest_c_dh test/buildtest_c_dsa test/buildtest_c_dtls1 test/buildtest_c_e_os2 test/buildtest_c_ebcdic test/buildtest_c_ec test/buildtest_c_ecdh test/buildtest_c_ecdsa test/buildtest_c_engine test/buildtest_c_evp test/buildtest_c_hmac test/buildtest_c_idea test/buildtest_c_kdf test/buildtest_c_lhash test/buildtest_c_md2 test/buildtest_c_md4 test/buildtest_c_md5 test/buildtest_c_modes test/buildtest_c_obj_mac test/buildtest_c_objects test/buildtest_c_ocsp test/buildtest_c_opensslv test/buildtest_c_ossl_typ test/buildtest_c_pem test/buildtest_c_pem2 test/buildtest_c_pkcs12 test/buildtest_c_pkcs7 test/buildtest_c_rand test/buildtest_c_rand_drbg test/buildtest_c_rc2 test/buildtest_c_rc4 test/buildtest_c_rc5 test/buildtest_c_ripemd test/buildtest_c_rsa test/buildtest_c_safestack test/buildtest_c_seed test/buildtest_c_sha test/buildtest_c_srp test/buildtest_c_srtp test/buildtest_c_ssl test/buildtest_c_ssl2 test/buildtest_c_ssl3 test/buildtest_c_stack test/buildtest_c_store test/buildtest_c_symhacks test/buildtest_c_tls1 test/buildtest_c_ts test/buildtest_c_txt_db test/buildtest_c_ui test/buildtest_c_whrlpool test/buildtest_c_x509 test/buildtest_c_x509_vfy test/buildtest_c_x509v3 test/casttest test/chacha_internal_test test/cipherbytes_test test/cipherlist_test test/ciphername_test test/clienthellotest test/cmactest test/cmsapitest test/conf_include_test test/constant_time_test test/crltest test/ct_test test/ctype_internal_test test/curve448_internal_test test/d2i_test test/danetest test/destest test/dhtest test/drbg_cavs_test test/drbgtest test/dsa_no_digest_size_test test/dsatest test/dtls_mtu_test test/dtlstest test/dtlsv1listentest test/ec_internal_test test/ecdsatest test/ecstresstest test/ectest test/enginetest test/errtest test/evp_extra_test test/evp_test test/exdatatest test/exptest test/fatalerrtest test/gmdifftest test/gosttest test/hmactest test/ideatest test/igetest test/lhash_test test/md2test test/mdc2test test/memleaktest test/modes_internal_test test/ocspapitest test/packettest test/pbelutest test/pemtest test/pkey_meth_kdf_test test/pkey_meth_test test/poly1305_internal_test test/rc2test test/rc4test test/rc5test test/rdrand_sanitytest test/recordlentest test/rsa_complex test/rsa_mp_test test/rsa_test test/sanitytest test/secmemtest test/servername_test test/shlibloadtest test/siphash_internal_test test/sm2_internal_test test/sm4_internal_test test/srptest test/ssl_cert_table_internal_test test/ssl_ctx_test test/ssl_test test/ssl_test_ctx_test test/sslapitest test/sslbuffertest test/sslcorrupttest test/ssltest_old test/stack_test test/sysdefaulttest test/test_test test/threadstest test/time_offset_test test/tls13ccstest test/tls13encryptiontest test/tls13secretstest test/uitest test/v3ext test/v3nametest test/verify_extra_test test/versions test/wpackettest test/x509_check_cert_pkey_test test/x509_dup_cert_test test/x509_internal_test test/x509_time_test test/x509aux SCRIPTS=apps/CA.pl apps/tsget.pl tools/c_rehash util/shlib_wrap.sh -DEPS=crypto/evp/e_des.d crypto/ocsp/ocsp_lib.d crypto/sm2/sm2_err.d test/testutil/tests.d crypto/asn1/i2d_pr.d apps/rand.d apps/s_client.d crypto/x509/x_all.d apps/app_rand.d test/tls13secretstest.d crypto/async/arch/async_null.d crypto/bn/bn_div.d crypto/asn1/a_gentm.d test/buildtest_rand.d crypto/asn1/asn1_err.d fuzz/ct.d crypto/ui/ui_util.d test/stack_test.d crypto/ec/ec_asn1.d crypto/ocsp/ocsp_asn.d crypto/asn1/p8_pkey.d crypto/rc2/rc2_cbc.d test/handshake_helper.d crypto/x509v3/v3_crld.d test/cipherbytes_test.d test/exdatatest.d crypto/ec/ecp_mont.d crypto/pkcs12/p12_kiss.d engines/e_afalg.d crypto/bio/bss_log.d crypto/asn1/x_int64.d crypto/rsa/rsa_err.d crypto/rsa/rsa_ossl.d crypto/asn1/asn1_gen.d crypto/ripemd/rmd_dgst.d crypto/stack/stack.d test/hmactest.d crypto/sha/sha256.d test/pbelutest.d test/lhash_test.d crypto/rsa/rsa_meth.d apps/pkcs12.d test/buildtest_md5.d test/sm2_internal_test.d crypto/pem/pem_sign.d crypto/x509v3/pcy_tree.d crypto/x509/x509_v3.d test/buildtest_ssl.d crypto/pkcs7/pkcs7err.d crypto/evp/m_md2.d crypto/rand/randfile.d crypto/pem/pem_oth.d test/buildtest_safestack.d crypto/x509/x509cset.d crypto/bf/bf_ecb.d crypto/pem/pem_err.d crypto/kdf/scrypt.d crypto/cms/cms_lib.d crypto/modes/cts128.d engines/e_capi.d crypto/camellia/cmll_ctr.d ssl/record/dtls1_bitmap.d crypto/asn1/asn_mime.d crypto/x509/x509_d2.d crypto/evp/e_sm4.d crypto/sm2/sm2_pmeth.d test/buildtest_kdf.d test/bio_callback_test.d test/buildtest_ct.d ssl/ssl_sess.d crypto/rand/rand_lib.d apps/apps.d crypto/x509v3/v3_int.d crypto/evp/evp_err.d crypto/rsa/rsa_ssl.d crypto/x509v3/pcy_map.d ssl/methods.d crypto/rsa/rsa_sign.d crypto/objects/obj_lib.d crypto/des/cbc_cksm.d crypto/x509/x509_err.d crypto/evp/p_sign.d ssl/s3_enc.d test/buildtest_md4.d crypto/ec/ecp_nistp521.d test/ssltest_old.d crypto/engine/tb_eckey.d crypto/md2/md2_dgst.d test/packettest.d test/buildtest_sha.d crypto/bn/bn_nist.d crypto/asn1/asn_mstbl.d test/buildtest_evp.d apps/ec.d crypto/pkcs12/p12_crpt.d crypto/des/fcrypt_b.d crypto/aes/aes_cfb.d fuzz/crl.d crypto/x509/x_attrib.d crypto/rsa/rsa_pmeth.d ssl/record/ssl3_buffer.d crypto/modes/wrap128.d crypto/rsa/rsa_pk1.d crypto/pem/pvkfmt.d crypto/txt_db/txt_db.d apps/errstr.d crypto/sm2/sm2_sign.d crypto/store/store_register.d crypto/o_str.d crypto/engine/eng_init.d test/buildtest_engine.d apps/pkcs7.d crypto/aes/aes_cbc.d test/buildtest_ecdsa.d crypto/x509/x_req.d test/buildtest_x509.d crypto/pem/pem_x509.d test/ssl_test_ctx_test.d test/asn1_decode_test.d crypto/asn1/d2i_pr.d apps/ecparam.d test/buildtest_symhacks.d test/memleaktest.d crypto/ec/ec2_oct.d crypto/rand/rand_win.d crypto/x509/x509rset.d crypto/ct/ct_sct_ctx.d crypto/bn/bn_exp.d crypto/bn/bn_mod.d crypto/pem/pem_info.d crypto/pkcs12/p12_p8d.d test/buildtest_e_os2.d crypto/seed/seed_cfb.d crypto/cms/cms_sd.d apps/spkac.d crypto/rsa/rsa_mp.d crypto/asn1/tasn_dec.d crypto/pem/pem_pkey.d crypto/asn1/a_utctm.d crypto/x509/by_file.d crypto/bio/bio_meth.d crypto/async/async_err.d crypto/x509/t_x509.d crypto/evp/e_rc5.d ssl/statem/statem_srvr.d crypto/asn1/tasn_utl.d crypto/x509/x_x509a.d test/igetest.d crypto/bio/bss_null.d crypto/ts/ts_lib.d test/verify_extra_test.d test/buildtest_bio.d crypto/rand/rand_egd.d crypto/bio/bio_err.d crypto/bn/bn_mont.d ssl/d1_msg.d crypto/x509v3/pcy_lib.d apps/x509.d crypto/evp/evp_pkey.d test/buildtest_comp.d test/rsa_complex.d crypto/cpt_err.d test/rc2test.d crypto/ocsp/ocsp_vfy.d crypto/dsa/dsa_gen.d crypto/x509v3/v3_prn.d crypto/evp/pmeth_fn.d test/evp_extra_test.d crypto/engine/eng_err.d crypto/x509v3/v3_ncons.d test/buildtest_conf_api.d test/x509_internal_test.d test/servername_test.d test/buildtest_whrlpool.d crypto/x509v3/v3_purp.d crypto/rsa/rsa_x931g.d crypto/bn/bn_shift.d crypto/rsa/rsa_x931.d crypto/ts/ts_req_utils.d crypto/rc5/rc5cfb64.d crypto/bn/bn_rand.d apps/smime.d crypto/dsa/dsa_ameth.d test/buildtest_ssl3.d apps/ocsp.d crypto/aes/aes_ofb.d crypto/conf/conf_ssl.d crypto/ebcdic.d crypto/x509v3/v3err.d crypto/bn/bn_x931p.d crypto/modes/ofb128.d crypto/engine/eng_fat.d crypto/ec/ec_mult.d crypto/evp/e_bf.d crypto/des/ecb_enc.d crypto/ec/ecp_nistp256.d test/testutil/cb.d crypto/engine/eng_rdrand.d crypto/poly1305/poly1305.d apps/ca.d crypto/x509v3/v3_asid.d crypto/pkcs7/pk7_attr.d crypto/ocsp/ocsp_ht.d crypto/des/cfb64ede.d crypto/siphash/siphash_pmeth.d test/afalgtest.d apps/rsa.d apps/openssl.d crypto/asn1/a_octet.d crypto/cms/cms_ess.d crypto/dh/dh_asn1.d crypto/evp/m_wp.d crypto/md2/md2_one.d crypto/asn1/a_mbstr.d crypto/asn1/t_spki.d crypto/rsa/rsa_depr.d crypto/camellia/cmll_misc.d test/modes_internal_test.d crypto/ec/ecp_oct.d crypto/objects/o_names.d crypto/engine/tb_dsa.d test/bio_enc_test.d ssl/statem/statem_lib.d crypto/ct/ct_b64.d crypto/rsa/rsa_oaep.d crypto/rsa/rsa_crpt.d apps/passwd.d crypto/x509/x_pubkey.d crypto/rsa/rsa_chk.d crypto/ec/ec_ameth.d crypto/x509v3/pcy_node.d apps/dhparam.d crypto/bio/bf_null.d crypto/objects/obj_err.d ssl/ssl_rsa.d crypto/des/cbc_enc.d test/sslapitest.d crypto/x509/x509_ext.d ssl/ssl_lib.d crypto/ec/curve25519.d crypto/mem.d crypto/sha/keccak1600.d crypto/threads_win.d test/evp_test.d crypto/rsa/rsa_none.d test/ssltestlib.d test/testutil/testutil_init.d ssl/s3_cbc.d crypto/ct/ct_oct.d ssl/record/rec_layer_d1.d crypto/pkcs12/p12_key.d test/buildtest_camellia.d test/gosttest.d crypto/rc2/rc2ofb64.d crypto/rc5/rc5_skey.d crypto/dh/dh_key.d test/clienthellotest.d crypto/comp/comp_err.d crypto/rsa/rsa_prn.d crypto/evp/bio_b64.d crypto/ec/ec_pmeth.d crypto/bio/bss_conn.d crypto/dh/dh_gen.d crypto/mem_sec.d apps/sess_id.d crypto/ts/ts_rsp_utils.d crypto/asn1/a_digest.d crypto/whrlpool/wp_block.d test/buildtest_aes.d test/tls13ccstest.d test/buildtest_pkcs12.d apps/crl2p7.d crypto/des/cfb_enc.d crypto/cast/c_skey.d apps/crl.d test/bioprinttest.d crypto/bio/bio_lib.d test/ssl_cert_table_internal_test.d test/destest.d crypto/rand/rand_vms.d crypto/uid.d apps/bf_prefix.d crypto/pkcs12/pk12err.d crypto/x509v3/v3_info.d test/ssl_test.d apps/genrsa.d apps/srp.d test/buildtest_srtp.d test/buildtest_ocsp.d crypto/bn/bn_sqr.d ssl/bio_ssl.d crypto/x509v3/v3_bitst.d crypto/idea/i_skey.d test/testutil/driver.d crypto/asn1/bio_ndef.d fuzz/asn1.d crypto/asn1/a_type.d crypto/modes/xts128.d crypto/evp/m_md4.d test/time_offset_test.d test/buildtest_pem.d crypto/evp/evp_cnf.d crypto/bio/b_sock2.d ssl/tls_srp.d test/testutil/tap_bio.d ssl/ssl_init.d crypto/dh/dh_meth.d crypto/asn1/d2i_pu.d test/gmdifftest.d crypto/asn1/x_long.d test/buildtest_async.d apps/rsautl.d crypto/ts/ts_err.d test/md2test.d crypto/asn1/tasn_enc.d crypto/rand/drbg_lib.d fuzz/bignum.d crypto/asn1/tasn_scn.d crypto/pem/pem_all.d test/buildtest_des.d apps/dgst.d crypto/siphash/siphash_ameth.d crypto/dso/dso_openssl.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/modes/ccm128.d crypto/objects/obj_dat.d crypto/x509/by_dir.d crypto/bio/bio_cb.d test/uitest.d crypto/modes/ctr128.d crypto/seed/seed_ecb.d crypto/evp/p_lib.d crypto/ts/ts_conf.d crypto/x509v3/v3_sxnet.d crypto/asn1/a_time.d apps/opt.d crypto/cmac/cm_ameth.d crypto/evp/e_xcbc_d.d apps/storeutl.d test/testutil/random.d ssl/pqueue.d test/buildtest_ui.d test/ciphername_test.d test/chacha_internal_test.d crypto/mem_dbg.d crypto/evp/encode.d crypto/evp/e_aria.d crypto/bn/bn_const.d test/exptest.d crypto/asn1/asn_moid.d crypto/pem/pem_xaux.d crypto/async/async.d crypto/buffer/buf_err.d test/buildtest_rc5.d crypto/err/err_all.d test/d2i_test.d crypto/asn1/x_info.d crypto/whrlpool/wp_dgst.d crypto/lhash/lh_stats.d test/errtest.d crypto/ec/ecp_nistputil.d crypto/rc5/rc5_ecb.d crypto/cast/c_cfb64.d apps/s_time.d engines/e_dasync.d crypto/x509/x509_trs.d crypto/bf/bf_enc.d test/buildtest_txt_db.d crypto/rc4/rc4_skey.d crypto/ct/ct_vfy.d crypto/dh/dh_rfc7919.d test/cmsapitest.d crypto/evp/p5_crpt.d crypto/asn1/p5_scrypt.d crypto/aes/aes_wrap.d crypto/rsa/rsa_lib.d crypto/ec/ecdsa_ossl.d crypto/bn/bn_intern.d crypto/x509/x509_obj.d crypto/evp/p_enc.d test/buildtest_dsa.d crypto/store/store_strings.d crypto/kdf/tls1_prf.d test/testutil/basic_output.d crypto/evp/bio_enc.d crypto/err/err_prn.d crypto/des/ofb64enc.d crypto/asn1/tasn_prn.d test/dtlstest.d test/sslcorrupttest.d crypto/des/pcbc_enc.d crypto/sm3/sm3.d test/buildtest_crypto.d crypto/engine/tb_asnmth.d engines/e_ossltest.d ssl/ssl_cert.d crypto/kdf/hkdf.d ssl/t1_lib.d crypto/blake2/blake2b.d crypto/pkcs12/p12_init.d test/asynciotest.d crypto/engine/eng_pkey.d crypto/bf/bf_cfb64.d crypto/ctype.d crypto/ct/ct_prn.d crypto/asn1/i2d_pu.d crypto/x509v3/pcy_data.d ssl/statem/extensions_srvr.d crypto/ec/ec_key.d test/buildtest_ebcdic.d crypto/pem/pem_lib.d crypto/x509v3/v3_utl.d crypto/hmac/hm_ameth.d fuzz/bndiv.d crypto/mem_clr.d crypto/dh/dh_pmeth.d crypto/evp/e_idea.d crypto/asn1/a_i2d_fp.d crypto/conf/conf_err.d test/buildtest_opensslv.d crypto/cms/cms_err.d test/mdc2test.d test/buildtest_objects.d crypto/des/rand_key.d ssl/s3_msg.d crypto/camellia/cmll_cfb.d crypto/dh/dh_prn.d crypto/asn1/a_sign.d ssl/ssl_err.d crypto/pkcs12/p12_npas.d crypto/asn1/evp_asn1.d crypto/threads_none.d crypto/ec/curve448/curve448.d crypto/err/err.d crypto/evp/evp_lib.d test/buildtest_rc4.d crypto/rand/rand_unix.d test/dsa_no_digest_size_test.d crypto/des/str2key.d crypto/x509/t_crl.d crypto/pkcs12/p12_sbag.d fuzz/x509.d test/shlibloadtest.d crypto/evp/e_null.d crypto/idea/i_cfb64.d crypto/des/des_enc.d crypto/sha/sha1dgst.d crypto/ec/eck_prn.d test/tls13encryptiontest.d crypto/evp/m_mdc2.d crypto/asn1/p5_pbe.d test/buildtest_lhash.d crypto/dh/dh_ameth.d crypto/dso/dso_dl.d crypto/asn1/x_pkey.d crypto/engine/eng_ctrl.d crypto/pkcs12/p12_attr.d crypto/ec/ec_oct.d apps/dsa.d crypto/ec/ecdsa_vrf.d fuzz/client.d test/buildtest_idea.d crypto/x509/x509_set.d crypto/dsa/dsa_asn1.d crypto/evp/pbe_scrypt.d crypto/engine/eng_openssl.d crypto/evp/bio_ok.d crypto/x509/x509spki.d crypto/cms/cms_io.d crypto/pkcs7/pk7_mime.d test/sanitytest.d crypto/evp/evp_key.d crypto/sm4/sm4.d crypto/x509v3/v3_admis.d crypto/des/fcrypt.d crypto/sm3/m_sm3.d crypto/asn1/a_object.d test/srptest.d crypto/rsa/rsa_pss.d test/fatalerrtest.d crypto/store/store_init.d crypto/asn1/ameth_lib.d crypto/async/async_wait.d test/buildtest_seed.d crypto/evp/e_des3.d crypto/pkcs12/p12_crt.d crypto/ec/curve448/arch_32/f_impl.d crypto/camellia/cmll_ecb.d crypto/cms/cms_env.d crypto/ec/ec_kmeth.d crypto/aes/aes_misc.d crypto/engine/tb_pkmeth.d test/buildtest_x509v3.d crypto/x509v3/v3_pmaps.d test/ecstresstest.d crypto/bn/bn_exp2.d test/ssl_test_ctx.d crypto/ts/ts_req_print.d crypto/dso/dso_win32.d crypto/bio/bf_lbuf.d crypto/x509v3/v3_pcia.d crypto/asn1/t_pkey.d crypto/asn1/a_verify.d crypto/pkcs12/p12_asn.d crypto/bio/bss_mem.d crypto/pkcs7/pk7_doit.d test/buildtest_conf.d crypto/bn/bn_ctx.d crypto/ec/ecdh_kdf.d ssl/t1_trce.d crypto/camellia/cmll_cbc.d crypto/asn1/asn1_par.d crypto/x509/x_crl.d crypto/evp/names.d apps/pkey.d crypto/rand/rand_err.d crypto/asn1/a_strnid.d crypto/engine/eng_table.d crypto/pkcs12/p12_mutl.d crypto/dh/dh_lib.d crypto/des/ofb64ede.d crypto/ec/ecdh_ossl.d apps/version.d crypto/asn1/x_algor.d crypto/conf/conf_api.d crypto/dsa/dsa_prn.d crypto/x509/x509_def.d test/buildtest_ts.d crypto/ec/ecdsa_sign.d crypto/x509v3/v3_skey.d crypto/asn1/a_int.d test/bad_dtls_test.d crypto/x509v3/v3_bcons.d crypto/poly1305/poly1305_pmeth.d crypto/ct/ct_log.d crypto/ct/ct_policy.d crypto/bn/bn_asm.d crypto/evp/c_allc.d test/x509_time_test.d crypto/engine/tb_rand.d crypto/bn/bn_add.d test/mdc2_internal_test.d test/danetest.d apps/s_cb.d crypto/rc2/rc2_ecb.d crypto/evp/cmeth_lib.d test/drbgtest.d crypto/x509/x509_meth.d crypto/blake2/m_blake2s.d crypto/evp/e_seed.d crypto/conf/conf_mod.d crypto/engine/eng_all.d crypto/buffer/buffer.d crypto/ui/ui_openssl.d crypto/x509/x_exten.d apps/cms.d test/v3nametest.d test/dtls_mtu_test.d crypto/ocsp/ocsp_err.d crypto/hmac/hm_pmeth.d ssl/s3_lib.d apps/pkcs8.d crypto/pkcs7/pk7_smime.d test/rsa_mp_test.d crypto/aes/aes_ige.d apps/speed.d crypto/des/qud_cksm.d apps/req.d crypto/ts/ts_asn1.d crypto/bn/bn_lib.d crypto/asn1/asn1_lib.d crypto/evp/p_dec.d crypto/bio/bf_buff.d test/casttest.d crypto/x509/x509name.d crypto/evp/bio_md.d crypto/asn1/n_pkey.d ssl/ssl_asn1.d apps/ts.d crypto/x509v3/v3_akey.d test/asynctest.d crypto/cms/cms_att.d crypto/evp/e_chacha20_poly1305.d crypto/asn1/asn1_item_list.d crypto/cms/cms_pwri.d crypto/x509v3/v3_extku.d test/crltest.d crypto/bio/bss_fd.d crypto/objects/obj_xref.d test/buildtest_ec.d test/buildtest_cmac.d test/buildtest_asn1.d crypto/x509v3/v3_pcons.d test/asn1_string_table_test.d crypto/bn/bn_dh.d crypto/evp/m_md5_sha1.d crypto/evp/e_aes_cbc_hmac_sha1.d fuzz/asn1parse.d apps/pkeyparam.d apps/enc.d crypto/evp/m_null.d test/poly1305_internal_test.d ssl/statem/statem_dtls.d test/buildtest_md2.d test/aborttest.d crypto/x509v3/v3_genn.d apps/engine.d crypto/asn1/x_bignum.d crypto/dsa/dsa_key.d test/buildtest_ssl2.d crypto/evp/pmeth_lib.d test/buildtest_ossl_typ.d crypto/dso/dso_err.d crypto/siphash/siphash.d crypto/asn1/f_int.d crypto/evp/e_rc4.d crypto/x509v3/v3_cpols.d test/pkey_meth_kdf_test.d crypto/x509v3/v3_pku.d crypto/asn1/a_bitstr.d test/test_test.d test/dsatest.d crypto/dsa/dsa_lib.d fuzz/server.d crypto/ripemd/rmd_one.d crypto/x509/x509_vpm.d crypto/x509v3/v3_alt.d crypto/x509/x509_vfy.d test/buildtest_blowfish.d test/buildtest_ripemd.d test/siphash_internal_test.d crypto/chacha/chacha_enc.d crypto/bio/b_sock.d crypto/ts/ts_rsp_sign.d test/enginetest.d crypto/evp/evp_enc.d test/rc5test.d crypto/aes/aes_ecb.d test/buildtest_x509_vfy.d crypto/asn1/p5_pbev2.d crypto/bio/bss_dgram.d test/buildtest_ecdh.d test/drbg_cavs_data.d crypto/evp/e_rc4_hmac_md5.d crypto/des/xcbc_enc.d test/buildtest_stack.d crypto/bio/bss_file.d test/ct_test.d apps/pkeyutl.d crypto/cms/cms_cd.d crypto/asn1/asn_pack.d crypto/ec/ec_lib.d crypto/cmac/cm_pmeth.d crypto/asn1/f_string.d ssl/ssl_txt.d test/testutil/main.d ssl/record/ssl3_record_tls13.d test/recordlentest.d crypto/ui/ui_err.d crypto/o_time.d test/buildtest_obj_mac.d crypto/o_dir.d test/ectest.d crypto/rsa/rsa_asn1.d crypto/bf/bf_ofb64.d crypto/evp/c_alld.d crypto/blake2/blake2s.d test/asn1_time_test.d crypto/rc2/rc2_skey.d crypto/store/store_lib.d crypto/dh/dh_kdf.d crypto/rc5/rc5ofb64.d crypto/asn1/tasn_typ.d crypto/x509v3/v3_conf.d crypto/engine/eng_cnf.d crypto/x509v3/v3_enum.d apps/dsaparam.d crypto/cversion.d crypto/bn/bn_sqrt.d ssl/ssl_conf.d test/asn1_encode_test.d crypto/cryptlib.d crypto/conf/conf_sap.d ssl/ssl_ciph.d crypto/x509/x509type.d crypto/kdf/kdf_err.d test/buildtest_store.d crypto/asn1/a_strex.d crypto/asn1/x_sig.d apps/ciphers.d crypto/ec/curve448/scalar.d crypto/x509v3/v3_ia5.d crypto/bn/bn_prime.d crypto/asn1/a_dup.d crypto/bn/bn_gf2m.d crypto/evp/p_verify.d crypto/bio/b_addr.d crypto/x509/x509_cmp.d crypto/cms/cms_kari.d test/secmemtest.d crypto/x509/x509_txt.d crypto/pkcs7/bio_pk7.d crypto/engine/eng_dyn.d crypto/async/arch/async_win.d crypto/cms/cms_asn1.d crypto/pkcs12/p12_decr.d apps/rehash.d crypto/cms/cms_smime.d crypto/ocsp/ocsp_ext.d fuzz/test-corpus.d crypto/x509/x509_lu.d test/buildtest_srp.d crypto/rc2/rc2cfb64.d crypto/bio/b_print.d test/threadstest.d crypto/ec/ec_cvt.d crypto/pem/pem_pk8.d crypto/idea/i_ecb.d test/pkey_meth_test.d test/ideatest.d crypto/md4/md4_dgst.d crypto/cast/c_enc.d test/wpackettest.d crypto/getenv.d ssl/d1_lib.d test/rc4test.d crypto/evp/p_seal.d crypto/bn/bn_recp.d crypto/ec/curve448/f_generic.d crypto/asn1/nsseq.d crypto/o_fips.d crypto/bio/bss_acpt.d crypto/o_init.d crypto/bn/bn_gcd.d test/rsa_test.d crypto/evp/p_open.d crypto/dso/dso_lib.d crypto/ec/ec_curve.d crypto/store/loader_file.d crypto/cmac/cmac.d test/testutil/test_cleanup.d crypto/asn1/x_val.d crypto/dsa/dsa_meth.d test/buildtest_rc2.d test/sysdefaulttest.d crypto/ui/ui_lib.d test/buildtest_rand_drbg.d crypto/evp/m_ripemd.d crypto/asn1/x_spki.d crypto/async/arch/async_posix.d crypto/ec/curve448/curve448_tables.d fuzz/cms.d crypto/asn1/tasn_new.d crypto/dsa/dsa_ossl.d crypto/dsa/dsa_err.d crypto/md5/md5_one.d crypto/asn1/bio_asn1.d crypto/ec/ec_err.d crypto/o_fopen.d crypto/dsa/dsa_vrf.d crypto/threads_pthread.d engines/e_padlock.d crypto/evp/p5_crpt2.d crypto/dso/dso_vms.d test/ec_internal_test.d crypto/engine/tb_dh.d crypto/x509/t_req.d crypto/evp/e_aes.d crypto/evp/e_old.d crypto/aria/aria.d crypto/comp/comp_lib.d crypto/dsa/dsa_sign.d crypto/ocsp/ocsp_prn.d crypto/evp/m_md5.d test/constant_time_test.d crypto/x509/x509_r2x.d test/buildtest_hmac.d crypto/rc5/rc5_enc.d crypto/cms/cms_dd.d test/buildtest_pkcs7.d crypto/ct/ct_sct.d test/buildtest_asn1t.d apps/genpkey.d crypto/cms/cms_enc.d crypto/engine/eng_lib.d crypto/x509v3/v3_pci.d crypto/idea/i_cbc.d crypto/pkcs7/pk7_asn1.d crypto/bn/bn_print.d crypto/ocsp/ocsp_cl.d test/pemtest.d crypto/srp/srp_vfy.d ssl/packet.d crypto/evp/m_sha1.d crypto/evp/pmeth_gn.d test/versions.d apps/nseq.d crypto/cast/c_ecb.d crypto/dso/dso_dlfcn.d crypto/x509/x_x509.d crypto/sha/sha1_one.d crypto/bn/bn_srp.d crypto/x509v3/v3_addr.d test/ctype_internal_test.d crypto/rand/drbg_ctr.d crypto/x509v3/v3_akeya.d apps/prime.d test/dtlsv1listentest.d test/buildtest_rsa.d crypto/seed/seed.d crypto/camellia/cmll_ofb.d crypto/dh/dh_rfc5114.d crypto/des/cfb64enc.d crypto/ex_data.d ssl/statem/extensions.d crypto/dsa/dsa_pmeth.d crypto/evp/e_cast.d ssl/statem/extensions_cust.d crypto/evp/digest.d test/ocspapitest.d test/dhtest.d crypto/dh/dh_check.d crypto/bn/bn_blind.d crypto/ts/ts_verify_ctx.d crypto/bf/bf_skey.d crypto/seed/seed_cbc.d apps/asn1pars.d crypto/md4/md4_one.d test/bio_memleak_test.d test/ssl_ctx_test.d crypto/sm2/sm2_crypt.d crypto/srp/srp_lib.d test/conf_include_test.d crypto/ec/ecp_smpl.d crypto/x509v3/v3_lib.d crypto/asn1/a_d2i_fp.d test/x509aux.d crypto/ocsp/ocsp_srv.d crypto/bn/bn_word.d test/buildtest_buffer.d crypto/ocsp/v3_ocsp.d crypto/x509/x_name.d test/buildtest_cms.d test/ecdsatest.d ssl/record/rec_layer_s3.d apps/s_socket.d crypto/dh/dh_depr.d crypto/modes/ocb128.d test/x509_dup_cert_test.d crypto/evp/m_sigver.d crypto/engine/tb_digest.d crypto/conf/conf_def.d crypto/pkcs12/p12_p8e.d test/testutil/format_output.d test/testutil/output_helpers.d test/drbg_cavs_test.d crypto/bn/bn_kron.d crypto/ec/ecx_meth.d test/bftest.d crypto/hmac/hmac.d crypto/ec/curve448/eddsa.d apps/verify.d crypto/ec/ec_check.d crypto/modes/gcm128.d crypto/bn/bn_err.d crypto/engine/tb_cipher.d test/buildtest_bn.d crypto/evp/evp_pbe.d crypto/pkcs7/pk7_lib.d test/buildtest_tls1.d crypto/x509v3/v3_tlsf.d crypto/asn1/a_utf8.d crypto/evp/e_rc2.d crypto/bio/bf_nbio.d crypto/asn1/a_print.d crypto/lhash/lhash.d crypto/des/ecb3_enc.d test/buildtest_dtls1.d crypto/cast/c_ofb64.d crypto/rsa/rsa_gen.d ssl/record/ssl3_record.d crypto/md5/md5_dgst.d ssl/statem/statem_clnt.d crypto/ui/ui_null.d test/sm4_internal_test.d test/asn1_internal_test.d test/buildtest_cast.d crypto/conf/conf_lib.d crypto/bio/b_dump.d apps/gendsa.d fuzz/conf.d crypto/ec/ecp_nist.d crypto/init.d crypto/aes/aes_core.d test/cipherlist_test.d crypto/engine/eng_list.d crypto/bio/bss_sock.d crypto/engine/tb_rsa.d ssl/statem/extensions_clnt.d crypto/store/store_err.d crypto/ts/ts_rsp_verify.d crypto/ec/ecp_nistp224.d crypto/modes/cfb128.d test/v3ext.d crypto/des/set_key.d crypto/comp/c_zlib.d ssl/t1_enc.d test/testutil/stanza.d crypto/x509v3/pcy_cache.d crypto/x509/x509_att.d ssl/tls13_enc.d crypto/ec/ec_print.d crypto/bn/bn_depr.d crypto/rsa/rsa_saos.d test/buildtest_dh.d crypto/rsa/rsa_ameth.d crypto/modes/cbc128.d crypto/asn1/t_bitst.d crypto/asn1/tasn_fre.d crypto/evp/e_camellia.d crypto/camellia/camellia.d crypto/evp/m_sha3.d crypto/ct/ct_err.d crypto/pkcs12/p12_add.d crypto/idea/i_ofb64.d crypto/dh/dh_err.d crypto/sha/sha512.d crypto/pkcs12/p12_utl.d crypto/bn/bn_mpi.d crypto/bio/bss_bio.d crypto/ct/ct_x509v3.d test/rdrand_sanitytest.d crypto/ts/ts_rsp_print.d crypto/seed/seed_ofb.d ssl/statem/statem.d crypto/dsa/dsa_depr.d ssl/ssl_stat.d crypto/poly1305/poly1305_ameth.d crypto/bn/bn_mul.d crypto/ec/ec2_smpl.d crypto/des/ofb_enc.d crypto/x509/x509_req.d test/buildtest_modes.d test/buildtest_pem2.d test/curve448_internal_test.d crypto/blake2/m_blake2b.d test/cmactest.d crypto/rc4/rc4_enc.d ssl/ssl_mcnf.d test/x509_check_cert_pkey_test.d test/bntest.d ssl/d1_srtp.d crypto/conf/conf_mall.d ssl/ssl_utst.d apps/s_server.d test/sslbuffertest.d +DEPS=crypto/evp/p_open.d crypto/engine/tb_rsa.d crypto/evp/c_allc.d ssl/s3_lib.d crypto/bn/bn_print.d crypto/dsa/dsa_vrf.d crypto/x509v3/v3_pmaps.d crypto/rc5/rc5cfb64.d crypto/cms/cms_ess.d test/buildtest_idea.d crypto/des/ecb3_enc.d apps/version.d crypto/blake2/m_blake2s.d test/buildtest_kdf.d crypto/bn/bn_div.d engines/e_dasync.d crypto/pkcs12/p12_init.d crypto/threads_win.d test/v3nametest.d crypto/asn1/tasn_dec.d crypto/pkcs12/p12_sbag.d crypto/x509v3/v3_pcons.d crypto/rc5/rc5_enc.d crypto/bn/bn_err.d crypto/des/str2key.d crypto/bn/bn_sqr.d crypto/sha/keccak1600.d crypto/bn/bn_ctx.d crypto/evp/e_null.d apps/rsautl.d crypto/srp/srp_vfy.d crypto/rc2/rc2_cbc.d crypto/cmac/cm_ameth.d test/packettest.d crypto/ct/ct_log.d crypto/asn1/a_time.d crypto/ts/ts_asn1.d crypto/des/fcrypt_b.d test/clienthellotest.d crypto/cryptlib.d apps/verify.d crypto/ts/ts_rsp_print.d test/buildtest_rsa.d crypto/ec/ecdsa_sign.d crypto/ec/ec2_oct.d crypto/ec/curve448/f_generic.d crypto/bio/b_addr.d apps/passwd.d crypto/ts/ts_rsp_utils.d crypto/asn1/d2i_pr.d crypto/x509/x509_v3.d crypto/pkcs12/p12_p8e.d test/buildtest_symhacks.d crypto/x509/x509_req.d test/x509_dup_cert_test.d test/testutil/tests.d crypto/aes/aes_core.d crypto/srp/srp_lib.d test/time_offset_test.d crypto/dsa/dsa_key.d crypto/bio/bss_mem.d crypto/sha/sha256.d crypto/seed/seed_cbc.d crypto/dso/dso_vms.d test/wpackettest.d crypto/asn1/tasn_scn.d crypto/modes/gcm128.d test/ct_test.d crypto/ec/ec_ameth.d crypto/camellia/cmll_ecb.d crypto/bio/bf_lbuf.d crypto/conf/conf_api.d crypto/aes/aes_ofb.d test/buildtest_md2.d crypto/blake2/blake2b.d apps/pkey.d crypto/x509/by_file.d crypto/pkcs12/p12_decr.d ssl/ssl_init.d crypto/stack/stack.d test/bio_enc_test.d crypto/bio/b_dump.d apps/pkeyutl.d crypto/ec/ecp_nist.d apps/asn1pars.d crypto/x509v3/v3_tlsf.d crypto/pem/pem_all.d crypto/sha/sha1dgst.d crypto/conf/conf_sap.d fuzz/ct.d crypto/ec/ec_kmeth.d test/buildtest_seed.d crypto/pkcs12/p12_asn.d crypto/asn1/p5_pbe.d crypto/cms/cms_dd.d crypto/rc5/rc5ofb64.d crypto/asn1/t_bitst.d test/buildtest_sha.d crypto/bf/bf_cfb64.d crypto/dh/dh_err.d crypto/rsa/rsa_depr.d test/buildtest_x509_vfy.d test/sysdefaulttest.d crypto/dsa/dsa_ameth.d test/buildtest_ui.d crypto/rc2/rc2_skey.d crypto/ec/curve448/curve448_tables.d test/buildtest_ct.d crypto/pem/pem_pk8.d test/verify_extra_test.d crypto/x509v3/pcy_node.d test/enginetest.d crypto/x509/x509_cmp.d crypto/evp/e_des3.d crypto/bio/bss_sock.d ssl/statem/statem_dtls.d crypto/x509/x_crl.d crypto/rsa/rsa_asn1.d test/d2i_test.d test/buildtest_tls1.d crypto/dh/dh_kdf.d test/buildtest_dsa.d test/testutil/format_output.d crypto/bn/bn_mod.d ssl/ssl_txt.d crypto/pem/pem_sign.d apps/openssl.d crypto/evp/e_rc4.d crypto/objects/o_names.d crypto/store/store_lib.d crypto/des/qud_cksm.d crypto/x509/x_x509a.d ssl/ssl_rsa.d crypto/asn1/asn_mime.d crypto/cms/cms_sd.d test/buildtest_ossl_typ.d crypto/x509/x509cset.d crypto/engine/eng_err.d crypto/async/async_err.d crypto/ec/ec_asn1.d crypto/bn/bn_lib.d ssl/statem/statem_srvr.d crypto/engine/eng_dyn.d crypto/o_init.d crypto/pkcs12/pk12err.d crypto/engine/tb_asnmth.d test/tls13secretstest.d crypto/asn1/tasn_utl.d test/buildtest_rc4.d ssl/pqueue.d crypto/rand/rand_egd.d test/buildtest_ts.d test/buildtest_evp.d ssl/bio_ssl.d apps/gendsa.d crypto/pem/pem_lib.d crypto/ct/ct_policy.d crypto/x509/t_req.d crypto/pem/pvkfmt.d crypto/kdf/scrypt.d crypto/des/set_key.d test/bio_callback_test.d crypto/blake2/m_blake2b.d crypto/rsa/rsa_chk.d test/buildtest_ssl3.d test/buildtest_rand_drbg.d test/buildtest_des.d crypto/ec/eck_prn.d test/pkey_meth_test.d crypto/evp/m_sha3.d crypto/ec/ecp_mont.d crypto/modes/wrap128.d crypto/x509v3/v3_cpols.d test/fatalerrtest.d crypto/asn1/a_utf8.d crypto/bio/bf_buff.d crypto/mem_sec.d crypto/sha/sha1_one.d crypto/camellia/cmll_cbc.d crypto/evp/p_verify.d crypto/asn1/a_mbstr.d crypto/idea/i_cbc.d crypto/async/arch/async_null.d apps/engine.d crypto/async/arch/async_win.d crypto/txt_db/txt_db.d crypto/pem/pem_info.d crypto/asn1/tasn_typ.d crypto/asn1/asn1_err.d test/buildtest_ebcdic.d test/bio_memleak_test.d crypto/ocsp/ocsp_prn.d crypto/asn1/a_octet.d crypto/sm2/sm2_pmeth.d crypto/bf/bf_ofb64.d crypto/aes/aes_ecb.d crypto/sm4/sm4.d fuzz/test-corpus.d crypto/ct/ct_err.d crypto/md2/md2_dgst.d crypto/dsa/dsa_meth.d crypto/des/cfb64enc.d test/ectest.d crypto/dh/dh_rfc5114.d test/cipherlist_test.d crypto/x509v3/v3_lib.d crypto/asn1/t_pkey.d crypto/bio/bss_log.d crypto/sm2/sm2_sign.d crypto/conf/conf_ssl.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/comp/comp_err.d test/exptest.d ssl/statem/statem_lib.d crypto/camellia/camellia.d crypto/rsa/rsa_err.d crypto/o_time.d apps/pkcs7.d crypto/pkcs7/pk7_smime.d apps/crl.d ssl/tls13_enc.d test/pkey_meth_kdf_test.d test/sslbuffertest.d test/conf_include_test.d crypto/dso/dso_err.d crypto/dh/dh_lib.d test/pemtest.d crypto/asn1/f_int.d crypto/bn/bn_gcd.d crypto/bio/b_print.d crypto/rand/drbg_lib.d crypto/asn1/x_val.d crypto/asn1/a_digest.d crypto/rc4/rc4_enc.d crypto/x509v3/v3_bitst.d crypto/rsa/rsa_pk1.d crypto/evp/e_aes.d ssl/statem/extensions_cust.d crypto/ts/ts_verify_ctx.d crypto/asn1/asn_moid.d crypto/evp/e_camellia.d fuzz/cms.d crypto/bio/bss_fd.d ssl/t1_enc.d crypto/des/ofb64ede.d crypto/x509v3/v3_sxnet.d crypto/asn1/a_bitstr.d test/ideatest.d crypto/evp/evp_pbe.d crypto/pem/pem_oth.d test/ssl_cert_table_internal_test.d crypto/ui/ui_openssl.d test/buildtest_safestack.d crypto/x509v3/v3_pku.d crypto/asn1/a_d2i_fp.d test/buildtest_x509v3.d crypto/dh/dh_pmeth.d crypto/x509v3/v3_ncons.d crypto/x509v3/pcy_cache.d crypto/asn1/t_spki.d ssl/ssl_err.d ssl/record/ssl3_record.d crypto/evp/bio_ok.d crypto/engine/eng_list.d crypto/pem/pem_x509.d test/ecstresstest.d crypto/x509/x509_vfy.d apps/ca.d crypto/engine/eng_all.d crypto/pkcs7/pk7_lib.d crypto/ripemd/rmd_dgst.d test/rc2test.d test/danetest.d crypto/des/ofb_enc.d ssl/d1_msg.d test/rsa_test.d crypto/ec/ecp_nistputil.d crypto/cms/cms_asn1.d crypto/evp/evp_lib.d test/secmemtest.d test/memleaktest.d engines/e_afalg.d crypto/evp/e_aes_cbc_hmac_sha1.d test/handshake_helper.d crypto/dh/dh_depr.d crypto/aes/aes_ige.d crypto/bio/bio_cb.d test/igetest.d crypto/ocsp/ocsp_err.d crypto/siphash/siphash_ameth.d crypto/cpt_err.d apps/pkcs8.d crypto/objects/obj_dat.d test/crltest.d crypto/conf/conf_mall.d crypto/bn/bn_kron.d crypto/comp/c_zlib.d crypto/asn1/a_dup.d crypto/bn/bn_nist.d crypto/rsa/rsa_none.d test/asn1_time_test.d crypto/bn/bn_asm.d apps/ec.d test/ec_internal_test.d crypto/bn/bn_prime.d crypto/asn1/asn_pack.d ssl/ssl_stat.d apps/storeutl.d test/gosttest.d test/buildtest_hmac.d test/bioprinttest.d ssl/record/ssl3_record_tls13.d crypto/rc5/rc5_ecb.d test/buildtest_conf.d test/testutil/basic_output.d test/testutil/stanza.d crypto/hmac/hmac.d crypto/bn/bn_depr.d crypto/rsa/rsa_crpt.d crypto/ui/ui_err.d crypto/rsa/rsa_x931g.d apps/nseq.d crypto/cms/cms_err.d crypto/seed/seed_ecb.d crypto/conf/conf_err.d test/buildtest_aes.d crypto/asn1/a_print.d crypto/x509/x509spki.d crypto/asn1/d2i_pu.d test/sslapitest.d test/bntest.d crypto/evp/evp_cnf.d crypto/md5/md5_one.d crypto/threads_pthread.d crypto/evp/digest.d crypto/ec/ec_key.d test/buildtest_lhash.d crypto/x509v3/pcy_tree.d crypto/camellia/cmll_ofb.d crypto/rsa/rsa_pss.d crypto/rand/rand_err.d crypto/bio/bio_lib.d crypto/asn1/a_object.d crypto/x509/t_x509.d crypto/evp/m_md2.d test/buildtest_rc5.d test/md2test.d crypto/des/pcbc_enc.d test/gmdifftest.d crypto/rand/drbg_ctr.d crypto/ct/ct_oct.d crypto/pkcs7/bio_pk7.d crypto/engine/tb_dsa.d crypto/getenv.d test/siphash_internal_test.d crypto/buffer/buffer.d test/buildtest_x509.d crypto/rsa/rsa_ameth.d test/asn1_decode_test.d test/stack_test.d crypto/conf/conf_def.d crypto/evp/e_old.d crypto/dsa/dsa_depr.d test/buildtest_txt_db.d crypto/dh/dh_meth.d crypto/dh/dh_check.d crypto/lhash/lh_stats.d test/buildtest_bn.d test/x509_time_test.d crypto/evp/m_sha1.d crypto/evp/e_bf.d crypto/bio/bss_dgram.d test/exdatatest.d crypto/dsa/dsa_asn1.d crypto/bn/bn_srp.d crypto/ocsp/ocsp_ext.d apps/s_cb.d crypto/x509/x509_meth.d crypto/hmac/hm_pmeth.d crypto/rsa/rsa_oaep.d test/curve448_internal_test.d crypto/mem_clr.d crypto/ex_data.d test/mdc2test.d crypto/dh/dh_gen.d crypto/bio/b_sock2.d crypto/evp/e_xcbc_d.d crypto/idea/i_cfb64.d test/buildtest_comp.d test/ssl_test_ctx_test.d test/buildtest_opensslv.d crypto/ec/ecx_meth.d crypto/seed/seed.d crypto/cversion.d crypto/x509v3/v3_enum.d crypto/bn/bn_x931p.d crypto/idea/i_ecb.d test/testutil/driver.d test/buildtest_whrlpool.d crypto/asn1/tasn_enc.d apps/pkeyparam.d test/ssl_ctx_test.d crypto/ec/ecp_oct.d crypto/asn1/a_utctm.d crypto/chacha/chacha_enc.d ssl/s3_cbc.d crypto/pkcs12/p12_crpt.d crypto/cms/cms_enc.d test/buildtest_ocsp.d crypto/bf/bf_enc.d crypto/err/err.d test/buildtest_modes.d test/rsa_mp_test.d crypto/md4/md4_one.d apps/smime.d crypto/o_fopen.d crypto/x509v3/v3_utl.d crypto/x509/x509_txt.d crypto/ec/ecp_nistp521.d crypto/whrlpool/wp_dgst.d crypto/asn1/asn1_gen.d crypto/engine/eng_ctrl.d test/ctype_internal_test.d ssl/ssl_asn1.d crypto/seed/seed_cfb.d crypto/objects/obj_err.d crypto/engine/tb_digest.d apps/s_time.d crypto/ui/ui_lib.d apps/apps.d crypto/ec/ec_cvt.d crypto/store/store_strings.d test/buildtest_objects.d crypto/idea/i_skey.d test/dhtest.d test/rc4test.d crypto/engine/eng_cnf.d crypto/rsa/rsa_meth.d apps/genrsa.d test/threadstest.d crypto/store/loader_file.d test/testutil/testutil_init.d crypto/bio/bss_file.d crypto/asn1/a_gentm.d crypto/ec/curve25519.d ssl/ssl_ciph.d crypto/x509/by_dir.d crypto/pkcs7/pk7_doit.d test/buildtest_ecdsa.d crypto/evp/e_rc5.d crypto/dsa/dsa_err.d crypto/asn1/bio_asn1.d crypto/evp/p_dec.d crypto/seed/seed_ofb.d apps/x509.d crypto/bn/bn_blind.d crypto/cms/cms_io.d crypto/engine/eng_lib.d crypto/init.d test/casttest.d crypto/rand/rand_win.d crypto/evp/pmeth_lib.d crypto/asn1/asn1_item_list.d crypto/siphash/siphash.d test/cmactest.d crypto/rsa/rsa_ssl.d crypto/x509/x509_att.d ssl/t1_trce.d crypto/x509v3/v3_bcons.d crypto/evp/pmeth_fn.d crypto/idea/i_ofb64.d test/asn1_encode_test.d crypto/ui/ui_util.d crypto/o_fips.d crypto/rsa/rsa_lib.d crypto/rsa/rsa_mp.d crypto/cms/cms_kari.d crypto/evp/m_ripemd.d crypto/evp/cmeth_lib.d crypto/evp/encode.d test/dtlsv1listentest.d crypto/x509/x509rset.d crypto/x509/x_attrib.d crypto/asn1/f_string.d test/buildtest_buffer.d apps/req.d crypto/sm3/sm3.d crypto/evp/e_aria.d test/buildtest_pkcs7.d fuzz/x509.d crypto/evp/e_sm4.d crypto/dso/dso_lib.d crypto/x509v3/v3_extku.d crypto/store/store_init.d crypto/rc2/rc2cfb64.d test/buildtest_cms.d crypto/pkcs7/pk7_asn1.d crypto/sm2/sm2_err.d ssl/s3_enc.d crypto/rand/randfile.d test/buildtest_dtls1.d test/buildtest_asn1t.d crypto/ripemd/rmd_one.d crypto/ocsp/ocsp_cl.d crypto/cast/c_enc.d crypto/bio/bss_bio.d apps/ts.d crypto/modes/cfb128.d crypto/rsa/rsa_sign.d test/asn1_internal_test.d crypto/asn1/x_spki.d crypto/asn1/x_bignum.d crypto/x509v3/pcy_data.d crypto/ocsp/ocsp_asn.d crypto/x509v3/v3_prn.d test/v3ext.d crypto/ts/ts_conf.d crypto/ocsp/ocsp_lib.d crypto/bn/bn_rand.d crypto/md4/md4_dgst.d crypto/rsa/rsa_pmeth.d crypto/x509v3/v3_akey.d test/servername_test.d crypto/evp/m_wp.d test/rsa_complex.d crypto/pkcs12/p12_utl.d apps/sess_id.d crypto/cms/cms_smime.d crypto/dso/dso_openssl.d crypto/poly1305/poly1305_ameth.d test/bftest.d crypto/ts/ts_rsp_sign.d crypto/x509/x509_r2x.d crypto/asn1/a_sign.d test/ssl_test_ctx.d crypto/bn/bn_gf2m.d crypto/x509/x509type.d test/buildtest_rc2.d crypto/ec/ec_err.d crypto/conf/conf_lib.d apps/s_server.d test/dsatest.d crypto/asn1/i2d_pu.d test/recordlentest.d crypto/objects/obj_lib.d crypto/pem/pem_err.d ssl/ssl_conf.d crypto/x509v3/v3_pci.d crypto/poly1305/poly1305.d crypto/asn1/a_int.d apps/rand.d test/buildtest_srp.d crypto/x509v3/v3_conf.d crypto/bf/bf_ecb.d crypto/cms/cms_att.d test/testutil/output_helpers.d crypto/dsa/dsa_gen.d crypto/pkcs12/p12_npas.d crypto/evp/m_md4.d crypto/asn1/tasn_new.d crypto/x509/x509_vpm.d crypto/ec/ec_print.d test/shlibloadtest.d apps/dsaparam.d crypto/o_dir.d crypto/evp/e_seed.d test/tls13encryptiontest.d crypto/evp/e_des.d ssl/statem/statem.d crypto/asn1/x_algor.d crypto/dh/dh_ameth.d crypto/cms/cms_pwri.d crypto/asn1/x_int64.d crypto/bn/bn_exp.d apps/srp.d crypto/x509v3/v3_genn.d crypto/objects/obj_xref.d test/drbg_cavs_test.d crypto/bf/bf_skey.d crypto/rc5/rc5_skey.d crypto/threads_none.d test/rc5test.d engines/e_ossltest.d crypto/x509/x_x509.d crypto/x509v3/pcy_map.d crypto/rc2/rc2ofb64.d crypto/asn1/a_type.d test/buildtest_asn1.d crypto/ct/ct_b64.d crypto/evp/evp_key.d crypto/ts/ts_lib.d crypto/asn1/a_strex.d crypto/bn/bn_const.d crypto/ts/ts_req_print.d crypto/x509/x509name.d crypto/x509v3/v3_int.d crypto/rand/rand_lib.d crypto/ts/ts_req_utils.d crypto/evp/pbe_scrypt.d ssl/tls_srp.d test/buildtest_async.d test/testutil/tap_bio.d crypto/cms/cms_env.d crypto/conf/conf_mod.d test/buildtest_e_os2.d crypto/rc4/rc4_skey.d crypto/evp/c_alld.d test/buildtest_md4.d test/buildtest_obj_mac.d apps/bf_prefix.d crypto/des/cfb64ede.d crypto/ct/ct_vfy.d test/hmactest.d crypto/asn1/a_i2d_fp.d crypto/aes/aes_cfb.d test/evp_test.d crypto/evp/p_lib.d crypto/aes/aes_misc.d test/evp_extra_test.d crypto/ct/ct_sct_ctx.d crypto/modes/ofb128.d crypto/ebcdic.d crypto/asn1/tasn_fre.d test/mdc2_internal_test.d crypto/pem/pem_pkey.d crypto/sm3/m_sm3.d crypto/rsa/rsa_x931.d test/cmsapitest.d crypto/err/err_prn.d crypto/evp/bio_md.d crypto/des/cfb_enc.d apps/genpkey.d crypto/ctype.d crypto/dh/dh_asn1.d apps/rehash.d crypto/pkcs7/pk7_mime.d ssl/packet.d ssl/ssl_lib.d crypto/pkcs12/p12_kiss.d crypto/modes/ccm128.d crypto/engine/tb_eckey.d ssl/ssl_mcnf.d crypto/ec/ec_mult.d crypto/sm2/sm2_crypt.d test/buildtest_cmac.d crypto/x509/x509_trs.d crypto/x509/x_all.d test/sanitytest.d crypto/engine/tb_cipher.d crypto/bio/bio_meth.d crypto/evp/bio_b64.d crypto/x509v3/v3err.d crypto/pkcs12/p12_mutl.d crypto/des/des_enc.d crypto/x509/x_exten.d apps/ciphers.d crypto/dsa/dsa_prn.d test/buildtest_blowfish.d crypto/ec/ec_lib.d apps/ecparam.d crypto/md5/md5_dgst.d test/testutil/main.d crypto/bio/b_sock.d test/x509_internal_test.d crypto/camellia/cmll_ctr.d ssl/ssl_sess.d apps/app_rand.d crypto/x509v3/v3_akeya.d crypto/x509/x509_d2.d apps/crl2p7.d crypto/engine/eng_table.d crypto/ec/ecdh_ossl.d test/rdrand_sanitytest.d crypto/ec/curve448/eddsa.d test/aborttest.d fuzz/asn1.d crypto/hmac/hm_ameth.d crypto/mem.d test/tls13ccstest.d crypto/x509v3/v3_ia5.d crypto/kdf/hkdf.d test/asynciotest.d crypto/rsa/rsa_ossl.d crypto/asn1/x_info.d crypto/evp/e_rc4_hmac_md5.d test/drbg_cavs_data.d crypto/bio/bss_acpt.d ssl/d1_lib.d test/ocspapitest.d crypto/ts/ts_rsp_verify.d ssl/statem/extensions_clnt.d crypto/ec/ecdh_kdf.d crypto/bn/bn_word.d test/testutil/test_cleanup.d crypto/bn/bn_mpi.d fuzz/asn1parse.d crypto/ts/ts_err.d crypto/x509/x509_obj.d crypto/ec/ec2_smpl.d apps/cms.d crypto/asn1/n_pkey.d test/poly1305_internal_test.d crypto/sha/sha512.d crypto/pkcs7/pkcs7err.d crypto/kdf/tls1_prf.d crypto/kdf/kdf_err.d crypto/evp/evp_pkey.d crypto/bn/bn_dh.d crypto/async/arch/async_posix.d fuzz/client.d apps/pkcs12.d crypto/modes/cbc128.d crypto/asn1/p5_scrypt.d test/buildtest_ssl.d crypto/store/store_err.d crypto/des/fcrypt.d crypto/pkcs12/p12_crt.d crypto/x509/x509_def.d crypto/bn/bn_intern.d crypto/dsa/dsa_lib.d crypto/x509v3/v3_asid.d test/buildtest_srtp.d crypto/engine/eng_fat.d engines/e_padlock.d crypto/camellia/cmll_cfb.d crypto/asn1/x_long.d crypto/ec/ec_pmeth.d crypto/des/ecb_enc.d crypto/pkcs7/pk7_attr.d crypto/cms/cms_cd.d crypto/pkcs12/p12_attr.d crypto/cast/c_ecb.d crypto/evp/m_mdc2.d test/ssl_test.d crypto/rand/rand_vms.d fuzz/crl.d test/versions.d crypto/evp/p5_crpt2.d ssl/t1_lib.d ssl/statem/extensions.d ssl/ssl_cert.d crypto/asn1/ameth_lib.d ssl/record/rec_layer_d1.d crypto/x509/x509_err.d crypto/modes/ctr128.d test/testutil/cb.d test/pbelutest.d apps/rsa.d test/buildtest_ssl2.d fuzz/bndiv.d crypto/poly1305/poly1305_pmeth.d crypto/dsa/dsa_pmeth.d crypto/cast/c_cfb64.d ssl/statem/extensions_srvr.d crypto/evp/m_sigver.d test/chacha_internal_test.d crypto/mem_dbg.d crypto/asn1/i2d_pr.d ssl/record/dtls1_bitmap.d test/buildtest_ecdh.d crypto/buffer/buf_err.d crypto/ec/ecdsa_vrf.d crypto/dsa/dsa_sign.d crypto/async/async_wait.d crypto/asn1/asn1_par.d test/ssltestlib.d crypto/evp/m_md5.d test/buildtest_engine.d ssl/d1_srtp.d crypto/ocsp/ocsp_vfy.d crypto/evp/p5_crpt.d crypto/ct/ct_x509v3.d test/test_test.d crypto/o_str.d crypto/dh/dh_rfc7919.d test/drbgtest.d crypto/asn1/p8_pkey.d test/asn1_string_table_test.d crypto/evp/evp_enc.d crypto/pkcs12/p12_p8d.d crypto/md2/md2_one.d crypto/cast/c_ofb64.d crypto/engine/eng_init.d crypto/des/rand_key.d crypto/x509v3/v3_pcia.d test/sslcorrupttest.d fuzz/server.d crypto/dh/dh_prn.d crypto/x509v3/v3_crld.d crypto/modes/ocb128.d crypto/x509v3/v3_info.d test/buildtest_store.d crypto/evp/p_enc.d crypto/ec/ec_check.d crypto/dh/dh_key.d crypto/evp/bio_enc.d crypto/des/ofb64enc.d crypto/rc2/rc2_ecb.d crypto/lhash/lhash.d apps/opt.d test/dtlstest.d crypto/x509v3/v3_admis.d test/buildtest_rand.d crypto/ec/curve448/curve448.d test/buildtest_conf_api.d test/destest.d test/modes_internal_test.d crypto/engine/eng_openssl.d crypto/rsa/rsa_gen.d crypto/ocsp/ocsp_ht.d ssl/methods.d apps/s_client.d crypto/evp/p_seal.d test/buildtest_bio.d crypto/store/store_register.d crypto/bio/bf_nbio.d crypto/bn/bn_sqrt.d apps/s_socket.d crypto/ec/ecp_nistp256.d test/buildtest_md5.d test/ssltest_old.d crypto/engine/eng_rdrand.d test/asynctest.d test/sm2_internal_test.d crypto/modes/cts128.d apps/enc.d crypto/aes/aes_wrap.d crypto/cast/c_skey.d test/afalgtest.d apps/dgst.d crypto/ui/ui_null.d crypto/x509v3/pcy_lib.d crypto/evp/pmeth_gn.d crypto/uid.d test/x509aux.d crypto/camellia/cmll_misc.d crypto/bn/bn_shift.d crypto/cmac/cm_pmeth.d crypto/ec/ecp_smpl.d crypto/asn1/tasn_prn.d crypto/rand/rand_unix.d crypto/dso/dso_dl.d crypto/asn1/evp_asn1.d crypto/asn1/asn_mstbl.d test/buildtest_stack.d apps/spkac.d crypto/rsa/rsa_saos.d crypto/aria/aria.d ssl/record/ssl3_buffer.d crypto/asn1/x_sig.d crypto/siphash/siphash_pmeth.d test/uitest.d crypto/x509v3/v3_purp.d crypto/evp/p_sign.d crypto/x509/t_crl.d crypto/ec/curve448/scalar.d test/errtest.d crypto/bio/bio_err.d apps/ocsp.d crypto/x509v3/v3_skey.d fuzz/conf.d crypto/ct/ct_sct.d crypto/des/cbc_cksm.d crypto/dso/dso_win32.d test/buildtest_pkcs12.d crypto/x509/x509_ext.d crypto/async/async.d crypto/x509/x_pubkey.d test/buildtest_pem.d test/sm4_internal_test.d crypto/pem/pem_xaux.d test/dsa_no_digest_size_test.d apps/speed.d crypto/err/err_all.d crypto/whrlpool/wp_block.d crypto/aes/aes_cbc.d crypto/bio/bss_conn.d test/cipherbytes_test.d crypto/bio/bss_null.d test/ciphername_test.d crypto/evp/m_null.d test/buildtest_dh.d crypto/engine/eng_pkey.d crypto/evp/m_md5_sha1.d crypto/evp/e_rc2.d crypto/bn/bn_mul.d apps/prime.d crypto/cmac/cmac.d crypto/x509/x_req.d test/x509_check_cert_pkey_test.d crypto/evp/e_chacha20_poly1305.d ssl/statem/statem_clnt.d test/buildtest_pem2.d test/testutil/random.d crypto/asn1/a_strnid.d crypto/engine/tb_dh.d crypto/cms/cms_lib.d crypto/asn1/a_verify.d crypto/bn/bn_add.d crypto/asn1/nsseq.d crypto/pkcs12/p12_key.d crypto/evp/names.d test/ecdsatest.d crypto/x509v3/v3_alt.d crypto/bn/bn_mont.d crypto/ocsp/ocsp_srv.d ssl/record/rec_layer_s3.d test/buildtest_ripemd.d test/buildtest_crypto.d fuzz/bignum.d crypto/asn1/asn1_lib.d test/buildtest_ec.d crypto/x509v3/v3_addr.d apps/dhparam.d test/buildtest_camellia.d test/buildtest_cast.d ssl/s3_msg.d engines/e_capi.d crypto/des/cbc_enc.d test/srptest.d crypto/rsa/rsa_prn.d crypto/asn1/bio_ndef.d crypto/dsa/dsa_ossl.d crypto/engine/tb_rand.d crypto/modes/xts128.d crypto/pkcs12/p12_add.d crypto/evp/evp_err.d crypto/ec/curve448/arch_32/f_impl.d crypto/dso/dso_dlfcn.d test/constant_time_test.d crypto/engine/tb_pkmeth.d crypto/bn/bn_exp2.d crypto/asn1/x_pkey.d test/bad_dtls_test.d crypto/ec/ec_curve.d crypto/ocsp/v3_ocsp.d crypto/evp/e_idea.d crypto/ec/ec_oct.d crypto/bn/bn_recp.d crypto/blake2/blake2s.d crypto/x509/x509_set.d test/lhash_test.d crypto/ec/ecdsa_ossl.d crypto/des/xcbc_enc.d crypto/evp/e_cast.d apps/errstr.d crypto/ct/ct_prn.d apps/dsa.d ssl/ssl_utst.d crypto/x509/x_name.d crypto/bio/bf_null.d test/dtls_mtu_test.d crypto/comp/comp_lib.d crypto/ec/ecp_nistp224.d crypto/asn1/p5_pbev2.d crypto/x509/x509_lu.d GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/dso_conf.h include/openssl/opensslconf.h GENERATED=apps/CA.pl apps/progs.h apps/tsget.pl crypto/buildinf.h libcrypto.map libssl.map test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md2.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_rc5.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_ssl3.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash util/shlib_wrap.sh @@ -252,7 +252,6 @@ clean: libclean $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc -$(RM) `find . -type l \! -name '.*' -print` - $(RM) $(TARFILE) distclean: clean $(RM) configdata.pm @@ -9597,7 +9596,7 @@ crypto/x509 crypto/x509/: crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509 crypto/x509v3 crypto/x509v3/: crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o engines engines/: engines/afalg.so engines/capi.so engines/dasync.so engines/ossltest.so engines/padlock.so fuzz fuzz/: fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test -ssl ssl/: ssl/packet.o ssl/tls13_enc.o ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o +ssl ssl/: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o ssl/packet.o ssl/tls13_enc.o @ : No support to produce bin test/tls13secretstest ssl/record ssl/record/: ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/statem ssl/statem/: ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o @@ -12035,7 +12034,8 @@ crypto/asn1/p8_pkey.o: ../crypto/asn1/p8_pkey.c \ ../include/openssl/sha.h ../include/openssl/x509err.h \ ../include/openssl/x509_vfy.h ../include/openssl/pkcs7.h \ ../include/openssl/pkcs7err.h ../include/crypto/x509.h \ - ../include/internal/refcount.h + ../include/internal/refcount.h ../include/openssl/conf.h \ + ../include/openssl/conferr.h crypto/asn1/t_bitst.o: ../crypto/asn1/t_bitst.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -12341,7 +12341,8 @@ crypto/asn1/x_sig.o: ../crypto/asn1/x_sig.c \ ../include/openssl/sha.h ../include/openssl/x509err.h \ ../include/openssl/x509_vfy.h ../include/openssl/pkcs7.h \ ../include/openssl/pkcs7err.h ../include/crypto/x509.h \ - ../include/internal/refcount.h + ../include/internal/refcount.h ../include/openssl/conf.h \ + ../include/openssl/conferr.h crypto/asn1/x_spki.o: ../crypto/asn1/x_spki.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -16323,7 +16324,8 @@ crypto/evp/evp_pkey.o: ../crypto/evp/evp_pkey.c \ ../include/openssl/pkcs7.h ../include/openssl/pkcs7err.h \ ../include/openssl/rand.h ../include/openssl/randerr.h \ ../include/crypto/asn1.h ../include/crypto/evp.h \ - ../include/internal/refcount.h ../include/crypto/x509.h + ../include/internal/refcount.h ../include/crypto/x509.h \ + ../include/openssl/conf.h ../include/openssl/conferr.h crypto/evp/m_md2.o: ../crypto/evp/m_md2.c ../include/internal/cryptlib.h \ ../include/openssl/crypto.h ../include/openssl/e_os2.h \ include/openssl/opensslconf.h ../include/openssl/opensslv.h \ @@ -18069,7 +18071,8 @@ crypto/pkcs12/p12_p8e.o: ../crypto/pkcs12/p12_p8e.c \ ../include/openssl/sha.h ../include/openssl/x509err.h \ ../include/openssl/x509_vfy.h ../include/openssl/pkcs7.h \ ../include/openssl/pkcs7err.h ../include/openssl/pkcs12err.h \ - ../include/crypto/x509.h ../include/internal/refcount.h + ../include/crypto/x509.h ../include/internal/refcount.h \ + ../include/openssl/conf.h ../include/openssl/conferr.h crypto/pkcs12/p12_sbag.o: ../crypto/pkcs12/p12_sbag.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -18851,6 +18854,7 @@ crypto/rsa/rsa_sign.o: ../crypto/rsa/rsa_sign.c \ ../include/openssl/x509err.h ../include/openssl/x509_vfy.h \ ../include/openssl/pkcs7.h ../include/openssl/pkcs7err.h \ ../include/crypto/x509.h ../include/internal/refcount.h \ + ../include/openssl/conf.h ../include/openssl/conferr.h \ ../crypto/rsa/rsa_local.h crypto/rsa/rsa_ssl.o: ../crypto/rsa/rsa_ssl.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ @@ -19707,6 +19711,7 @@ crypto/x509/by_dir.o: ../crypto/x509/by_dir.c ../e_os.h \ ../include/openssl/x509err.h ../include/openssl/x509_vfy.h \ ../include/openssl/pkcs7.h ../include/openssl/pkcs7err.h \ ../include/crypto/x509.h ../include/internal/refcount.h \ + ../include/openssl/conf.h ../include/openssl/conferr.h \ ../crypto/x509/x509_local.h crypto/x509/by_file.o: ../crypto/x509/by_file.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ @@ -19921,8 +19926,8 @@ crypto/x509/x509_ext.o: ../crypto/x509/x509_ext.c \ ../include/openssl/x509err.h ../include/openssl/x509_vfy.h \ ../include/openssl/pkcs7.h ../include/openssl/pkcs7err.h \ ../include/crypto/x509.h ../include/internal/refcount.h \ - ../include/openssl/x509v3.h ../include/openssl/conf.h \ - ../include/openssl/conferr.h ../include/openssl/x509v3err.h + ../include/openssl/conf.h ../include/openssl/conferr.h \ + ../include/openssl/x509v3.h ../include/openssl/x509v3err.h crypto/x509/x509_lu.o: ../crypto/x509/x509_lu.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -19945,8 +19950,8 @@ crypto/x509/x509_lu.o: ../crypto/x509/x509_lu.c \ ../include/openssl/sha.h ../include/openssl/x509err.h \ ../include/openssl/x509_vfy.h ../include/openssl/pkcs7.h \ ../include/openssl/pkcs7err.h ../include/crypto/x509.h \ - ../include/openssl/x509v3.h ../include/openssl/conf.h \ - ../include/openssl/conferr.h ../include/openssl/x509v3err.h \ + ../include/openssl/conf.h ../include/openssl/conferr.h \ + ../include/openssl/x509v3.h ../include/openssl/x509v3err.h \ ../crypto/x509/x509_local.h crypto/x509/x509_meth.o: ../crypto/x509/x509_meth.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ @@ -19991,7 +19996,8 @@ crypto/x509/x509_obj.o: ../crypto/x509/x509_obj.c \ ../include/openssl/dsaerr.h ../include/openssl/sha.h \ ../include/openssl/x509err.h ../include/openssl/x509_vfy.h \ ../include/openssl/pkcs7.h ../include/openssl/pkcs7err.h \ - ../include/crypto/x509.h ../include/internal/refcount.h + ../include/crypto/x509.h ../include/internal/refcount.h \ + ../include/openssl/conf.h ../include/openssl/conferr.h crypto/x509/x509_r2x.o: ../crypto/x509/x509_r2x.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -20013,7 +20019,8 @@ crypto/x509/x509_r2x.o: ../crypto/x509/x509_r2x.c \ ../include/openssl/dsaerr.h ../include/openssl/sha.h \ ../include/openssl/x509err.h ../include/openssl/x509_vfy.h \ ../include/openssl/pkcs7.h ../include/openssl/pkcs7err.h \ - ../include/crypto/x509.h ../include/internal/refcount.h + ../include/crypto/x509.h ../include/internal/refcount.h \ + ../include/openssl/conf.h ../include/openssl/conferr.h crypto/x509/x509_req.o: ../crypto/x509/x509_req.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -20036,7 +20043,8 @@ crypto/x509/x509_req.o: ../crypto/x509/x509_req.c \ ../include/openssl/sha.h ../include/openssl/x509err.h \ ../include/openssl/x509_vfy.h ../include/openssl/pkcs7.h \ ../include/openssl/pkcs7err.h ../include/crypto/x509.h \ - ../include/internal/refcount.h ../include/openssl/pem.h \ + ../include/internal/refcount.h ../include/openssl/conf.h \ + ../include/openssl/conferr.h ../include/openssl/pem.h \ ../include/openssl/pemerr.h crypto/x509/x509_set.o: ../crypto/x509/x509_set.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ @@ -20204,7 +20212,8 @@ crypto/x509/x509cset.o: ../crypto/x509/x509cset.c \ ../include/openssl/dherr.h ../include/openssl/dsaerr.h \ ../include/openssl/sha.h ../include/openssl/x509err.h \ ../include/openssl/x509_vfy.h ../include/openssl/pkcs7.h \ - ../include/openssl/pkcs7err.h ../include/crypto/x509.h + ../include/openssl/pkcs7err.h ../include/crypto/x509.h \ + ../include/openssl/conf.h ../include/openssl/conferr.h crypto/x509/x509name.o: ../crypto/x509/x509name.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -20226,7 +20235,8 @@ crypto/x509/x509name.o: ../crypto/x509/x509name.c \ ../include/openssl/dsaerr.h ../include/openssl/sha.h \ ../include/openssl/x509err.h ../include/openssl/x509_vfy.h \ ../include/openssl/pkcs7.h ../include/openssl/pkcs7err.h \ - ../include/crypto/x509.h ../include/internal/refcount.h + ../include/crypto/x509.h ../include/internal/refcount.h \ + ../include/openssl/conf.h ../include/openssl/conferr.h crypto/x509/x509rset.o: ../crypto/x509/x509rset.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -20248,7 +20258,8 @@ crypto/x509/x509rset.o: ../crypto/x509/x509rset.c \ ../include/openssl/dsaerr.h ../include/openssl/sha.h \ ../include/openssl/x509err.h ../include/openssl/x509_vfy.h \ ../include/openssl/pkcs7.h ../include/openssl/pkcs7err.h \ - ../include/crypto/x509.h ../include/internal/refcount.h + ../include/crypto/x509.h ../include/internal/refcount.h \ + ../include/openssl/conf.h ../include/openssl/conferr.h crypto/x509/x509spki.o: ../crypto/x509/x509spki.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -20313,8 +20324,8 @@ crypto/x509/x_all.o: ../crypto/x509/x_all.c \ ../include/openssl/x509err.h ../include/openssl/x509_vfy.h \ ../include/openssl/pkcs7.h ../include/openssl/pkcs7err.h \ ../include/crypto/x509.h ../include/internal/refcount.h \ - ../include/openssl/ocsp.h ../include/openssl/x509v3.h \ ../include/openssl/conf.h ../include/openssl/conferr.h \ + ../include/openssl/ocsp.h ../include/openssl/x509v3.h \ ../include/openssl/x509v3err.h ../include/openssl/ocsperr.h crypto/x509/x_attrib.o: ../crypto/x509/x_attrib.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ @@ -20361,8 +20372,8 @@ crypto/x509/x_crl.o: ../crypto/x509/x_crl.c \ ../include/openssl/sha.h ../include/openssl/x509err.h \ ../include/openssl/x509_vfy.h ../include/openssl/pkcs7.h \ ../include/openssl/pkcs7err.h ../include/crypto/x509.h \ - ../include/internal/refcount.h ../include/openssl/x509v3.h \ - ../include/openssl/conf.h ../include/openssl/conferr.h \ + ../include/internal/refcount.h ../include/openssl/conf.h \ + ../include/openssl/conferr.h ../include/openssl/x509v3.h \ ../include/openssl/x509v3err.h ../crypto/x509/x509_local.h crypto/x509/x_exten.o: ../crypto/x509/x_exten.c ../include/openssl/x509.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -20407,7 +20418,8 @@ crypto/x509/x_name.o: ../crypto/x509/x_name.c ../include/crypto/ctype.h \ ../include/openssl/sha.h ../include/openssl/x509err.h \ ../include/openssl/x509_vfy.h ../include/openssl/pkcs7.h \ ../include/openssl/pkcs7err.h ../include/crypto/x509.h \ - ../include/internal/refcount.h ../include/crypto/asn1.h \ + ../include/internal/refcount.h ../include/openssl/conf.h \ + ../include/openssl/conferr.h ../include/crypto/asn1.h \ ../crypto/x509/x509_local.h crypto/x509/x_pubkey.o: ../crypto/x509/x_pubkey.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ @@ -20432,7 +20444,8 @@ crypto/x509/x_pubkey.o: ../crypto/x509/x_pubkey.c \ ../include/openssl/x509_vfy.h ../include/openssl/pkcs7.h \ ../include/openssl/pkcs7err.h ../include/crypto/asn1.h \ ../include/crypto/evp.h ../include/internal/refcount.h \ - ../include/crypto/x509.h + ../include/crypto/x509.h ../include/openssl/conf.h \ + ../include/openssl/conferr.h crypto/x509/x_req.o: ../crypto/x509/x_req.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -20455,7 +20468,8 @@ crypto/x509/x_req.o: ../crypto/x509/x_req.c \ ../include/openssl/sha.h ../include/openssl/x509err.h \ ../include/openssl/x509_vfy.h ../include/openssl/pkcs7.h \ ../include/openssl/pkcs7err.h ../include/crypto/x509.h \ - ../include/internal/refcount.h + ../include/internal/refcount.h ../include/openssl/conf.h \ + ../include/openssl/conferr.h crypto/x509/x_x509.o: ../crypto/x509/x_x509.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -20503,7 +20517,8 @@ crypto/x509/x_x509a.o: ../crypto/x509/x_x509a.c \ ../include/openssl/sha.h ../include/openssl/x509err.h \ ../include/openssl/x509_vfy.h ../include/openssl/pkcs7.h \ ../include/openssl/pkcs7err.h ../include/crypto/x509.h \ - ../include/internal/refcount.h + ../include/internal/refcount.h ../include/openssl/conf.h \ + ../include/openssl/conferr.h crypto/x509v3/pcy_cache.o: ../crypto/x509v3/pcy_cache.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -20756,20 +20771,21 @@ crypto/x509v3/v3_alt.o: ../crypto/x509v3/v3_alt.c \ ../include/openssl/buffer.h ../include/openssl/buffererr.h \ ../include/openssl/bio.h ../include/openssl/bioerr.h \ ../include/openssl/err.h ../include/openssl/lhash.h \ - ../include/internal/nelem.h ../include/openssl/conf.h \ - ../include/openssl/conferr.h ../include/openssl/x509v3.h \ - ../include/openssl/x509.h ../include/openssl/evp.h \ - ../include/openssl/evperr.h ../include/openssl/objects.h \ - ../include/openssl/obj_mac.h ../include/openssl/asn1.h \ - ../include/openssl/asn1err.h ../include/openssl/bn.h \ - ../include/openssl/bnerr.h ../include/openssl/objectserr.h \ - ../include/openssl/ec.h ../include/openssl/ecerr.h \ - ../include/openssl/rsa.h ../include/openssl/rsaerr.h \ - ../include/openssl/dsa.h ../include/openssl/dh.h \ - ../include/openssl/dherr.h ../include/openssl/dsaerr.h \ - ../include/openssl/sha.h ../include/openssl/x509err.h \ - ../include/openssl/x509_vfy.h ../include/openssl/pkcs7.h \ - ../include/openssl/pkcs7err.h ../include/openssl/x509v3err.h \ + ../include/internal/nelem.h ../include/crypto/x509.h \ + ../include/internal/refcount.h ../include/openssl/x509.h \ + ../include/openssl/evp.h ../include/openssl/evperr.h \ + ../include/openssl/objects.h ../include/openssl/obj_mac.h \ + ../include/openssl/asn1.h ../include/openssl/asn1err.h \ + ../include/openssl/bn.h ../include/openssl/bnerr.h \ + ../include/openssl/objectserr.h ../include/openssl/ec.h \ + ../include/openssl/ecerr.h ../include/openssl/rsa.h \ + ../include/openssl/rsaerr.h ../include/openssl/dsa.h \ + ../include/openssl/dh.h ../include/openssl/dherr.h \ + ../include/openssl/dsaerr.h ../include/openssl/sha.h \ + ../include/openssl/x509err.h ../include/openssl/x509_vfy.h \ + ../include/openssl/pkcs7.h ../include/openssl/pkcs7err.h \ + ../include/openssl/conf.h ../include/openssl/conferr.h \ + ../include/openssl/x509v3.h ../include/openssl/x509v3err.h \ ../crypto/x509v3/ext_dat.h crypto/x509v3/v3_asid.o: ../crypto/x509v3/v3_asid.c \ ../include/internal/cryptlib.h ../include/openssl/crypto.h \ @@ -23230,8 +23246,8 @@ test/asn1_decode_test.o: ../test/asn1_decode_test.c \ ../include/openssl/stack.h ../include/openssl/cryptoerr.h \ ../include/openssl/bioerr.h ../include/openssl/asn1err.h \ ../include/openssl/bn.h ../include/openssl/bnerr.h \ - ../include/internal/numbers.h ../test/testutil.h \ - ../include/openssl/err.h ../include/openssl/lhash.h + ../include/openssl/obj_mac.h ../include/internal/numbers.h \ + ../test/testutil.h ../include/openssl/err.h ../include/openssl/lhash.h test/asn1_encode_test.o: ../test/asn1_encode_test.c \ ../include/openssl/rand.h ../include/openssl/ossl_typ.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ @@ -23387,9 +23403,11 @@ test/bio_memleak_test.o: ../test/bio_memleak_test.c \ ../include/openssl/safestack.h ../include/openssl/stack.h \ ../include/openssl/cryptoerr.h ../include/openssl/symhacks.h \ ../include/openssl/buffererr.h ../include/openssl/bio.h \ - ../include/openssl/bioerr.h ../test/testutil.h ../include/openssl/err.h \ - ../include/openssl/lhash.h ../include/openssl/bn.h \ - ../include/openssl/bnerr.h + ../include/openssl/bioerr.h ../include/openssl/pkcs7.h \ + ../include/openssl/asn1.h ../include/openssl/asn1err.h \ + ../include/openssl/bn.h ../include/openssl/bnerr.h \ + ../include/openssl/pkcs7err.h ../include/openssl/obj_mac.h \ + ../test/testutil.h ../include/openssl/err.h ../include/openssl/lhash.h test/bioprinttest.o: ../test/bioprinttest.c ../include/openssl/bio.h \ ../include/openssl/e_os2.h include/openssl/opensslconf.h \ ../include/openssl/opensslv.h ../include/openssl/crypto.h \ diff --git a/upstream-build/makefile/x86_64-macos b/upstream-build/makefile/x86_64-macos index 27c0841..17d2f5d 100644 --- a/upstream-build/makefile/x86_64-macos +++ b/upstream-build/makefile/x86_64-macos @@ -11,7 +11,7 @@ CONFIGURE_ARGS=("darwin64-x86_64-cc", "enable-md2", "enable-rc5", "enable-ssl3", SRCDIR=.. BLDDIR=. -VERSION=1.1.1k +VERSION=1.1.1l MAJOR=1 MINOR=1.1 SHLIB_VERSION_NUMBER=1.1 @@ -30,7 +30,7 @@ ENGINES=engines/capi.dylib engines/dasync.dylib engines/ossltest.dylib engines/p PROGRAMS=apps/openssl fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test test/aborttest test/afalgtest test/asn1_decode_test test/asn1_encode_test test/asn1_internal_test test/asn1_string_table_test test/asn1_time_test test/asynciotest test/asynctest test/bad_dtls_test test/bftest test/bio_callback_test test/bio_enc_test test/bio_memleak_test test/bioprinttest test/bntest test/buildtest_c_aes test/buildtest_c_asn1 test/buildtest_c_asn1t test/buildtest_c_async test/buildtest_c_bio test/buildtest_c_blowfish test/buildtest_c_bn test/buildtest_c_buffer test/buildtest_c_camellia test/buildtest_c_cast test/buildtest_c_cmac test/buildtest_c_cms test/buildtest_c_comp test/buildtest_c_conf test/buildtest_c_conf_api test/buildtest_c_crypto test/buildtest_c_ct test/buildtest_c_des test/buildtest_c_dh test/buildtest_c_dsa test/buildtest_c_dtls1 test/buildtest_c_e_os2 test/buildtest_c_ebcdic test/buildtest_c_ec test/buildtest_c_ecdh test/buildtest_c_ecdsa test/buildtest_c_engine test/buildtest_c_evp test/buildtest_c_hmac test/buildtest_c_idea test/buildtest_c_kdf test/buildtest_c_lhash test/buildtest_c_md2 test/buildtest_c_md4 test/buildtest_c_md5 test/buildtest_c_modes test/buildtest_c_obj_mac test/buildtest_c_objects test/buildtest_c_ocsp test/buildtest_c_opensslv test/buildtest_c_ossl_typ test/buildtest_c_pem test/buildtest_c_pem2 test/buildtest_c_pkcs12 test/buildtest_c_pkcs7 test/buildtest_c_rand test/buildtest_c_rand_drbg test/buildtest_c_rc2 test/buildtest_c_rc4 test/buildtest_c_rc5 test/buildtest_c_ripemd test/buildtest_c_rsa test/buildtest_c_safestack test/buildtest_c_seed test/buildtest_c_sha test/buildtest_c_srp test/buildtest_c_srtp test/buildtest_c_ssl test/buildtest_c_ssl2 test/buildtest_c_ssl3 test/buildtest_c_stack test/buildtest_c_store test/buildtest_c_symhacks test/buildtest_c_tls1 test/buildtest_c_ts test/buildtest_c_txt_db test/buildtest_c_ui test/buildtest_c_whrlpool test/buildtest_c_x509 test/buildtest_c_x509_vfy test/buildtest_c_x509v3 test/casttest test/chacha_internal_test test/cipherbytes_test test/cipherlist_test test/ciphername_test test/clienthellotest test/cmactest test/cmsapitest test/conf_include_test test/constant_time_test test/crltest test/ct_test test/ctype_internal_test test/curve448_internal_test test/d2i_test test/danetest test/destest test/dhtest test/drbg_cavs_test test/drbgtest test/dsa_no_digest_size_test test/dsatest test/dtls_mtu_test test/dtlstest test/dtlsv1listentest test/ec_internal_test test/ecdsatest test/ecstresstest test/ectest test/enginetest test/errtest test/evp_extra_test test/evp_test test/exdatatest test/exptest test/fatalerrtest test/gmdifftest test/gosttest test/hmactest test/ideatest test/igetest test/lhash_test test/md2test test/mdc2test test/memleaktest test/modes_internal_test test/ocspapitest test/packettest test/pbelutest test/pemtest test/pkey_meth_kdf_test test/pkey_meth_test test/poly1305_internal_test test/rc2test test/rc4test test/rc5test test/rdrand_sanitytest test/recordlentest test/rsa_complex test/rsa_mp_test test/rsa_test test/sanitytest test/secmemtest test/servername_test test/shlibloadtest test/siphash_internal_test test/sm2_internal_test test/sm4_internal_test test/srptest test/ssl_cert_table_internal_test test/ssl_ctx_test test/ssl_test test/ssl_test_ctx_test test/sslapitest test/sslbuffertest test/sslcorrupttest test/ssltest_old test/stack_test test/sysdefaulttest test/test_test test/threadstest test/time_offset_test test/tls13ccstest test/tls13encryptiontest test/tls13secretstest test/uitest test/v3ext test/v3nametest test/verify_extra_test test/versions test/wpackettest test/x509_check_cert_pkey_test test/x509_dup_cert_test test/x509_internal_test test/x509_time_test test/x509aux SCRIPTS=apps/CA.pl apps/tsget.pl tools/c_rehash util/shlib_wrap.sh -DEPS=test/tls13encryptiontest.d crypto/bio/b_sock2.d crypto/conf/conf_err.d crypto/cms/cms_asn1.d test/buildtest_buffer.d crypto/kdf/hkdf.d crypto/evp/e_idea.d crypto/objects/obj_xref.d test/testutil/driver.d crypto/ripemd/rmd_dgst.d crypto/x509/x509_ext.d crypto/dh/dh_ameth.d ssl/s3_enc.d test/buildtest_conf.d crypto/engine/tb_cipher.d crypto/evp/m_wp.d test/buildtest_asn1t.d ssl/methods.d test/rdrand_sanitytest.d crypto/idea/i_cbc.d crypto/rsa/rsa_ssl.d test/buildtest_engine.d test/cmactest.d crypto/ec/ecp_nistp521.d crypto/x509/x509cset.d crypto/ts/ts_conf.d crypto/lhash/lh_stats.d test/asn1_time_test.d test/cipherlist_test.d crypto/evp/pmeth_fn.d crypto/x509/x509name.d test/testutil/tests.d crypto/ec/ecp_mont.d test/sm4_internal_test.d crypto/ec/ec_ameth.d crypto/rc5/rc5_ecb.d ssl/d1_msg.d apps/rehash.d crypto/rsa/rsa_lib.d crypto/sha/sha256.d crypto/bn/bn_lib.d crypto/x509/x509_att.d crypto/asn1/d2i_pu.d crypto/asn1/f_string.d crypto/dsa/dsa_gen.d test/buildtest_modes.d crypto/comp/c_zlib.d test/buildtest_x509.d crypto/bn/bn_srp.d crypto/modes/ofb128.d crypto/x509v3/pcy_map.d ssl/ssl_asn1.d crypto/evp/e_des.d crypto/ec/ec_asn1.d crypto/pkcs7/pk7_doit.d crypto/evp/e_chacha20_poly1305.d apps/s_time.d crypto/pkcs12/p12_decr.d crypto/asn1/ameth_lib.d crypto/ui/ui_openssl.d crypto/bn/bn_depr.d crypto/sha/sha1dgst.d ssl/ssl_stat.d crypto/stack/stack.d crypto/blake2/blake2b.d crypto/pkcs7/pk7_attr.d test/buildtest_hmac.d crypto/threads_pthread.d apps/ca.d crypto/pkcs12/p12_mutl.d crypto/init.d crypto/rand/randfile.d crypto/x509v3/pcy_data.d test/srptest.d test/testutil/basic_output.d crypto/asn1/asn_mstbl.d crypto/cms/cms_env.d test/buildtest_ec.d fuzz/server.d ssl/ssl_lib.d crypto/asn1/p5_scrypt.d crypto/x509/x509_def.d test/d2i_test.d test/time_offset_test.d crypto/conf/conf_mall.d crypto/rc5/rc5cfb64.d crypto/ec/curve448/curve448_tables.d crypto/engine/eng_dyn.d apps/dgst.d ssl/statem/statem_lib.d test/wpackettest.d fuzz/bignum.d crypto/asn1/a_mbstr.d test/danetest.d test/clienthellotest.d ssl/t1_trce.d crypto/ct/ct_x509v3.d crypto/aes/aes_ecb.d crypto/evp/c_allc.d apps/crl2p7.d crypto/engine/eng_pkey.d crypto/bn/bn_sqr.d ssl/ssl_rsa.d apps/srp.d apps/genrsa.d ssl/bio_ssl.d crypto/evp/e_sm4.d crypto/ocsp/ocsp_asn.d apps/ciphers.d test/dtlstest.d crypto/evp/m_md5_sha1.d crypto/objects/obj_lib.d crypto/sha/sha512.d test/buildtest_obj_mac.d crypto/ex_data.d crypto/ec/ec_cvt.d fuzz/x509.d crypto/bn/bn_ctx.d crypto/asn1/asn_pack.d crypto/rc4/rc4_skey.d crypto/ct/ct_policy.d crypto/bio/bio_lib.d ssl/statem/extensions_cust.d test/exptest.d crypto/pkcs12/p12_npas.d test/pbelutest.d crypto/rc2/rc2ofb64.d crypto/poly1305/poly1305.d crypto/ui/ui_null.d crypto/bio/bio_cb.d test/ectest.d crypto/evp/c_alld.d crypto/poly1305/poly1305_ameth.d crypto/x509v3/v3_bitst.d crypto/asn1/a_utf8.d crypto/evp/evp_lib.d ssl/ssl_err.d crypto/md2/md2_dgst.d apps/nseq.d crypto/asn1/x_bignum.d crypto/ec/ec_key.d crypto/cms/cms_smime.d crypto/des/ecb3_enc.d crypto/dh/dh_lib.d fuzz/conf.d test/asynctest.d crypto/x509/x509rset.d test/drbg_cavs_data.d crypto/bio/bss_log.d crypto/x509/x509_obj.d crypto/rand/rand_vms.d crypto/blake2/m_blake2s.d crypto/aes/aes_cfb.d crypto/rc2/rc2_skey.d test/buildtest_srp.d test/ssl_ctx_test.d test/buildtest_rc5.d crypto/asn1/p5_pbev2.d crypto/x509v3/v3_purp.d crypto/async/arch/async_posix.d crypto/rsa/rsa_asn1.d crypto/bn/bn_err.d crypto/x509v3/v3_pmaps.d crypto/x509v3/v3_extku.d crypto/x509/x_all.d crypto/engine/eng_cnf.d crypto/asn1/tasn_new.d test/buildtest_lhash.d test/bftest.d crypto/comp/comp_err.d crypto/rand/rand_egd.d crypto/x509v3/v3_conf.d crypto/evp/m_mdc2.d crypto/bio/bss_fd.d crypto/x509/x509_meth.d crypto/engine/eng_init.d apps/pkcs8.d crypto/x509v3/v3_ncons.d test/buildtest_md4.d crypto/getenv.d test/evp_test.d crypto/x509/x_exten.d crypto/bn/bn_print.d crypto/asn1/tasn_typ.d test/sysdefaulttest.d crypto/des/rand_key.d test/ecdsatest.d crypto/ocsp/ocsp_err.d crypto/evp/e_rc2.d crypto/asn1/a_time.d crypto/sm2/sm2_err.d crypto/ec/ecp_oct.d crypto/des/cbc_cksm.d test/testutil/cb.d test/buildtest_idea.d crypto/idea/i_skey.d test/buildtest_evp.d ssl/ssl_cert.d test/buildtest_pkcs7.d crypto/pkcs7/pk7_asn1.d engines/e_capi.d crypto/asn1/x_pkey.d test/buildtest_pem.d crypto/evp/pmeth_gn.d crypto/asn1/a_sign.d crypto/aes/aes_cbc.d crypto/kdf/scrypt.d crypto/conf/conf_def.d crypto/x509v3/v3_pci.d ssl/s3_cbc.d crypto/asn1/p8_pkey.d ssl/packet.d crypto/ec/ecdsa_vrf.d crypto/objects/obj_dat.d crypto/des/xcbc_enc.d crypto/engine/eng_all.d crypto/rsa/rsa_ameth.d crypto/x509v3/v3_prn.d test/pkey_meth_kdf_test.d crypto/ocsp/v3_ocsp.d crypto/rand/drbg_ctr.d crypto/evp/p_lib.d crypto/evp/m_md2.d crypto/x509/x509_d2.d crypto/bn/bn_gcd.d crypto/bio/b_sock.d test/buildtest_cmac.d crypto/evp/e_seed.d apps/rand.d crypto/ocsp/ocsp_srv.d crypto/sha/sha1_one.d apps/smime.d test/ssl_test_ctx_test.d crypto/ec/ec_pmeth.d test/buildtest_bn.d ssl/ssl_conf.d crypto/evp/p5_crpt.d ssl/statem/extensions_clnt.d test/hmactest.d test/poly1305_internal_test.d crypto/bn/bn_dh.d crypto/evp/evp_pbe.d crypto/pem/pem_pk8.d crypto/ec/ec_print.d test/buildtest_ossl_typ.d crypto/bn/bn_mod.d crypto/pkcs12/p12_init.d test/ssl_test.d crypto/ec/ecdh_kdf.d crypto/evp/m_md4.d crypto/o_fopen.d crypto/bn/bn_asm.d crypto/mem_sec.d crypto/ec/eck_prn.d crypto/rsa/rsa_err.d crypto/rsa/rsa_prn.d test/buildtest_ssl.d crypto/dso/dso_dl.d crypto/pkcs12/p12_attr.d test/buildtest_symhacks.d crypto/rsa/rsa_mp.d test/drbgtest.d test/evp_extra_test.d test/sm2_internal_test.d crypto/x509/x509_req.d crypto/des/des_enc.d crypto/siphash/siphash_ameth.d test/errtest.d test/ssl_test_ctx.d crypto/cms/cms_enc.d crypto/x509/x_x509a.d crypto/dsa/dsa_err.d crypto/asn1/tasn_prn.d apps/version.d crypto/pkcs12/p12_asn.d crypto/pkcs12/pk12err.d crypto/md4/md4_dgst.d crypto/dso/dso_err.d crypto/aes/aes_ige.d crypto/dso/dso_win32.d crypto/dh/dh_gen.d crypto/o_dir.d test/conf_include_test.d crypto/cmac/cm_pmeth.d crypto/asn1/d2i_pr.d test/stack_test.d test/v3ext.d crypto/pem/pem_err.d crypto/evp/p_enc.d test/mdc2test.d crypto/evp/pbe_scrypt.d test/ssltest_old.d crypto/x509v3/v3_asid.d apps/s_socket.d crypto/pkcs12/p12_crt.d test/ocspapitest.d crypto/ct/ct_b64.d test/asn1_internal_test.d crypto/ec/curve448/arch_32/f_impl.d ssl/d1_lib.d crypto/buffer/buf_err.d crypto/x509/x_req.d crypto/siphash/siphash_pmeth.d crypto/buffer/buffer.d crypto/threads_win.d crypto/dsa/dsa_ameth.d crypto/rand/rand_err.d crypto/asn1/a_int.d crypto/cryptlib.d crypto/rsa/rsa_pk1.d crypto/pkcs7/pk7_smime.d crypto/x509v3/v3_sxnet.d crypto/camellia/cmll_cbc.d test/buildtest_ct.d crypto/store/store_register.d test/gosttest.d crypto/bio/b_dump.d crypto/bn/bn_sqrt.d crypto/seed/seed.d test/fatalerrtest.d crypto/rsa/rsa_x931.d crypto/asn1/t_pkey.d crypto/dh/dh_check.d test/testutil/test_cleanup.d crypto/siphash/siphash.d crypto/evp/p_seal.d crypto/bn/bn_rand.d crypto/des/set_key.d crypto/x509v3/v3_lib.d crypto/x509/x509type.d test/buildtest_sha.d crypto/x509v3/v3_enum.d crypto/asn1/tasn_utl.d crypto/md5/md5_dgst.d crypto/dh/dh_rfc7919.d crypto/x509v3/v3_info.d test/buildtest_rc2.d crypto/mem.d test/rc2test.d crypto/bio/bss_mem.d crypto/threads_none.d crypto/evp/p_dec.d test/buildtest_rand_drbg.d crypto/evp/e_rc5.d apps/bf_prefix.d crypto/evp/p5_crpt2.d crypto/md4/md4_one.d crypto/evp/e_old.d crypto/asn1/p5_pbe.d test/asn1_encode_test.d crypto/cms/cms_err.d test/enginetest.d ssl/statem/statem_srvr.d fuzz/test-corpus.d crypto/ocsp/ocsp_ext.d crypto/seed/seed_cfb.d crypto/asn1/f_int.d crypto/async/arch/async_win.d ssl/pqueue.d crypto/dh/dh_rfc5114.d crypto/ct/ct_sct_ctx.d crypto/ec/ec2_oct.d crypto/engine/tb_asnmth.d ssl/ssl_mcnf.d test/secmemtest.d crypto/asn1/a_dup.d ssl/record/ssl3_buffer.d crypto/rand/rand_lib.d crypto/bn/bn_shift.d test/test_test.d crypto/x509/x509_err.d crypto/x509v3/v3_genn.d test/asn1_string_table_test.d crypto/engine/tb_digest.d apps/dsaparam.d test/x509_internal_test.d crypto/idea/i_ecb.d crypto/aria/aria.d test/buildtest_cast.d test/testutil/tap_bio.d crypto/evp/digest.d crypto/dh/dh_err.d crypto/evp/m_null.d ssl/ssl_sess.d crypto/cms/cms_cd.d crypto/pkcs12/p12_sbag.d crypto/srp/srp_vfy.d ssl/ssl_ciph.d crypto/dso/dso_lib.d test/pkey_meth_test.d test/dtls_mtu_test.d crypto/des/pcbc_enc.d crypto/rsa/rsa_saos.d test/verify_extra_test.d crypto/ripemd/rmd_one.d crypto/ct/ct_vfy.d crypto/store/store_init.d test/lhash_test.d crypto/engine/eng_rdrand.d crypto/x509v3/v3_addr.d crypto/bio/bf_lbuf.d crypto/x509/t_req.d crypto/ec/curve448/scalar.d test/buildtest_ocsp.d test/buildtest_tls1.d crypto/ec/ecdsa_sign.d crypto/lhash/lhash.d crypto/bio/bss_file.d crypto/sm2/sm2_pmeth.d crypto/ts/ts_asn1.d crypto/bio/bf_nbio.d crypto/cms/cms_dd.d test/buildtest_aes.d crypto/x509v3/v3_pcia.d test/ssl_cert_table_internal_test.d test/buildtest_rand.d crypto/x509/x509_lu.d ssl/statem/extensions_srvr.d crypto/asn1/t_bitst.d test/buildtest_seed.d ssl/statem/statem_dtls.d crypto/pem/pem_all.d crypto/modes/gcm128.d crypto/ec/ecx_meth.d apps/cms.d ssl/record/ssl3_record_tls13.d crypto/ts/ts_err.d crypto/x509v3/v3_alt.d crypto/err/err_all.d crypto/sm3/sm3.d crypto/conf/conf_mod.d test/testutil/format_output.d crypto/ts/ts_verify_ctx.d ssl/d1_srtp.d test/buildtest_store.d engines/e_ossltest.d test/dhtest.d crypto/rc2/rc2_ecb.d crypto/asn1/a_d2i_fp.d crypto/aes/aes_core.d crypto/ui/ui_err.d crypto/cms/cms_att.d crypto/ec/ecp_nistp256.d crypto/dsa/dsa_prn.d test/chacha_internal_test.d crypto/async/async.d crypto/des/cfb64ede.d crypto/bn/bn_const.d test/crltest.d crypto/whrlpool/wp_block.d crypto/ocsp/ocsp_vfy.d apps/s_server.d crypto/pem/pem_info.d crypto/seed/seed_ecb.d apps/passwd.d crypto/sha/keccak1600.d crypto/objects/obj_err.d crypto/x509v3/v3_bcons.d crypto/camellia/cmll_ofb.d ssl/record/ssl3_record.d crypto/bio/bss_conn.d test/rsa_mp_test.d crypto/txt_db/txt_db.d crypto/asn1/x_info.d crypto/x509/x509_cmp.d crypto/evp/m_ripemd.d crypto/mem_clr.d crypto/pem/pvkfmt.d crypto/engine/eng_err.d test/buildtest_camellia.d crypto/evp/e_des3.d test/buildtest_stack.d crypto/bn/bn_exp2.d crypto/rc2/rc2cfb64.d crypto/bio/bss_null.d test/bad_dtls_test.d apps/ec.d ssl/record/rec_layer_s3.d crypto/kdf/kdf_err.d crypto/pkcs12/p12_crpt.d crypto/bn/bn_nist.d apps/genpkey.d test/recordlentest.d apps/dsa.d crypto/asn1/a_type.d crypto/asn1/tasn_fre.d crypto/x509v3/v3_utl.d test/buildtest_pkcs12.d test/casttest.d fuzz/asn1parse.d test/buildtest_rc4.d crypto/rsa/rsa_pss.d test/buildtest_whrlpool.d crypto/evp/pmeth_lib.d crypto/ec/ecp_nistputil.d crypto/bio/bss_sock.d apps/rsa.d crypto/hmac/hm_pmeth.d crypto/ec/ec_kmeth.d crypto/x509v3/pcy_node.d ssl/record/dtls1_bitmap.d crypto/asn1/i2d_pu.d fuzz/bndiv.d crypto/srp/srp_lib.d test/buildtest_ui.d test/tls13ccstest.d crypto/ts/ts_lib.d crypto/dsa/dsa_pmeth.d crypto/pkcs7/pk7_mime.d test/buildtest_ebcdic.d crypto/asn1/x_int64.d ssl/ssl_txt.d crypto/blake2/blake2s.d crypto/x509v3/v3_tlsf.d crypto/md5/md5_one.d crypto/dsa/dsa_key.d crypto/asn1/asn1_par.d crypto/bf/bf_ofb64.d crypto/asn1/asn_mime.d test/buildtest_safestack.d crypto/pkcs7/bio_pk7.d crypto/evp/bio_enc.d test/testutil/stanza.d test/destest.d crypto/asn1/nsseq.d apps/rsautl.d crypto/rc4/rc4_enc.d crypto/bio/bss_dgram.d crypto/rand/drbg_lib.d crypto/des/fcrypt.d crypto/engine/eng_list.d crypto/asn1/a_utctm.d crypto/ts/ts_rsp_utils.d test/bio_callback_test.d crypto/rsa/rsa_gen.d test/asynciotest.d crypto/camellia/cmll_misc.d crypto/ec/ecp_nist.d crypto/evp/evp_cnf.d crypto/engine/eng_lib.d test/buildtest_objects.d crypto/ui/ui_lib.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/cast/c_ofb64.d crypto/x509/x_name.d crypto/md2/md2_one.d crypto/idea/i_ofb64.d test/buildtest_kdf.d crypto/x509v3/v3_int.d apps/storeutl.d crypto/pkcs7/pkcs7err.d crypto/rc5/rc5_enc.d test/sslapitest.d crypto/x509/x509_txt.d crypto/mem_dbg.d test/cipherbytes_test.d crypto/dso/dso_vms.d apps/enc.d crypto/engine/tb_dh.d test/ciphername_test.d crypto/ct/ct_oct.d crypto/rsa/rsa_crpt.d test/mdc2_internal_test.d crypto/ec/ec_mult.d crypto/x509/x_attrib.d test/buildtest_md5.d test/drbg_cavs_test.d crypto/ec/ec_oct.d crypto/rc2/rc2_cbc.d crypto/bio/bf_null.d apps/gendsa.d crypto/ec/ec2_smpl.d test/v3nametest.d crypto/asn1/x_long.d ssl/statem/statem_clnt.d crypto/evp/evp_err.d crypto/aes/aes_ofb.d engines/e_dasync.d crypto/evp/e_null.d apps/app_rand.d crypto/ec/ec_lib.d crypto/rc5/rc5ofb64.d crypto/modes/cfb128.d crypto/sm4/sm4.d crypto/asn1/asn1_gen.d crypto/evp/e_camellia.d crypto/bn/bn_word.d apps/ocsp.d crypto/pkcs12/p12_add.d fuzz/asn1.d apps/ts.d crypto/dh/dh_key.d test/constant_time_test.d test/buildtest_txt_db.d crypto/engine/eng_fat.d crypto/cmac/cmac.d crypto/ec/ecp_smpl.d apps/crl.d crypto/conf/conf_sap.d crypto/aes/aes_wrap.d crypto/async/async_err.d crypto/x509/x509_trs.d crypto/rsa/rsa_pmeth.d crypto/ocsp/ocsp_prn.d apps/dhparam.d crypto/bn/bn_kron.d test/ecstresstest.d crypto/pkcs12/p12_utl.d crypto/des/fcrypt_b.d crypto/bn/bn_recp.d test/x509_dup_cert_test.d crypto/evp/evp_key.d crypto/bio/bss_acpt.d crypto/conf/conf_lib.d test/ct_test.d crypto/x509/x509_vfy.d crypto/sm3/m_sm3.d crypto/modes/wrap128.d ssl/t1_lib.d fuzz/crl.d crypto/x509/x509_v3.d crypto/asn1/bio_ndef.d crypto/x509/t_crl.d test/x509_check_cert_pkey_test.d crypto/asn1/tasn_dec.d test/buildtest_opensslv.d crypto/asn1/asn1_lib.d crypto/camellia/cmll_cfb.d crypto/modes/cts128.d crypto/cms/cms_kari.d crypto/x509/x509_r2x.d ssl/tls13_enc.d crypto/evp/e_rc4_hmac_md5.d crypto/bn/bn_blind.d test/buildtest_comp.d crypto/evp/m_md5.d crypto/evp/e_aria.d crypto/dh/dh_depr.d crypto/asn1/n_pkey.d crypto/cast/c_skey.d test/buildtest_async.d crypto/bf/bf_enc.d crypto/bn/bn_add.d crypto/pkcs12/p12_key.d test/buildtest_dsa.d crypto/bio/bf_buff.d crypto/evp/bio_ok.d test/handshake_helper.d crypto/evp/bio_b64.d crypto/ec/ecdsa_ossl.d crypto/asn1/a_gentm.d crypto/ctype.d test/dsatest.d crypto/des/str2key.d crypto/seed/seed_cbc.d crypto/evp/p_verify.d crypto/store/store_lib.d crypto/cms/cms_io.d crypto/uid.d crypto/o_str.d crypto/engine/eng_ctrl.d apps/asn1pars.d crypto/sm2/sm2_crypt.d crypto/pkcs12/p12_p8e.d crypto/cmac/cm_ameth.d crypto/blake2/m_blake2b.d crypto/async/async_wait.d crypto/evp/e_xcbc_d.d crypto/bn/bn_mul.d crypto/pkcs12/p12_p8d.d crypto/bn/bn_gf2m.d test/buildtest_ecdsa.d crypto/rsa/rsa_chk.d crypto/bio/bio_meth.d test/testutil/random.d crypto/modes/ctr128.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/x509v3/v3_ia5.d test/siphash_internal_test.d test/sslbuffertest.d crypto/modes/cbc128.d test/buildtest_ripemd.d crypto/rsa/rsa_meth.d crypto/cms/cms_sd.d test/buildtest_srtp.d crypto/ocsp/ocsp_cl.d crypto/x509v3/pcy_tree.d crypto/modes/xts128.d crypto/pkcs12/p12_kiss.d apps/pkcs12.d crypto/x509/x509_vpm.d test/buildtest_e_os2.d test/buildtest_ssl3.d crypto/sm2/sm2_sign.d crypto/x509v3/v3_pku.d crypto/dh/dh_meth.d crypto/err/err.d crypto/x509/x509spki.d crypto/seed/seed_ofb.d test/shlibloadtest.d crypto/x509v3/v3_akeya.d crypto/ct/ct_prn.d crypto/engine/tb_dsa.d crypto/ec/curve448/f_generic.d test/rc4test.d crypto/bf/bf_cfb64.d crypto/rsa/rsa_ossl.d crypto/x509v3/v3_skey.d crypto/cms/cms_lib.d crypto/bf/bf_ecb.d test/memleaktest.d crypto/des/cfb64enc.d crypto/x509/x_crl.d test/igetest.d apps/pkey.d crypto/dsa/dsa_sign.d test/buildtest_x509v3.d ssl/tls_srp.d test/bioprinttest.d test/tls13secretstest.d crypto/rsa/rsa_x931g.d crypto/pem/pem_lib.d crypto/asn1/asn1_item_list.d crypto/des/cfb_enc.d crypto/asn1/a_strnid.d test/buildtest_ecdh.d ssl/ssl_utst.d crypto/bio/b_print.d test/rsa_test.d crypto/rsa/rsa_sign.d crypto/evp/e_bf.d crypto/asn1/a_digest.d crypto/dso/dso_dlfcn.d crypto/dso/dso_openssl.d test/ctype_internal_test.d crypto/evp/m_sigver.d crypto/ec/curve25519.d crypto/asn1/x_val.d crypto/evp/names.d crypto/dh/dh_prn.d test/dsa_no_digest_size_test.d crypto/asn1/tasn_enc.d crypto/dsa/dsa_vrf.d crypto/async/arch/async_null.d crypto/aes/aes_misc.d test/asn1_decode_test.d crypto/x509/x_pubkey.d crypto/idea/i_cfb64.d test/buildtest_crypto.d test/servername_test.d crypto/x509v3/pcy_cache.d crypto/asn1/a_print.d crypto/asn1/i2d_pr.d test/pemtest.d test/ec_internal_test.d crypto/evp/e_rc4.d crypto/asn1/x_sig.d crypto/asn1/a_i2d_fp.d test/buildtest_des.d crypto/ts/ts_req_utils.d crypto/bn/bn_mpi.d test/rc5test.d crypto/pkcs7/pk7_lib.d crypto/des/ofb64enc.d crypto/x509/by_dir.d crypto/dh/dh_kdf.d test/threadstest.d crypto/bn/bn_div.d crypto/store/store_strings.d crypto/bn/bn_prime.d crypto/bn/bn_intern.d crypto/modes/ccm128.d test/sanitytest.d crypto/dh/dh_pmeth.d test/cmsapitest.d crypto/evp/cmeth_lib.d crypto/engine/tb_rsa.d apps/s_cb.d crypto/evp/e_aes.d test/buildtest_cms.d crypto/x509v3/v3_admis.d crypto/des/ecb_enc.d crypto/kdf/tls1_prf.d crypto/o_init.d crypto/chacha/chacha_enc.d fuzz/cms.d crypto/ec/ec_err.d apps/req.d crypto/evp/m_sha1.d crypto/asn1/a_bitstr.d fuzz/client.d test/aborttest.d crypto/x509v3/v3_akey.d test/buildtest_ts.d crypto/pem/pem_xaux.d crypto/o_fips.d crypto/ocsp/ocsp_lib.d crypto/asn1/x_algor.d test/x509aux.d apps/openssl.d fuzz/ct.d apps/pkeyparam.d test/gmdifftest.d test/uitest.d crypto/asn1/bio_asn1.d crypto/ec/curve448/eddsa.d test/curve448_internal_test.d test/versions.d crypto/engine/tb_rand.d crypto/cpt_err.d crypto/pem/pem_sign.d apps/sess_id.d crypto/ec/ecp_nistp224.d crypto/asn1/a_strex.d test/buildtest_x509_vfy.d test/ssltestlib.d ssl/s3_msg.d crypto/o_time.d crypto/pem/pem_pkey.d test/buildtest_md2.d test/buildtest_bio.d crypto/asn1/a_octet.d crypto/err/err_prn.d crypto/x509/by_file.d crypto/evp/encode.d crypto/engine/tb_eckey.d crypto/evp/m_sha3.d crypto/bn/bn_mont.d crypto/dsa/dsa_lib.d crypto/ts/ts_rsp_sign.d crypto/ocsp/ocsp_ht.d crypto/modes/ocb128.d test/buildtest_blowfish.d crypto/asn1/tasn_scn.d test/rsa_complex.d crypto/engine/tb_pkmeth.d crypto/asn1/evp_asn1.d crypto/ct/ct_err.d crypto/bn/bn_exp.d crypto/x509/x_x509.d apps/ecparam.d test/afalgtest.d crypto/evp/p_open.d crypto/rand/rand_win.d apps/engine.d crypto/ts/ts_req_print.d crypto/ec/ecdh_ossl.d engines/e_padlock.d crypto/ec/curve448/curve448.d apps/prime.d crypto/conf/conf_api.d crypto/dh/dh_asn1.d crypto/ec/ec_curve.d crypto/ct/ct_sct.d test/testutil/testutil_init.d test/testutil/main.d ssl/record/rec_layer_d1.d test/md2test.d crypto/pem/pem_x509.d test/dtlsv1listentest.d test/buildtest_pem2.d crypto/x509v3/v3_pcons.d test/bio_memleak_test.d test/buildtest_dtls1.d crypto/des/cbc_enc.d crypto/evp/evp_pkey.d crypto/evp/e_cast.d apps/opt.d apps/apps.d crypto/asn1/asn1_err.d crypto/store/loader_file.d crypto/des/ofb64ede.d crypto/camellia/cmll_ctr.d apps/errstr.d crypto/x509v3/pcy_lib.d crypto/hmac/hmac.d crypto/bio/bss_bio.d crypto/cast/c_cfb64.d crypto/store/store_err.d crypto/asn1/asn_moid.d test/buildtest_rsa.d crypto/objects/o_names.d crypto/engine/eng_openssl.d crypto/cast/c_ecb.d crypto/dsa/dsa_asn1.d apps/speed.d crypto/bio/b_addr.d crypto/x509/x509_set.d crypto/bf/bf_skey.d crypto/asn1/a_verify.d crypto/rc5/rc5_skey.d test/bntest.d ssl/statem/extensions.d crypto/evp/p_sign.d crypto/dsa/dsa_meth.d test/modes_internal_test.d test/ideatest.d apps/pkcs7.d crypto/rand/rand_unix.d apps/spkac.d crypto/x509v3/v3_cpols.d crypto/cms/cms_ess.d test/buildtest_dh.d crypto/asn1/x_spki.d test/bio_enc_test.d test/packettest.d crypto/rsa/rsa_none.d ssl/s3_lib.d apps/pkeyutl.d crypto/ts/ts_rsp_verify.d test/buildtest_ssl2.d crypto/hmac/hm_ameth.d crypto/bn/bn_x931p.d crypto/dsa/dsa_depr.d crypto/asn1/t_spki.d crypto/camellia/camellia.d test/testutil/output_helpers.d crypto/poly1305/poly1305_pmeth.d crypto/pem/pem_oth.d test/exdatatest.d crypto/dsa/dsa_ossl.d test/sslcorrupttest.d crypto/bio/bio_err.d crypto/asn1/a_object.d apps/s_client.d crypto/ct/ct_log.d crypto/ts/ts_rsp_print.d test/x509_time_test.d crypto/comp/comp_lib.d crypto/x509/t_x509.d crypto/des/ofb_enc.d crypto/evp/bio_md.d apps/x509.d crypto/cversion.d crypto/cast/c_enc.d crypto/cms/cms_pwri.d crypto/ebcdic.d crypto/rsa/rsa_depr.d ssl/statem/statem.d crypto/whrlpool/wp_dgst.d crypto/evp/evp_enc.d crypto/conf/conf_ssl.d crypto/des/qud_cksm.d ssl/t1_enc.d crypto/x509v3/v3err.d test/buildtest_conf_api.d crypto/ec/ec_check.d crypto/ui/ui_util.d crypto/engine/eng_table.d ssl/ssl_init.d test/buildtest_asn1.d crypto/x509v3/v3_crld.d crypto/rsa/rsa_oaep.d apps/verify.d crypto/camellia/cmll_ecb.d +DEPS=crypto/seed/seed_ecb.d crypto/bn/bn_mod.d crypto/x509/x509_vpm.d test/buildtest_pkcs12.d crypto/ts/ts_rsp_verify.d crypto/des/ofb_enc.d crypto/des/cfb64enc.d ssl/bio_ssl.d apps/cms.d crypto/rsa/rsa_x931.d apps/s_client.d crypto/ui/ui_err.d crypto/x509v3/v3_genn.d ssl/record/ssl3_buffer.d crypto/dsa/dsa_err.d crypto/rc2/rc2_skey.d crypto/ocsp/ocsp_vfy.d crypto/evp/evp_cnf.d crypto/evp/bio_md.d crypto/x509/t_crl.d crypto/bio/bss_conn.d crypto/evp/p_verify.d test/cipherlist_test.d crypto/store/store_init.d crypto/rsa/rsa_lib.d crypto/blake2/m_blake2s.d apps/errstr.d apps/dhparam.d crypto/asn1/a_i2d_fp.d crypto/ocsp/ocsp_asn.d test/buildtest_safestack.d test/handshake_helper.d crypto/sha/sha1_one.d crypto/bn/bn_sqrt.d crypto/ts/ts_err.d ssl/pqueue.d crypto/ec/ecdsa_vrf.d crypto/objects/obj_lib.d crypto/x509/x509_set.d crypto/blake2/blake2b.d apps/asn1pars.d crypto/dh/dh_depr.d crypto/bio/bio_lib.d test/secmemtest.d crypto/camellia/cmll_cbc.d crypto/rc4/rc4_enc.d crypto/siphash/siphash.d crypto/asn1/a_digest.d test/buildtest_bn.d test/buildtest_cms.d crypto/asn1/d2i_pr.d crypto/bn/bn_sqr.d crypto/asn1/asn1_par.d crypto/rand/rand_err.d ssl/ssl_asn1.d crypto/x509v3/pcy_lib.d crypto/aes/aes_ofb.d test/buildtest_hmac.d crypto/dsa/dsa_lib.d ssl/statem/statem_dtls.d ssl/d1_msg.d crypto/x509v3/v3_pcons.d test/enginetest.d test/rc5test.d crypto/evp/e_idea.d crypto/x509v3/v3_int.d crypto/evp/evp_lib.d crypto/evp/bio_b64.d crypto/engine/eng_lib.d crypto/ts/ts_verify_ctx.d crypto/ct/ct_b64.d crypto/whrlpool/wp_block.d crypto/evp/e_xcbc_d.d crypto/ct/ct_prn.d crypto/x509/x509_err.d crypto/modes/cts128.d crypto/ec/ec2_smpl.d test/wpackettest.d crypto/bio/bss_bio.d crypto/rsa/rsa_crpt.d crypto/asn1/bio_asn1.d crypto/ec/eck_prn.d crypto/ui/ui_null.d apps/bf_prefix.d test/exdatatest.d ssl/tls_srp.d crypto/asn1/a_time.d crypto/threads_win.d crypto/rsa/rsa_oaep.d crypto/x509v3/v3_admis.d crypto/evp/p_enc.d crypto/asn1/a_octet.d apps/passwd.d crypto/bn/bn_gf2m.d ssl/record/rec_layer_s3.d crypto/pkcs7/pkcs7err.d crypto/cms/cms_lib.d crypto/rsa/rsa_x931g.d test/ecdsatest.d test/rc4test.d crypto/dsa/dsa_vrf.d crypto/x509/x509_r2x.d test/buildtest_asn1.d apps/gendsa.d test/buildtest_ec.d crypto/bn/bn_prime.d crypto/engine/eng_err.d crypto/bio/b_sock2.d crypto/ec/ec_cvt.d ssl/statem/extensions.d apps/version.d apps/apps.d test/evp_extra_test.d crypto/evp/p_dec.d test/buildtest_conf_api.d crypto/asn1/x_info.d crypto/ec/curve448/curve448.d apps/s_server.d crypto/bio/bio_err.d crypto/engine/eng_list.d crypto/dh/dh_ameth.d ssl/record/ssl3_record_tls13.d crypto/rsa/rsa_pss.d crypto/asn1/a_type.d test/asynctest.d crypto/x509v3/v3_akeya.d crypto/ts/ts_conf.d crypto/evp/digest.d fuzz/crl.d crypto/x509v3/v3_skey.d ssl/ssl_sess.d crypto/ct/ct_oct.d crypto/evp/m_wp.d crypto/x509/x_req.d ssl/record/dtls1_bitmap.d crypto/evp/e_bf.d crypto/des/ecb_enc.d crypto/bf/bf_ecb.d crypto/x509v3/v3_pcia.d test/dsa_no_digest_size_test.d test/rsa_test.d apps/pkey.d apps/sess_id.d crypto/dsa/dsa_sign.d test/buildtest_sha.d crypto/bio/bss_log.d engines/e_padlock.d crypto/cms/cms_dd.d crypto/rand/randfile.d test/buildtest_modes.d crypto/bn/bn_gcd.d test/buildtest_ssl3.d ssl/ssl_init.d crypto/evp/names.d crypto/bn/bn_rand.d apps/pkcs8.d test/rsa_mp_test.d crypto/evp/e_cast.d crypto/asn1/t_spki.d crypto/engine/tb_asnmth.d test/recordlentest.d ssl/tls13_enc.d test/testutil/main.d crypto/seed/seed_cbc.d crypto/ocsp/v3_ocsp.d crypto/pem/pem_oth.d crypto/asn1/a_object.d test/bio_callback_test.d crypto/kdf/scrypt.d engines/e_ossltest.d crypto/stack/stack.d crypto/store/store_err.d crypto/threads_pthread.d crypto/rsa/rsa_gen.d crypto/asn1/tasn_utl.d crypto/bn/bn_err.d crypto/pem/pem_sign.d crypto/des/rand_key.d crypto/whrlpool/wp_dgst.d crypto/o_fopen.d crypto/asn1/x_bignum.d crypto/pkcs12/p12_init.d crypto/kdf/kdf_err.d crypto/store/store_strings.d ssl/ssl_conf.d crypto/bio/bf_null.d crypto/evp/e_des.d crypto/engine/eng_openssl.d crypto/ec/ec_pmeth.d crypto/sm2/sm2_err.d crypto/evp/bio_ok.d crypto/bio/bss_acpt.d crypto/cast/c_skey.d crypto/asn1/a_strex.d crypto/engine/eng_pkey.d crypto/des/cfb_enc.d crypto/ts/ts_lib.d crypto/dso/dso_win32.d crypto/x509/x_name.d crypto/evp/pmeth_gn.d crypto/evp/m_sigver.d crypto/bio/b_addr.d test/pbelutest.d crypto/ec/ec_key.d test/x509_dup_cert_test.d crypto/ec/curve448/eddsa.d crypto/ctype.d crypto/o_time.d crypto/cmac/cm_pmeth.d crypto/bio/b_sock.d fuzz/bndiv.d crypto/asn1/tasn_scn.d crypto/dso/dso_dl.d crypto/asn1/nsseq.d crypto/asn1/asn_moid.d test/bad_dtls_test.d apps/req.d crypto/des/ofb64ede.d ssl/record/rec_layer_d1.d crypto/x509v3/v3_akey.d crypto/dh/dh_rfc5114.d crypto/blake2/m_blake2b.d test/drbg_cavs_test.d crypto/asn1/a_d2i_fp.d crypto/dso/dso_lib.d crypto/x509/by_file.d test/buildtest_buffer.d crypto/bf/bf_ofb64.d crypto/x509v3/pcy_cache.d crypto/getenv.d crypto/x509v3/v3_addr.d test/buildtest_ssl2.d test/md2test.d test/testutil/testutil_init.d test/modes_internal_test.d test/sanitytest.d crypto/bn/bn_x931p.d crypto/ec/ecdsa_ossl.d test/dtls_mtu_test.d test/pkey_meth_test.d crypto/bn/bn_add.d test/time_offset_test.d test/buildtest_comp.d crypto/rsa/rsa_ameth.d crypto/asn1/t_bitst.d crypto/sha/keccak1600.d apps/smime.d crypto/asn1/a_utctm.d crypto/conf/conf_err.d crypto/objects/obj_dat.d test/buildtest_ocsp.d test/x509_check_cert_pkey_test.d test/buildtest_ebcdic.d apps/enc.d crypto/bn/bn_intern.d crypto/dh/dh_pmeth.d ssl/t1_lib.d crypto/sha/sha1dgst.d crypto/camellia/cmll_ctr.d crypto/x509/x_attrib.d test/gmdifftest.d crypto/cms/cms_smime.d crypto/async/async_wait.d crypto/asn1/tasn_new.d crypto/hmac/hm_pmeth.d crypto/md2/md2_dgst.d apps/ts.d test/test_test.d test/ciphername_test.d crypto/blake2/blake2s.d crypto/dh/dh_err.d crypto/x509/x509_trs.d crypto/ec/ecp_oct.d crypto/sm3/m_sm3.d test/x509aux.d crypto/des/ecb3_enc.d test/buildtest_srp.d crypto/dh/dh_kdf.d crypto/asn1/asn_mime.d crypto/bn/bn_depr.d test/threadstest.d ssl/ssl_utst.d crypto/engine/tb_pkmeth.d fuzz/test-corpus.d test/bftest.d apps/ecparam.d crypto/ocsp/ocsp_prn.d crypto/pkcs7/bio_pk7.d crypto/bio/bss_dgram.d test/srptest.d ssl/d1_srtp.d crypto/rc5/rc5ofb64.d crypto/bn/bn_nist.d crypto/evp/m_md5_sha1.d crypto/x509v3/v3_tlsf.d crypto/dh/dh_rfc7919.d crypto/rsa/rsa_none.d crypto/bn/bn_div.d crypto/rc4/rc4_skey.d test/buildtest_cmac.d test/asynciotest.d crypto/x509/x_pubkey.d crypto/ct/ct_vfy.d crypto/asn1/tasn_prn.d crypto/x509/x_exten.d crypto/ec/ecdsa_sign.d crypto/lhash/lhash.d crypto/bn/bn_print.d crypto/asn1/i2d_pu.d test/buildtest_txt_db.d crypto/pkcs7/pk7_smime.d test/x509_time_test.d apps/pkcs7.d crypto/rsa/rsa_pmeth.d crypto/evp/evp_enc.d test/rsa_complex.d test/buildtest_pkcs7.d crypto/pem/pvkfmt.d crypto/asn1/f_string.d crypto/camellia/camellia.d crypto/cms/cms_env.d crypto/bn/bn_mul.d crypto/camellia/cmll_cfb.d crypto/uid.d crypto/mem_dbg.d crypto/engine/tb_dh.d test/servername_test.d test/hmactest.d crypto/x509/x_all.d crypto/x509/t_x509.d crypto/asn1/asn1_lib.d crypto/ts/ts_rsp_sign.d crypto/evp/m_md5.d test/buildtest_rc2.d crypto/async/arch/async_null.d ssl/ssl_lib.d crypto/rand/rand_egd.d crypto/bn/bn_kron.d crypto/dh/dh_asn1.d crypto/ec/ec_mult.d fuzz/conf.d crypto/x509v3/v3_extku.d crypto/async/async_err.d crypto/rsa/rsa_sign.d crypto/threads_none.d test/buildtest_stack.d crypto/bn/bn_ctx.d crypto/cms/cms_enc.d crypto/evp/m_md4.d crypto/dso/dso_err.d test/buildtest_objects.d test/buildtest_dh.d crypto/engine/tb_rand.d test/chacha_internal_test.d crypto/dso/dso_openssl.d crypto/x509v3/v3_alt.d test/testutil/tap_bio.d ssl/statem/statem_clnt.d crypto/rsa/rsa_depr.d crypto/x509v3/pcy_data.d test/rc2test.d crypto/poly1305/poly1305_pmeth.d test/pkey_meth_kdf_test.d fuzz/asn1.d test/poly1305_internal_test.d crypto/async/arch/async_posix.d test/buildtest_md2.d crypto/buffer/buffer.d crypto/pkcs12/p12_attr.d crypto/des/xcbc_enc.d test/dtlsv1listentest.d crypto/bn/bn_mont.d crypto/siphash/siphash_ameth.d crypto/idea/i_cfb64.d crypto/evp/pmeth_fn.d crypto/engine/tb_cipher.d crypto/asn1/x_val.d crypto/evp/evp_pbe.d crypto/pkcs7/pk7_mime.d ssl/ssl_mcnf.d test/pemtest.d crypto/asn1/a_strnid.d crypto/evp/evp_err.d crypto/rc5/rc5_skey.d fuzz/ct.d crypto/ec/ecdh_kdf.d test/buildtest_des.d crypto/evp/p5_crpt.d crypto/asn1/asn1_gen.d crypto/evp/c_alld.d crypto/sm3/sm3.d crypto/seed/seed_cfb.d crypto/cast/c_cfb64.d crypto/sm2/sm2_sign.d crypto/rc5/rc5cfb64.d test/buildtest_async.d apps/x509.d crypto/modes/ocb128.d crypto/evp/e_chacha20_poly1305.d crypto/idea/i_ofb64.d crypto/x509/t_req.d crypto/ec/curve448/curve448_tables.d crypto/evp/e_rc4.d crypto/o_fips.d crypto/ct/ct_x509v3.d test/dhtest.d crypto/engine/eng_cnf.d apps/rand.d test/buildtest_x509_vfy.d crypto/store/loader_file.d crypto/x509/x509rset.d test/ectest.d crypto/engine/eng_rdrand.d crypto/modes/cbc128.d crypto/x509/x509_lu.d crypto/async/arch/async_win.d test/buildtest_aes.d crypto/bio/bio_cb.d crypto/camellia/cmll_ofb.d crypto/pkcs12/pk12err.d test/siphash_internal_test.d test/buildtest_lhash.d crypto/asn1/a_verify.d crypto/pkcs12/p12_decr.d crypto/bn/bn_shift.d crypto/evp/e_rc2.d test/buildtest_x509v3.d crypto/x509/x_x509a.d crypto/asn1/bio_ndef.d crypto/x509v3/pcy_node.d crypto/evp/encode.d test/ecstresstest.d fuzz/server.d crypto/x509v3/v3_bcons.d crypto/store/store_lib.d crypto/rsa/rsa_mp.d test/mdc2_internal_test.d apps/ciphers.d test/mdc2test.d crypto/x509v3/v3_purp.d ssl/ssl_rsa.d crypto/des/des_enc.d crypto/ct/ct_policy.d test/aborttest.d ssl/statem/extensions_clnt.d crypto/rsa/rsa_prn.d crypto/x509/x509_v3.d crypto/cms/cms_asn1.d crypto/ec/ec_curve.d crypto/x509v3/v3_info.d crypto/bf/bf_enc.d crypto/bf/bf_cfb64.d crypto/asn1/n_pkey.d crypto/evp/e_rc4_hmac_md5.d ssl/s3_cbc.d test/testutil/format_output.d crypto/conf/conf_mall.d crypto/comp/comp_lib.d crypto/evp/p_seal.d crypto/x509/x509_att.d test/rdrand_sanitytest.d test/casttest.d crypto/err/err_all.d crypto/des/set_key.d crypto/ec/ec_print.d test/cmactest.d ssl/packet.d apps/storeutl.d crypto/bio/bss_mem.d crypto/aes/aes_ecb.d crypto/rand/drbg_lib.d test/buildtest_rc4.d crypto/engine/eng_all.d test/buildtest_dtls1.d crypto/ts/ts_req_utils.d crypto/bio/bss_fd.d crypto/pem/pem_x509.d crypto/err/err.d crypto/asn1/t_pkey.d test/buildtest_rsa.d test/testutil/stanza.d ssl/t1_trce.d crypto/x509/x509cset.d crypto/ec/curve448/arch_32/f_impl.d crypto/mem_clr.d crypto/hmac/hm_ameth.d crypto/rc5/rc5_ecb.d test/cipherbytes_test.d test/sm2_internal_test.d crypto/cms/cms_kari.d test/testutil/tests.d crypto/bio/b_print.d crypto/ec/curve448/f_generic.d crypto/evp/e_des3.d ssl/ssl_cert.d crypto/asn1/x_spki.d crypto/bn/bn_dh.d crypto/des/cbc_cksm.d crypto/dsa/dsa_key.d crypto/evp/m_sha1.d test/sslapitest.d crypto/evp/evp_pkey.d test/buildtest_md4.d crypto/ts/ts_rsp_utils.d test/sslcorrupttest.d crypto/x509/x509type.d crypto/des/fcrypt.d crypto/comp/comp_err.d test/dsatest.d crypto/x509/x509_req.d test/buildtest_bio.d crypto/asn1/a_bitstr.d apps/ocsp.d crypto/bio/bss_null.d crypto/ec/ecp_mont.d crypto/sm4/sm4.d crypto/rsa/rsa_pk1.d crypto/asn1/asn_mstbl.d crypto/bn/bn_asm.d test/exptest.d crypto/dh/dh_lib.d crypto/ripemd/rmd_dgst.d test/buildtest_md5.d crypto/pkcs7/pk7_asn1.d apps/rsautl.d test/tls13secretstest.d crypto/bn/bn_lib.d apps/ca.d crypto/dsa/dsa_prn.d crypto/engine/eng_table.d test/stack_test.d crypto/pkcs12/p12_asn.d crypto/bio/b_dump.d test/buildtest_ossl_typ.d test/buildtest_rc5.d crypto/ec/ec_oct.d crypto/buffer/buf_err.d crypto/md5/md5_one.d ssl/s3_msg.d crypto/evp/evp_key.d crypto/asn1/a_sign.d crypto/dh/dh_prn.d crypto/rand/rand_vms.d crypto/conf/conf_ssl.d crypto/pkcs12/p12_crt.d test/asn1_internal_test.d crypto/x509v3/v3_pku.d crypto/objects/obj_xref.d crypto/rc2/rc2_cbc.d crypto/asn1/evp_asn1.d crypto/idea/i_cbc.d test/buildtest_store.d crypto/x509/x509name.d crypto/ec/ecp_nist.d crypto/dh/dh_gen.d crypto/pkcs12/p12_sbag.d crypto/modes/ccm128.d fuzz/asn1parse.d crypto/pkcs12/p12_crpt.d crypto/pem/pem_all.d test/ec_internal_test.d crypto/conf/conf_lib.d crypto/dsa/dsa_ossl.d crypto/pkcs12/p12_mutl.d crypto/cast/c_enc.d crypto/pem/pem_pkey.d test/fatalerrtest.d test/bio_memleak_test.d crypto/bn/bn_blind.d crypto/pkcs7/pk7_attr.d apps/s_cb.d crypto/siphash/siphash_pmeth.d ssl/ssl_ciph.d apps/spkac.d test/v3nametest.d crypto/x509v3/v3_pci.d crypto/ec/ec_kmeth.d test/crltest.d crypto/x509v3/v3_utl.d apps/s_time.d crypto/x509/x_crl.d test/clienthellotest.d test/ssltest_old.d crypto/camellia/cmll_ecb.d test/ssl_ctx_test.d crypto/conf/conf_sap.d crypto/engine/tb_eckey.d crypto/bn/bn_exp2.d crypto/ts/ts_asn1.d crypto/sm2/sm2_crypt.d crypto/evp/m_sha3.d test/bioprinttest.d crypto/rsa/rsa_ssl.d crypto/modes/xts128.d crypto/rsa/rsa_saos.d apps/s_socket.d crypto/ec/ecp_nistp521.d test/asn1_decode_test.d crypto/cms/cms_att.d crypto/evp/m_mdc2.d test/buildtest_x509.d crypto/o_dir.d engines/e_capi.d crypto/ct/ct_sct_ctx.d crypto/engine/eng_ctrl.d test/bio_enc_test.d crypto/x509/x_x509.d crypto/pkcs12/p12_p8d.d crypto/ec/ec_err.d crypto/x509v3/v3_ia5.d crypto/ct/ct_sct.d crypto/cversion.d crypto/aes/aes_cbc.d crypto/pem/pem_err.d crypto/dh/dh_key.d crypto/dsa/dsa_meth.d crypto/aes/aes_misc.d crypto/rc2/rc2ofb64.d test/buildtest_opensslv.d crypto/asn1/p8_pkey.d test/danetest.d test/ctype_internal_test.d crypto/ec/curve448/scalar.d crypto/ocsp/ocsp_lib.d test/conf_include_test.d crypto/pkcs12/p12_npas.d crypto/cms/cms_cd.d crypto/asn1/p5_scrypt.d crypto/sm2/sm2_pmeth.d apps/crl2p7.d test/buildtest_camellia.d crypto/asn1/a_mbstr.d crypto/modes/wrap128.d test/buildtest_ct.d ssl/statem/statem_lib.d crypto/ocsp/ocsp_srv.d crypto/ocsp/ocsp_ht.d test/buildtest_evp.d crypto/seed/seed.d crypto/rc2/rc2_ecb.d test/tls13ccstest.d test/buildtest_whrlpool.d apps/dsaparam.d crypto/x509v3/v3_conf.d crypto/asn1/a_print.d crypto/pkcs12/p12_add.d test/buildtest_ts.d crypto/des/cfb64ede.d crypto/ct/ct_err.d crypto/asn1/x_sig.d crypto/bn/bn_exp.d test/buildtest_seed.d crypto/seed/seed_ofb.d crypto/idea/i_skey.d crypto/pkcs12/p12_kiss.d test/buildtest_rand.d crypto/x509v3/v3_pmaps.d crypto/x509/x509spki.d crypto/dso/dso_vms.d test/buildtest_pem2.d crypto/chacha/chacha_enc.d crypto/cast/c_ofb64.d crypto/o_str.d crypto/aes/aes_wrap.d ssl/ssl_txt.d crypto/engine/tb_dsa.d ssl/statem/statem.d apps/pkcs12.d crypto/asn1/a_utf8.d crypto/ui/ui_util.d crypto/modes/cfb128.d crypto/md2/md2_one.d test/testutil/driver.d crypto/evp/e_null.d crypto/ocsp/ocsp_err.d test/ssl_test_ctx_test.d crypto/evp/p_lib.d test/ocspapitest.d test/testutil/output_helpers.d crypto/ec/ecx_meth.d crypto/x509v3/v3err.d test/ssl_cert_table_internal_test.d test/buildtest_cast.d test/buildtest_ecdsa.d fuzz/client.d crypto/comp/c_zlib.d apps/dsa.d test/sysdefaulttest.d test/evp_test.d crypto/aria/aria.d crypto/ec/ecp_nistp256.d crypto/evp/e_camellia.d apps/nseq.d crypto/mem_sec.d crypto/ec/ecp_nistputil.d crypto/asn1/ameth_lib.d test/sm4_internal_test.d crypto/des/ofb64enc.d crypto/dsa/dsa_depr.d crypto/dh/dh_meth.d crypto/asn1/a_int.d crypto/evp/cmeth_lib.d crypto/mem.d test/lhash_test.d crypto/evp/bio_enc.d crypto/ec/ec_check.d test/afalgtest.d crypto/rsa/rsa_meth.d crypto/camellia/cmll_misc.d ssl/statem/extensions_srvr.d test/d2i_test.d crypto/ex_data.d crypto/rc2/rc2cfb64.d apps/speed.d crypto/ct/ct_log.d crypto/dso/dso_dlfcn.d crypto/des/qud_cksm.d test/drbgtest.d crypto/evp/e_sm4.d crypto/ocsp/ocsp_cl.d test/buildtest_dsa.d crypto/init.d test/buildtest_rand_drbg.d crypto/store/store_register.d crypto/asn1/x_int64.d test/buildtest_e_os2.d crypto/objects/obj_err.d ssl/s3_lib.d crypto/bn/bn_word.d ssl/methods.d test/drbg_cavs_data.d crypto/bio/bf_nbio.d crypto/x509v3/v3_ncons.d test/tls13encryptiontest.d crypto/x509/x509_cmp.d crypto/modes/ofb128.d test/buildtest_idea.d test/sslbuffertest.d crypto/aes/aes_ige.d apps/crl.d crypto/asn1/x_long.d crypto/bf/bf_skey.d test/destest.d test/constant_time_test.d test/x509_internal_test.d crypto/evp/m_null.d crypto/engine/tb_digest.d test/packettest.d crypto/kdf/hkdf.d crypto/x509/x509_vfy.d crypto/kdf/tls1_prf.d crypto/ec/ecp_smpl.d crypto/x509/x509_def.d crypto/cpt_err.d crypto/async/async.d crypto/x509v3/v3_lib.d crypto/engine/eng_dyn.d crypto/rsa/rsa_chk.d test/curve448_internal_test.d apps/rsa.d crypto/asn1/i2d_pr.d test/buildtest_engine.d crypto/x509v3/v3_crld.d test/ct_test.d test/ssltestlib.d crypto/modes/gcm128.d test/verify_extra_test.d ssl/t1_enc.d crypto/asn1/a_gentm.d crypto/asn1/asn1_item_list.d crypto/bn/bn_recp.d crypto/bio/bf_lbuf.d crypto/pkcs12/p12_p8e.d test/testutil/basic_output.d test/buildtest_pem.d crypto/ocsp/ocsp_ext.d test/buildtest_blowfish.d crypto/evp/e_rc5.d crypto/ui/ui_openssl.d test/buildtest_asn1t.d crypto/dsa/dsa_gen.d test/ideatest.d crypto/asn1/x_algor.d crypto/evp/e_aes.d test/cmsapitest.d test/asn1_time_test.d crypto/pem/pem_lib.d test/buildtest_ripemd.d test/ssl_test_ctx.d crypto/dsa/dsa_pmeth.d crypto/x509v3/v3_asid.d test/buildtest_ecdh.d crypto/conf/conf_mod.d crypto/ebcdic.d crypto/x509v3/pcy_tree.d crypto/asn1/tasn_fre.d apps/srp.d test/buildtest_kdf.d test/buildtest_srtp.d apps/ec.d crypto/cms/cms_pwri.d crypto/cms/cms_sd.d crypto/ec/ec2_oct.d crypto/ec/ec_ameth.d crypto/des/str2key.d crypto/bn/bn_mpi.d crypto/rand/rand_win.d crypto/des/pcbc_enc.d ssl/d1_lib.d crypto/asn1/asn_pack.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/pem/pem_pk8.d crypto/rsa/rsa_asn1.d crypto/x509v3/pcy_map.d crypto/asn1/asn1_err.d test/shlibloadtest.d crypto/md5/md5_dgst.d crypto/sha/sha256.d crypto/cast/c_ecb.d crypto/asn1/d2i_pu.d crypto/x509/x509_d2.d test/dtlstest.d crypto/modes/ctr128.d crypto/ec/curve25519.d crypto/evp/c_allc.d test/buildtest_tls1.d crypto/srp/srp_vfy.d crypto/rsa/rsa_err.d crypto/poly1305/poly1305.d crypto/pkcs12/p12_key.d crypto/pkcs12/p12_utl.d crypto/bio/bio_meth.d crypto/rsa/rsa_ossl.d crypto/des/cbc_enc.d crypto/aes/aes_core.d crypto/ec/ecdh_ossl.d crypto/pkcs7/pk7_doit.d test/asn1_string_table_test.d crypto/des/fcrypt_b.d crypto/evp/m_md2.d apps/openssl.d crypto/cryptlib.d crypto/evp/e_seed.d crypto/rand/rand_unix.d test/buildtest_conf.d test/gosttest.d fuzz/x509.d test/buildtest_ssl.d crypto/dh/dh_check.d crypto/cmac/cmac.d crypto/ripemd/rmd_one.d crypto/ec/ec_asn1.d crypto/ec/ec_lib.d test/testutil/test_cleanup.d test/memleaktest.d test/versions.d test/v3ext.d crypto/x509v3/v3_enum.d crypto/ts/ts_rsp_print.d crypto/o_init.d test/uitest.d crypto/x509/x509_obj.d crypto/asn1/p5_pbev2.d crypto/aes/aes_cfb.d crypto/bio/bss_file.d crypto/objects/o_names.d crypto/dsa/dsa_asn1.d crypto/poly1305/poly1305_ameth.d crypto/md4/md4_dgst.d crypto/x509/x509_ext.d crypto/engine/eng_fat.d crypto/hmac/hmac.d crypto/x509v3/v3_cpols.d fuzz/cms.d apps/opt.d apps/genrsa.d crypto/evp/p5_crpt2.d apps/pkeyutl.d test/asn1_encode_test.d engines/e_dasync.d crypto/bio/bf_buff.d crypto/cmac/cm_ameth.d crypto/cms/cms_ess.d ssl/statem/statem_srvr.d crypto/engine/eng_init.d apps/genpkey.d test/ssl_test.d crypto/pkcs7/pk7_lib.d apps/verify.d crypto/dsa/dsa_ameth.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/idea/i_ecb.d test/buildtest_ui.d crypto/conf/conf_def.d crypto/asn1/tasn_typ.d ssl/record/ssl3_record.d crypto/bio/bss_sock.d ssl/ssl_stat.d crypto/asn1/p5_pbe.d crypto/evp/pbe_scrypt.d test/testutil/cb.d apps/app_rand.d crypto/asn1/x_pkey.d test/buildtest_obj_mac.d crypto/pem/pem_xaux.d crypto/x509v3/v3_bitst.d ssl/statem/extensions_cust.d ssl/ssl_err.d crypto/asn1/tasn_enc.d crypto/ts/ts_req_print.d crypto/engine/tb_rsa.d test/bntest.d crypto/evp/e_aria.d crypto/pem/pem_info.d test/igetest.d crypto/rc5/rc5_enc.d crypto/evp/pmeth_lib.d crypto/err/err_prn.d crypto/asn1/a_dup.d apps/rehash.d crypto/asn1/f_int.d crypto/bn/bn_const.d crypto/asn1/tasn_dec.d crypto/rand/rand_lib.d crypto/evp/p_sign.d crypto/evp/e_old.d crypto/evp/m_ripemd.d apps/engine.d apps/pkeyparam.d crypto/x509/x509_meth.d test/buildtest_symhacks.d crypto/cms/cms_err.d crypto/x509/x509_txt.d test/errtest.d crypto/lhash/lh_stats.d crypto/x509v3/v3_prn.d apps/prime.d crypto/ec/ecp_nistp224.d crypto/srp/srp_lib.d ssl/s3_enc.d crypto/sha/sha512.d crypto/rand/drbg_ctr.d crypto/bn/bn_srp.d test/buildtest_crypto.d test/testutil/random.d crypto/x509/by_dir.d crypto/ui/ui_lib.d crypto/md4/md4_one.d apps/dgst.d crypto/evp/p_open.d fuzz/bignum.d crypto/x509v3/v3_sxnet.d crypto/cms/cms_io.d crypto/txt_db/txt_db.d crypto/conf/conf_api.d GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/dso_conf.h include/openssl/opensslconf.h GENERATED=apps/CA.pl apps/progs.h apps/tsget.pl crypto/buildinf.h test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md2.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_rc5.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_ssl3.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash util/shlib_wrap.sh @@ -252,7 +252,6 @@ clean: libclean $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc -$(RM) `find . -type l \! -name '.*' -print` - $(RM) $(TARFILE) distclean: clean $(RM) configdata.pm @@ -9581,7 +9580,7 @@ crypto/x509 crypto/x509/: crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509 crypto/x509v3 crypto/x509v3/: crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o engines engines/: engines/capi.dylib engines/dasync.dylib engines/ossltest.dylib engines/padlock.dylib fuzz fuzz/: fuzz/asn1-test fuzz/asn1parse-test fuzz/bignum-test fuzz/bndiv-test fuzz/client-test fuzz/cms-test fuzz/conf-test fuzz/crl-test fuzz/ct-test fuzz/server-test fuzz/x509-test -ssl ssl/: ssl/packet.o ssl/tls13_enc.o ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o +ssl ssl/: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o ssl/packet.o ssl/tls13_enc.o @ : No support to produce bin test/tls13secretstest ssl/record ssl/record/: ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/statem ssl/statem/: ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o diff --git a/upstream-build/makefile/x86_64-win32-mingw32 b/upstream-build/makefile/x86_64-win32-mingw32 index 7079298..db1ae05 100644 --- a/upstream-build/makefile/x86_64-win32-mingw32 +++ b/upstream-build/makefile/x86_64-win32-mingw32 @@ -11,7 +11,7 @@ CONFIGURE_ARGS=("mingw64", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ss SRCDIR=.. BLDDIR=. -VERSION=1.1.1k +VERSION=1.1.1l MAJOR=1 MINOR=1.1 SHLIB_VERSION_NUMBER=1.1 @@ -30,7 +30,7 @@ ENGINES=engines/capi.dll engines/dasync.dll engines/ossltest.dll engines/padlock PROGRAMS=apps/openssl.exe fuzz/asn1-test.exe fuzz/asn1parse-test.exe fuzz/bignum-test.exe fuzz/bndiv-test.exe fuzz/client-test.exe fuzz/cms-test.exe fuzz/conf-test.exe fuzz/crl-test.exe fuzz/ct-test.exe fuzz/server-test.exe fuzz/x509-test.exe test/aborttest.exe test/afalgtest.exe test/asn1_decode_test.exe test/asn1_encode_test.exe test/asn1_internal_test.exe test/asn1_string_table_test.exe test/asn1_time_test.exe test/asynciotest.exe test/asynctest.exe test/bad_dtls_test.exe test/bftest.exe test/bio_callback_test.exe test/bio_enc_test.exe test/bio_memleak_test.exe test/bioprinttest.exe test/bntest.exe test/buildtest_c_aes.exe test/buildtest_c_asn1.exe test/buildtest_c_asn1t.exe test/buildtest_c_async.exe test/buildtest_c_bio.exe test/buildtest_c_blowfish.exe test/buildtest_c_bn.exe test/buildtest_c_buffer.exe test/buildtest_c_camellia.exe test/buildtest_c_cast.exe test/buildtest_c_cmac.exe test/buildtest_c_cms.exe test/buildtest_c_comp.exe test/buildtest_c_conf.exe test/buildtest_c_conf_api.exe test/buildtest_c_crypto.exe test/buildtest_c_ct.exe test/buildtest_c_des.exe test/buildtest_c_dh.exe test/buildtest_c_dsa.exe test/buildtest_c_dtls1.exe test/buildtest_c_e_os2.exe test/buildtest_c_ebcdic.exe test/buildtest_c_ec.exe test/buildtest_c_ecdh.exe test/buildtest_c_ecdsa.exe test/buildtest_c_engine.exe test/buildtest_c_evp.exe test/buildtest_c_hmac.exe test/buildtest_c_idea.exe test/buildtest_c_kdf.exe test/buildtest_c_lhash.exe test/buildtest_c_md2.exe test/buildtest_c_md4.exe test/buildtest_c_md5.exe test/buildtest_c_modes.exe test/buildtest_c_obj_mac.exe test/buildtest_c_objects.exe test/buildtest_c_ocsp.exe test/buildtest_c_opensslv.exe test/buildtest_c_ossl_typ.exe test/buildtest_c_pem.exe test/buildtest_c_pem2.exe test/buildtest_c_pkcs12.exe test/buildtest_c_pkcs7.exe test/buildtest_c_rand.exe test/buildtest_c_rand_drbg.exe test/buildtest_c_rc2.exe test/buildtest_c_rc4.exe test/buildtest_c_rc5.exe test/buildtest_c_ripemd.exe test/buildtest_c_rsa.exe test/buildtest_c_safestack.exe test/buildtest_c_seed.exe test/buildtest_c_sha.exe test/buildtest_c_srp.exe test/buildtest_c_srtp.exe test/buildtest_c_ssl.exe test/buildtest_c_ssl2.exe test/buildtest_c_ssl3.exe test/buildtest_c_stack.exe test/buildtest_c_store.exe test/buildtest_c_symhacks.exe test/buildtest_c_tls1.exe test/buildtest_c_ts.exe test/buildtest_c_txt_db.exe test/buildtest_c_ui.exe test/buildtest_c_whrlpool.exe test/buildtest_c_x509.exe test/buildtest_c_x509_vfy.exe test/buildtest_c_x509v3.exe test/casttest.exe test/chacha_internal_test.exe test/cipherbytes_test.exe test/cipherlist_test.exe test/ciphername_test.exe test/clienthellotest.exe test/cmactest.exe test/cmsapitest.exe test/conf_include_test.exe test/constant_time_test.exe test/crltest.exe test/ct_test.exe test/ctype_internal_test.exe test/curve448_internal_test.exe test/d2i_test.exe test/danetest.exe test/destest.exe test/dhtest.exe test/drbg_cavs_test.exe test/drbgtest.exe test/dsa_no_digest_size_test.exe test/dsatest.exe test/dtls_mtu_test.exe test/dtlstest.exe test/dtlsv1listentest.exe test/ec_internal_test.exe test/ecdsatest.exe test/ecstresstest.exe test/ectest.exe test/enginetest.exe test/errtest.exe test/evp_extra_test.exe test/evp_test.exe test/exdatatest.exe test/exptest.exe test/fatalerrtest.exe test/gmdifftest.exe test/gosttest.exe test/hmactest.exe test/ideatest.exe test/igetest.exe test/lhash_test.exe test/md2test.exe test/mdc2test.exe test/memleaktest.exe test/modes_internal_test.exe test/ocspapitest.exe test/packettest.exe test/pbelutest.exe test/pemtest.exe test/pkey_meth_kdf_test.exe test/pkey_meth_test.exe test/poly1305_internal_test.exe test/rc2test.exe test/rc4test.exe test/rc5test.exe test/rdrand_sanitytest.exe test/recordlentest.exe test/rsa_complex.exe test/rsa_mp_test.exe test/rsa_test.exe test/sanitytest.exe test/secmemtest.exe test/servername_test.exe test/shlibloadtest.exe test/siphash_internal_test.exe test/sm2_internal_test.exe test/sm4_internal_test.exe test/srptest.exe test/ssl_cert_table_internal_test.exe test/ssl_ctx_test.exe test/ssl_test.exe test/ssl_test_ctx_test.exe test/sslapitest.exe test/sslbuffertest.exe test/sslcorrupttest.exe test/ssltest_old.exe test/stack_test.exe test/sysdefaulttest.exe test/test_test.exe test/threadstest.exe test/time_offset_test.exe test/tls13ccstest.exe test/tls13encryptiontest.exe test/tls13secretstest.exe test/uitest.exe test/v3ext.exe test/v3nametest.exe test/verify_extra_test.exe test/versions.exe test/wpackettest.exe test/x509_check_cert_pkey_test.exe test/x509_dup_cert_test.exe test/x509_internal_test.exe test/x509_time_test.exe test/x509aux.exe SCRIPTS=apps/CA.pl apps/tsget.pl tools/c_rehash util/shlib_wrap.sh -DEPS=crypto/ec/curve448/curve448.d crypto/bio/bss_mem.d crypto/dso/dso_lib.d test/buildtest_cms.d crypto/ec/ec_lib.d test/memleaktest.d apps/prime.d crypto/des/fcrypt.d test/testutil/testutil_init.d test/buildtest_bio.d crypto/aes/aes_misc.d test/ecstresstest.d crypto/ts/ts_rsp_print.d crypto/bn/bn_prime.d crypto/sha/sha256.d crypto/evp/e_des.d test/sslapitest.d crypto/md4/md4_one.d crypto/bf/bf_cfb64.d crypto/hmac/hmac.d test/sanitytest.d crypto/cms/cms_lib.d test/buildtest_buffer.d crypto/rsa/rsa_lib.d test/buildtest_rc2.d crypto/pkcs12/p12_init.d crypto/asn1/t_spki.d crypto/blake2/blake2s.d crypto/asn1/evp_asn1.d crypto/asn1/a_utf8.d fuzz/asn1parse.d crypto/conf/conf_err.d crypto/x509/x_exten.d crypto/des/pcbc_enc.d test/buildtest_x509_vfy.d test/tls13encryptiontest.d crypto/asn1/x_sig.d crypto/ec/eck_prn.d crypto/async/arch/async_win.d crypto/evp/c_alld.d test/v3ext.d crypto/engine/tb_rand.d test/asn1_internal_test.d crypto/dh/dh_depr.d test/sysdefaulttest.d crypto/evp/e_rc4.d ssl/s3_lib.d apps/app_rand.d crypto/whrlpool/wp_block.d apps/opt.d crypto/evp/e_rc5.d crypto/asn1/p5_pbev2.d crypto/evp/encode.d crypto/x509v3/v3_tlsf.d crypto/ec/ecdsa_ossl.d crypto/asn1/a_time.d test/x509_dup_cert_test.d crypto/idea/i_ofb64.d test/buildtest_rc4.d test/danetest.d crypto/ripemd/rmd_dgst.d fuzz/asn1.d crypto/x509v3/pcy_lib.d crypto/x509/by_dir.d crypto/rsa/rsa_meth.d crypto/aes/aes_cfb.d test/ssl_test.d crypto/rand/drbg_ctr.d ssl/record/dtls1_bitmap.d crypto/cms/cms_enc.d crypto/asn1/x_spki.d crypto/des/des_enc.d test/buildtest_ec.d crypto/evp/m_md5_sha1.d test/igetest.d crypto/rsa/rsa_pmeth.d crypto/bn/bn_x931p.d crypto/bio/bf_nbio.d test/buildtest_ssl2.d crypto/asn1/asn_pack.d test/hmactest.d test/drbgtest.d crypto/bio/bss_bio.d ssl/ssl_cert.d crypto/asn1/a_int.d test/buildtest_ct.d apps/smime.d crypto/evp/pmeth_gn.d crypto/x509v3/v3_asid.d crypto/bn/bn_ctx.d crypto/rsa/rsa_ssl.d crypto/asn1/p5_pbe.d test/buildtest_ui.d crypto/dh/dh_key.d crypto/x509/x509_trs.d crypto/cmac/cmac.d crypto/evp/e_old.d crypto/engine/eng_err.d crypto/asn1/x_long.d crypto/ec/ec_oct.d crypto/ocsp/ocsp_lib.d crypto/pkcs12/p12_crt.d crypto/bn/bn_dh.d crypto/aes/aes_ecb.d crypto/rsa/rsa_pss.d crypto/ec/curve448/scalar.d crypto/evp/e_des3.d test/cipherlist_test.d test/fatalerrtest.d crypto/asn1/ameth_lib.d crypto/engine/eng_cnf.d crypto/rc2/rc2cfb64.d crypto/conf/conf_mod.d crypto/ec/ecp_nistp224.d crypto/conf/conf_api.d crypto/evp/digest.d crypto/x509/x_attrib.d test/x509aux.d test/buildtest_opensslv.d crypto/engine/tb_cipher.d test/ct_test.d crypto/hmac/hm_pmeth.d crypto/rc5/rc5cfb64.d crypto/modes/ocb128.d ssl/statem/statem_dtls.d fuzz/bignum.d ssl/tls_srp.d crypto/dsa/dsa_prn.d crypto/store/store_lib.d crypto/x509/x_x509.d test/versions.d crypto/bio/bss_log.d crypto/store/store_strings.d test/bftest.d test/gosttest.d crypto/engine/eng_openssl.d crypto/sha/keccak1600.d crypto/ct/ct_vfy.d crypto/aes/aes_ofb.d crypto/engine/tb_rsa.d crypto/engine/eng_init.d test/mdc2_internal_test.d test/rsa_test.d test/ssltest_old.d crypto/comp/comp_err.d crypto/evp/bio_md.d test/rc4test.d ssl/record/rec_layer_s3.d crypto/bio/bss_sock.d test/evp_extra_test.d test/sm2_internal_test.d crypto/o_fips.d crypto/bio/b_sock2.d apps/apps.d crypto/evp/e_aes.d crypto/bn/bn_sqr.d test/testutil/tests.d test/testutil/main.d crypto/sm2/sm2_pmeth.d crypto/x509v3/pcy_tree.d crypto/async/async_wait.d crypto/x509/x509_att.d crypto/bf/bf_skey.d crypto/bio/bio_lib.d test/threadstest.d crypto/rc4/rc4_skey.d crypto/dh/dh_lib.d crypto/evp/e_null.d crypto/modes/ctr128.d crypto/asn1/a_mbstr.d crypto/idea/i_skey.d crypto/dsa/dsa_depr.d test/asn1_time_test.d ssl/statem/statem_clnt.d crypto/pkcs7/bio_pk7.d crypto/pkcs12/p12_npas.d crypto/evp/m_null.d crypto/sha/sha1_one.d crypto/ec/ecdsa_sign.d crypto/ec/ec_key.d crypto/evp/e_chacha20_poly1305.d test/testutil/test_cleanup.d crypto/seed/seed_ecb.d crypto/asn1/a_utctm.d crypto/x509/x509_set.d test/buildtest_ecdsa.d ssl/statem/extensions_srvr.d apps/cms.d test/afalgtest.d crypto/des/ecb_enc.d apps/genpkey.d ssl/ssl_conf.d apps/errstr.d crypto/x509v3/v3_bcons.d crypto/cms/cms_smime.d crypto/asn1/nsseq.d crypto/x509/t_x509.d crypto/ct/ct_err.d crypto/x509/x509name.d crypto/des/cbc_cksm.d crypto/poly1305/poly1305_ameth.d crypto/asn1/a_verify.d crypto/ocsp/ocsp_prn.d crypto/ts/ts_lib.d ssl/s3_msg.d crypto/bn/bn_mod.d test/buildtest_stack.d crypto/asn1/a_octet.d ssl/statem/extensions_clnt.d crypto/evp/m_md5.d crypto/bn/bn_gcd.d crypto/x509v3/v3_ncons.d crypto/store/store_init.d crypto/bio/bio_meth.d crypto/bn/bn_err.d test/buildtest_cmac.d crypto/bn/bn_exp2.d crypto/rc2/rc2_cbc.d crypto/kdf/scrypt.d test/mdc2test.d crypto/cmac/cm_pmeth.d crypto/cms/cms_io.d ssl/methods.d test/bioprinttest.d crypto/evp/pbe_scrypt.d crypto/modes/gcm128.d crypto/des/ofb64enc.d crypto/asn1/x_int64.d crypto/ex_data.d test/buildtest_conf_api.d test/buildtest_asn1t.d crypto/evp/m_md4.d crypto/ocsp/ocsp_err.d test/asynciotest.d crypto/engine/eng_rdrand.d test/stack_test.d crypto/bio/bio_cb.d crypto/dsa/dsa_vrf.d apps/s_cb.d crypto/ct/ct_sct_ctx.d crypto/init.d apps/bf_prefix.d test/buildtest_ebcdic.d crypto/siphash/siphash_ameth.d crypto/pkcs12/p12_utl.d crypto/asn1/tasn_scn.d crypto/rsa/rsa_none.d crypto/evp/e_cast.d crypto/mem_clr.d ssl/ssl_txt.d crypto/ec/ecp_mont.d crypto/bio/bio_err.d crypto/ec/ecx_meth.d test/testutil/cb.d crypto/bn/bn_sqrt.d crypto/x509/x509_err.d ssl/d1_srtp.d test/buildtest_dh.d crypto/asn1/a_type.d test/srptest.d ssl/ssl_utst.d crypto/asn1/tasn_dec.d crypto/ripemd/rmd_one.d crypto/rsa/rsa_x931g.d crypto/ct/ct_x509v3.d crypto/ec/ecdh_kdf.d crypto/ui/ui_openssl.d crypto/ec/ecdsa_vrf.d crypto/asn1/a_strnid.d crypto/comp/comp_lib.d crypto/ec/curve448/f_generic.d crypto/o_dir.d crypto/hmac/hm_ameth.d test/sm4_internal_test.d crypto/objects/obj_xref.d test/buildtest_rc5.d crypto/dh/dh_ameth.d crypto/err/err_all.d crypto/engine/eng_dyn.d test/rc2test.d crypto/bn/bn_word.d fuzz/bndiv.d crypto/evp/cmeth_lib.d crypto/evp/m_sha1.d crypto/ec/ec_cvt.d ssl/statem/extensions_cust.d test/crltest.d crypto/evp/m_sigver.d crypto/x509/x509_r2x.d test/gmdifftest.d crypto/bn/bn_depr.d test/ssl_test_ctx_test.d crypto/evp/p_seal.d test/clienthellotest.d crypto/asn1/x_algor.d crypto/o_init.d test/buildtest_obj_mac.d crypto/ts/ts_verify_ctx.d test/poly1305_internal_test.d crypto/engine/tb_dh.d test/buildtest_symhacks.d crypto/rc5/rc5_enc.d crypto/camellia/cmll_ofb.d crypto/ec/ec_err.d test/casttest.d crypto/cmac/cm_ameth.d crypto/sm2/sm2_crypt.d ssl/ssl_rsa.d crypto/dh/dh_pmeth.d crypto/evp/p_enc.d crypto/dsa/dsa_asn1.d crypto/dh/dh_meth.d test/buildtest_dtls1.d apps/spkac.d crypto/asn1/asn_mstbl.d crypto/ts/ts_req_utils.d crypto/modes/xts128.d test/buildtest_store.d test/time_offset_test.d test/ssl_cert_table_internal_test.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/x509/x509cset.d crypto/sm2/sm2_err.d apps/gendsa.d crypto/rsa/rsa_crpt.d crypto/bn/bn_add.d ssl/statem/statem_srvr.d fuzz/cms.d crypto/evp/m_md2.d crypto/modes/wrap128.d crypto/rsa/rsa_ossl.d test/dhtest.d crypto/bn/bn_shift.d crypto/engine/eng_table.d crypto/siphash/siphash_pmeth.d crypto/sm2/sm2_sign.d crypto/store/loader_file.d crypto/pkcs12/p12_mutl.d crypto/x509v3/v3_admis.d crypto/ec/ec_curve.d crypto/asn1/x_info.d crypto/cms/cms_sd.d crypto/bn/bn_intern.d test/buildtest_objects.d crypto/evp/p_verify.d crypto/pkcs7/pk7_asn1.d crypto/ec/ecdh_ossl.d crypto/md5/md5_dgst.d crypto/dso/dso_win32.d crypto/err/err.d crypto/asn1/tasn_utl.d ssl/ssl_err.d crypto/objects/obj_lib.d ssl/ssl_lib.d crypto/ctype.d crypto/md2/md2_dgst.d crypto/evp/bio_ok.d crypto/camellia/cmll_misc.d test/testutil/stanza.d crypto/kdf/tls1_prf.d crypto/dh/dh_rfc7919.d test/buildtest_rand.d crypto/evp/e_xcbc_d.d crypto/x509/x509spki.d test/ssl_ctx_test.d crypto/engine/eng_lib.d crypto/rsa/rsa_sign.d ssl/t1_enc.d test/siphash_internal_test.d crypto/ocsp/ocsp_cl.d crypto/evp/e_rc2.d crypto/ocsp/ocsp_srv.d test/buildtest_cast.d crypto/x509v3/v3_info.d fuzz/client.d crypto/pkcs12/p12_crpt.d crypto/cms/cms_att.d apps/pkey.d crypto/x509v3/pcy_map.d crypto/ts/ts_err.d crypto/ec/ec_ameth.d test/buildtest_rand_drbg.d crypto/bio/bf_null.d crypto/blake2/blake2b.d crypto/txt_db/txt_db.d crypto/idea/i_ecb.d crypto/async/arch/async_null.d crypto/ts/ts_rsp_verify.d apps/rand.d crypto/asn1/f_int.d crypto/cast/c_enc.d test/ectest.d crypto/bn/bn_lib.d crypto/rand/rand_win.d crypto/des/cbc_enc.d crypto/conf/conf_lib.d crypto/aes/aes_ige.d test/buildtest_camellia.d crypto/asn1/t_pkey.d crypto/asn1/asn1_gen.d crypto/asn1/a_bitstr.d crypto/dso/dso_err.d crypto/aes/aes_cbc.d crypto/x509v3/v3_ia5.d crypto/bn/bn_recp.d crypto/rsa/rsa_x931.d test/buildtest_srp.d crypto/bio/b_dump.d ssl/ssl_init.d test/dtls_mtu_test.d crypto/evp/names.d test/handshake_helper.d crypto/srp/srp_lib.d crypto/x509/x_all.d test/recordlentest.d crypto/rsa/rsa_chk.d crypto/cms/cms_err.d crypto/rsa/rsa_err.d crypto/evp/p_lib.d test/buildtest_comp.d test/buildtest_asn1.d crypto/camellia/cmll_cfb.d test/buildtest_txt_db.d crypto/bf/bf_ofb64.d test/conf_include_test.d crypto/asn1/a_digest.d crypto/x509/x_name.d apps/rehash.d test/buildtest_pem.d crypto/rc5/rc5_ecb.d crypto/evp/p_open.d crypto/x509/x509rset.d crypto/des/cfb64enc.d crypto/ocsp/ocsp_asn.d crypto/pkcs12/p12_kiss.d test/ideatest.d test/asn1_string_table_test.d crypto/x509v3/v3_crld.d crypto/pkcs12/p12_decr.d test/pbelutest.d crypto/evp/p5_crpt2.d apps/verify.d crypto/x509v3/v3_utl.d test/dsatest.d test/curve448_internal_test.d crypto/pkcs12/p12_p8d.d crypto/evp/e_aria.d crypto/pkcs12/p12_p8e.d crypto/rc2/rc2_ecb.d crypto/asn1/a_object.d crypto/x509/x509_ext.d apps/ts.d test/bntest.d apps/s_server.d test/bio_memleak_test.d test/testutil/random.d crypto/des/set_key.d test/ciphername_test.d crypto/x509v3/v3_pmaps.d crypto/engine/tb_asnmth.d apps/sess_id.d crypto/ct/ct_oct.d crypto/rsa/rsa_ameth.d crypto/asn1/x_pkey.d crypto/objects/obj_dat.d crypto/async/arch/async_posix.d apps/rsautl.d crypto/x509v3/v3_conf.d test/buildtest_blowfish.d test/testutil/output_helpers.d crypto/dh/dh_err.d crypto/dh/dh_kdf.d test/buildtest_ts.d crypto/ocsp/ocsp_ext.d crypto/ec/ec_pmeth.d ssl/ssl_asn1.d crypto/asn1/asn1_item_list.d crypto/kdf/kdf_err.d crypto/cast/c_cfb64.d crypto/o_time.d apps/dsaparam.d crypto/x509v3/v3_extku.d apps/s_client.d crypto/rsa/rsa_gen.d engines/e_ossltest.d engines/e_padlock.d test/x509_check_cert_pkey_test.d crypto/bn/bn_mont.d crypto/des/qud_cksm.d apps/pkcs7.d apps/version.d crypto/ui/ui_err.d test/buildtest_x509v3.d engines/e_dasync.d crypto/x509/x_req.d apps/ocsp.d crypto/asn1/bio_ndef.d crypto/pkcs7/pkcs7err.d test/buildtest_ssl3.d crypto/bn/bn_div.d crypto/getenv.d test/lhash_test.d crypto/dsa/dsa_lib.d crypto/buffer/buf_err.d crypto/dh/dh_check.d test/buildtest_md2.d crypto/bn/bn_blind.d apps/storeutl.d crypto/asn1/i2d_pu.d test/packettest.d crypto/async/async.d crypto/cms/cms_env.d test/uitest.d crypto/x509/x509_lu.d crypto/asn1/a_gentm.d crypto/des/cfb64ede.d crypto/bn/bn_gf2m.d test/dtlstest.d test/buildtest_tls1.d crypto/pkcs7/pk7_lib.d crypto/bn/bn_kron.d fuzz/x509.d crypto/pem/pem_info.d test/shlibloadtest.d crypto/ts/ts_req_print.d crypto/ebcdic.d apps/ca.d test/sslbuffertest.d test/verify_extra_test.d apps/asn1pars.d crypto/ui/ui_null.d crypto/dso/dso_vms.d crypto/pkcs12/p12_add.d apps/pkeyutl.d crypto/evp/e_bf.d crypto/pem/pem_pk8.d crypto/des/ofb_enc.d ssl/ssl_sess.d crypto/x509/x509_v3.d test/tls13secretstest.d test/buildtest_md4.d crypto/modes/cts128.d test/testutil/driver.d crypto/rand/rand_err.d crypto/des/str2key.d crypto/dh/dh_gen.d fuzz/crl.d ssl/bio_ssl.d crypto/pkcs12/p12_asn.d crypto/evp/m_sha3.d apps/nseq.d crypto/stack/stack.d crypto/engine/eng_ctrl.d test/sslcorrupttest.d crypto/kdf/hkdf.d crypto/x509v3/v3_akeya.d crypto/dsa/dsa_meth.d test/enginetest.d test/asn1_encode_test.d ssl/t1_lib.d crypto/bio/bf_buff.d fuzz/ct.d crypto/bf/bf_ecb.d crypto/x509v3/pcy_data.d crypto/asn1/asn1_lib.d crypto/pem/pem_xaux.d crypto/rsa/rsa_pk1.d crypto/asn1/bio_asn1.d crypto/x509v3/v3_alt.d crypto/ec/ec_kmeth.d test/bio_callback_test.d test/buildtest_crypto.d crypto/pem/pem_x509.d crypto/evp/e_sm4.d crypto/pkcs7/pk7_doit.d crypto/blake2/m_blake2s.d crypto/x509v3/v3_addr.d crypto/dsa/dsa_pmeth.d crypto/x509v3/v3err.d crypto/ec/curve448/arch_32/f_impl.d crypto/x509/t_req.d crypto/dso/dso_dlfcn.d crypto/objects/obj_err.d crypto/modes/cbc128.d crypto/x509v3/v3_sxnet.d crypto/conf/conf_def.d crypto/engine/eng_pkey.d crypto/buffer/buffer.d test/testutil/format_output.d fuzz/conf.d crypto/evp/evp_pbe.d ssl/ssl_ciph.d test/cipherbytes_test.d crypto/cms/cms_ess.d crypto/pem/pem_oth.d crypto/bio/bf_lbuf.d crypto/bn/bn_srp.d crypto/x509v3/v3_enum.d crypto/bio/b_sock.d crypto/pem/pvkfmt.d crypto/bn/bn_print.d crypto/evp/m_ripemd.d test/buildtest_sha.d crypto/store/store_register.d crypto/cast/c_skey.d test/buildtest_conf.d test/ec_internal_test.d apps/ec.d crypto/asn1/a_dup.d crypto/asn1/t_bitst.d test/buildtest_ssl.d test/buildtest_hmac.d crypto/dh/dh_prn.d fuzz/server.d apps/pkeyparam.d test/modes_internal_test.d crypto/dllmain.d crypto/pem/pem_sign.d crypto/engine/tb_digest.d crypto/x509v3/v3_pcia.d test/buildtest_safestack.d crypto/des/ecb3_enc.d apps/crl2p7.d crypto/des/fcrypt_b.d crypto/asn1/asn_moid.d crypto/conf/conf_sap.d test/asn1_decode_test.d crypto/cms/cms_kari.d crypto/x509/x_crl.d crypto/ec/ecp_smpl.d crypto/pkcs12/p12_sbag.d crypto/camellia/cmll_ecb.d crypto/rsa/rsa_prn.d crypto/engine/tb_dsa.d crypto/seed/seed_cfb.d crypto/evp/evp_cnf.d test/d2i_test.d crypto/x509v3/pcy_cache.d crypto/x509v3/v3_pku.d test/buildtest_modes.d apps/engine.d crypto/cversion.d test/rsa_complex.d crypto/x509v3/v3_cpols.d crypto/threads_none.d crypto/ui/ui_util.d crypto/poly1305/poly1305_pmeth.d crypto/ec/ec_check.d apps/speed.d test/errtest.d apps/enc.d crypto/engine/tb_pkmeth.d test/buildtest_ripemd.d crypto/asn1/tasn_typ.d crypto/bio/bss_acpt.d crypto/rsa/rsa_depr.d crypto/x509v3/v3_int.d test/buildtest_e_os2.d crypto/pkcs7/pk7_attr.d crypto/pem/pem_err.d test/ctype_internal_test.d crypto/sha/sha1dgst.d crypto/asn1/a_strex.d crypto/modes/ofb128.d crypto/x509/by_file.d crypto/sm3/m_sm3.d ssl/ssl_mcnf.d crypto/asn1/a_sign.d crypto/bn/bn_rand.d crypto/dsa/dsa_key.d test/buildtest_aes.d crypto/ec/ecp_nistp521.d crypto/engine/eng_all.d crypto/camellia/cmll_ctr.d crypto/evp/bio_enc.d crypto/md4/md4_dgst.d crypto/evp/p_dec.d test/ssltestlib.d crypto/mem_dbg.d apps/openssl.d crypto/mem.d crypto/asn1/tasn_fre.d crypto/ec/curve25519.d crypto/evp/e_seed.d crypto/bf/bf_enc.d crypto/camellia/cmll_cbc.d test/buildtest_srtp.d test/buildtest_engine.d test/x509_time_test.d crypto/x509/t_crl.d test/ssl_test_ctx.d crypto/rand/rand_unix.d test/buildtest_pkcs7.d crypto/ec/curve448/eddsa.d crypto/evp/evp_err.d crypto/bn/bn_const.d crypto/seed/seed.d crypto/x509/x509_cmp.d crypto/evp/pmeth_fn.d engines/e_capi.d crypto/rc4/rc4_enc.d crypto/lhash/lhash.d test/buildtest_whrlpool.d test/buildtest_ocsp.d crypto/bn/bn_mpi.d apps/dgst.d crypto/ec/ecp_nistp256.d crypto/asn1/i2d_pr.d ssl/record/ssl3_record.d crypto/cryptlib.d crypto/ec/ecp_oct.d ssl/s3_cbc.d crypto/cast/c_ofb64.d crypto/ec/curve448/curve448_tables.d crypto/x509v3/v3_skey.d test/x509_internal_test.d crypto/dh/dh_rfc5114.d crypto/asn1/asn_mime.d crypto/lhash/lh_stats.d test/cmactest.d test/testutil/tap_bio.d crypto/ct/ct_log.d test/buildtest_pkcs12.d crypto/rc2/rc2_skey.d crypto/aes/aes_wrap.d crypto/dso/dso_dl.d test/pkey_meth_test.d test/drbg_cavs_test.d crypto/des/cfb_enc.d crypto/rsa/rsa_mp.d crypto/asn1/a_i2d_fp.d crypto/rc5/rc5_skey.d crypto/modes/cfb128.d crypto/evp/p5_crpt.d apps/rsa.d test/buildtest_bn.d test/buildtest_idea.d crypto/ocsp/ocsp_ht.d test/cmsapitest.d crypto/cms/cms_pwri.d crypto/x509v3/v3_akey.d test/buildtest_ossl_typ.d crypto/chacha/chacha_enc.d test/buildtest_pem2.d crypto/des/ofb64ede.d crypto/pem/pem_lib.d crypto/comp/c_zlib.d crypto/asn1/d2i_pr.d test/buildtest_md5.d crypto/engine/eng_fat.d crypto/mem_sec.d crypto/bio/bss_fd.d crypto/ocsp/v3_ocsp.d test/buildtest_des.d apps/dhparam.d crypto/asn1/tasn_enc.d test/evp_test.d crypto/rsa/rsa_oaep.d apps/win32_init.d crypto/ts/ts_rsp_sign.d test/ecdsatest.d crypto/asn1/x_bignum.d crypto/evp/e_camellia.d crypto/x509v3/v3_genn.d test/bad_dtls_test.d test/buildtest_lhash.d crypto/ec/ec_asn1.d crypto/evp/evp_enc.d crypto/evp/m_mdc2.d apps/genrsa.d crypto/evp/p_sign.d crypto/idea/i_cfb64.d crypto/o_fopen.d crypto/rsa/rsa_asn1.d crypto/cms/cms_asn1.d crypto/conf/conf_mall.d apps/pkcs8.d crypto/x509/x509_obj.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/ui/ui_lib.d ssl/statem/statem.d crypto/pkcs7/pk7_smime.d crypto/x509/x509_vpm.d crypto/sha/sha512.d test/buildtest_evp.d crypto/camellia/camellia.d crypto/x509/x509_def.d crypto/bn/bn_nist.d crypto/dsa/dsa_ossl.d crypto/pkcs12/p12_attr.d apps/dsa.d crypto/pkcs7/pk7_mime.d test/buildtest_seed.d test/constant_time_test.d ssl/packet.d crypto/cast/c_ecb.d crypto/asn1/asn1_par.d crypto/x509/x_pubkey.d crypto/bio/b_print.d crypto/bio/bss_file.d test/rc5test.d test/chacha_internal_test.d crypto/x509/x509type.d crypto/err/err_prn.d apps/s_time.d crypto/ts/ts_rsp_utils.d test/buildtest_ecdh.d test/rdrand_sanitytest.d crypto/pkcs12/p12_key.d crypto/x509v3/v3_purp.d crypto/dso/dso_openssl.d ssl/d1_lib.d crypto/asn1/a_d2i_fp.d crypto/blake2/m_blake2b.d apps/req.d crypto/evp/evp_lib.d crypto/ec/ecp_nist.d crypto/asn1/tasn_prn.d crypto/asn1/p8_pkey.d crypto/store/store_err.d crypto/rand/rand_vms.d crypto/aria/aria.d crypto/srp/srp_vfy.d crypto/rc2/rc2ofb64.d crypto/dh/dh_asn1.d crypto/x509v3/v3_lib.d apps/ciphers.d crypto/x509/x509_vfy.d crypto/evp/bio_b64.d test/v3nametest.d crypto/bio/bss_conn.d test/wpackettest.d apps/passwd.d test/destest.d test/ocspapitest.d crypto/dsa/dsa_sign.d crypto/conf/conf_ssl.d crypto/bn/bn_exp.d crypto/ec/ecp_nistputil.d crypto/rc5/rc5ofb64.d crypto/evp/evp_pkey.d apps/srp.d crypto/seed/seed_cbc.d crypto/x509/x_x509a.d test/buildtest_async.d test/drbg_cavs_data.d crypto/bio/bss_null.d ssl/d1_msg.d crypto/modes/ccm128.d crypto/rand/randfile.d test/bio_enc_test.d crypto/ocsp/ocsp_vfy.d test/aborttest.d test/secmemtest.d crypto/threads_win.d crypto/evp/e_rc4_hmac_md5.d test/buildtest_x509.d crypto/threads_pthread.d apps/crl.d crypto/md2/md2_one.d test/test_test.d crypto/x509v3/pcy_node.d crypto/evp/evp_key.d apps/pkcs12.d crypto/x509/x509_req.d crypto/poly1305/poly1305.d crypto/ct/ct_prn.d crypto/x509v3/v3_bitst.d crypto/ec/ec2_smpl.d crypto/asn1/a_print.d test/md2test.d crypto/engine/eng_list.d crypto/ct/ct_sct.d crypto/pkcs12/pk12err.d test/testutil/basic_output.d ssl/tls13_enc.d ssl/record/ssl3_buffer.d crypto/evp/m_wp.d crypto/asn1/f_string.d apps/x509.d crypto/dsa/dsa_err.d test/pemtest.d crypto/md5/md5_one.d test/asynctest.d crypto/rand/rand_lib.d test/tls13ccstest.d crypto/cms/cms_dd.d crypto/asn1/tasn_new.d crypto/ct/ct_policy.d crypto/bn/bn_mul.d test/dtlsv1listentest.d crypto/asn1/p5_scrypt.d ssl/statem/extensions.d test/exdatatest.d crypto/ec/ec_mult.d crypto/asn1/d2i_pu.d crypto/ec/ec2_oct.d test/buildtest_dsa.d crypto/evp/e_idea.d crypto/bio/bss_dgram.d crypto/asn1/asn1_err.d crypto/siphash/siphash.d apps/ecparam.d apps/s_socket.d crypto/sm4/sm4.d crypto/ec/ec_print.d crypto/pem/pem_all.d crypto/engine/tb_eckey.d crypto/x509v3/v3_prn.d crypto/cms/cms_cd.d crypto/bn/bn_asm.d ssl/pqueue.d crypto/cpt_err.d test/dsa_no_digest_size_test.d test/exptest.d crypto/x509/x509_d2.d test/buildtest_kdf.d crypto/uid.d test/rsa_mp_test.d crypto/aes/aes_core.d crypto/evp/pmeth_lib.d crypto/x509v3/v3_pcons.d crypto/seed/seed_ofb.d crypto/async/async_err.d test/pkey_meth_kdf_test.d ssl/record/ssl3_record_tls13.d test/servername_test.d fuzz/test-corpus.d crypto/whrlpool/wp_dgst.d crypto/rsa/rsa_saos.d ssl/t1_trce.d ssl/record/rec_layer_d1.d crypto/ts/ts_conf.d crypto/objects/o_names.d crypto/dsa/dsa_ameth.d crypto/des/rand_key.d ssl/statem/statem_lib.d crypto/x509v3/v3_pci.d ssl/ssl_stat.d crypto/ts/ts_asn1.d test/buildtest_rsa.d crypto/bio/b_addr.d crypto/rand/rand_egd.d ssl/s3_enc.d crypto/des/xcbc_enc.d crypto/asn1/n_pkey.d crypto/x509/x509_txt.d crypto/dsa/dsa_gen.d crypto/rand/drbg_lib.d crypto/idea/i_cbc.d crypto/asn1/x_val.d crypto/ct/ct_b64.d crypto/o_str.d crypto/evp/c_allc.d crypto/pem/pem_pkey.d crypto/x509/x509_meth.d crypto/sm3/sm3.d +DEPS=crypto/x509/x_x509a.d crypto/seed/seed_cfb.d test/ct_test.d apps/genrsa.d crypto/ripemd/rmd_one.d crypto/dh/dh_gen.d test/clienthellotest.d fuzz/asn1parse.d test/buildtest_modes.d test/danetest.d crypto/evp/m_null.d crypto/asn1/p5_scrypt.d crypto/getenv.d test/buildtest_symhacks.d test/rc4test.d crypto/x509/t_x509.d test/d2i_test.d crypto/dh/dh_rfc7919.d test/x509_internal_test.d crypto/stack/stack.d crypto/ec/ec_pmeth.d test/evp_extra_test.d crypto/evp/m_sigver.d crypto/dso/dso_dlfcn.d crypto/ec/ec_check.d apps/sess_id.d crypto/x509v3/v3_info.d crypto/asn1/f_int.d test/chacha_internal_test.d crypto/engine/eng_pkey.d ssl/ssl_conf.d crypto/err/err_prn.d apps/ecparam.d test/bio_memleak_test.d crypto/pkcs12/p12_attr.d test/asn1_string_table_test.d ssl/ssl_utst.d crypto/bn/bn_mul.d crypto/x509/x_pubkey.d crypto/store/loader_file.d crypto/pkcs12/p12_asn.d test/threadstest.d test/buildtest_rsa.d test/igetest.d crypto/ui/ui_lib.d crypto/x509/x509_r2x.d crypto/ui/ui_openssl.d test/dhtest.d crypto/sm2/sm2_crypt.d crypto/evp/m_sha3.d crypto/x509/x_exten.d apps/pkey.d crypto/sha/sha512.d crypto/evp/m_wp.d crypto/rc2/rc2ofb64.d test/bad_dtls_test.d test/buildtest_x509_vfy.d test/testutil/tap_bio.d crypto/sm2/sm2_pmeth.d ssl/ssl_err.d test/buildtest_crypto.d crypto/bn/bn_print.d crypto/x509v3/v3_akey.d crypto/srp/srp_lib.d crypto/pkcs12/p12_decr.d crypto/cast/c_ofb64.d apps/ec.d crypto/dsa/dsa_depr.d test/dtlsv1listentest.d crypto/camellia/cmll_ecb.d crypto/txt_db/txt_db.d test/testutil/stanza.d crypto/evp/p_verify.d crypto/pem/pem_info.d crypto/ui/ui_null.d crypto/x509v3/pcy_tree.d crypto/x509/x509_lu.d crypto/evp/e_rc4.d crypto/bn/bn_add.d crypto/chacha/chacha_enc.d test/mdc2test.d test/buildtest_txt_db.d crypto/rand/rand_vms.d crypto/rsa/rsa_ossl.d ssl/ssl_init.d test/buildtest_pem.d apps/pkcs7.d crypto/pkcs7/pk7_doit.d crypto/x509/x509_txt.d crypto/asn1/a_object.d crypto/cms/cms_sd.d crypto/seed/seed_cbc.d crypto/cpt_err.d crypto/cast/c_cfb64.d crypto/asn1/tasn_fre.d test/buildtest_rand.d apps/ocsp.d apps/spkac.d crypto/cmac/cmac.d crypto/evp/m_mdc2.d test/cmsapitest.d crypto/ec/ecp_oct.d ssl/statem/statem_srvr.d ssl/statem/statem_dtls.d ssl/s3_cbc.d crypto/x509v3/v3_addr.d crypto/asn1/a_print.d crypto/evp/e_xcbc_d.d test/lhash_test.d test/verify_extra_test.d crypto/dsa/dsa_gen.d crypto/ec/ec_ameth.d crypto/rc2/rc2cfb64.d crypto/evp/p_enc.d crypto/dso/dso_win32.d test/ocspapitest.d crypto/idea/i_ecb.d crypto/asn1/x_info.d crypto/asn1/a_gentm.d crypto/kdf/scrypt.d crypto/dso/dso_dl.d crypto/lhash/lhash.d crypto/ts/ts_rsp_verify.d test/memleaktest.d crypto/rsa/rsa_prn.d crypto/o_fips.d crypto/bio/bss_fd.d crypto/dsa/dsa_err.d crypto/asn1/tasn_utl.d crypto/ui/ui_util.d test/ec_internal_test.d crypto/asn1/tasn_prn.d crypto/pem/pem_oth.d ssl/t1_lib.d crypto/rsa/rsa_crpt.d crypto/evp/m_ripemd.d crypto/evp/e_camellia.d crypto/asn1/asn1_par.d crypto/des/qud_cksm.d crypto/rsa/rsa_pss.d crypto/pem/pem_err.d crypto/x509v3/v3_ncons.d crypto/bn/bn_gf2m.d crypto/modes/xts128.d ssl/ssl_cert.d crypto/conf/conf_err.d crypto/x509v3/pcy_lib.d crypto/ec/ecp_nistputil.d test/casttest.d test/x509aux.d test/constant_time_test.d crypto/err/err.d crypto/bio/b_print.d crypto/bn/bn_kron.d crypto/pkcs7/pk7_smime.d crypto/asn1/a_d2i_fp.d crypto/bn/bn_blind.d crypto/conf/conf_lib.d ssl/tls13_enc.d crypto/engine/tb_dsa.d crypto/async/async_err.d crypto/x509v3/pcy_node.d crypto/bio/bf_null.d crypto/evp/evp_key.d crypto/x509/x509_req.d crypto/engine/tb_rand.d crypto/ec/curve448/curve448.d test/buildtest_idea.d crypto/x509v3/pcy_data.d test/buildtest_rand_drbg.d test/buildtest_md4.d apps/openssl.d test/ssl_cert_table_internal_test.d crypto/modes/cts128.d crypto/des/str2key.d crypto/x509v3/v3_conf.d crypto/dh/dh_lib.d crypto/rc5/rc5_skey.d crypto/x509v3/v3_genn.d crypto/conf/conf_def.d crypto/bn/bn_word.d crypto/ts/ts_lib.d apps/crl2p7.d test/buildtest_ecdh.d crypto/dsa/dsa_key.d crypto/x509v3/v3_int.d crypto/dh/dh_key.d test/buildtest_cms.d crypto/x509v3/v3_enum.d test/buildtest_stack.d crypto/rsa/rsa_sign.d crypto/x509v3/v3_bcons.d test/crltest.d crypto/ec/ec_cvt.d crypto/evp/names.d crypto/asn1/a_utctm.d crypto/evp/p_dec.d crypto/asn1/x_sig.d test/buildtest_x509.d test/asn1_decode_test.d ssl/packet.d crypto/bn/bn_sqrt.d test/buildtest_pem2.d test/ssltest_old.d apps/version.d crypto/x509v3/v3_lib.d crypto/o_fopen.d ssl/ssl_ciph.d crypto/bio/bss_sock.d crypto/hmac/hmac.d test/buildtest_ec.d test/drbg_cavs_data.d crypto/siphash/siphash_ameth.d crypto/x509/x509type.d crypto/ec/ec2_smpl.d crypto/ec/ec_asn1.d crypto/bf/bf_ofb64.d crypto/evp/evp_err.d test/buildtest_buffer.d crypto/cms/cms_lib.d crypto/threads_none.d crypto/rc5/rc5_ecb.d crypto/modes/gcm128.d crypto/asn1/evp_asn1.d crypto/bn/bn_nist.d test/buildtest_opensslv.d crypto/evp/m_sha1.d test/buildtest_md5.d crypto/asn1/asn_mime.d ssl/record/rec_layer_s3.d crypto/x509v3/v3_admis.d crypto/bio/bf_nbio.d crypto/des/ecb_enc.d crypto/x509v3/v3_pcons.d test/sm2_internal_test.d crypto/x509/x509_obj.d apps/req.d apps/nseq.d crypto/dso/dso_err.d crypto/asn1/asn1_err.d test/shlibloadtest.d test/x509_dup_cert_test.d test/testutil/testutil_init.d crypto/asn1/asn1_lib.d crypto/x509/t_req.d apps/dsaparam.d crypto/dh/dh_prn.d test/buildtest_dsa.d crypto/evp/bio_md.d crypto/asn1/a_strex.d test/buildtest_ct.d crypto/ocsp/ocsp_asn.d test/enginetest.d crypto/x509/x509_def.d crypto/asn1/i2d_pu.d crypto/pem/pem_x509.d test/buildtest_bio.d ssl/pqueue.d test/buildtest_comp.d crypto/x509/x_crl.d test/packettest.d test/v3ext.d crypto/evp/evp_enc.d crypto/md5/md5_one.d crypto/ocsp/ocsp_prn.d apps/smime.d crypto/rsa/rsa_x931.d crypto/x509/x509_meth.d apps/s_client.d crypto/blake2/m_blake2b.d crypto/ocsp/ocsp_ext.d apps/pkeyutl.d crypto/sha/sha1_one.d test/rc5test.d ssl/t1_enc.d crypto/evp/e_idea.d crypto/evp/e_bf.d crypto/buffer/buffer.d test/modes_internal_test.d test/buildtest_e_os2.d apps/enc.d test/pemtest.d apps/app_rand.d test/asynciotest.d crypto/ts/ts_rsp_sign.d apps/ts.d crypto/rand/drbg_ctr.d test/buildtest_conf.d crypto/ec/ec2_oct.d engines/e_dasync.d test/testutil/tests.d crypto/bio/bss_dgram.d crypto/idea/i_cfb64.d apps/dsa.d crypto/rsa/rsa_depr.d crypto/asn1/a_strnid.d crypto/ec/ecdh_kdf.d crypto/asn1/a_octet.d ssl/tls_srp.d crypto/evp/pmeth_gn.d test/buildtest_whrlpool.d crypto/x509/x509_vfy.d crypto/async/async_wait.d apps/bf_prefix.d crypto/engine/eng_table.d crypto/bio/bio_cb.d crypto/async/arch/async_posix.d crypto/evp/p_sign.d crypto/cms/cms_ess.d crypto/pkcs12/p12_key.d crypto/asn1/p5_pbe.d crypto/cast/c_ecb.d apps/s_time.d test/wpackettest.d test/buildtest_ocsp.d crypto/bn/bn_mpi.d ssl/record/ssl3_buffer.d apps/dgst.d crypto/whrlpool/wp_block.d crypto/evp/e_des.d crypto/evp/e_null.d test/testutil/random.d test/buildtest_bn.d test/buildtest_hmac.d test/gosttest.d crypto/x509v3/v3_cpols.d test/dtlstest.d crypto/ec/ec_print.d crypto/o_str.d crypto/dh/dh_rfc5114.d crypto/cms/cms_pwri.d crypto/bio/bio_err.d test/testutil/driver.d crypto/store/store_err.d crypto/evp/e_rc2.d crypto/x509/x509_vpm.d crypto/rsa/rsa_gen.d test/bio_callback_test.d crypto/modes/cfb128.d crypto/dsa/dsa_ossl.d test/ciphername_test.d test/conf_include_test.d test/sslcorrupttest.d test/buildtest_ossl_typ.d crypto/bio/bss_conn.d test/dtls_mtu_test.d test/buildtest_rc2.d crypto/ui/ui_err.d crypto/x509/x509_err.d crypto/idea/i_ofb64.d crypto/camellia/cmll_cbc.d crypto/store/store_strings.d crypto/cms/cms_asn1.d crypto/cast/c_enc.d test/ecdsatest.d crypto/dh/dh_err.d crypto/ts/ts_err.d crypto/engine/eng_err.d crypto/asn1/asn_moid.d crypto/store/store_register.d crypto/evp/e_cast.d crypto/ec/ecp_nist.d test/tls13encryptiontest.d apps/win32_init.d apps/genpkey.d test/buildtest_cast.d crypto/poly1305/poly1305_pmeth.d crypto/ec/ec_kmeth.d crypto/rsa/rsa_err.d test/versions.d crypto/asn1/n_pkey.d crypto/asn1/bio_asn1.d test/srptest.d crypto/rc5/rc5_enc.d test/sslapitest.d test/buildtest_ecdsa.d test/test_test.d crypto/dsa/dsa_prn.d crypto/asn1/a_digest.d test/rdrand_sanitytest.d crypto/evp/pmeth_fn.d crypto/mem.d crypto/asn1/i2d_pr.d apps/verify.d ssl/ssl_rsa.d ssl/statem/statem.d crypto/seed/seed_ecb.d crypto/evp/m_md5.d crypto/asn1/tasn_dec.d apps/apps.d crypto/pkcs7/bio_pk7.d crypto/conf/conf_ssl.d apps/gendsa.d crypto/threads_pthread.d crypto/x509/by_file.d crypto/pkcs12/p12_utl.d crypto/evp/c_allc.d ssl/d1_srtp.d crypto/ec/ecp_smpl.d crypto/sha/sha1dgst.d apps/rand.d crypto/objects/obj_lib.d apps/passwd.d crypto/bio/bf_buff.d test/sslbuffertest.d crypto/pkcs7/pk7_lib.d crypto/ec/curve448/f_generic.d crypto/dh/dh_depr.d crypto/mem_sec.d crypto/bf/bf_skey.d apps/s_socket.d crypto/dsa/dsa_sign.d crypto/des/pcbc_enc.d crypto/bio/bss_acpt.d crypto/x509/x509cset.d crypto/dh/dh_kdf.d ssl/statem/extensions_clnt.d crypto/md5/md5_dgst.d crypto/async/arch/async_win.d crypto/evp/e_rc4_hmac_md5.d crypto/asn1/a_sign.d crypto/pem/pem_sign.d test/md2test.d test/buildtest_evp.d crypto/bn/bn_intern.d crypto/bio/bss_log.d crypto/pkcs7/pk7_mime.d crypto/bn/bn_asm.d crypto/engine/tb_cipher.d crypto/asn1/tasn_scn.d test/rsa_mp_test.d crypto/objects/obj_dat.d test/buildtest_ssl3.d crypto/engine/tb_rsa.d apps/ca.d apps/storeutl.d apps/s_cb.d crypto/des/fcrypt_b.d test/exptest.d crypto/x509/x_all.d crypto/rsa/rsa_oaep.d crypto/engine/eng_all.d crypto/aes/aes_wrap.d crypto/evp/bio_enc.d ssl/ssl_stat.d test/buildtest_camellia.d test/recordlentest.d crypto/des/set_key.d crypto/aes/aes_core.d crypto/asn1/x_pkey.d crypto/ocsp/ocsp_srv.d crypto/pkcs12/p12_crpt.d crypto/x509v3/v3_skey.d crypto/bio/b_sock2.d crypto/x509v3/v3_extku.d crypto/asn1/t_spki.d crypto/engine/tb_dh.d crypto/ocsp/v3_ocsp.d crypto/rsa/rsa_saos.d crypto/x509v3/pcy_cache.d crypto/ec/curve448/scalar.d test/x509_check_cert_pkey_test.d engines/e_capi.d crypto/evp/p5_crpt.d ssl/d1_lib.d crypto/des/ofb64enc.d crypto/x509v3/v3_alt.d crypto/evp/evp_pkey.d crypto/ct/ct_policy.d crypto/threads_win.d crypto/rsa/rsa_none.d test/testutil/output_helpers.d crypto/ec/ecp_nistp521.d test/ectest.d test/testutil/basic_output.d crypto/aes/aes_ige.d crypto/bn/bn_dh.d crypto/asn1/a_utf8.d test/rsa_complex.d engines/e_ossltest.d test/dsatest.d test/dsa_no_digest_size_test.d crypto/asn1/nsseq.d crypto/kdf/hkdf.d crypto/ec/ecp_nistp224.d test/buildtest_seed.d crypto/ec/curve448/eddsa.d ssl/s3_enc.d crypto/x509v3/v3_pcia.d test/drbgtest.d test/buildtest_asn1t.d crypto/bn/bn_const.d crypto/des/rand_key.d test/buildtest_asn1.d crypto/dsa/dsa_ameth.d ssl/ssl_txt.d crypto/rsa/rsa_pmeth.d crypto/hmac/hm_pmeth.d crypto/ocsp/ocsp_ht.d test/ssl_test.d crypto/o_dir.d test/evp_test.d crypto/bn/bn_sqr.d crypto/asn1/x_algor.d crypto/bn/bn_err.d test/hmactest.d crypto/cversion.d crypto/asn1/tasn_typ.d crypto/blake2/blake2b.d crypto/pem/pem_all.d crypto/modes/ofb128.d test/buildtest_srtp.d crypto/comp/comp_lib.d ssl/statem/extensions.d crypto/ec/ec_key.d crypto/asn1/x_int64.d crypto/comp/comp_err.d crypto/evp/e_aes_cbc_hmac_sha256.d crypto/sha/sha256.d crypto/rc2/rc2_cbc.d crypto/ec/ec_lib.d crypto/des/cfb64enc.d crypto/pkcs12/p12_mutl.d test/buildtest_pkcs12.d crypto/rc4/rc4_skey.d crypto/engine/tb_asnmth.d crypto/bn/bn_exp2.d crypto/rsa/rsa_meth.d apps/speed.d crypto/camellia/cmll_ofb.d test/asn1_time_test.d crypto/asn1/asn_pack.d test/siphash_internal_test.d crypto/pkcs12/p12_npas.d test/ecstresstest.d ssl/record/ssl3_record_tls13.d crypto/evp/cmeth_lib.d crypto/rc5/rc5ofb64.d crypto/comp/c_zlib.d crypto/o_init.d crypto/bn/bn_exp.d test/sysdefaulttest.d crypto/bio/b_dump.d test/buildtest_async.d test/cipherbytes_test.d crypto/evp/digest.d crypto/x509v3/v3_ia5.d crypto/asn1/p8_pkey.d crypto/rsa/rsa_pk1.d crypto/engine/tb_eckey.d test/rsa_test.d crypto/pem/pem_pkey.d test/buildtest_ripemd.d crypto/blake2/m_blake2s.d fuzz/server.d apps/pkeyparam.d crypto/idea/i_cbc.d test/time_offset_test.d crypto/ec/ecdsa_vrf.d crypto/rc5/rc5cfb64.d crypto/dso/dso_openssl.d crypto/conf/conf_api.d test/buildtest_ui.d test/buildtest_srp.d crypto/uid.d crypto/bio/bss_null.d crypto/asn1/asn1_gen.d crypto/asn1/d2i_pu.d crypto/asn1/tasn_enc.d crypto/ts/ts_asn1.d crypto/evp/pmeth_lib.d test/bioprinttest.d crypto/evp/c_alld.d crypto/dh/dh_asn1.d test/buildtest_des.d ssl/record/dtls1_bitmap.d crypto/bn/bn_depr.d crypto/evp/encode.d apps/dhparam.d crypto/pkcs12/p12_kiss.d crypto/bn/bn_srp.d test/ctype_internal_test.d crypto/dsa/dsa_lib.d test/testutil/test_cleanup.d fuzz/bignum.d test/x509_time_test.d crypto/asn1/a_type.d test/buildtest_sha.d ssl/d1_msg.d apps/opt.d apps/engine.d crypto/poly1305/poly1305_ameth.d ssl/methods.d ssl/ssl_mcnf.d crypto/des/des_enc.d crypto/x509/x509_att.d crypto/x509/x_name.d crypto/engine/tb_pkmeth.d crypto/dh/dh_pmeth.d crypto/modes/ocb128.d crypto/camellia/cmll_cfb.d crypto/x509v3/v3_bitst.d crypto/pkcs7/pk7_asn1.d crypto/evp/e_aes_cbc_hmac_sha1.d crypto/pem/pem_lib.d test/fatalerrtest.d crypto/x509/x509spki.d crypto/sm3/sm3.d ssl/record/ssl3_record.d crypto/x509/x509_ext.d crypto/bio/bio_meth.d crypto/ct/ct_log.d test/buildtest_tls1.d crypto/engine/eng_rdrand.d crypto/bn/bn_recp.d crypto/asn1/t_bitst.d test/poly1305_internal_test.d crypto/bf/bf_ecb.d crypto/conf/conf_mall.d crypto/engine/eng_init.d ssl/statem/extensions_srvr.d crypto/engine/eng_cnf.d crypto/x509v3/v3_sxnet.d crypto/asn1/asn1_item_list.d crypto/sm2/sm2_sign.d crypto/ts/ts_req_print.d crypto/x509/x509_cmp.d test/tls13ccstest.d apps/pkcs8.d apps/pkcs12.d crypto/dh/dh_check.d crypto/cmac/cm_pmeth.d test/buildtest_md2.d test/buildtest_kdf.d test/buildtest_blowfish.d crypto/engine/eng_fat.d crypto/poly1305/poly1305.d crypto/evp/m_md4.d test/ssl_test_ctx.d crypto/ex_data.d crypto/x509/x_attrib.d crypto/evp/p5_crpt2.d crypto/kdf/kdf_err.d crypto/x509/x509rset.d crypto/buffer/buf_err.d crypto/dh/dh_meth.d crypto/aes/aes_cfb.d crypto/evp/p_open.d crypto/cast/c_skey.d test/buildtest_objects.d fuzz/ct.d test/asn1_internal_test.d crypto/asn1/d2i_pr.d crypto/cms/cms_dd.d crypto/siphash/siphash_pmeth.d test/bio_enc_test.d fuzz/bndiv.d crypto/ocsp/ocsp_err.d apps/srp.d ssl/record/rec_layer_d1.d crypto/asn1/ameth_lib.d crypto/x509/x_x509.d crypto/x509/x509_d2.d crypto/bf/bf_enc.d apps/errstr.d test/cipherlist_test.d crypto/pkcs12/p12_p8e.d test/tls13secretstest.d crypto/ts/ts_req_utils.d crypto/ocsp/ocsp_lib.d crypto/engine/tb_digest.d crypto/ec/ecdsa_ossl.d ssl/statem/statem_lib.d test/aborttest.d crypto/rc2/rc2_skey.d ssl/bio_ssl.d crypto/pkcs7/pk7_attr.d apps/s_server.d fuzz/test-corpus.d crypto/sm4/sm4.d ssl/ssl_asn1.d crypto/evp/e_sm4.d crypto/async/arch/async_null.d crypto/whrlpool/wp_dgst.d crypto/ec/ec_curve.d ssl/ssl_sess.d apps/rsa.d crypto/ec/ecp_nistp256.d crypto/bn/bn_prime.d test/secmemtest.d crypto/pem/pem_xaux.d crypto/rand/drbg_lib.d crypto/rc2/rc2_ecb.d crypto/rsa/rsa_asn1.d apps/prime.d crypto/bn/bn_mont.d crypto/o_time.d crypto/evp/evp_pbe.d crypto/cms/cms_io.d test/destest.d crypto/bn/bn_gcd.d crypto/asn1/a_bitstr.d crypto/x509v3/v3_asid.d crypto/bn/bn_x931p.d crypto/pem/pvkfmt.d crypto/x509v3/v3err.d crypto/asn1/x_long.d crypto/ebcdic.d crypto/dh/dh_ameth.d crypto/ocsp/ocsp_vfy.d test/exdatatest.d crypto/asn1/a_dup.d crypto/x509v3/v3_tlsf.d crypto/ocsp/ocsp_cl.d crypto/seed/seed.d test/drbg_cavs_test.d crypto/des/cbc_enc.d crypto/bn/bn_ctx.d crypto/cms/cms_err.d crypto/des/xcbc_enc.d test/bntest.d crypto/evp/evp_lib.d test/testutil/cb.d test/buildtest_dh.d crypto/rand/randfile.d crypto/bio/b_sock.d test/ideatest.d crypto/bio/bss_bio.d crypto/dso/dso_vms.d test/errtest.d crypto/ec/ecp_mont.d crypto/bn/bn_mod.d crypto/des/cfb64ede.d crypto/store/store_init.d crypto/blake2/blake2s.d crypto/ec/ec_err.d crypto/md2/md2_one.d crypto/dso/dso_lib.d crypto/rand/rand_unix.d test/buildtest_ssl2.d crypto/cms/cms_smime.d crypto/rc4/rc4_enc.d crypto/evp/p_lib.d crypto/modes/ccm128.d crypto/cms/cms_enc.d crypto/des/ofb_enc.d crypto/ct/ct_err.d crypto/ct/ct_b64.d crypto/ctype.d apps/rehash.d test/sm4_internal_test.d test/buildtest_dtls1.d ssl/statem/statem_clnt.d fuzz/cms.d crypto/ts/ts_rsp_print.d ssl/s3_msg.d crypto/rsa/rsa_x931g.d fuzz/conf.d crypto/ec/eck_prn.d crypto/asn1/t_pkey.d ssl/ssl_lib.d test/sanitytest.d crypto/rsa/rsa_ameth.d crypto/hmac/hm_ameth.d crypto/asn1/x_spki.d crypto/aes/aes_ofb.d crypto/dsa/dsa_pmeth.d crypto/async/async.d crypto/des/cbc_cksm.d crypto/evp/m_md5_sha1.d test/asn1_encode_test.d crypto/ct/ct_sct_ctx.d crypto/rsa/rsa_mp.d crypto/ct/ct_sct.d crypto/rand/rand_egd.d fuzz/asn1.d crypto/x509v3/v3_akeya.d test/testutil/main.d crypto/bio/bss_file.d test/buildtest_rc5.d crypto/modes/cbc128.d engines/e_padlock.d crypto/x509v3/v3_prn.d crypto/x509v3/v3_utl.d test/buildtest_obj_mac.d test/afalgtest.d test/testutil/format_output.d crypto/asn1/a_i2d_fp.d test/asynctest.d crypto/pkcs12/p12_sbag.d test/uitest.d crypto/bn/bn_shift.d test/servername_test.d crypto/modes/ctr128.d crypto/md4/md4_dgst.d apps/ciphers.d test/v3nametest.d crypto/des/ofb64ede.d crypto/pkcs12/pk12err.d crypto/dsa/dsa_meth.d crypto/asn1/f_string.d crypto/x509v3/v3_pci.d test/bftest.d crypto/engine/eng_lib.d crypto/sha/keccak1600.d crypto/pkcs7/pkcs7err.d crypto/store/store_lib.d crypto/camellia/cmll_ctr.d crypto/rand/rand_win.d crypto/ec/curve25519.d crypto/mem_dbg.d crypto/aes/aes_ecb.d crypto/evp/e_rc5.d crypto/engine/eng_list.d crypto/aes/aes_misc.d apps/cms.d crypto/des/cfb_enc.d crypto/x509/x509_trs.d crypto/ec/ecdh_ossl.d crypto/des/fcrypt.d test/curve448_internal_test.d crypto/ec/ec_oct.d test/buildtest_store.d crypto/bio/bio_lib.d crypto/x509/by_dir.d crypto/dsa/dsa_vrf.d crypto/ec/ecdsa_sign.d crypto/engine/eng_ctrl.d crypto/cms/cms_att.d crypto/evp/bio_b64.d test/ssl_ctx_test.d crypto/rsa/rsa_ssl.d crypto/ts/ts_conf.d test/buildtest_rc4.d crypto/sm3/m_sm3.d test/handshake_helper.d crypto/pem/pem_pk8.d crypto/dllmain.d crypto/rsa/rsa_chk.d crypto/bn/bn_lib.d crypto/cms/cms_env.d crypto/cms/cms_kari.d crypto/ts/ts_rsp_utils.d crypto/ct/ct_oct.d crypto/x509v3/v3_pmaps.d crypto/objects/obj_err.d crypto/pkcs12/p12_p8d.d crypto/x509/x509_set.d crypto/evp/m_md2.d crypto/evp/p_seal.d crypto/des/ecb3_enc.d apps/crl.d crypto/conf/conf_sap.d test/pkey_meth_kdf_test.d test/buildtest_aes.d crypto/mem_clr.d crypto/asn1/tasn_new.d test/cmactest.d crypto/evp/e_aes.d crypto/idea/i_skey.d ssl/t1_trce.d crypto/ripemd/rmd_dgst.d crypto/md4/md4_one.d crypto/rsa/rsa_lib.d test/ssl_test_ctx_test.d test/pbelutest.d ssl/s3_lib.d crypto/evp/bio_ok.d crypto/err/err_all.d crypto/ec/curve448/arch_32/f_impl.d crypto/camellia/camellia.d crypto/ct/ct_prn.d crypto/bio/bf_lbuf.d fuzz/client.d crypto/asn1/bio_ndef.d crypto/srp/srp_vfy.d crypto/evp/evp_cnf.d test/buildtest_ts.d apps/asn1pars.d crypto/modes/wrap128.d test/buildtest_conf_api.d apps/rsautl.d crypto/ct/ct_vfy.d crypto/evp/e_old.d test/gmdifftest.d crypto/objects/obj_xref.d crypto/evp/e_seed.d crypto/objects/o_names.d crypto/bio/bss_mem.d crypto/init.d crypto/seed/seed_ofb.d crypto/x509v3/v3_pku.d crypto/ec/ecx_meth.d crypto/x509/x509name.d crypto/bio/b_addr.d crypto/asn1/p5_pbev2.d apps/x509.d crypto/camellia/cmll_misc.d test/buildtest_ssl.d crypto/cmac/cm_ameth.d crypto/asn1/a_int.d crypto/engine/eng_openssl.d crypto/x509/x509_v3.d test/pkey_meth_test.d crypto/cms/cms_cd.d crypto/bf/bf_cfb64.d crypto/x509v3/v3_crld.d crypto/x509/t_crl.d fuzz/crl.d test/buildtest_lhash.d test/buildtest_engine.d crypto/asn1/a_mbstr.d crypto/evp/e_des3.d crypto/evp/e_aria.d crypto/rand/rand_err.d test/buildtest_cmac.d crypto/asn1/a_verify.d crypto/x509/x_req.d crypto/siphash/siphash.d crypto/cryptlib.d crypto/md2/md2_dgst.d crypto/asn1/a_time.d crypto/ts/ts_verify_ctx.d crypto/bn/bn_rand.d crypto/rand/rand_lib.d test/ssltestlib.d crypto/x509v3/v3_purp.d test/mdc2_internal_test.d ssl/statem/extensions_cust.d test/stack_test.d crypto/sm2/sm2_err.d crypto/ec/curve448/curve448_tables.d crypto/kdf/tls1_prf.d crypto/evp/e_chacha20_poly1305.d test/buildtest_pkcs7.d crypto/ct/ct_x509v3.d crypto/asn1/x_bignum.d test/buildtest_ebcdic.d crypto/asn1/x_val.d crypto/lhash/lh_stats.d crypto/ec/ec_mult.d test/buildtest_x509v3.d crypto/aria/aria.d crypto/conf/conf_mod.d crypto/pkcs12/p12_add.d crypto/dsa/dsa_asn1.d crypto/pkcs12/p12_crt.d test/rc2test.d crypto/x509v3/pcy_map.d crypto/engine/eng_dyn.d crypto/aes/aes_cbc.d crypto/pkcs12/p12_init.d fuzz/x509.d crypto/asn1/asn_mstbl.d crypto/evp/pbe_scrypt.d test/buildtest_safestack.d crypto/bn/bn_div.d GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/dso_conf.h include/openssl/opensslconf.h GENERATED=apps/CA.pl apps/openssl.rc apps/progs.h apps/tsget.pl crypto/buildinf.h libcrypto.def libcrypto.rc libssl.def libssl.rc test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md2.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_rc5.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_ssl3.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash util/shlib_wrap.sh @@ -269,7 +269,6 @@ clean: libclean $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc -$(RM) `find . -type l \! -name '.*' -print` - $(RM) $(TARFILE) distclean: clean $(RM) configdata.pm @@ -9638,7 +9637,7 @@ crypto/x509 crypto/x509/: crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509 crypto/x509v3 crypto/x509v3/: crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o engines engines/: engines/capi.dll engines/dasync.dll engines/ossltest.dll engines/padlock.dll fuzz fuzz/: fuzz/asn1-test.exe fuzz/asn1parse-test.exe fuzz/bignum-test.exe fuzz/bndiv-test.exe fuzz/client-test.exe fuzz/cms-test.exe fuzz/conf-test.exe fuzz/crl-test.exe fuzz/ct-test.exe fuzz/server-test.exe fuzz/x509-test.exe -ssl ssl/: ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o ssl/packet.o ssl/tls13_enc.o +ssl ssl/: ssl/packet.o ssl/tls13_enc.o ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o @ : No support to produce bin test/tls13secretstest ssl/record ssl/record/: ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/statem ssl/statem/: ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o diff --git a/upstream-build/makefile/x86_64-win32-msvc b/upstream-build/makefile/x86_64-win32-msvc index 7a7c5e1..f8925da 100644 --- a/upstream-build/makefile/x86_64-win32-msvc +++ b/upstream-build/makefile/x86_64-win32-msvc @@ -10,7 +10,7 @@ PLATFORM=VC-WIN64A SRCDIR=.. BLDDIR=. -VERSION=1.1.1k +VERSION=1.1.1l MAJOR=1 MINOR=1.1 @@ -25,7 +25,7 @@ PROGRAMS=apps\openssl.exe fuzz\asn1-test.exe fuzz\asn1parse-test.exe fuzz\bignum PROGRAMPDBS=apps\openssl.pdb fuzz\asn1-test.pdb fuzz\asn1parse-test.pdb fuzz\bignum-test.pdb fuzz\bndiv-test.pdb fuzz\client-test.pdb fuzz\cms-test.pdb fuzz\conf-test.pdb fuzz\crl-test.pdb fuzz\ct-test.pdb fuzz\server-test.pdb fuzz\x509-test.pdb test\aborttest.pdb test\afalgtest.pdb test\asn1_decode_test.pdb test\asn1_encode_test.pdb test\asn1_internal_test.pdb test\asn1_string_table_test.pdb test\asn1_time_test.pdb test\asynciotest.pdb test\asynctest.pdb test\bad_dtls_test.pdb test\bftest.pdb test\bio_callback_test.pdb test\bio_enc_test.pdb test\bio_memleak_test.pdb test\bioprinttest.pdb test\bntest.pdb test\buildtest_c_aes.pdb test\buildtest_c_asn1.pdb test\buildtest_c_asn1t.pdb test\buildtest_c_async.pdb test\buildtest_c_bio.pdb test\buildtest_c_blowfish.pdb test\buildtest_c_bn.pdb test\buildtest_c_buffer.pdb test\buildtest_c_camellia.pdb test\buildtest_c_cast.pdb test\buildtest_c_cmac.pdb test\buildtest_c_cms.pdb test\buildtest_c_comp.pdb test\buildtest_c_conf.pdb test\buildtest_c_conf_api.pdb test\buildtest_c_crypto.pdb test\buildtest_c_ct.pdb test\buildtest_c_des.pdb test\buildtest_c_dh.pdb test\buildtest_c_dsa.pdb test\buildtest_c_dtls1.pdb test\buildtest_c_e_os2.pdb test\buildtest_c_ebcdic.pdb test\buildtest_c_ec.pdb test\buildtest_c_ecdh.pdb test\buildtest_c_ecdsa.pdb test\buildtest_c_engine.pdb test\buildtest_c_evp.pdb test\buildtest_c_hmac.pdb test\buildtest_c_idea.pdb test\buildtest_c_kdf.pdb test\buildtest_c_lhash.pdb test\buildtest_c_md2.pdb test\buildtest_c_md4.pdb test\buildtest_c_md5.pdb test\buildtest_c_modes.pdb test\buildtest_c_obj_mac.pdb test\buildtest_c_objects.pdb test\buildtest_c_ocsp.pdb test\buildtest_c_opensslv.pdb test\buildtest_c_ossl_typ.pdb test\buildtest_c_pem.pdb test\buildtest_c_pem2.pdb test\buildtest_c_pkcs12.pdb test\buildtest_c_pkcs7.pdb test\buildtest_c_rand.pdb test\buildtest_c_rand_drbg.pdb test\buildtest_c_rc2.pdb test\buildtest_c_rc4.pdb test\buildtest_c_rc5.pdb test\buildtest_c_ripemd.pdb test\buildtest_c_rsa.pdb test\buildtest_c_safestack.pdb test\buildtest_c_seed.pdb test\buildtest_c_sha.pdb test\buildtest_c_srp.pdb test\buildtest_c_srtp.pdb test\buildtest_c_ssl.pdb test\buildtest_c_ssl2.pdb test\buildtest_c_ssl3.pdb test\buildtest_c_stack.pdb test\buildtest_c_store.pdb test\buildtest_c_symhacks.pdb test\buildtest_c_tls1.pdb test\buildtest_c_ts.pdb test\buildtest_c_txt_db.pdb test\buildtest_c_ui.pdb test\buildtest_c_whrlpool.pdb test\buildtest_c_x509.pdb test\buildtest_c_x509_vfy.pdb test\buildtest_c_x509v3.pdb test\casttest.pdb test\chacha_internal_test.pdb test\cipherbytes_test.pdb test\cipherlist_test.pdb test\ciphername_test.pdb test\clienthellotest.pdb test\cmactest.pdb test\cmsapitest.pdb test\conf_include_test.pdb test\constant_time_test.pdb test\crltest.pdb test\ct_test.pdb test\ctype_internal_test.pdb test\curve448_internal_test.pdb test\d2i_test.pdb test\danetest.pdb test\destest.pdb test\dhtest.pdb test\drbg_cavs_test.pdb test\drbgtest.pdb test\dsa_no_digest_size_test.pdb test\dsatest.pdb test\dtls_mtu_test.pdb test\dtlstest.pdb test\dtlsv1listentest.pdb test\ec_internal_test.pdb test\ecdsatest.pdb test\ecstresstest.pdb test\ectest.pdb test\enginetest.pdb test\errtest.pdb test\evp_extra_test.pdb test\evp_test.pdb test\exdatatest.pdb test\exptest.pdb test\fatalerrtest.pdb test\gmdifftest.pdb test\gosttest.pdb test\hmactest.pdb test\ideatest.pdb test\igetest.pdb test\lhash_test.pdb test\md2test.pdb test\mdc2test.pdb test\memleaktest.pdb test\modes_internal_test.pdb test\ocspapitest.pdb test\packettest.pdb test\pbelutest.pdb test\pemtest.pdb test\pkey_meth_kdf_test.pdb test\pkey_meth_test.pdb test\poly1305_internal_test.pdb test\rc2test.pdb test\rc4test.pdb test\rc5test.pdb test\rdrand_sanitytest.pdb test\recordlentest.pdb test\rsa_complex.pdb test\rsa_mp_test.pdb test\rsa_test.pdb test\sanitytest.pdb test\secmemtest.pdb test\servername_test.pdb test\shlibloadtest.pdb test\siphash_internal_test.pdb test\sm2_internal_test.pdb test\sm4_internal_test.pdb test\srptest.pdb test\ssl_cert_table_internal_test.pdb test\ssl_ctx_test.pdb test\ssl_test.pdb test\ssl_test_ctx_test.pdb test\sslapitest.pdb test\sslbuffertest.pdb test\sslcorrupttest.pdb test\ssltest_old.pdb test\stack_test.pdb test\sysdefaulttest.pdb test\test_test.pdb test\threadstest.pdb test\time_offset_test.pdb test\tls13ccstest.pdb test\tls13encryptiontest.pdb test\tls13secretstest.pdb test\uitest.pdb test\v3ext.pdb test\v3nametest.pdb test\verify_extra_test.pdb test\versions.pdb test\wpackettest.pdb test\x509_check_cert_pkey_test.pdb test\x509_dup_cert_test.pdb test\x509_internal_test.pdb test\x509_time_test.pdb test\x509aux.pdb SCRIPTS=apps\CA.pl apps\tsget.pl tools\c_rehash.pl -DEPS=crypto\pem\pem_lib.d crypto\engine\tb_dh.d crypto\evp\e_des.d crypto\x509\x509_lu.d crypto\siphash\siphash_pmeth.d test\buildtest_blowfish.d crypto\evp\pmeth_lib.d crypto\bio\bss_fd.d crypto\ts\ts_asn1.d crypto\pem\pem_pk8.d test\sm4_internal_test.d crypto\asn1\tasn_new.d test\destest.d crypto\evp\e_des3.d ssl\statem\statem_dtls.d test\errtest.d test\evp_extra_test.d crypto\lhash\lhash.d crypto\bn\bn_rand.d crypto\store\store_strings.d crypto\evp\evp_lib.d test\rc4test.d crypto\conf\conf_err.d test\dtlstest.d crypto\x509v3\v3_sxnet.d crypto\modes\gcm128.d crypto\asn1\tasn_dec.d test\testutil\driver.d ssl\t1_lib.d test\asynciotest.d test\buildtest_store.d crypto\cms\cms_pwri.d crypto\ct\ct_log.d crypto\dh\dh_rfc5114.d crypto\x509v3\pcy_map.d crypto\evp\e_seed.d crypto\asn1\x_long.d crypto\bio\bio_meth.d crypto\bn\bn_add.d crypto\bio\bss_bio.d crypto\store\loader_file.d crypto\bio\bio_lib.d crypto\ts\ts_rsp_verify.d crypto\ec\ec_lib.d crypto\bf\bf_enc.d crypto\md5\md5_one.d crypto\engine\tb_rsa.d crypto\blake2\m_blake2s.d crypto\pkcs12\p12_crpt.d crypto\evp\e_chacha20_poly1305.d apps\asn1pars.d test\lhash_test.d test\rdrand_sanitytest.d crypto\sm2\sm2_pmeth.d crypto\pkcs7\pk7_mime.d crypto\sha\sha1_one.d crypto\rsa\rsa_none.d apps\pkeyparam.d crypto\rc2\rc2_ecb.d apps\win32_init.d test\x509_internal_test.d crypto\pem\pem_sign.d crypto\rand\rand_err.d crypto\ui\ui_lib.d crypto\bn\bn_x931p.d crypto\rsa\rsa_saos.d test\rc5test.d fuzz\server.d test\tls13ccstest.d crypto\engine\tb_cipher.d crypto\bio\b_dump.d apps\s_socket.d crypto\pkcs12\p12_sbag.d crypto\asn1\p5_scrypt.d crypto\ec\ecp_nist.d engines\e_capi.d crypto\evp\bio_enc.d crypto\rand\rand_win.d crypto\hmac\hm_ameth.d crypto\getenv.d crypto\asn1\asn_mstbl.d test\x509aux.d crypto\x509\x_req.d crypto\rsa\rsa_pk1.d test\asn1_time_test.d crypto\rand\drbg_ctr.d test\buildtest_dh.d crypto\cast\c_enc.d test\mdc2_internal_test.d test\ssl_test_ctx.d crypto\asn1\tasn_scn.d crypto\ec\eck_prn.d test\threadstest.d crypto\rand\rand_unix.d ssl\statem\extensions_srvr.d crypto\ui\ui_null.d ssl\record\ssl3_buffer.d test\buildtest_tls1.d crypto\asn1\x_val.d crypto\dso\dso_win32.d crypto\bio\bss_file.d crypto\rand\rand_egd.d crypto\ec\ecdsa_ossl.d crypto\evp\e_rc5.d crypto\dh\dh_pmeth.d test\asn1_internal_test.d crypto\asn1\tasn_fre.d crypto\ocsp\ocsp_cl.d crypto\aes\aes_wrap.d crypto\sm3\sm3.d crypto\threads_none.d test\asynctest.d crypto\engine\eng_err.d crypto\ts\ts_err.d crypto\evp\encode.d crypto\threads_pthread.d crypto\sha\sha512.d crypto\buffer\buffer.d crypto\md2\md2_dgst.d crypto\async\arch\async_win.d crypto\asn1\a_print.d fuzz\crl.d ms\applink.d test\buildtest_rc2.d apps\storeutl.d crypto\cryptlib.d crypto\asn1\evp_asn1.d crypto\engine\tb_dsa.d test\sslbuffertest.d apps\ecparam.d crypto\evp\e_cast.d crypto\txt_db\txt_db.d crypto\cpt_err.d crypto\x509\x_all.d ssl\ssl_err.d crypto\ec\ec_err.d crypto\ec\ec2_oct.d ssl\statem\statem_srvr.d apps\rand.d crypto\ui\ui_util.d crypto\asn1\d2i_pu.d test\ssl_ctx_test.d crypto\aes\aes_core.d test\buildtest_bn.d crypto\ct\ct_b64.d crypto\x509v3\v3_ia5.d crypto\rsa\rsa_mp.d engines\e_dasync.d apps\smime.d fuzz\test-corpus.d test\v3ext.d test\shlibloadtest.d crypto\asn1\asn_mime.d crypto\mem.d crypto\o_str.d test\buildtest_rsa.d crypto\asn1\i2d_pu.d crypto\seed\seed_cfb.d test\asn1_decode_test.d crypto\engine\eng_rdrand.d apps\pkcs7.d crypto\evp\e_idea.d ssl\ssl_init.d crypto\pem\pem_pkey.d crypto\kdf\kdf_err.d crypto\evp\m_wp.d crypto\idea\i_ecb.d crypto\conf\conf_lib.d crypto\rc2\rc2_skey.d crypto\bio\bss_log.d apps\verify.d crypto\rc5\rc5ofb64.d crypto\evp\m_sha1.d test\buildtest_cmac.d crypto\asn1\t_bitst.d crypto\bn\bn_word.d crypto\sha\sha1dgst.d crypto\des\fcrypt.d crypto\evp\evp_pkey.d crypto\pkcs12\p12_kiss.d crypto\init.d test\buildtest_ssl.d crypto\dsa\dsa_gen.d crypto\asn1\a_object.d apps\gendsa.d crypto\x509\x_crl.d ssl\ssl_mcnf.d crypto\ts\ts_lib.d crypto\x509\x509_txt.d engines\e_padlock.d crypto\x509\x509_set.d fuzz\cms.d crypto\bio\bf_buff.d crypto\cms\cms_smime.d test\buildtest_crypto.d crypto\pkcs12\p12_p8d.d test\sslcorrupttest.d apps\openssl.d crypto\x509v3\v3_akeya.d crypto\ct\ct_sct.d apps\sess_id.d crypto\asn1\ameth_lib.d crypto\dso\dso_lib.d crypto\bio\bss_sock.d crypto\des\ofb64ede.d test\curve448_internal_test.d engines\e_ossltest.d crypto\dsa\dsa_key.d ssl\record\ssl3_record_tls13.d crypto\idea\i_cfb64.d crypto\rsa\rsa_gen.d test\dhtest.d crypto\asn1\bio_asn1.d crypto\asn1\x_bignum.d test\buildtest_ebcdic.d crypto\ripemd\rmd_one.d test\buildtest_ssl2.d apps\s_time.d crypto\engine\tb_eckey.d crypto\x509\x509_req.d test\buildtest_asn1t.d crypto\cms\cms_env.d test\buildtest_ui.d fuzz\asn1.d test\time_offset_test.d crypto\ec\ecp_mont.d crypto\rand\rand_lib.d crypto\ec\ec_asn1.d crypto\mem_clr.d crypto\x509\by_file.d crypto\ts\ts_conf.d test\afalgtest.d ssl\statem\statem_clnt.d crypto\whrlpool\wp_dgst.d crypto\dh\dh_check.d crypto\camellia\cmll_misc.d crypto\ui\ui_err.d test\buildtest_idea.d crypto\cmac\cmac.d test\buildtest_des.d apps\pkcs8.d test\testutil\basic_output.d crypto\dso\dso_dl.d crypto\evp\m_sigver.d crypto\ec\ecx_meth.d crypto\objects\obj_dat.d test\bio_memleak_test.d crypto\ctype.d test\aborttest.d crypto\evp\evp_enc.d crypto\pem\pem_all.d test\pkey_meth_kdf_test.d crypto\dh\dh_meth.d test\dtls_mtu_test.d crypto\engine\eng_dyn.d crypto\seed\seed_ecb.d test\pbelutest.d crypto\evp\e_null.d test\secmemtest.d test\packettest.d ssl\record\rec_layer_s3.d ssl\ssl_sess.d crypto\engine\eng_lib.d ssl\packet.d crypto\evp\m_sha3.d crypto\bio\b_addr.d test\tls13secretstest.d crypto\poly1305\poly1305_ameth.d crypto\rc5\rc5_enc.d crypto\ocsp\ocsp_asn.d crypto\des\qud_cksm.d test\drbg_cavs_test.d crypto\engine\tb_pkmeth.d apps\dsaparam.d crypto\asn1\x_algor.d test\verify_extra_test.d crypto\des\cbc_enc.d crypto\asn1\asn1_err.d ssl\record\ssl3_record.d crypto\modes\ccm128.d apps\version.d test\testutil\test_cleanup.d ssl\s3_enc.d crypto\x509\x509_d2.d crypto\x509v3\v3_prn.d crypto\camellia\cmll_ofb.d test\cipherbytes_test.d crypto\asn1\a_time.d test\cmsapitest.d test\buildtest_hmac.d test\handshake_helper.d crypto\bn\bn_asm.d test\exdatatest.d apps\ciphers.d fuzz\client.d test\drbg_cavs_data.d crypto\x509v3\v3_pmaps.d crypto\store\store_register.d crypto\modes\ocb128.d crypto\md5\md5_dgst.d crypto\store\store_lib.d crypto\pem\pem_xaux.d crypto\sha\sha256.d apps\enc.d crypto\blake2\m_blake2b.d crypto\ts\ts_verify_ctx.d crypto\asn1\asn_moid.d test\ideatest.d apps\genpkey.d crypto\ec\ec_ameth.d apps\s_cb.d test\testutil\stanza.d crypto\asn1\x_spki.d crypto\bio\b_sock.d crypto\siphash\siphash_ameth.d crypto\modes\ctr128.d crypto\ts\ts_rsp_print.d crypto\engine\tb_digest.d crypto\sm4\sm4.d crypto\rand\randfile.d test\bad_dtls_test.d crypto\pkcs12\p12_init.d crypto\engine\eng_ctrl.d crypto\bn\bn_gcd.d crypto\conf\conf_def.d crypto\x509v3\v3_conf.d ssl\record\rec_layer_d1.d test\enginetest.d crypto\bn\bn_prime.d crypto\modes\cbc128.d apps\s_server.d test\buildtest_asn1.d apps\nseq.d ssl\ssl_lib.d crypto\evp\m_md5.d crypto\ec\ecp_nistp224.d fuzz\conf.d ssl\statem\statem_lib.d crypto\x509\t_x509.d crypto\rc5\rc5_skey.d crypto\dh\dh_gen.d crypto\x509v3\v3_addr.d crypto\des\cfb64enc.d crypto\aes\aes_cbc.d crypto\bn\bn_sqr.d crypto\rc2\rc2ofb64.d test\evp_test.d crypto\evp\evp_key.d crypto\buffer\buf_err.d crypto\ec\ecp_nistp256.d crypto\cms\cms_err.d crypto\mem_sec.d fuzz\asn1parse.d crypto\asn1\a_sign.d crypto\ec\ecp_nistp521.d crypto\x509v3\v3_alt.d ssl\tls_srp.d test\tls13encryptiontest.d crypto\evp\e_bf.d test\buildtest_bio.d test\crltest.d crypto\pkcs7\pk7_smime.d crypto\bn\bn_nist.d crypto\pkcs7\pk7_lib.d test\x509_dup_cert_test.d crypto\bio\bss_conn.d crypto\dsa\dsa_ossl.d test\buildtest_whrlpool.d apps\apps.d crypto\seed\seed.d crypto\pkcs12\p12_npas.d crypto\sm2\sm2_err.d test\buildtest_rc4.d test\buildtest_ripemd.d test\dtlsv1listentest.d test\dsatest.d crypto\cms\cms_sd.d test\uitest.d crypto\pkcs12\p12_decr.d test\buildtest_sha.d test\bio_callback_test.d crypto\rsa\rsa_meth.d crypto\modes\cts128.d crypto\cms\cms_asn1.d crypto\des\cbc_cksm.d apps\cms.d test\bntest.d crypto\rsa\rsa_lib.d crypto\dh\dh_key.d test\casttest.d crypto\asn1\p5_pbev2.d test\ctype_internal_test.d test\buildtest_md5.d crypto\ec\ecdsa_sign.d crypto\evp\cmeth_lib.d apps\ec.d crypto\rsa\rsa_ossl.d crypto\ec\ec2_smpl.d crypto\asn1\a_mbstr.d crypto\bn\bn_mod.d crypto\x509v3\v3_lib.d crypto\x509v3\pcy_data.d ssl\statem\extensions_clnt.d crypto\evp\bio_ok.d crypto\asn1\asn1_lib.d crypto\des\cfb_enc.d crypto\conf\conf_sap.d crypto\x509\x509_r2x.d crypto\sha\keccak1600.d crypto\ct\ct_prn.d crypto\x509\x509rset.d crypto\whrlpool\wp_block.d crypto\pkcs12\p12_attr.d crypto\dsa\dsa_meth.d crypto\stack\stack.d crypto\cast\c_ecb.d crypto\x509v3\v3_skey.d crypto\dsa\dsa_lib.d test\ssltestlib.d test\memleaktest.d crypto\evp\p_seal.d crypto\store\store_err.d apps\dsa.d test\testutil\random.d crypto\bn\bn_gf2m.d crypto\cms\cms_att.d crypto\ec\ec_kmeth.d crypto\asn1\a_utctm.d apps\genrsa.d apps\ts.d test\buildtest_x509.d test\modes_internal_test.d test\danetest.d test\fatalerrtest.d crypto\asn1\x_pkey.d apps\crl.d crypto\rsa\rsa_prn.d crypto\x509v3\v3_utl.d crypto\kdf\hkdf.d crypto\evp\names.d crypto\x509v3\v3_akey.d crypto\kdf\tls1_prf.d crypto\rsa\rsa_x931g.d test\buildtest_ts.d crypto\rsa\rsa_sign.d crypto\modes\wrap128.d ssl\ssl_cert.d crypto\evp\c_allc.d crypto\ec\curve448\curve448_tables.d crypto\asn1\a_d2i_fp.d crypto\hmac\hm_pmeth.d crypto\ec\ec_print.d test\buildtest_objects.d crypto\ts\ts_req_utils.d crypto\ec\ecdh_kdf.d crypto\evp\m_md5_sha1.d crypto\cms\cms_cd.d crypto\ct\ct_err.d crypto\engine\eng_pkey.d crypto\cast\c_cfb64.d test\buildtest_kdf.d crypto\md2\md2_one.d crypto\evp\evp_cnf.d test\buildtest_ec.d crypto\dsa\dsa_prn.d test\buildtest_x509_vfy.d crypto\evp\pmeth_gn.d test\buildtest_srtp.d crypto\evp\e_camellia.d crypto\rc5\rc5_ecb.d crypto\dsa\dsa_sign.d test\pkey_meth_test.d test\sslapitest.d ssl\s3_lib.d crypto\ec\curve448\f_generic.d crypto\ec\curve448\scalar.d crypto\objects\obj_err.d crypto\dso\dso_vms.d crypto\pkcs7\pk7_attr.d crypto\x509v3\v3_pcons.d crypto\seed\seed_cbc.d crypto\asn1\a_bitstr.d crypto\ui\ui_openssl.d crypto\asn1\a_int.d crypto\cms\cms_ess.d crypto\aes\aes_ige.d test\ectest.d crypto\pem\pem_oth.d crypto\err\err_prn.d crypto\bio\b_sock2.d crypto\evp\e_rc4_hmac_md5.d crypto\pem\pem_info.d test\buildtest_stack.d crypto\x509\x_exten.d test\ecstresstest.d crypto\asn1\t_spki.d crypto\x509v3\v3_purp.d crypto\evp\pmeth_fn.d crypto\x509v3\v3_asid.d crypto\ec\ecdsa_vrf.d test\buildtest_camellia.d crypto\evp\e_aes_cbc_hmac_sha1.d ms\uplink.d crypto\asn1\a_utf8.d crypto\comp\comp_lib.d crypto\evp\evp_pbe.d crypto\o_dir.d crypto\ocsp\ocsp_ext.d apps\ca.d test\buildtest_ocsp.d crypto\rsa\rsa_chk.d test\buildtest_cms.d test\buildtest_lhash.d crypto\asn1\a_strex.d test\testutil\format_output.d crypto\x509\x509cset.d test\constant_time_test.d test\buildtest_txt_db.d test\ssltest_old.d crypto\cmac\cm_pmeth.d crypto\pkcs12\pk12err.d test\buildtest_async.d crypto\x509\x509_trs.d apps\req.d crypto\ts\ts_req_print.d crypto\sm2\sm2_sign.d crypto\x509\x509spki.d test\buildtest_obj_mac.d crypto\pem\pvkfmt.d crypto\rsa\rsa_pss.d crypto\x509\x_x509.d crypto\objects\obj_xref.d crypto\bn\bn_div.d test\buildtest_evp.d crypto\bf\bf_cfb64.d crypto\bio\bss_mem.d crypto\bio\bss_dgram.d crypto\rsa\rsa_crpt.d crypto\asn1\a_i2d_fp.d crypto\pkcs12\p12_crt.d crypto\asn1\x_info.d crypto\dsa\dsa_ameth.d crypto\modes\ofb128.d crypto\evp\pbe_scrypt.d crypto\bn\bn_shift.d test\sm2_internal_test.d crypto\bn\bn_ctx.d test\rc2test.d crypto\sm2\sm2_crypt.d crypto\ec\ecp_nistputil.d crypto\x509\x_name.d test\ocspapitest.d test\cipherlist_test.d crypto\x509v3\pcy_cache.d crypto\ec\ecdh_ossl.d crypto\dsa\dsa_err.d crypto\engine\eng_init.d crypto\bio\bss_null.d crypto\bio\bf_null.d crypto\evp\e_xcbc_d.d crypto\bf\bf_ecb.d crypto\aes\aes_cfb.d crypto\x509\x509_meth.d test\dsa_no_digest_size_test.d crypto\camellia\cmll_cfb.d crypto\cast\c_ofb64.d test\recordlentest.d test\buildtest_ssl3.d crypto\lhash\lh_stats.d test\v3nametest.d crypto\idea\i_skey.d test\buildtest_seed.d crypto\x509\x_x509a.d crypto\bn\bn_sqrt.d crypto\evp\p_sign.d test\testutil\tests.d crypto\ct\ct_x509v3.d test\clienthellotest.d crypto\rsa\rsa_ameth.d crypto\engine\tb_asnmth.d crypto\evp\bio_b64.d apps\x509.d crypto\camellia\cmll_cbc.d crypto\cms\cms_dd.d crypto\o_init.d crypto\dh\dh_ameth.d ssl\statem\extensions_cust.d test\asn1_string_table_test.d test\poly1305_internal_test.d crypto\asn1\tasn_prn.d crypto\rsa\rsa_err.d crypto\asn1\p5_pbe.d test\d2i_test.d apps\dhparam.d crypto\evp\e_old.d crypto\ct\ct_vfy.d apps\engine.d apps\pkey.d crypto\asn1\t_pkey.d test\rsa_test.d crypto\o_fopen.d crypto\bn\bn_intern.d crypto\pkcs7\pk7_asn1.d crypto\objects\obj_lib.d test\exptest.d crypto\x509v3\v3_genn.d crypto\dllmain.d crypto\async\arch\async_null.d crypto\asn1\tasn_utl.d apps\bf_prefix.d crypto\evp\e_aria.d crypto\comp\comp_err.d crypto\x509v3\pcy_lib.d test\igetest.d test\buildtest_pem.d crypto\evp\p_lib.d test\buildtest_md2.d crypto\srp\srp_vfy.d crypto\x509v3\v3_pci.d crypto\rsa\rsa_asn1.d crypto\asn1\a_gentm.d crypto\evp\m_md4.d crypto\sm3\m_sm3.d crypto\async\async_err.d crypto\cms\cms_lib.d crypto\bio\bf_lbuf.d test\rsa_complex.d crypto\ts\ts_rsp_utils.d crypto\ec\ec_key.d fuzz\ct.d ssl\pqueue.d crypto\md4\md4_dgst.d crypto\asn1\nsseq.d apps\rsautl.d crypto\des\ecb3_enc.d crypto\aria\aria.d crypto\asn1\f_int.d test\chacha_internal_test.d apps\speed.d crypto\evp\p_enc.d crypto\x509v3\pcy_tree.d crypto\asn1\asn1_item_list.d crypto\rand\rand_vms.d crypto\bn\bn_print.d crypto\rc4\rc4_skey.d test\buildtest_pem2.d crypto\async\async_wait.d test\ssl_test_ctx_test.d crypto\pkcs12\p12_key.d crypto\des\xcbc_enc.d crypto\x509\x509_ext.d crypto\dsa\dsa_asn1.d crypto\conf\conf_ssl.d apps\errstr.d test\wpackettest.d crypto\x509\x509_def.d test\testutil\output_helpers.d test\sanitytest.d apps\ocsp.d fuzz\bignum.d crypto\dso\dso_openssl.d test\buildtest_conf.d crypto\conf\conf_mod.d crypto\async\arch\async_posix.d crypto\rc2\rc2cfb64.d crypto\des\cfb64ede.d crypto\pkcs12\p12_mutl.d test\conf_include_test.d test\md2test.d crypto\rc4\rc4_enc.d crypto\ocsp\ocsp_srv.d crypto\engine\eng_all.d test\x509_check_cert_pkey_test.d crypto\x509v3\v3err.d crypto\ec\ec_oct.d crypto\asn1\f_string.d test\ssl_cert_table_internal_test.d test\buildtest_dtls1.d crypto\poly1305\poly1305.d crypto\cms\cms_kari.d apps\opt.d crypto\o_time.d crypto\asn1\tasn_typ.d crypto\asn1\asn_pack.d test\sysdefaulttest.d crypto\ec\ecp_oct.d crypto\aes\aes_ofb.d crypto\bn\bn_mont.d crypto\des\des_enc.d test\ecdsatest.d crypto\evp\e_rc2.d crypto\aes\aes_misc.d test\ssl_test.d crypto\ex_data.d crypto\x509\x509_vpm.d crypto\x509v3\v3_pku.d test\cmactest.d ssl\d1_lib.d ssl\statem\statem.d apps\pkcs12.d crypto\des\set_key.d crypto\ec\curve25519.d crypto\seed\seed_ofb.d crypto\x509v3\v3_extku.d ssl\ssl_utst.d apps\rsa.d crypto\bio\bf_nbio.d test\testutil\main.d crypto\srp\srp_lib.d crypto\x509v3\v3_pcia.d test\versions.d crypto\x509v3\v3_cpols.d crypto\x509v3\v3_ncons.d crypto\ec\curve448\curve448.d crypto\asn1\a_octet.d crypto\rsa\rsa_x931.d crypto\rc2\rc2_cbc.d crypto\evp\bio_md.d crypto\x509v3\v3_info.d crypto\rc5\rc5cfb64.d test\buildtest_srp.d crypto\ts\ts_rsp_sign.d ssl\ssl_asn1.d crypto\pkcs12\p12_add.d test\buildtest_rand_drbg.d crypto\pkcs7\pk7_doit.d crypto\x509\t_req.d crypto\ocsp\ocsp_ht.d crypto\asn1\a_verify.d test\buildtest_x509v3.d crypto\async\async.d crypto\asn1\x_sig.d crypto\dh\dh_lib.d crypto\x509\x509_att.d crypto\bio\bio_cb.d crypto\des\rand_key.d crypto\objects\o_names.d test\buildtest_e_os2.d test\siphash_internal_test.d crypto\blake2\blake2b.d crypto\x509v3\v3_int.d crypto\rsa\rsa_oaep.d ssl\tls13_enc.d crypto\engine\eng_cnf.d test\buildtest_rand.d test\drbgtest.d crypto\hmac\hmac.d crypto\evp\m_null.d crypto\pkcs7\bio_pk7.d ssl\ssl_ciph.d crypto\asn1\x_int64.d test\ciphername_test.d test\buildtest_engine.d crypto\pkcs12\p12_p8e.d crypto\asn1\n_pkey.d crypto\x509v3\v3_crld.d test\bftest.d apps\passwd.d crypto\dso\dso_err.d crypto\evp\e_sm4.d test\test_test.d crypto\bn\bn_dh.d crypto\rsa\rsa_ssl.d crypto\ebcdic.d fuzz\x509.d crypto\bn\bn_recp.d crypto\evp\m_ripemd.d ssl\t1_enc.d apps\prime.d test\srptest.d crypto\asn1\a_digest.d test\buildtest_pkcs12.d crypto\x509\x509name.d crypto\conf\conf_api.d crypto\ct\ct_sct_ctx.d crypto\asn1\i2d_pr.d crypto\asn1\asn1_gen.d test\hmactest.d test\buildtest_ecdsa.d ssl\ssl_conf.d crypto\ec\ec_pmeth.d test\rsa_mp_test.d crypto\pkcs12\p12_utl.d crypto\idea\i_ofb64.d crypto\o_fips.d ssl\d1_msg.d crypto\des\str2key.d apps\s_client.d crypto\err\err_all.d apps\crl2p7.d test\buildtest_pkcs7.d crypto\ocsp\ocsp_prn.d test\ec_internal_test.d crypto\evp\e_aes.d test\buildtest_modes.d crypto\bn\bn_lib.d crypto\dso\dso_dlfcn.d crypto\bn\bn_mpi.d crypto\blake2\blake2s.d test\buildtest_opensslv.d crypto\bn\bn_blind.d crypto\x509v3\v3_tlsf.d test\buildtest_aes.d crypto\x509v3\v3_admis.d crypto\bn\bn_kron.d crypto\x509\x509_obj.d crypto\err\err.d crypto\engine\eng_openssl.d crypto\ocsp\ocsp_err.d apps\srp.d crypto\cast\c_skey.d crypto\des\ofb64enc.d crypto\cversion.d crypto\chacha\chacha_enc.d crypto\asn1\asn1_par.d crypto\asn1\p8_pkey.d test\buildtest_conf_api.d ssl\s3_cbc.d test\buildtest_ossl_typ.d crypto\threads_win.d crypto\x509\x509_vfy.d crypto\ec\curve448\arch_32\f_impl.d test\bio_enc_test.d apps\rehash.d crypto\bn\bn_exp.d ssl\ssl_rsa.d ssl\record\dtls1_bitmap.d apps\pkeyutl.d crypto\asn1\bio_ndef.d crypto\engine\eng_fat.d crypto\asn1\d2i_pr.d test\testutil\cb.d crypto\modes\xts128.d crypto\evp\p_verify.d crypto\x509v3\pcy_node.d crypto\asn1\a_strnid.d crypto\cms\cms_enc.d crypto\ocsp\v3_ocsp.d crypto\bf\bf_skey.d crypto\kdf\scrypt.d crypto\cmac\cm_ameth.d crypto\comp\c_zlib.d test\x509_time_test.d test\buildtest_dsa.d crypto\evp\e_rc4.d apps\dgst.d ssl\statem\extensions.d crypto\ec\ec_mult.d ssl\methods.d crypto\engine\eng_list.d crypto\x509\t_crl.d crypto\bio\b_print.d test\testutil\testutil_init.d crypto\bn\bn_depr.d test\bioprinttest.d fuzz\bndiv.d crypto\conf\conf_mall.d crypto\bio\bss_acpt.d test\gosttest.d crypto\x509\x_attrib.d test\buildtest_md4.d crypto\bn\bn_const.d ssl\bio_ssl.d crypto\pem\pem_x509.d crypto\poly1305\poly1305_pmeth.d apps\app_rand.d crypto\bn\bn_srp.d crypto\dh\dh_rfc7919.d crypto\des\ofb_enc.d crypto\dh\dh_err.d crypto\x509\x509_v3.d test\buildtest_rc5.d test\buildtest_comp.d ssl\t1_trce.d test\buildtest_symhacks.d crypto\aes\aes_ecb.d crypto\evp\m_mdc2.d crypto\engine\tb_rand.d crypto\x509\x_pubkey.d crypto\ct\ct_oct.d test\servername_test.d crypto\rand\drbg_lib.d crypto\evp\digest.d ssl\s3_msg.d ssl\ssl_stat.d crypto\evp\c_alld.d test\buildtest_safestack.d crypto\ocsp\ocsp_lib.d crypto\evp\m_md2.d crypto\camellia\cmll_ctr.d test\buildtest_ecdh.d crypto\ec\ec_check.d crypto\cms\cms_io.d crypto\bio\bio_err.d ssl\d1_srtp.d crypto\bn\bn_exp2.d test\ct_test.d crypto\engine\eng_table.d crypto\bn\bn_mul.d crypto\camellia\cmll_ecb.d crypto\uid.d crypto\dsa\dsa_depr.d apps\spkac.d crypto\des\fcrypt_b.d crypto\pkcs7\pkcs7err.d test\stack_test.d crypto\idea\i_cbc.d crypto\rsa\rsa_pmeth.d crypto\dh\dh_asn1.d crypto\des\ecb_enc.d crypto\asn1\a_dup.d crypto\evp\p_open.d crypto\mem_dbg.d test\buildtest_buffer.d crypto\evp\p5_crpt2.d test\gmdifftest.d crypto\evp\p_dec.d crypto\des\pcbc_enc.d crypto\bn\bn_err.d crypto\dsa\dsa_vrf.d crypto\ec\ec_cvt.d crypto\x509v3\v3_bitst.d crypto\asn1\a_type.d crypto\ocsp\ocsp_vfy.d test\testutil\tap_bio.d crypto\camellia\camellia.d crypto\ec\ecp_smpl.d test\buildtest_cast.d crypto\pem\pem_err.d crypto\store\store_init.d crypto\pkcs12\p12_asn.d crypto\x509\x509type.d crypto\x509\x509_cmp.d crypto\x509\by_dir.d crypto\rsa\rsa_depr.d crypto\dh\dh_kdf.d test\pemtest.d crypto\dh\dh_depr.d crypto\x509v3\v3_enum.d crypto\md4\md4_one.d crypto\siphash\siphash.d crypto\ripemd\rmd_dgst.d test\asn1_encode_test.d test\mdc2test.d crypto\dsa\dsa_pmeth.d crypto\evp\p5_crpt.d crypto\ec\ec_curve.d crypto\asn1\tasn_enc.d test\buildtest_ct.d crypto\modes\cfb128.d ssl\ssl_txt.d crypto\x509\x509_err.d crypto\bf\bf_ofb64.d crypto\dh\dh_prn.d crypto\evp\e_aes_cbc_hmac_sha256.d crypto\x509v3\v3_bcons.d crypto\evp\evp_err.d crypto\ec\curve448\eddsa.d crypto\ct\ct_policy.d +DEPS=crypto\des\ofb64enc.d crypto\ui\ui_null.d crypto\x509v3\v3_int.d crypto\rsa\rsa_asn1.d crypto\engine\eng_lib.d crypto\x509v3\v3_pci.d test\buildtest_dsa.d crypto\rc2\rc2_ecb.d crypto\aes\aes_cbc.d crypto\evp\digest.d crypto\asn1\x_sig.d test\buildtest_ossl_typ.d crypto\chacha\chacha_enc.d crypto\kdf\tls1_prf.d crypto\siphash\siphash.d test\hmactest.d ssl\statem\statem.d crypto\asn1\p8_pkey.d crypto\seed\seed_cbc.d crypto\rsa\rsa_err.d test\buildtest_obj_mac.d crypto\pkcs12\p12_key.d crypto\ec\ec_check.d crypto\ex_data.d apps\opt.d crypto\ui\ui_err.d crypto\cmac\cmac.d test\buildtest_cmac.d crypto\modes\ofb128.d crypto\sm3\m_sm3.d crypto\err\err_prn.d crypto\x509\x_all.d test\afalgtest.d crypto\x509\x509_req.d crypto\x509v3\v3_pcia.d crypto\rsa\rsa_depr.d crypto\x509v3\pcy_cache.d crypto\pkcs12\p12_asn.d crypto\rsa\rsa_mp.d test\dhtest.d crypto\bio\bss_bio.d crypto\x509\x509_r2x.d apps\storeutl.d crypto\pkcs12\p12_crpt.d test\buildtest_conf_api.d crypto\o_time.d crypto\evp\p_seal.d crypto\asn1\a_d2i_fp.d crypto\dsa\dsa_ossl.d crypto\evp\evp_lib.d crypto\evp\bio_ok.d crypto\dsa\dsa_meth.d ssl\ssl_rsa.d crypto\evp\e_chacha20_poly1305.d crypto\ec\curve448\scalar.d crypto\lhash\lhash.d test\bad_dtls_test.d crypto\modes\xts128.d crypto\ctype.d crypto\conf\conf_ssl.d test\handshake_helper.d test\dtlstest.d crypto\x509v3\v3err.d crypto\ct\ct_log.d crypto\dllmain.d crypto\poly1305\poly1305.d apps\dsaparam.d crypto\evp\evp_pkey.d crypto\rsa\rsa_pmeth.d crypto\stack\stack.d crypto\evp\p5_crpt.d test\siphash_internal_test.d crypto\evp\bio_md.d crypto\siphash\siphash_ameth.d fuzz\bignum.d crypto\bn\bn_prime.d apps\errstr.d test\buildtest_md4.d crypto\cms\cms_pwri.d crypto\seed\seed_cfb.d test\cipherbytes_test.d test\buildtest_srtp.d crypto\getenv.d test\x509_dup_cert_test.d apps\enc.d crypto\pkcs12\p12_p8d.d crypto\cryptlib.d crypto\cast\c_ecb.d test\buildtest_cms.d fuzz\conf.d apps\dgst.d test\testutil\basic_output.d test\igetest.d crypto\ocsp\ocsp_lib.d crypto\x509v3\v3_bcons.d test\bio_enc_test.d crypto\asn1\t_bitst.d ssl\s3_cbc.d crypto\blake2\blake2b.d crypto\async\async.d crypto\modes\cbc128.d ssl\ssl_sess.d apps\ec.d crypto\evp\e_des3.d test\asynciotest.d crypto\sha\sha1_one.d test\dtlsv1listentest.d test\conf_include_test.d apps\dhparam.d test\rsa_test.d crypto\store\store_err.d crypto\engine\eng_cnf.d crypto\err\err.d crypto\rsa\rsa_pk1.d test\danetest.d test\buildtest_kdf.d crypto\x509v3\v3_info.d crypto\seed\seed.d crypto\bn\bn_word.d crypto\evp\e_rc2.d crypto\ts\ts_rsp_utils.d test\testutil\tests.d crypto\ocsp\ocsp_err.d crypto\mem.d test\buildtest_lhash.d crypto\x509v3\v3_crld.d crypto\asn1\tasn_new.d crypto\dsa\dsa_err.d crypto\mem_dbg.d test\drbg_cavs_data.d crypto\mem_clr.d crypto\pkcs12\p12_kiss.d crypto\asn1\a_sign.d crypto\x509\x509_err.d crypto\bn\bn_err.d crypto\dsa\dsa_asn1.d crypto\cms\cms_smime.d crypto\pem\pem_oth.d crypto\x509\x509_vpm.d crypto\evp\p_lib.d test\testutil\output_helpers.d test\ciphername_test.d crypto\asn1\bio_asn1.d crypto\evp\p_open.d apps\nseq.d crypto\asn1\a_utctm.d crypto\buffer\buffer.d ssl\statem\statem_dtls.d crypto\asn1\x_algor.d crypto\evp\e_rc4.d crypto\ec\ec_oct.d crypto\store\store_register.d crypto\rand\rand_vms.d crypto\rsa\rsa_meth.d test\buildtest_crypto.d test\tls13ccstest.d crypto\rsa\rsa_ossl.d crypto\des\des_enc.d crypto\bio\bss_acpt.d test\buildtest_ct.d crypto\bio\bss_fd.d crypto\aes\aes_cfb.d ssl\bio_ssl.d crypto\x509v3\v3_akeya.d test\bntest.d apps\pkcs12.d crypto\evp\c_alld.d crypto\ec\ec_err.d crypto\cmac\cm_pmeth.d apps\genrsa.d crypto\asn1\a_gentm.d crypto\asn1\asn1_item_list.d crypto\x509\x509_obj.d crypto\bio\bio_lib.d crypto\pkcs12\p12_add.d crypto\x509\x509rset.d crypto\async\arch\async_posix.d test\versions.d ssl\record\ssl3_buffer.d crypto\asn1\n_pkey.d crypto\bio\bss_dgram.d crypto\ts\ts_req_utils.d crypto\bio\b_sock.d crypto\dsa\dsa_depr.d ssl\tls13_enc.d crypto\asn1\x_pkey.d crypto\dh\dh_key.d crypto\ts\ts_err.d crypto\asn1\asn_moid.d crypto\asn1\tasn_fre.d crypto\cms\cms_lib.d crypto\evp\e_sm4.d fuzz\client.d apps\app_rand.d fuzz\asn1.d crypto\modes\wrap128.d crypto\asn1\a_type.d crypto\asn1\asn_pack.d test\buildtest_asn1.d crypto\bn\bn_rand.d test\ecdsatest.d test\buildtest_bio.d crypto\dsa\dsa_pmeth.d crypto\conf\conf_sap.d crypto\dso\dso_err.d crypto\rc5\rc5_ecb.d test\bioprinttest.d crypto\x509v3\v3_pku.d crypto\bn\bn_mod.d crypto\x509v3\pcy_map.d crypto\bio\bf_null.d crypto\pkcs12\p12_init.d apps\spkac.d ssl\ssl_cert.d apps\rsa.d crypto\bio\bf_lbuf.d test\gosttest.d ssl\t1_trce.d crypto\evp\pbe_scrypt.d test\testutil\stanza.d crypto\ec\ecp_nistp224.d test\memleaktest.d test\x509_check_cert_pkey_test.d apps\dsa.d crypto\dh\dh_rfc5114.d crypto\asn1\a_octet.d crypto\rand\rand_egd.d crypto\asn1\d2i_pu.d crypto\rsa\rsa_none.d crypto\bn\bn_nist.d crypto\bn\bn_const.d ssl\ssl_asn1.d ssl\tls_srp.d crypto\pkcs12\p12_mutl.d crypto\x509v3\v3_conf.d crypto\engine\eng_rdrand.d crypto\rc2\rc2_skey.d crypto\ec\ec_print.d crypto\x509v3\v3_prn.d crypto\asn1\x_val.d crypto\modes\gcm128.d test\buildtest_des.d crypto\asn1\x_bignum.d test\buildtest_ecdsa.d crypto\bn\bn_recp.d crypto\ocsp\v3_ocsp.d crypto\conf\conf_mall.d crypto\ec\ec_key.d crypto\hmac\hm_ameth.d crypto\idea\i_cfb64.d crypto\engine\tb_eckey.d crypto\evp\m_md4.d crypto\ts\ts_rsp_print.d crypto\rc2\rc2cfb64.d crypto\sha\sha256.d crypto\modes\cfb128.d test\sslbuffertest.d crypto\bio\bss_null.d crypto\x509\x_attrib.d crypto\des\rand_key.d test\buildtest_md5.d crypto\sm2\sm2_sign.d crypto\aes\aes_ecb.d crypto\rc2\rc2_cbc.d test\testutil\random.d crypto\camellia\cmll_misc.d crypto\sha\sha1dgst.d crypto\asn1\tasn_enc.d crypto\bn\bn_print.d crypto\evp\e_cast.d crypto\x509v3\v3_purp.d fuzz\cms.d crypto\x509\x509_vfy.d crypto\x509\x509_meth.d crypto\ocsp\ocsp_cl.d crypto\evp\m_md2.d crypto\rand\rand_unix.d test\buildtest_md2.d test\sslapitest.d crypto\rc4\rc4_skey.d test\aborttest.d crypto\rsa\rsa_ssl.d crypto\lhash\lh_stats.d crypto\engine\tb_rand.d crypto\pkcs7\bio_pk7.d crypto\pkcs12\p12_decr.d ssl\ssl_utst.d crypto\cpt_err.d crypto\ocsp\ocsp_vfy.d crypto\ts\ts_req_print.d test\bio_memleak_test.d crypto\ec\ecp_mont.d test\buildtest_pkcs7.d crypto\kdf\kdf_err.d crypto\pkcs12\p12_p8e.d test\buildtest_ec.d test\buildtest_blowfish.d fuzz\x509.d crypto\des\cfb64ede.d crypto\buffer\buf_err.d crypto\x509\x509_d2.d test\rdrand_sanitytest.d ssl\ssl_mcnf.d test\fatalerrtest.d crypto\bn\bn_exp2.d crypto\dso\dso_openssl.d crypto\mem_sec.d crypto\bf\bf_skey.d crypto\ec\ec2_smpl.d crypto\x509\x509_ext.d test\x509_internal_test.d crypto\dso\dso_dlfcn.d crypto\dh\dh_prn.d ssl\ssl_init.d crypto\engine\tb_asnmth.d crypto\ocsp\ocsp_ext.d test\evp_test.d crypto\x509\x_x509.d crypto\des\set_key.d ssl\d1_msg.d test\gmdifftest.d engines\e_dasync.d crypto\evp\p_verify.d test\shlibloadtest.d test\cipherlist_test.d crypto\o_str.d crypto\ec\ec_cvt.d crypto\ec\ecp_nistp256.d crypto\blake2\m_blake2b.d test\buildtest_rand_drbg.d test\testutil\driver.d crypto\x509\x_pubkey.d crypto\ec\ec_curve.d crypto\ec\ecdh_kdf.d crypto\bio\bf_nbio.d crypto\asn1\a_mbstr.d crypto\des\cbc_cksm.d crypto\idea\i_ofb64.d crypto\dso\dso_dl.d crypto\x509v3\pcy_node.d crypto\blake2\blake2s.d test\buildtest_evp.d test\asynctest.d crypto\evp\evp_key.d test\buildtest_ts.d crypto\x509\x509_def.d crypto\asn1\a_dup.d crypto\x509\x509_v3.d engines\e_capi.d crypto\camellia\cmll_cbc.d crypto\x509v3\v3_enum.d crypto\store\store_init.d crypto\objects\obj_xref.d crypto\comp\comp_lib.d crypto\bn\bn_ctx.d test\destest.d crypto\evp\bio_b64.d crypto\rc2\rc2ofb64.d crypto\ui\ui_openssl.d crypto\ct\ct_vfy.d test\pbelutest.d crypto\dh\dh_err.d crypto\asn1\asn1_lib.d crypto\txt_db\txt_db.d test\rsa_mp_test.d crypto\x509v3\pcy_data.d crypto\asn1\a_time.d crypto\cms\cms_kari.d crypto\siphash\siphash_pmeth.d crypto\ec\ecp_oct.d crypto\des\ecb3_enc.d crypto\des\cfb_enc.d crypto\bn\bn_shift.d crypto\asn1\tasn_typ.d crypto\asn1\a_i2d_fp.d crypto\asn1\x_spki.d crypto\engine\tb_dh.d crypto\sm4\sm4.d crypto\bio\bss_sock.d crypto\comp\comp_err.d apps\req.d crypto\objects\obj_dat.d crypto\asn1\asn1_err.d crypto\ripemd\rmd_dgst.d crypto\evp\c_allc.d crypto\sha\sha512.d test\exptest.d crypto\uid.d crypto\o_dir.d test\buildtest_bn.d crypto\x509\x509_att.d ssl\s3_lib.d crypto\asn1\asn_mstbl.d crypto\bf\bf_ecb.d crypto\ec\ecp_nist.d test\sysdefaulttest.d test\ssl_test.d crypto\modes\cts128.d test\buildtest_rsa.d crypto\ocsp\ocsp_asn.d crypto\rc5\rc5ofb64.d crypto\ec\ecdh_ossl.d crypto\conf\conf_mod.d crypto\x509\by_file.d ssl\t1_lib.d crypto\ec\curve448\curve448.d apps\gendsa.d crypto\modes\ctr128.d ssl\statem\extensions_clnt.d apps\pkey.d apps\crl.d crypto\store\store_lib.d crypto\poly1305\poly1305_ameth.d test\buildtest_pem.d crypto\evp\pmeth_lib.d apps\pkeyparam.d crypto\des\cbc_enc.d crypto\camellia\cmll_ofb.d crypto\asn1\p5_pbe.d crypto\ct\ct_oct.d crypto\ec\curve448\arch_32\f_impl.d test\ssl_ctx_test.d crypto\engine\eng_init.d crypto\asn1\i2d_pr.d crypto\engine\eng_err.d crypto\err\err_all.d crypto\rc5\rc5cfb64.d apps\sess_id.d test\ssltestlib.d crypto\pkcs12\p12_sbag.d ssl\d1_srtp.d crypto\pem\pem_err.d crypto\ocsp\ocsp_ht.d apps\win32_init.d crypto\evp\pmeth_gn.d crypto\x509\t_req.d crypto\conf\conf_api.d crypto\threads_pthread.d test\buildtest_x509v3.d crypto\evp\m_mdc2.d crypto\x509\x509name.d crypto\rc5\rc5_skey.d crypto\x509v3\v3_utl.d crypto\evp\e_xcbc_d.d crypto\x509\x_crl.d test\buildtest_idea.d test\poly1305_internal_test.d crypto\evp\m_sha1.d ssl\ssl_ciph.d test\chacha_internal_test.d crypto\engine\tb_cipher.d crypto\ct\ct_err.d crypto\dh\dh_meth.d test\buildtest_ripemd.d crypto\bn\bn_blind.d test\pkey_meth_test.d test\buildtest_ssl.d crypto\dh\dh_check.d crypto\rsa\rsa_chk.d crypto\pem\pem_pk8.d crypto\bn\bn_dh.d crypto\bio\bss_log.d crypto\rsa\rsa_crpt.d crypto\ec\ecdsa_ossl.d crypto\evp\m_sigver.d crypto\bio\b_dump.d test\secmemtest.d crypto\ct\ct_prn.d crypto\ec\ecp_nistp521.d crypto\x509v3\v3_sxnet.d crypto\bn\bn_x931p.d crypto\idea\i_skey.d crypto\pkcs7\pk7_doit.d crypto\dh\dh_rfc7919.d test\srptest.d apps\genpkey.d crypto\x509\x509_lu.d test\test_test.d crypto\x509v3\v3_tlsf.d crypto\rsa\rsa_pss.d apps\bf_prefix.d apps\apps.d crypto\asn1\a_strex.d ssl\statem\extensions_cust.d test\sm4_internal_test.d crypto\evp\p_dec.d apps\rand.d test\tls13secretstest.d crypto\asn1\asn1_par.d crypto\md4\md4_dgst.d crypto\ui\ui_util.d test\tls13encryptiontest.d crypto\cms\cms_io.d crypto\async\async_wait.d crypto\ec\ecdsa_vrf.d crypto\dh\dh_ameth.d crypto\seed\seed_ofb.d crypto\pem\pem_sign.d crypto\asn1\p5_scrypt.d test\modes_internal_test.d crypto\ct\ct_b64.d test\ectest.d crypto\pkcs12\p12_npas.d test\ctype_internal_test.d crypto\cms\cms_ess.d apps\s_cb.d crypto\asn1\ameth_lib.d crypto\store\store_strings.d crypto\sha\keccak1600.d crypto\pkcs12\p12_attr.d apps\ciphers.d crypto\asn1\t_spki.d crypto\aria\aria.d test\curve448_internal_test.d crypto\evp\m_sha3.d crypto\asn1\a_digest.d crypto\engine\eng_openssl.d test\buildtest_opensslv.d test\rc4test.d engines\e_padlock.d crypto\asn1\a_print.d crypto\x509v3\v3_ia5.d apps\srp.d crypto\ct\ct_policy.d test\buildtest_objects.d crypto\bn\bn_mul.d test\buildtest_ebcdic.d crypto\rsa\rsa_x931g.d test\threadstest.d test\buildtest_modes.d apps\smime.d test\testutil\tap_bio.d crypto\md2\md2_dgst.d crypto\o_fopen.d apps\ts.d crypto\des\ecb_enc.d crypto\ts\ts_rsp_sign.d ms\applink.d test\uitest.d crypto\rsa\rsa_ameth.d crypto\camellia\camellia.d crypto\ocsp\ocsp_prn.d crypto\objects\obj_lib.d crypto\x509\x509spki.d crypto\ts\ts_rsp_verify.d crypto\evp\e_aes_cbc_hmac_sha256.d crypto\evp\p_enc.d crypto\x509v3\v3_extku.d crypto\asn1\tasn_prn.d test\buildtest_ocsp.d crypto\ts\ts_verify_ctx.d crypto\x509\t_crl.d crypto\x509v3\pcy_lib.d crypto\pkcs7\pk7_attr.d crypto\bio\bio_meth.d test\buildtest_rand.d crypto\ct\ct_x509v3.d crypto\evp\p5_crpt2.d crypto\des\fcrypt.d test\verify_extra_test.d crypto\ec\ec_mult.d crypto\x509v3\v3_skey.d crypto\rsa\rsa_lib.d test\ssltest_old.d crypto\conf\conf_err.d crypto\dh\dh_lib.d test\buildtest_asn1t.d test\mdc2test.d crypto\evp\e_aes_cbc_hmac_sha1.d apps\ecparam.d crypto\x509\x_req.d crypto\sm2\sm2_crypt.d crypto\bio\bf_buff.d crypto\evp\e_seed.d crypto\x509\x509_set.d crypto\des\ofb64ede.d test\crltest.d crypto\bn\bn_mont.d crypto\rc4\rc4_enc.d crypto\bn\bn_div.d crypto\engine\tb_digest.d crypto\modes\ocb128.d crypto\ct\ct_sct.d crypto\srp\srp_vfy.d crypto\bf\bf_cfb64.d crypto\cms\cms_enc.d ssl\record\rec_layer_d1.d apps\s_server.d crypto\camellia\cmll_cfb.d crypto\asn1\asn1_gen.d crypto\cast\c_skey.d crypto\async\async_err.d test\dtls_mtu_test.d ssl\ssl_lib.d crypto\bn\bn_add.d test\pkey_meth_kdf_test.d test\pemtest.d crypto\o_fips.d crypto\camellia\cmll_ctr.d crypto\bn\bn_intern.d crypto\evp\evp_err.d test\asn1_time_test.d ssl\record\rec_layer_s3.d crypto\md5\md5_one.d test\enginetest.d crypto\evp\m_ripemd.d apps\s_socket.d crypto\des\pcbc_enc.d crypto\asn1\a_bitstr.d test\buildtest_tls1.d crypto\asn1\bio_ndef.d crypto\asn1\tasn_dec.d test\drbgtest.d ssl\d1_lib.d crypto\rc5\rc5_enc.d test\ideatest.d test\buildtest_rc4.d ssl\pqueue.d test\buildtest_engine.d crypto\cms\cms_err.d test\ssl_cert_table_internal_test.d apps\verify.d crypto\ec\ec_asn1.d crypto\sm2\sm2_pmeth.d ms\uplink.d ssl\statem\extensions_srvr.d ssl\s3_msg.d apps\pkeyutl.d test\rc2test.d crypto\x509\x_name.d crypto\asn1\f_string.d crypto\cms\cms_asn1.d test\buildtest_seed.d crypto\dso\dso_lib.d crypto\cast\c_cfb64.d crypto\ripemd\rmd_one.d apps\s_time.d crypto\md4\md4_one.d crypto\asn1\tasn_utl.d crypto\pem\pem_x509.d test\time_offset_test.d ssl\methods.d test\x509aux.d test\buildtest_e_os2.d crypto\evp\evp_enc.d crypto\asn1\a_object.d test\d2i_test.d crypto\bio\b_sock2.d crypto\md2\md2_one.d crypto\dso\dso_vms.d crypto\asn1\x_info.d apps\crl2p7.d test\ssl_test_ctx_test.d apps\version.d crypto\cms\cms_sd.d test\sm2_internal_test.d crypto\asn1\x_long.d crypto\poly1305\poly1305_pmeth.d ssl\record\ssl3_record_tls13.d crypto\aes\aes_misc.d crypto\asn1\f_int.d crypto\dsa\dsa_ameth.d test\buildtest_x509_vfy.d crypto\camellia\cmll_ecb.d crypto\aes\aes_ige.d crypto\rand\drbg_lib.d test\drbg_cavs_test.d crypto\bn\bn_depr.d crypto\objects\o_names.d crypto\engine\tb_rsa.d test\asn1_decode_test.d crypto\conf\conf_lib.d crypto\sm3\sm3.d ssl\statem\statem_srvr.d test\ssl_test_ctx.d crypto\asn1\a_utf8.d crypto\asn1\evp_asn1.d crypto\evp\e_idea.d crypto\des\xcbc_enc.d crypto\evp\e_aes.d crypto\des\qud_cksm.d crypto\kdf\scrypt.d crypto\cmac\cm_ameth.d crypto\bn\bn_srp.d crypto\dsa\dsa_lib.d crypto\o_init.d test\stack_test.d crypto\pkcs7\pk7_asn1.d crypto\pkcs12\pk12err.d crypto\x509\t_x509.d crypto\x509v3\v3_addr.d crypto\cms\cms_att.d crypto\evp\e_aria.d crypto\engine\tb_pkmeth.d test\buildtest_symhacks.d apps\engine.d crypto\ebcdic.d crypto\seed\seed_ecb.d crypto\x509\x509_trs.d crypto\x509v3\v3_asid.d crypto\evp\e_null.d crypto\des\ofb_enc.d crypto\sm2\sm2_err.d apps\ocsp.d test\mdc2_internal_test.d apps\prime.d test\buildtest_comp.d crypto\bf\bf_enc.d crypto\evp\e_des.d crypto\init.d crypto\md5\md5_dgst.d crypto\evp\m_md5_sha1.d test\buildtest_srp.d crypto\evp\m_md5.d ssl\ssl_txt.d crypto\x509v3\v3_cpols.d crypto\x509v3\v3_genn.d test\testutil\format_output.d test\asn1_encode_test.d crypto\asn1\i2d_pu.d test\rsa_complex.d test\v3ext.d crypto\asn1\tasn_scn.d test\buildtest_stack.d crypto\bio\bss_file.d apps\passwd.d crypto\asn1\a_int.d crypto\ec\ec_pmeth.d test\lhash_test.d crypto\x509v3\v3_pmaps.d crypto\bio\bio_err.d crypto\ec\ec_kmeth.d test\md2test.d test\testutil\test_cleanup.d crypto\aes\aes_ofb.d crypto\bio\bss_conn.d crypto\asn1\asn_mime.d crypto\asn1\x_int64.d crypto\blake2\m_blake2s.d crypto\ts\ts_asn1.d ssl\ssl_conf.d test\testutil\cb.d crypto\cast\c_ofb64.d crypto\bn\bn_sqrt.d crypto\bn\bn_exp.d crypto\cms\cms_cd.d test\recordlentest.d test\cmsapitest.d crypto\objects\obj_err.d test\errtest.d crypto\modes\ccm128.d test\buildtest_ssl3.d crypto\rand\rand_lib.d crypto\des\str2key.d crypto\engine\eng_all.d crypto\ui\ui_lib.d crypto\bn\bn_mpi.d crypto\idea\i_cbc.d crypto\aes\aes_core.d apps\rsautl.d crypto\cms\cms_dd.d crypto\bio\b_addr.d test\buildtest_ecdh.d test\sanitytest.d crypto\ec\ecp_nistputil.d crypto\x509\by_dir.d crypto\evp\e_old.d crypto\dso\dso_win32.d crypto\aes\aes_wrap.d test\ecstresstest.d test\dsatest.d crypto\x509v3\v3_pcons.d crypto\ec\ecp_smpl.d test\buildtest_store.d test\wpackettest.d test\buildtest_hmac.d apps\speed.d test\asn1_internal_test.d crypto\dsa\dsa_vrf.d test\v3nametest.d crypto\async\arch\async_win.d test\buildtest_conf.d crypto\dh\dh_pmeth.d crypto\bio\bss_mem.d crypto\dh\dh_asn1.d crypto\pkcs7\pkcs7err.d crypto\pkcs12\p12_utl.d crypto\async\arch\async_null.d crypto\evp\e_rc5.d ssl\ssl_err.d crypto\dh\dh_depr.d test\buildtest_aes.d crypto\evp\evp_pbe.d crypto\dsa\dsa_sign.d crypto\bn\bn_gcd.d crypto\x509v3\v3_akey.d crypto\engine\eng_pkey.d test\buildtest_txt_db.d crypto\kdf\hkdf.d apps\ca.d crypto\x509v3\v3_lib.d crypto\cast\c_enc.d crypto\asn1\t_pkey.d crypto\x509v3\v3_ncons.d test\buildtest_dtls1.d crypto\ec\eck_prn.d ssl\statem\statem_clnt.d crypto\dsa\dsa_prn.d crypto\asn1\a_verify.d crypto\des\cfb64enc.d crypto\rsa\rsa_oaep.d crypto\bf\bf_ofb64.d crypto\bn\bn_sqr.d crypto\rsa\rsa_gen.d apps\s_client.d crypto\evp\e_rc4_hmac_md5.d crypto\ec\curve448\curve448_tables.d fuzz\crl.d crypto\evp\cmeth_lib.d fuzz\asn1parse.d crypto\rsa\rsa_x931.d crypto\pkcs12\p12_crt.d ssl\statem\statem_lib.d crypto\engine\eng_list.d test\exdatatest.d crypto\x509\x509_txt.d crypto\pkcs7\pk7_smime.d crypto\bn\bn_kron.d crypto\rand\randfile.d crypto\comp\c_zlib.d crypto\ec\curve448\f_generic.d crypto\ec\curve25519.d test\evp_extra_test.d test\buildtest_async.d fuzz\test-corpus.d crypto\evp\p_sign.d apps\rehash.d crypto\evp\bio_enc.d apps\pkcs7.d crypto\dh\dh_gen.d crypto\hmac\hm_pmeth.d test\asn1_string_table_test.d crypto\bn\bn_asm.d crypto\engine\tb_dsa.d crypto\evp\encode.d test\x509_time_test.d crypto\asn1\a_strnid.d test\buildtest_pkcs12.d crypto\asn1\p5_pbev2.d test\ct_test.d apps\openssl.d crypto\pem\pem_lib.d crypto\threads_win.d crypto\des\fcrypt_b.d test\rc5test.d fuzz\server.d ssl\record\ssl3_record.d test\bftest.d crypto\evp\e_camellia.d crypto\x509\x509type.d crypto\x509\x509cset.d test\buildtest_cast.d crypto\engine\eng_dyn.d crypto\engine\eng_table.d test\buildtest_x509.d crypto\dsa\dsa_key.d test\constant_time_test.d crypto\ct\ct_sct_ctx.d test\buildtest_sha.d test\testutil\testutil_init.d crypto\pkcs7\pk7_lib.d fuzz\bndiv.d crypto\rand\rand_win.d crypto\ec\ec_lib.d test\buildtest_camellia.d crypto\whrlpool\wp_block.d crypto\x509v3\v3_bitst.d test\buildtest_ui.d test\buildtest_pem2.d test\ec_internal_test.d test\buildtest_whrlpool.d ssl\t1_enc.d crypto\pem\pvkfmt.d crypto\bn\bn_gf2m.d crypto\bio\bio_cb.d crypto\cversion.d crypto\x509v3\v3_admis.d ssl\s3_enc.d crypto\conf\conf_def.d crypto\x509\x509_cmp.d test\servername_test.d crypto\engine\eng_fat.d crypto\pkcs7\pk7_mime.d crypto\pem\pem_xaux.d test\dsa_no_digest_size_test.d test\casttest.d crypto\dh\dh_kdf.d test\buildtest_dh.d test\buildtest_buffer.d crypto\evp\pmeth_fn.d crypto\store\loader_file.d test\testutil\main.d ssl\ssl_stat.d crypto\bn\bn_lib.d crypto\evp\m_null.d test\clienthellotest.d crypto\x509v3\v3_alt.d test\buildtest_rc5.d test\cmactest.d crypto\evp\m_wp.d ssl\packet.d crypto\ec\ec_ameth.d crypto\x509\x_exten.d crypto\ec\curve448\eddsa.d apps\asn1pars.d test\sslcorrupttest.d crypto\rsa\rsa_prn.d crypto\rsa\rsa_saos.d test\ocspapitest.d crypto\rand\drbg_ctr.d crypto\ec\ecx_meth.d apps\pkcs8.d test\buildtest_safestack.d crypto\evp\names.d crypto\asn1\d2i_pr.d crypto\rsa\rsa_sign.d crypto\pem\pem_info.d crypto\asn1\nsseq.d crypto\cms\cms_env.d crypto\ec\ec2_oct.d test\bio_callback_test.d fuzz\ct.d crypto\ec\ecdsa_sign.d crypto\evp\e_bf.d crypto\whrlpool\wp_dgst.d crypto\ts\ts_lib.d test\packettest.d crypto\evp\evp_cnf.d crypto\ts\ts_conf.d ssl\statem\extensions.d apps\x509.d crypto\hmac\hmac.d crypto\rand\rand_err.d test\buildtest_rc2.d crypto\dsa\dsa_gen.d crypto\x509\x_x509a.d crypto\engine\eng_ctrl.d engines\e_ossltest.d crypto\bio\b_print.d crypto\pem\pem_all.d apps\cms.d crypto\pem\pem_pkey.d ssl\record\dtls1_bitmap.d crypto\srp\srp_lib.d crypto\ocsp\ocsp_srv.d crypto\idea\i_ecb.d test\buildtest_ssl2.d crypto\x509v3\pcy_tree.d crypto\threads_none.d GENERATED_MANDATORY=include\crypto\bn_conf.h include\crypto\dso_conf.h include\openssl\opensslconf.h GENERATED=apps\CA.pl apps\openssl.rc apps\progs.h apps\tsget.pl crypto\buildinf.h crypto\uplink-x86_64.asm libcrypto.def libcrypto.rc libssl.def libssl.rc test\buildtest_aes.c test\buildtest_asn1.c test\buildtest_asn1t.c test\buildtest_async.c test\buildtest_bio.c test\buildtest_blowfish.c test\buildtest_bn.c test\buildtest_buffer.c test\buildtest_camellia.c test\buildtest_cast.c test\buildtest_cmac.c test\buildtest_cms.c test\buildtest_comp.c test\buildtest_conf.c test\buildtest_conf_api.c test\buildtest_crypto.c test\buildtest_ct.c test\buildtest_des.c test\buildtest_dh.c test\buildtest_dsa.c test\buildtest_dtls1.c test\buildtest_e_os2.c test\buildtest_ebcdic.c test\buildtest_ec.c test\buildtest_ecdh.c test\buildtest_ecdsa.c test\buildtest_engine.c test\buildtest_evp.c test\buildtest_hmac.c test\buildtest_idea.c test\buildtest_kdf.c test\buildtest_lhash.c test\buildtest_md2.c test\buildtest_md4.c test\buildtest_md5.c test\buildtest_modes.c test\buildtest_obj_mac.c test\buildtest_objects.c test\buildtest_ocsp.c test\buildtest_opensslv.c test\buildtest_ossl_typ.c test\buildtest_pem.c test\buildtest_pem2.c test\buildtest_pkcs12.c test\buildtest_pkcs7.c test\buildtest_rand.c test\buildtest_rand_drbg.c test\buildtest_rc2.c test\buildtest_rc4.c test\buildtest_rc5.c test\buildtest_ripemd.c test\buildtest_rsa.c test\buildtest_safestack.c test\buildtest_seed.c test\buildtest_sha.c test\buildtest_srp.c test\buildtest_srtp.c test\buildtest_ssl.c test\buildtest_ssl2.c test\buildtest_ssl3.c test\buildtest_stack.c test\buildtest_store.c test\buildtest_symhacks.c test\buildtest_tls1.c test\buildtest_ts.c test\buildtest_txt_db.c test\buildtest_ui.c test\buildtest_whrlpool.c test\buildtest_x509.c test\buildtest_x509_vfy.c test\buildtest_x509v3.c tools\c_rehash.pl @@ -168,17 +168,17 @@ build_apps build_tests: build_programs # Convenience target to prebuild all generated files, not just the mandatory # ones build_all_generated: $(GENERATED_MANDATORY) $(GENERATED) - @ + @@rem @$(ECHO) "Warning: consider configuring with no-makedepend, because if" @$(ECHO) " target system doesn't have $(PERL)," @$(ECHO) " then make will fail..." - @ + @@rem test: tests tests: build_generated $(MAKE) /$(MAKEFLAGS) depend && $(MAKE) /$(MAKEFLAGS) _tests _tests: build_programs_nodep build_engines_nodep - @ + @@rem -mkdir $(BLDDIR)\test\test-runs set SRCTOP=$(SRCDIR) set BLDTOP=$(BLDDIR) @@ -187,13 +187,13 @@ _tests: build_programs_nodep build_engines_nodep set OPENSSL_ENGINES=$(MAKEDIR)\engines set OPENSSL_DEBUG_MEMORY=on "$(PERL)" "$(SRCDIR)\test\run_tests.pl" $(TESTS) - @ + @@rem list-tests: - @ + @@rem @set SRCTOP=$(SRCDIR) @"$(PERL)" "$(SRCDIR)\test\run_tests.pl" list - @ + @@rem install: install_sw install_ssldirs install_docs @@ -414,9 +414,9 @@ distclean: clean -del /Q /F makefile depend: - @ + @ @rem @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl" "VC" - @ + @ @rem # Install helper targets ############################################# @@ -449,10 +449,10 @@ install_dev: install_runtime_libs @if "$(INSTALLTOP)"=="" ( $(ECHO) "INSTALLTOP should not be empty" & exit 1 ) @$(ECHO) "*** Installing development files" @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(INSTALLTOP)\include\openssl" - @ + @@rem @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\ms\applink.c" \ "$(INSTALLTOP)\include\openssl" - @ + @@rem @"$(PERL)" "$(SRCDIR)\util\copy.pl" "-exclude_re=/__DECC_" \ "$(SRCDIR)\include\openssl\*.h" \ "$(INSTALLTOP)\include\openssl" -- cgit v1.1